

/* Start:/local/templates/mebelholl_main/template_styles.css?16963032241002285*/
.new-styles ul>li:before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: -8px;
  transform: translateX(-10px);
}

.img-box-new{
	margin-top:2em;
}
/*
 * work start
 */
.works .work {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .works .work {
    margin-bottom: 6rem;
  }
}

.work {
  font-weight: 600;
}

.work:hover .work__img-wrap::before {
  opacity: 1;
}

.work:hover .work__img {
  transform: scale(1.03);
}

.work__img-wrap {
  display: block;
  position: relative;
  transition: all .3s;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.work__img-wrap::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(175, 201, 67, .7);
  opacity: 0;
  z-index: 2;
  transition: all .3s;
}

.work__img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all .3s;
}

.work__heading {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.works .work__heading-link {
  color: #000;
  transition: all .3s;
}

.works .work__heading-link:hover {
  color: #81a200;
}

.work__desc {
  font-size: 1.4rem;
  color: #606060;
}
/*
 * work end
 */

/*
 * pagination start
 */
.sub-pagination {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-pagination__item {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}

.sub-pagination__link {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 2px solid #c5d2dd;
  color: #c5d2dd;
  border-radius: 50%;
  transition: all .3s;
  line-height: 3rem;
}

.sub-pagination__item.active .sub-pagination__link {
  border-color: #7da12d;
  color: #afc944;
  cursor: default;
}
/*
 * pagination end
 */

/*
 * order-widget start
 */
.order-widget {
  background: #ebeef2;
  padding: 4.5rem 2rem;
  text-align: center;
  position: relative;
}

.order-widget::before {
  content: "";
  width: 0;
  height: 0;
  padding: 0;
  border-style: solid none none solid;
  border-color: #fff transparent transparent #d9dce1;
  border-width: 3.5rem 0 0 3.5rem;

  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.order-widget::after {
  content: "";
  width: 2.8rem;
  height: 2.5rem;

  background: #62676d;
  opacity: .55;
  box-shadow: 0 0 10px rgba(168, 172, 177, .55);
  position: absolute;
  right: 5px;
  top: 1rem;
  transform: translateY(5px) rotate(-15deg);
}

.order-widget__heading {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 1.5rem;
  font-family: Lobster;
}

.order-widget__btn {
  margin-bottom: 1.5rem;
}

.order-widget__desc {
  color: #ff7934;
  font-weight: 600;
  font-size: 1.2rem;
}
/*
 * order-widget end
 */

/*
 * catalog-file start
 */
.catalog-file {
  background: #f7f7f7 !important;
  padding: 2rem;
  transition: all .3s;
  line-height: 1.1;
  display: flex;
  align-items: center;
}

.catalog-file:hover {
  background: #ebeef2 !important;
}

.catalog-file__icon {
  fill: #ff752f;
}

.catalog-file__body {
  padding-left: 1rem;
}

.catalog-file__filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  color: #5b5b5b;
}

.catalog-file__size {
  font-size: 1.3rem;
  color: #a3a2a2;
}
/*
 * catalog-file end
 */

/*
 * author start
 */

/*
 * author end
 */

 /*
  * Img Fluids
  */
.fluid-img-wrap img {
  max-width: 100%;
  display: block;
  height: auto;
}

.modal-win__close {
  z-index: 3;
}

.callback-form-wrap {
  height: 100%;
}

.replaceFormBitixAjax  {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem;
}

.team-installer:hover .team-installer__img {
  transform: translate(.6rem,.6rem);
}

.team-installer__img {
  transition: all .3s;
}

.team-member__img-wrap {
  display: block;
}

/* Contact Messedgers */
.messedgers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 28rem;
}

.messedgers__item {}

.messedgers__link {}

.messedgers__link:hover .messedgers__icon {
  opacity: .7;
  transform: translateY(-2px);
}

.messedgers__icon {
  width: 8rem;
  height: 8rem;
  text-indent: -9999px;
  background: url('/local/templates/mebelholl_main/images/messedgers.png');
  transition: all .3s;
}

.messedgers__icon--telegram {}

.messedgers__icon--skype {}

.messedgers__icon--whatsapp {}
/* Contact Messedgers */

/* new styles */
/* Start:/local/css/bootstrap-fix.min.css?1544038292163201*/
.new-styles html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.new-styles body{margin:0}.new-styles article,.new-styles aside,.new-styles details,.new-styles figcaption,.new-styles figure,.new-styles footer,.new-styles header,.new-styles hgroup,.new-styles main,.new-styles menu,.new-styles nav,.new-styles section,.new-styles summary{display:block}.new-styles audio,.new-styles canvas,.new-styles progress,.new-styles video{display:inline-block;vertical-align:baseline}.new-styles audio:not([controls]){display:none;height:0}.new-styles [hidden],.new-styles template{display:none}.new-styles a{background-color:transparent}.new-styles a:active,.new-styles a:hover{outline:0}.new-styles abbr[title]{border-bottom:1px dotted}.new-styles b,.new-styles strong{font-weight:700}.new-styles dfn{font-style:italic}.new-styles h1{font-size:2em;margin:.67em 0}.new-styles mark{background:#ff0;color:#000}.new-styles small{font-size:80%}.new-styles sub,.new-styles sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.new-styles sup{top:-.5em}.new-styles sub{bottom:-.25em}.new-styles img{border:0}.new-styles svg:not(:root){overflow:hidden}.new-styles figure{margin:1em 40px}.new-styles hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}.new-styles .pre{overflow:auto}.new-styles code,.new-styles kbd,.new-styles .pre,.new-styles samp{font-family:monospace,monospace;font-size:1em}.new-styles button,.new-styles input,.new-styles optgroup,.new-styles select,.new-styles textarea{color:inherit;font:inherit;margin:0}.new-styles button{overflow:visible}.new-styles button,.new-styles select{text-transform:none}.new-styles button,.new-styles html input[type="button"],.new-styles input[type="reset"],.new-styles input[type="submit"]{-webkit-appearance:button;cursor:pointer}.new-styles button[disabled],.new-styles html input[disabled]{cursor:default}.new-styles button::-moz-focus-inner,.new-styles input::-moz-focus-inner{border:0;padding:0}.new-styles input{line-height:normal}.new-styles input[type="checkbox"],.new-styles input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.new-styles input[type="number"]::-webkit-inner-spin-button,.new-styles input[type="number"]::-webkit-outer-spin-button{height:auto}.new-styles input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.new-styles input[type="search"]::-webkit-search-cancel-button,.new-styles input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.new-styles fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.new-styles legend{border:0;padding:0}.new-styles textarea{overflow:auto}.new-styles optgroup{font-weight:700}.new-styles table{border-collapse:collapse;border-spacing:0}.new-styles td,.new-styles th{padding:0}@media print{.new-styles *,.new-styles :before,.new-styles :after{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}.new-styles a,.new-styles a:visited{text-decoration:underline}.new-styles a[href]:after{content:" (" attr(href) ")"}.new-styles abbr[title]:after{content:" (" attr(title) ")"}.new-styles a[href^="#"]:after,.new-styles a[href^="javascript:"]:after{content:""}.new-styles .pre,.new-styles blockquote{border:1px solid #999;page-break-inside:avoid}.new-styles thead{display:table-header-group}.new-styles tr,.new-styles img{page-break-inside:avoid}.new-styles img{max-width:100%!important}.new-styles p,.new-styles h2,.new-styles h3{orphans:3;widows:3}.new-styles h2,.new-styles h3{page-break-after:avoid}.new-styles select{background:#fff!important}.new-styles .navbar{display:none}.new-styles .btn > .caret,.new-styles .dropup > .btn > .caret{border-top-color:#000!important}.new-styles .label{border:1px solid #000}.new-styles .table{border-collapse:collapse!important}.new-styles .table td,.new-styles .table th{background-color:#fff!important}.new-styles .table-bordered th,.new-styles .table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/local/fonts/glyphicons-halflings-regular.eot);src:url(/local/fonts/glyphicons-halflings-regular.eot) format("embedded-opentype"),url(/local/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(/local/fonts/glyphicons-halflings-regular.woff) format("woff"),url(/local/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(/local/fonts/glyphicons-halflings-regular.svg##glyphicons_halflingsregular) format("svg")}.new-styles .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.new-styles .glyphicon-asterisk:before{content:"\2a"}.new-styles .glyphicon-plus:before{content:"\2b"}.new-styles .glyphicon-euro:before,.new-styles .glyphicon-eur:before{content:"\20ac"}.new-styles .glyphicon-minus:before{content:"\2212"}.new-styles .glyphicon-cloud:before{content:"\2601"}.new-styles .glyphicon-envelope:before{content:"\2709"}.new-styles .glyphicon-pencil:before{content:"\270f"}.new-styles .glyphicon-glass:before{content:"\e001"}.new-styles .glyphicon-music:before{content:"\e002"}.new-styles .glyphicon-search:before{content:"\e003"}.new-styles .glyphicon-heart:before{content:"\e005"}.new-styles .glyphicon-star:before{content:"\e006"}.new-styles .glyphicon-star-empty:before{content:"\e007"}.new-styles .glyphicon-user:before{content:"\e008"}.new-styles .glyphicon-film:before{content:"\e009"}.new-styles .glyphicon-th-large:before{content:"\e010"}.new-styles .glyphicon-th:before{content:"\e011"}.new-styles .glyphicon-th-list:before{content:"\e012"}.new-styles .glyphicon-ok:before{content:"\e013"}.new-styles .glyphicon-remove:before{content:"\e014"}.new-styles .glyphicon-zoom-in:before{content:"\e015"}.new-styles .glyphicon-zoom-out:before{content:"\e016"}.new-styles .glyphicon-off:before{content:"\e017"}.new-styles .glyphicon-signal:before{content:"\e018"}.new-styles .glyphicon-cog:before{content:"\e019"}.new-styles .glyphicon-trash:before{content:"\e020"}.new-styles .glyphicon-home:before{content:"\e021"}.new-styles .glyphicon-file:before{content:"\e022"}.new-styles .glyphicon-time:before{content:"\e023"}.new-styles .glyphicon-road:before{content:"\e024"}.new-styles .glyphicon-download-alt:before{content:"\e025"}.new-styles .glyphicon-download:before{content:"\e026"}.new-styles .glyphicon-upload:before{content:"\e027"}.new-styles .glyphicon-inbox:before{content:"\e028"}.new-styles .glyphicon-play-circle:before{content:"\e029"}.new-styles .glyphicon-repeat:before{content:"\e030"}.new-styles .glyphicon-refresh:before{content:"\e031"}.new-styles .glyphicon-list-alt:before{content:"\e032"}.new-styles .glyphicon-lock:before{content:"\e033"}.new-styles .glyphicon-flag:before{content:"\e034"}.new-styles .glyphicon-headphones:before{content:"\e035"}.new-styles .glyphicon-volume-off:before{content:"\e036"}.new-styles .glyphicon-volume-down:before{content:"\e037"}.new-styles .glyphicon-volume-up:before{content:"\e038"}.new-styles .glyphicon-qrcode:before{content:"\e039"}.new-styles .glyphicon-barcode:before{content:"\e040"}.new-styles .glyphicon-tag:before{content:"\e041"}.new-styles .glyphicon-tags:before{content:"\e042"}.new-styles .glyphicon-book:before{content:"\e043"}.new-styles .glyphicon-bookmark:before{content:"\e044"}.new-styles .glyphicon-print:before{content:"\e045"}.new-styles .glyphicon-camera:before{content:"\e046"}.new-styles .glyphicon-font:before{content:"\e047"}.new-styles .glyphicon-bold:before{content:"\e048"}.new-styles .glyphicon-italic:before{content:"\e049"}.new-styles .glyphicon-text-height:before{content:"\e050"}.new-styles .glyphicon-text-width:before{content:"\e051"}.new-styles .glyphicon-align-left:before{content:"\e052"}.new-styles .glyphicon-align-center:before{content:"\e053"}.new-styles .glyphicon-align-right:before{content:"\e054"}.new-styles .glyphicon-align-justify:before{content:"\e055"}.new-styles .glyphicon-list:before{content:"\e056"}.new-styles .glyphicon-indent-left:before{content:"\e057"}.new-styles .glyphicon-indent-right:before{content:"\e058"}.new-styles .glyphicon-facetime-video:before{content:"\e059"}.new-styles .glyphicon-picture:before{content:"\e060"}.new-styles .glyphicon-map-marker:before{content:"\e062"}.new-styles .glyphicon-adjust:before{content:"\e063"}.new-styles .glyphicon-tint:before{content:"\e064"}.new-styles .glyphicon-edit:before{content:"\e065"}.new-styles .glyphicon-share:before{content:"\e066"}.new-styles .glyphicon-check:before{content:"\e067"}.new-styles .glyphicon-move:before{content:"\e068"}.new-styles .glyphicon-step-backward:before{content:"\e069"}.new-styles .glyphicon-fast-backward:before{content:"\e070"}.new-styles .glyphicon-backward:before{content:"\e071"}.new-styles .glyphicon-play:before{content:"\e072"}.new-styles .glyphicon-pause:before{content:"\e073"}.new-styles .glyphicon-stop:before{content:"\e074"}.new-styles .glyphicon-forward:before{content:"\e075"}.new-styles .glyphicon-fast-forward:before{content:"\e076"}.new-styles .glyphicon-step-forward:before{content:"\e077"}.new-styles .glyphicon-eject:before{content:"\e078"}.new-styles .glyphicon-chevron-left:before{content:"\e079"}.new-styles .glyphicon-chevron-right:before{content:"\e080"}.new-styles .glyphicon-plus-sign:before{content:"\e081"}.new-styles .glyphicon-minus-sign:before{content:"\e082"}.new-styles .glyphicon-remove-sign:before{content:"\e083"}.new-styles .glyphicon-ok-sign:before{content:"\e084"}.new-styles .glyphicon-question-sign:before{content:"\e085"}.new-styles .glyphicon-info-sign:before{content:"\e086"}.new-styles .glyphicon-screenshot:before{content:"\e087"}.new-styles .glyphicon-remove-circle:before{content:"\e088"}.new-styles .glyphicon-ok-circle:before{content:"\e089"}.new-styles .glyphicon-ban-circle:before{content:"\e090"}.new-styles .glyphicon-arrow-left:before{content:"\e091"}.new-styles .glyphicon-arrow-right:before{content:"\e092"}.new-styles .glyphicon-arrow-up:before{content:"\e093"}.new-styles .glyphicon-arrow-down:before{content:"\e094"}.new-styles .glyphicon-share-alt:before{content:"\e095"}.new-styles .glyphicon-resize-full:before{content:"\e096"}.new-styles .glyphicon-resize-small:before{content:"\e097"}.new-styles .glyphicon-exclamation-sign:before{content:"\e101"}.new-styles .glyphicon-gift:before{content:"\e102"}.new-styles .glyphicon-leaf:before{content:"\e103"}.new-styles .glyphicon-fire:before{content:"\e104"}.new-styles .glyphicon-eye-open:before{content:"\e105"}.new-styles .glyphicon-eye-close:before{content:"\e106"}.new-styles .glyphicon-warning-sign:before{content:"\e107"}.new-styles .glyphicon-plane:before{content:"\e108"}.new-styles .glyphicon-calendar:before{content:"\e109"}.new-styles .glyphicon-random:before{content:"\e110"}.new-styles .glyphicon-comment:before{content:"\e111"}.new-styles .glyphicon-magnet:before{content:"\e112"}.new-styles .glyphicon-chevron-up:before{content:"\e113"}.new-styles .glyphicon-chevron-down:before{content:"\e114"}.new-styles .glyphicon-retweet:before{content:"\e115"}.new-styles .glyphicon-shopping-cart:before{content:"\e116"}.new-styles .glyphicon-folder-close:before{content:"\e117"}.new-styles .glyphicon-folder-open:before{content:"\e118"}.new-styles .glyphicon-resize-vertical:before{content:"\e119"}.new-styles .glyphicon-resize-horizontal:before{content:"\e120"}.new-styles .glyphicon-hdd:before{content:"\e121"}.new-styles .glyphicon-bullhorn:before{content:"\e122"}.new-styles .glyphicon-bell:before{content:"\e123"}.new-styles .glyphicon-certificate:before{content:"\e124"}.new-styles .glyphicon-thumbs-up:before{content:"\e125"}.new-styles .glyphicon-thumbs-down:before{content:"\e126"}.new-styles .glyphicon-hand-right:before{content:"\e127"}.new-styles .glyphicon-hand-left:before{content:"\e128"}.new-styles .glyphicon-hand-up:before{content:"\e129"}.new-styles .glyphicon-hand-down:before{content:"\e130"}.new-styles .glyphicon-circle-arrow-right:before{content:"\e131"}.new-styles .glyphicon-circle-arrow-left:before{content:"\e132"}.new-styles .glyphicon-circle-arrow-up:before{content:"\e133"}.new-styles .glyphicon-circle-arrow-down:before{content:"\e134"}.new-styles .glyphicon-globe:before{content:"\e135"}.new-styles .glyphicon-wrench:before{content:"\e136"}.new-styles .glyphicon-tasks:before{content:"\e137"}.new-styles .glyphicon-filter:before{content:"\e138"}.new-styles .glyphicon-briefcase:before{content:"\e139"}.new-styles .glyphicon-fullscreen:before{content:"\e140"}.new-styles .glyphicon-dashboard:before{content:"\e141"}.new-styles .glyphicon-paperclip:before{content:"\e142"}.new-styles .glyphicon-heart-empty:before{content:"\e143"}.new-styles .glyphicon-link:before{content:"\e144"}.new-styles .glyphicon-phone:before{content:"\e145"}.new-styles .glyphicon-pushpin:before{content:"\e146"}.new-styles .glyphicon-usd:before{content:"\e148"}.new-styles .glyphicon-gbp:before{content:"\e149"}.new-styles .glyphicon-sort:before{content:"\e150"}.new-styles .glyphicon-sort-by-alphabet:before{content:"\e151"}.new-styles .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.new-styles .glyphicon-sort-by-order:before{content:"\e153"}.new-styles .glyphicon-sort-by-order-alt:before{content:"\e154"}.new-styles .glyphicon-sort-by-attributes:before{content:"\e155"}.new-styles .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.new-styles .glyphicon-unchecked:before{content:"\e157"}.new-styles .glyphicon-expand:before{content:"\e158"}.new-styles .glyphicon-collapse-down:before{content:"\e159"}.new-styles .glyphicon-collapse-up:before{content:"\e160"}.new-styles .glyphicon-log-in:before{content:"\e161"}.new-styles .glyphicon-flash:before{content:"\e162"}.new-styles .glyphicon-log-out:before{content:"\e163"}.new-styles .glyphicon-new-window:before{content:"\e164"}.new-styles .glyphicon-record:before{content:"\e165"}.new-styles .glyphicon-save:before{content:"\e166"}.new-styles .glyphicon-open:before{content:"\e167"}.new-styles .glyphicon-saved:before{content:"\e168"}.new-styles .glyphicon-import:before{content:"\e169"}.new-styles .glyphicon-export:before{content:"\e170"}.new-styles .glyphicon-send:before{content:"\e171"}.new-styles .glyphicon-floppy-disk:before{content:"\e172"}.new-styles .glyphicon-floppy-saved:before{content:"\e173"}.new-styles .glyphicon-floppy-remove:before{content:"\e174"}.new-styles .glyphicon-floppy-save:before{content:"\e175"}.new-styles .glyphicon-floppy-open:before{content:"\e176"}.new-styles .glyphicon-credit-card:before{content:"\e177"}.new-styles .glyphicon-transfer:before{content:"\e178"}.new-styles .glyphicon-cutlery:before{content:"\e179"}.new-styles .glyphicon-header:before{content:"\e180"}.new-styles .glyphicon-compressed:before{content:"\e181"}.new-styles .glyphicon-earphone:before{content:"\e182"}.new-styles .glyphicon-phone-alt:before{content:"\e183"}.new-styles .glyphicon-tower:before{content:"\e184"}.new-styles .glyphicon-stats:before{content:"\e185"}.new-styles .glyphicon-sd-video:before{content:"\e186"}.new-styles .glyphicon-hd-video:before{content:"\e187"}.new-styles .glyphicon-subtitles:before{content:"\e188"}.new-styles .glyphicon-sound-stereo:before{content:"\e189"}.new-styles .glyphicon-sound-dolby:before{content:"\e190"}.new-styles .glyphicon-sound-5-1:before{content:"\e191"}.new-styles .glyphicon-sound-6-1:before{content:"\e192"}.new-styles .glyphicon-sound-7-1:before{content:"\e193"}.new-styles .glyphicon-copyright-mark:before{content:"\e194"}.new-styles .glyphicon-registration-mark:before{content:"\e195"}.new-styles .glyphicon-cloud-download:before{content:"\e197"}.new-styles .glyphicon-cloud-upload:before{content:"\e198"}.new-styles .glyphicon-tree-conifer:before{content:"\e199"}.new-styles .glyphicon-tree-deciduous:before{content:"\e200"}.new-styles .glyphicon-cd:before{content:"\e201"}.new-styles .glyphicon-save-file:before{content:"\e202"}.new-styles .glyphicon-open-file:before{content:"\e203"}.new-styles .glyphicon-level-up:before{content:"\e204"}.new-styles .glyphicon-copy:before{content:"\e205"}.new-styles .glyphicon-paste:before{content:"\e206"}.new-styles .glyphicon-alert:before{content:"\e209"}.new-styles .glyphicon-equalizer:before{content:"\e210"}.new-styles .glyphicon-king:before{content:"\e211"}.new-styles .glyphicon-queen:before{content:"\e212"}.new-styles .glyphicon-pawn:before{content:"\e213"}.new-styles .glyphicon-bishop:before{content:"\e214"}.new-styles .glyphicon-knight:before{content:"\e215"}.new-styles .glyphicon-baby-formula:before{content:"\e216"}.new-styles .glyphicon-tent:before{content:"\26fa"}.new-styles .glyphicon-blackboard:before{content:"\e218"}.new-styles .glyphicon-bed:before{content:"\e219"}.new-styles .glyphicon-apple:before{content:"\f8ff"}.new-styles .glyphicon-erase:before{content:"\e221"}.new-styles .glyphicon-hourglass:before{content:"\231b"}.new-styles .glyphicon-lamp:before{content:"\e223"}.new-styles .glyphicon-duplicate:before{content:"\e224"}.new-styles .glyphicon-piggy-bank:before{content:"\e225"}.new-styles .glyphicon-scissors:before{content:"\e226"}.new-styles .glyphicon-bitcoin:before{content:"\e227"}.new-styles .glyphicon-btc:before{content:"\e227"}.new-styles .glyphicon-xbt:before{content:"\e227"}.new-styles .glyphicon-yen:before{content:"\00a5"}.new-styles .glyphicon-jpy:before{content:"\00a5"}.new-styles .glyphicon-ruble:before{content:"\20bd"}.new-styles .glyphicon-rub:before{content:"\20bd"}.new-styles .glyphicon-scale:before{content:"\e230"}.new-styles .glyphicon-ice-lolly:before{content:"\e231"}.new-styles .glyphicon-ice-lolly-tasted:before{content:"\e232"}.new-styles .glyphicon-education:before{content:"\e233"}.new-styles .glyphicon-option-horizontal:before{content:"\e234"}.new-styles .glyphicon-option-vertical:before{content:"\e235"}.new-styles .glyphicon-menu-hamburger:before{content:"\e236"}.new-styles .glyphicon-modal-window:before{content:"\e237"}.new-styles .glyphicon-oil:before{content:"\e238"}.new-styles .glyphicon-grain:before{content:"\e239"}.new-styles .glyphicon-sunglasses:before{content:"\e240"}.new-styles .glyphicon-text-size:before{content:"\e241"}.new-styles .glyphicon-text-color:before{content:"\e242"}.new-styles .glyphicon-text-background:before{content:"\e243"}.new-styles .glyphicon-object-align-top:before{content:"\e244"}.new-styles .glyphicon-object-align-bottom:before{content:"\e245"}.new-styles .glyphicon-object-align-horizontal:before{content:"\e246"}.new-styles .glyphicon-object-align-left:before{content:"\e247"}.new-styles .glyphicon-object-align-vertical:before{content:"\e248"}.new-styles .glyphicon-object-align-right:before{content:"\e249"}.new-styles .glyphicon-triangle-right:before{content:"\e250"}.new-styles .glyphicon-triangle-left:before{content:"\e251"}.new-styles .glyphicon-triangle-bottom:before{content:"\e252"}.new-styles .glyphicon-triangle-top:before{content:"\e253"}.new-styles .glyphicon-console:before{content:"\e254"}.new-styles .glyphicon-superscript:before{content:"\e255"}.new-styles .glyphicon-subscript:before{content:"\e256"}.new-styles .glyphicon-menu-left:before{content:"\e257"}.new-styles .glyphicon-menu-right:before{content:"\e258"}.new-styles .glyphicon-menu-down:before{content:"\e259"}.new-styles .glyphicon-menu-up:before{content:"\e260"}.new-styles *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.new-styles :before,.new-styles :after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.new-styles html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.new-styles body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}.new-styles input,.new-styles button,.new-styles select,.new-styles textarea{font-family:inherit;font-size:inherit;line-height:inherit}.new-styles a{color:#337ab7;text-decoration:none}.new-styles a:hover,.new-styles a:focus{color:#23527c;text-decoration:underline}.new-styles a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.new-styles figure{margin:0}.new-styles img{vertical-align:middle}.new-styles .img-responsive,.new-styles .thumbnail > img,.new-styles .thumbnail a > img,.new-styles .carousel-inner > .item > img,.new-styles .carousel-inner > .item > a > img{display:block;max-width:100%;height:auto}.new-styles .img-rounded{border-radius:6px}.new-styles .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.new-styles .img-circle{border-radius:50%}.new-styles hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.new-styles .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.new-styles .sr-only-focusable:active,.new-styles .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.new-styles [role="button"]{cursor:pointer}.new-styles h1,.new-styles h2,.new-styles h3,.new-styles h4,.new-styles h5,.new-styles h6,.new-styles .h1,.new-styles .h2,.new-styles .h3,.new-styles .h4,.new-styles .h5,.new-styles .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.new-styles h1 small,.new-styles h2 small,.new-styles h3 small,.new-styles h4 small,.new-styles h5 small,.new-styles h6 small,.new-styles .h1 small,.new-styles .h2 small,.new-styles .h3 small,.new-styles .h4 small,.new-styles .h5 small,.new-styles .h6 small,.new-styles h1 .small,.new-styles h2 .small,.new-styles h3 .small,.new-styles h4 .small,.new-styles h5 .small,.new-styles h6 .small,.new-styles .h1 .small,.new-styles .h2 .small,.new-styles .h3 .small,.new-styles .h4 .small,.new-styles .h5 .small,.new-styles .h6 .small{font-weight:400;line-height:1;color:#777}.new-styles h1,.new-styles .h1,.new-styles h2,.new-styles .h2,.new-styles h3,.new-styles .h3{margin-top:20px;margin-bottom:10px}.new-styles h1 small,.new-styles .h1 small,.new-styles h2 small,.new-styles .h2 small,.new-styles h3 small,.new-styles .h3 small,.new-styles h1 .small,.new-styles .h1 .small,.new-styles h2 .small,.new-styles .h2 .small,.new-styles h3 .small,.new-styles .h3 .small{font-size:65%}.new-styles h4,.new-styles .h4,.new-styles h5,.new-styles .h5,.new-styles h6,.new-styles .h6{margin-top:10px;margin-bottom:10px}.new-styles h4 small,.new-styles .h4 small,.new-styles h5 small,.new-styles .h5 small,.new-styles h6 small,.new-styles .h6 small,.new-styles h4 .small,.new-styles .h4 .small,.new-styles h5 .small,.new-styles .h5 .small,.new-styles h6 .small,.new-styles .h6 .small{font-size:75%}.new-styles h1,.new-styles .h1{font-size:36px}.new-styles h2,.new-styles .h2{font-size:30px}.new-styles h3,.new-styles .h3{font-size:24px}.new-styles h4,.new-styles .h4{font-size:18px}.new-styles h5,.new-styles .h5{font-size:14px}.new-styles h6,.new-styles .h6{font-size:12px}.new-styles p{margin:0 0 10px}.new-styles .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 2px){.new-styles .lead{font-size:21px}}.new-styles small,.new-styles .small{font-size:85%}.new-styles mark,.new-styles .mark{background-color:#fcf8e3;padding:.2em}.new-styles .text-left{text-align:left}.new-styles .text-right{text-align:right}.new-styles .text-center{text-align:center}.new-styles .text-justify{text-align:justify}.new-styles .text-nowrap{white-space:nowrap}.new-styles .text-lowercase{text-transform:lowercase}.new-styles .text-uppercase{text-transform:uppercase}.new-styles .text-capitalize{text-transform:capitalize}.new-styles .text-muted{color:#777}.new-styles .text-primary{color:#337ab7}.new-styles a.text-primary:hover{color:#286090}.new-styles .text-success{color:#3c763d}.new-styles a.text-success:hover{color:#2b542c}.new-styles .text-info{color:#31708f}.new-styles a.text-info:hover{color:#245269}.new-styles .text-warning{color:#8a6d3b}.new-styles a.text-warning:hover{color:#66512c}.new-styles .text-danger{color:#a94442}.new-styles a.text-danger:hover{color:#843534}.new-styles .bg-primary{color:#fff;background-color:#337ab7}.new-styles a.bg-primary:hover{background-color:#286090}.new-styles .bg-success{background-color:#dff0d8}.new-styles a.bg-success:hover{background-color:#c1e2b3}.new-styles .bg-info{background-color:#d9edf7}.new-styles a.bg-info:hover{background-color:#afd9ee}.new-styles .bg-warning{background-color:#fcf8e3}.new-styles a.bg-warning:hover{background-color:#f7ecb5}.new-styles .bg-danger{background-color:#f2dede}.new-styles a.bg-danger:hover{background-color:#e4b9b9}.new-styles .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.new-styles ul,.new-styles ol{margin-top:0;margin-bottom:10px}.new-styles ul ul,.new-styles ol ul,.new-styles ul ol,.new-styles ol ol{margin-bottom:0}.new-styles .list-unstyled{padding-left:0;list-style:none}.new-styles .list-inline{padding-left:0;list-style:none;margin-left:-5px}.new-styles .list-inline > li{display:inline-block;padding-left:5px;padding-right:5px}.new-styles dl{margin-top:0;margin-bottom:20px}.new-styles dt,.new-styles dd{line-height:1.42857143}.new-styles dt{font-weight:700}.new-styles dd{margin-left:0}@media (min-width: 2px){.new-styles .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-styles .dl-horizontal dd{margin-left:180px}}.new-styles abbr[title],.new-styles abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.new-styles .initialism{font-size:90%;text-transform:uppercase}.new-styles blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.new-styles blockquote p:last-child,.new-styles blockquote ul:last-child,.new-styles blockquote ol:last-child{margin-bottom:0}.new-styles blockquote footer,.new-styles blockquote small,.new-styles blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}.new-styles blockquote footer:before,.new-styles blockquote small:before,.new-styles blockquote .small:before{content:'\2014 \00A0'}.new-styles .blockquote-reverse,.new-styles blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.new-styles .blockquote-reverse footer:before,.new-styles blockquote.pull-right footer:before,.new-styles .blockquote-reverse small:before,.new-styles blockquote.pull-right small:before,.new-styles .blockquote-reverse .small:before,.new-styles blockquote.pull-right .small:before{content:''}.new-styles .blockquote-reverse footer:after,.new-styles blockquote.pull-right footer:after,.new-styles .blockquote-reverse small:after,.new-styles blockquote.pull-right small:after,.new-styles .blockquote-reverse .small:after,.new-styles blockquote.pull-right .small:after{content:'\00A0 \2014'}.new-styles address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.new-styles code,.new-styles kbd,.new-styles .pre,.new-styles samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.new-styles code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.new-styles kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}.new-styles kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}.new-styles .pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.new-styles .pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.new-styles .pre-scrollable{max-height:340px;overflow-y:scroll}.new-styles .container{margin-right:auto;margin-left:auto;padding-left:50px;padding-right:50px}@media (min-width: 2px){.new-styles .container{width:820px}}@media (min-width: 3px){.new-styles .container{width:1040px}}@media (min-width: 9999px){.new-styles .container{width:1240px}}.new-styles .container-fluid{margin-right:auto;margin-left:auto;padding-left:50px;padding-right:50px}.new-styles .row{margin-left:-50px;margin-right:-50px}.new-styles .col-xs-1,.new-styles .col-sm-1,.new-styles .col-md-1,.new-styles .col-lg-1,.new-styles .col-xs-2,.new-styles .col-sm-2,.new-styles .col-md-2,.new-styles .col-lg-2,.new-styles .col-xs-3,.new-styles .col-sm-3,.new-styles .col-md-3,.new-styles .col-lg-3,.new-styles .col-xs-4,.new-styles .col-sm-4,.new-styles .col-md-4,.new-styles .col-lg-4,.new-styles .col-xs-5,.new-styles .col-sm-5,.new-styles .col-md-5,.new-styles .col-lg-5,.new-styles .col-xs-6,.new-styles .col-sm-6,.new-styles .col-md-6,.new-styles .col-lg-6,.new-styles .col-xs-7,.new-styles .col-sm-7,.new-styles .col-md-7,.new-styles .col-lg-7,.new-styles .col-xs-8,.new-styles .col-sm-8,.new-styles .col-md-8,.new-styles .col-lg-8,.new-styles .col-xs-9,.new-styles .col-sm-9,.new-styles .col-md-9,.new-styles .col-lg-9,.new-styles .col-xs-10,.new-styles .col-sm-10,.new-styles .col-md-10,.new-styles .col-lg-10,.new-styles .col-xs-11,.new-styles .col-sm-11,.new-styles .col-md-11,.new-styles .col-lg-11,.new-styles .col-xs-12,.new-styles .col-sm-12,.new-styles .col-md-12,.new-styles .col-lg-12{position:relative;min-height:1px;padding-left:50px;padding-right:50px}.new-styles .col-xs-1,.new-styles .col-xs-2,.new-styles .col-xs-3,.new-styles .col-xs-4,.new-styles .col-xs-5,.new-styles .col-xs-6,.new-styles .col-xs-7,.new-styles .col-xs-8,.new-styles .col-xs-9,.new-styles .col-xs-10,.new-styles .col-xs-11,.new-styles .col-xs-12{float:left}.new-styles .col-xs-12{width:100%}.new-styles .col-xs-11{width:91.66666667%}.new-styles .col-xs-10{width:83.33333333%}.new-styles .col-xs-9{width:75%}.new-styles .col-xs-8{width:66.66666667%}.new-styles .col-xs-7{width:58.33333333%}.new-styles .col-xs-6{width:50%}.new-styles .col-xs-5{width:41.66666667%}.new-styles .col-xs-4{width:33.33333333%}.new-styles .col-xs-3{width:25%}.new-styles .col-xs-2{width:16.66666667%}.new-styles .col-xs-1{width:8.33333333%}.new-styles .col-xs-pull-12{right:100%}.new-styles .col-xs-pull-11{right:91.66666667%}.new-styles .col-xs-pull-10{right:83.33333333%}.new-styles .col-xs-pull-9{right:75%}.new-styles .col-xs-pull-8{right:66.66666667%}.new-styles .col-xs-pull-7{right:58.33333333%}.new-styles .col-xs-pull-6{right:50%}.new-styles .col-xs-pull-5{right:41.66666667%}.new-styles .col-xs-pull-4{right:33.33333333%}.new-styles .col-xs-pull-3{right:25%}.new-styles .col-xs-pull-2{right:16.66666667%}.new-styles .col-xs-pull-1{right:8.33333333%}.new-styles .col-xs-pull-0{right:auto}.new-styles .col-xs-push-12{left:100%}.new-styles .col-xs-push-11{left:91.66666667%}.new-styles .col-xs-push-10{left:83.33333333%}.new-styles .col-xs-push-9{left:75%}.new-styles .col-xs-push-8{left:66.66666667%}.new-styles .col-xs-push-7{left:58.33333333%}.new-styles .col-xs-push-6{left:50%}.new-styles .col-xs-push-5{left:41.66666667%}.new-styles .col-xs-push-4{left:33.33333333%}.new-styles .col-xs-push-3{left:25%}.new-styles .col-xs-push-2{left:16.66666667%}.new-styles .col-xs-push-1{left:8.33333333%}.new-styles .col-xs-push-0{left:auto}.new-styles .col-xs-offset-12{margin-left:100%}.new-styles .col-xs-offset-11{margin-left:91.66666667%}.new-styles .col-xs-offset-10{margin-left:83.33333333%}.new-styles .col-xs-offset-9{margin-left:75%}.new-styles .col-xs-offset-8{margin-left:66.66666667%}.new-styles .col-xs-offset-7{margin-left:58.33333333%}.new-styles .col-xs-offset-6{margin-left:50%}.new-styles .col-xs-offset-5{margin-left:41.66666667%}.new-styles .col-xs-offset-4{margin-left:33.33333333%}.new-styles .col-xs-offset-3{margin-left:25%}.new-styles .col-xs-offset-2{margin-left:16.66666667%}.new-styles .col-xs-offset-1{margin-left:8.33333333%}.new-styles .col-xs-offset-0{margin-left:0}@media (min-width: 2px){.new-styles .col-sm-1,.new-styles .col-sm-2,.new-styles .col-sm-3,.new-styles .col-sm-4,.new-styles .col-sm-5,.new-styles .col-sm-6,.new-styles .col-sm-7,.new-styles .col-sm-8,.new-styles .col-sm-9,.new-styles .col-sm-10,.new-styles .col-sm-11,.new-styles .col-sm-12{float:left}.new-styles .col-sm-12{width:100%}.new-styles .col-sm-11{width:91.66666667%}.new-styles .col-sm-10{width:83.33333333%}.new-styles .col-sm-9{width:75%}.new-styles .col-sm-8{width:66.66666667%}.new-styles .col-sm-7{width:58.33333333%}.new-styles .col-sm-6{width:50%}.new-styles .col-sm-5{width:41.66666667%}.new-styles .col-sm-4{width:33.33333333%}.new-styles .col-sm-3{width:25%}.new-styles .col-sm-2{width:16.66666667%}.new-styles .col-sm-1{width:8.33333333%}.new-styles .col-sm-pull-12{right:100%}.new-styles .col-sm-pull-11{right:91.66666667%}.new-styles .col-sm-pull-10{right:83.33333333%}.new-styles .col-sm-pull-9{right:75%}.new-styles .col-sm-pull-8{right:66.66666667%}.new-styles .col-sm-pull-7{right:58.33333333%}.new-styles .col-sm-pull-6{right:50%}.new-styles .col-sm-pull-5{right:41.66666667%}.new-styles .col-sm-pull-4{right:33.33333333%}.new-styles .col-sm-pull-3{right:25%}.new-styles .col-sm-pull-2{right:16.66666667%}.new-styles .col-sm-pull-1{right:8.33333333%}.new-styles .col-sm-pull-0{right:auto}.new-styles .col-sm-push-12{left:100%}.new-styles .col-sm-push-11{left:91.66666667%}.new-styles .col-sm-push-10{left:83.33333333%}.new-styles .col-sm-push-9{left:75%}.new-styles .col-sm-push-8{left:66.66666667%}.new-styles .col-sm-push-7{left:58.33333333%}.new-styles .col-sm-push-6{left:50%}.new-styles .col-sm-push-5{left:41.66666667%}.new-styles .col-sm-push-4{left:33.33333333%}.new-styles .col-sm-push-3{left:25%}.new-styles .col-sm-push-2{left:16.66666667%}.new-styles .col-sm-push-1{left:8.33333333%}.new-styles .col-sm-push-0{left:auto}.new-styles .col-sm-offset-12{margin-left:100%}.new-styles .col-sm-offset-11{margin-left:91.66666667%}.new-styles .col-sm-offset-10{margin-left:83.33333333%}.new-styles .col-sm-offset-9{margin-left:75%}.new-styles .col-sm-offset-8{margin-left:66.66666667%}.new-styles .col-sm-offset-7{margin-left:58.33333333%}.new-styles .col-sm-offset-6{margin-left:50%}.new-styles .col-sm-offset-5{margin-left:41.66666667%}.new-styles .col-sm-offset-4{margin-left:33.33333333%}.new-styles .col-sm-offset-3{margin-left:25%}.new-styles .col-sm-offset-2{margin-left:16.66666667%}.new-styles .col-sm-offset-1{margin-left:8.33333333%}.new-styles .col-sm-offset-0{margin-left:0}}@media (min-width: 3px){.new-styles .col-md-1,.new-styles .col-md-2,.new-styles .col-md-3,.new-styles .col-md-4,.new-styles .col-md-5,.new-styles .col-md-6,.new-styles .col-md-7,.new-styles .col-md-8,.new-styles .col-md-9,.new-styles .col-md-10,.new-styles .col-md-11,.new-styles .col-md-12{float:left}.new-styles .col-md-12{width:100%}.new-styles .col-md-11{width:91.66666667%}.new-styles .col-md-10{width:83.33333333%}.new-styles .col-md-9{width:75%}.new-styles .col-md-8{width:66.66666667%}.new-styles .col-md-7{width:58.33333333%}.new-styles .col-md-6{width:50%}.new-styles .col-md-5{width:41.66666667%}.new-styles .col-md-4{width:33.33333333%}.new-styles .col-md-3{width:25%}.new-styles .col-md-2{width:16.66666667%}.new-styles .col-md-1{width:8.33333333%}.new-styles .col-md-pull-12{right:100%}.new-styles .col-md-pull-11{right:91.66666667%}.new-styles .col-md-pull-10{right:83.33333333%}.new-styles .col-md-pull-9{right:75%}.new-styles .col-md-pull-8{right:66.66666667%}.new-styles .col-md-pull-7{right:58.33333333%}.new-styles .col-md-pull-6{right:50%}.new-styles .col-md-pull-5{right:41.66666667%}.new-styles .col-md-pull-4{right:33.33333333%}.new-styles .col-md-pull-3{right:25%}.new-styles .col-md-pull-2{right:16.66666667%}.new-styles .col-md-pull-1{right:8.33333333%}.new-styles .col-md-pull-0{right:auto}.new-styles .col-md-push-12{left:100%}.new-styles .col-md-push-11{left:91.66666667%}.new-styles .col-md-push-10{left:83.33333333%}.new-styles .col-md-push-9{left:75%}.new-styles .col-md-push-8{left:66.66666667%}.new-styles .col-md-push-7{left:58.33333333%}.new-styles .col-md-push-6{left:50%}.new-styles .col-md-push-5{left:41.66666667%}.new-styles .col-md-push-4{left:33.33333333%}.new-styles .col-md-push-3{left:25%}.new-styles .col-md-push-2{left:16.66666667%}.new-styles .col-md-push-1{left:8.33333333%}.new-styles .col-md-push-0{left:auto}.new-styles .col-md-offset-12{margin-left:100%}.new-styles .col-md-offset-11{margin-left:91.66666667%}.new-styles .col-md-offset-10{margin-left:83.33333333%}.new-styles .col-md-offset-9{margin-left:75%}.new-styles .col-md-offset-8{margin-left:66.66666667%}.new-styles .col-md-offset-7{margin-left:58.33333333%}.new-styles .col-md-offset-6{margin-left:50%}.new-styles .col-md-offset-5{margin-left:41.66666667%}.new-styles .col-md-offset-4{margin-left:33.33333333%}.new-styles .col-md-offset-3{margin-left:25%}.new-styles .col-md-offset-2{margin-left:16.66666667%}.new-styles .col-md-offset-1{margin-left:8.33333333%}.new-styles .col-md-offset-0{margin-left:0}}@media (min-width: 9999px){.new-styles .col-lg-1,.new-styles .col-lg-2,.new-styles .col-lg-3,.new-styles .col-lg-4,.new-styles .col-lg-5,.new-styles .col-lg-6,.new-styles .col-lg-7,.new-styles .col-lg-8,.new-styles .col-lg-9,.new-styles .col-lg-10,.new-styles .col-lg-11,.new-styles .col-lg-12{float:left}.new-styles .col-lg-12{width:100%}.new-styles .col-lg-11{width:91.66666667%}.new-styles .col-lg-10{width:83.33333333%}.new-styles .col-lg-9{width:75%}.new-styles .col-lg-8{width:66.66666667%}.new-styles .col-lg-7{width:58.33333333%}.new-styles .col-lg-6{width:50%}.new-styles .col-lg-5{width:41.66666667%}.new-styles .col-lg-4{width:33.33333333%}.new-styles .col-lg-3{width:25%}.new-styles .col-lg-2{width:16.66666667%}.new-styles .col-lg-1{width:8.33333333%}.new-styles .col-lg-pull-12{right:100%}.new-styles .col-lg-pull-11{right:91.66666667%}.new-styles .col-lg-pull-10{right:83.33333333%}.new-styles .col-lg-pull-9{right:75%}.new-styles .col-lg-pull-8{right:66.66666667%}.new-styles .col-lg-pull-7{right:58.33333333%}.new-styles .col-lg-pull-6{right:50%}.new-styles .col-lg-pull-5{right:41.66666667%}.new-styles .col-lg-pull-4{right:33.33333333%}.new-styles .col-lg-pull-3{right:25%}.new-styles .col-lg-pull-2{right:16.66666667%}.new-styles .col-lg-pull-1{right:8.33333333%}.new-styles .col-lg-pull-0{right:auto}.new-styles .col-lg-push-12{left:100%}.new-styles .col-lg-push-11{left:91.66666667%}.new-styles .col-lg-push-10{left:83.33333333%}.new-styles .col-lg-push-9{left:75%}.new-styles .col-lg-push-8{left:66.66666667%}.new-styles .col-lg-push-7{left:58.33333333%}.new-styles .col-lg-push-6{left:50%}.new-styles .col-lg-push-5{left:41.66666667%}.new-styles .col-lg-push-4{left:33.33333333%}.new-styles .col-lg-push-3{left:25%}.new-styles .col-lg-push-2{left:16.66666667%}.new-styles .col-lg-push-1{left:8.33333333%}.new-styles .col-lg-push-0{left:auto}.new-styles .col-lg-offset-12{margin-left:100%}.new-styles .col-lg-offset-11{margin-left:91.66666667%}.new-styles .col-lg-offset-10{margin-left:83.33333333%}.new-styles .col-lg-offset-9{margin-left:75%}.new-styles .col-lg-offset-8{margin-left:66.66666667%}.new-styles .col-lg-offset-7{margin-left:58.33333333%}.new-styles .col-lg-offset-6{margin-left:50%}.new-styles .col-lg-offset-5{margin-left:41.66666667%}.new-styles .col-lg-offset-4{margin-left:33.33333333%}.new-styles .col-lg-offset-3{margin-left:25%}.new-styles .col-lg-offset-2{margin-left:16.66666667%}.new-styles .col-lg-offset-1{margin-left:8.33333333%}.new-styles .col-lg-offset-0{margin-left:0}}.new-styles table{background-color:transparent}.new-styles caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.new-styles th{text-align:left}.new-styles .table{width:100%;max-width:100%;margin-bottom:20px}.new-styles .table > thead > tr > th,.new-styles .table > tbody > tr > th,.new-styles .table > tfoot > tr > th,.new-styles .table > thead > tr > td,.new-styles .table > tbody > tr > td,.new-styles .table > tfoot > tr > td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.new-styles .table > thead > tr > th{vertical-align:bottom;border-bottom:2px solid #ddd}.new-styles .table > caption + thead > tr:first-child > th,.new-styles .table > colgroup + thead > tr:first-child > th,.new-styles .table > thead:first-child > tr:first-child > th,.new-styles .table > caption + thead > tr:first-child > td,.new-styles .table > colgroup + thead > tr:first-child > td,.new-styles .table > thead:first-child > tr:first-child > td{border-top:0}.new-styles .table > tbody + tbody{border-top:2px solid #ddd}.new-styles .table .table{background-color:#fff}.new-styles .table-condensed > thead > tr > th,.new-styles .table-condensed > tbody > tr > th,.new-styles .table-condensed > tfoot > tr > th,.new-styles .table-condensed > thead > tr > td,.new-styles .table-condensed > tbody > tr > td,.new-styles .table-condensed > tfoot > tr > td{padding:5px}.new-styles .table-bordered{border:1px solid #ddd}.new-styles .table-bordered > thead > tr > th,.new-styles .table-bordered > tbody > tr > th,.new-styles .table-bordered > tfoot > tr > th,.new-styles .table-bordered > thead > tr > td,.new-styles .table-bordered > tbody > tr > td,.new-styles .table-bordered > tfoot > tr > td{border:1px solid #ddd}.new-styles .table-bordered > thead > tr > th,.new-styles .table-bordered > thead > tr > td{border-bottom-width:2px}.new-styles .table-striped > tbody > tr:nth-of-type(odd){background-color:#f9f9f9}.new-styles .table-hover > tbody > tr:hover{background-color:#f5f5f5}.new-styles table col[class*="col-"]{position:static;float:none;display:table-column}.new-styles table td[class*="col-"],.new-styles table th[class*="col-"]{position:static;float:none;display:table-cell}.new-styles .table > thead > tr > td.active,.new-styles .table > tbody > tr > td.active,.new-styles .table > tfoot > tr > td.active,.new-styles .table > thead > tr > th.active,.new-styles .table > tbody > tr > th.active,.new-styles .table > tfoot > tr > th.active,.new-styles .table > thead > tr.active > td,.new-styles .table > tbody > tr.active > td,.new-styles .table > tfoot > tr.active > td,.new-styles .table > thead > tr.active > th,.new-styles .table > tbody > tr.active > th,.new-styles .table > tfoot > tr.active > th{background-color:#f5f5f5}.new-styles .table-hover > tbody > tr > td.active:hover,.new-styles .table-hover > tbody > tr > th.active:hover,.new-styles .table-hover > tbody > tr.active:hover > td,.new-styles .table-hover > tbody > tr:hover > .active,.new-styles .table-hover > tbody > tr.active:hover > th{background-color:#e8e8e8}.new-styles .table > thead > tr > td.success,.new-styles .table > tbody > tr > td.success,.new-styles .table > tfoot > tr > td.success,.new-styles .table > thead > tr > th.success,.new-styles .table > tbody > tr > th.success,.new-styles .table > tfoot > tr > th.success,.new-styles .table > thead > tr.success > td,.new-styles .table > tbody > tr.success > td,.new-styles .table > tfoot > tr.success > td,.new-styles .table > thead > tr.success > th,.new-styles .table > tbody > tr.success > th,.new-styles .table > tfoot > tr.success > th{background-color:#dff0d8}.new-styles .table-hover > tbody > tr > td.success:hover,.new-styles .table-hover > tbody > tr > th.success:hover,.new-styles .table-hover > tbody > tr.success:hover > td,.new-styles .table-hover > tbody > tr:hover > .success,.new-styles .table-hover > tbody > tr.success:hover > th{background-color:#d0e9c6}.new-styles .table > thead > tr > td.info,.new-styles .table > tbody > tr > td.info,.new-styles .table > tfoot > tr > td.info,.new-styles .table > thead > tr > th.info,.new-styles .table > tbody > tr > th.info,.new-styles .table > tfoot > tr > th.info,.new-styles .table > thead > tr.info > td,.new-styles .table > tbody > tr.info > td,.new-styles .table > tfoot > tr.info > td,.new-styles .table > thead > tr.info > th,.new-styles .table > tbody > tr.info > th,.new-styles .table > tfoot > tr.info > th{background-color:#d9edf7}.new-styles .table-hover > tbody > tr > td.info:hover,.new-styles .table-hover > tbody > tr > th.info:hover,.new-styles .table-hover > tbody > tr.info:hover > td,.new-styles .table-hover > tbody > tr:hover > .info,.new-styles .table-hover > tbody > tr.info:hover > th{background-color:#c4e3f3}.new-styles .table > thead > tr > td.warning,.new-styles .table > tbody > tr > td.warning,.new-styles .table > tfoot > tr > td.warning,.new-styles .table > thead > tr > th.warning,.new-styles .table > tbody > tr > th.warning,.new-styles .table > tfoot > tr > th.warning,.new-styles .table > thead > tr.warning > td,.new-styles .table > tbody > tr.warning > td,.new-styles .table > tfoot > tr.warning > td,.new-styles .table > thead > tr.warning > th,.new-styles .table > tbody > tr.warning > th,.new-styles .table > tfoot > tr.warning > th{background-color:#fcf8e3}.new-styles .table-hover > tbody > tr > td.warning:hover,.new-styles .table-hover > tbody > tr > th.warning:hover,.new-styles .table-hover > tbody > tr.warning:hover > td,.new-styles .table-hover > tbody > tr:hover > .warning,.new-styles .table-hover > tbody > tr.warning:hover > th{background-color:#faf2cc}.new-styles .table > thead > tr > td.danger,.new-styles .table > tbody > tr > td.danger,.new-styles .table > tfoot > tr > td.danger,.new-styles .table > thead > tr > th.danger,.new-styles .table > tbody > tr > th.danger,.new-styles .table > tfoot > tr > th.danger,.new-styles .table > thead > tr.danger > td,.new-styles .table > tbody > tr.danger > td,.new-styles .table > tfoot > tr.danger > td,.new-styles .table > thead > tr.danger > th,.new-styles .table > tbody > tr.danger > th,.new-styles .table > tfoot > tr.danger > th{background-color:#f2dede}.new-styles .table-hover > tbody > tr > td.danger:hover,.new-styles .table-hover > tbody > tr > th.danger:hover,.new-styles .table-hover > tbody > tr.danger:hover > td,.new-styles .table-hover > tbody > tr:hover > .danger,.new-styles .table-hover > tbody > tr.danger:hover > th{background-color:#ebcccc}.new-styles .table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width: 1px){.new-styles .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.new-styles .table-responsive > .table{margin-bottom:0}.new-styles .table-responsive > .table > thead > tr > th,.new-styles .table-responsive > .table > tbody > tr > th,.new-styles .table-responsive > .table > tfoot > tr > th,.new-styles .table-responsive > .table > thead > tr > td,.new-styles .table-responsive > .table > tbody > tr > td,.new-styles .table-responsive > .table > tfoot > tr > td{white-space:nowrap}.new-styles .table-responsive > .table-bordered{border:0}.new-styles .table-responsive > .table-bordered > thead > tr > th:first-child,.new-styles .table-responsive > .table-bordered > tbody > tr > th:first-child,.new-styles .table-responsive > .table-bordered > tfoot > tr > th:first-child,.new-styles .table-responsive > .table-bordered > thead > tr > td:first-child,.new-styles .table-responsive > .table-bordered > tbody > tr > td:first-child,.new-styles .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}.new-styles .table-responsive > .table-bordered > thead > tr > th:last-child,.new-styles .table-responsive > .table-bordered > tbody > tr > th:last-child,.new-styles .table-responsive > .table-bordered > tfoot > tr > th:last-child,.new-styles .table-responsive > .table-bordered > thead > tr > td:last-child,.new-styles .table-responsive > .table-bordered > tbody > tr > td:last-child,.new-styles .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.new-styles .table-responsive > .table-bordered > tbody > tr:last-child > th,.new-styles .table-responsive > .table-bordered > tfoot > tr:last-child > th,.new-styles .table-responsive > .table-bordered > tbody > tr:last-child > td,.new-styles .table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom:0}}.new-styles fieldset{padding:0;margin:0;border:0;min-width:0}.new-styles legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.new-styles label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.new-styles input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.new-styles input[type="radio"],.new-styles input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}.new-styles input[type="file"]{display:block}.new-styles input[type="range"]{display:block;width:100%}.new-styles select[multiple],.new-styles select[size]{height:auto}.new-styles input[type="file"]:focus,.new-styles input[type="radio"]:focus,.new-styles input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.new-styles output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.new-styles .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out .15s}.new-styles .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.new-styles .form-control::-moz-placeholder{color:#999;opacity:1}.new-styles .form-control:-ms-input-placeholder{color:#999}.new-styles .form-control::-webkit-input-placeholder{color:#999}.new-styles .form-control[disabled],.new-styles .form-control[readonly],.new-styles fieldset[disabled] .form-control{background-color:#eee;opacity:1}.new-styles .form-control[disabled],.new-styles fieldset[disabled] .form-control{cursor:not-allowed}.new-styles textarea.form-control{height:auto}.new-styles input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){.new-styles input[type="date"],.new-styles input[type="time"],.new-styles input[type="datetime-local"],.new-styles input[type="month"]{line-height:34px}.new-styles input[type="date"].input-sm,.new-styles input[type="time"].input-sm,.new-styles input[type="datetime-local"].input-sm,.new-styles input[type="month"].input-sm,.new-styles .input-group-sm input[type="date"],.new-styles .input-group-sm input[type="time"],.new-styles .input-group-sm input[type="datetime-local"],.new-styles .input-group-sm input[type="month"]{line-height:30px}.new-styles input[type="date"].input-lg,.new-styles input[type="time"].input-lg,.new-styles input[type="datetime-local"].input-lg,.new-styles input[type="month"].input-lg,.new-styles .input-group-lg input[type="date"],.new-styles .input-group-lg input[type="time"],.new-styles .input-group-lg input[type="datetime-local"],.new-styles .input-group-lg input[type="month"]{line-height:46px}}.new-styles .form-group{margin-bottom:15px}.new-styles .radio,.new-styles .checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.new-styles .radio label,.new-styles .checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.new-styles .radio input[type="radio"],.new-styles .radio-inline input[type="radio"],.new-styles .checkbox input[type="checkbox"],.new-styles .checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.new-styles .radio + .radio,.new-styles .checkbox + .checkbox{margin-top:-5px}.new-styles .radio-inline,.new-styles .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.new-styles .radio-inline + .radio-inline,.new-styles .checkbox-inline + .checkbox-inline{margin-top:0;margin-left:10px}.new-styles input[type="radio"][disabled],.new-styles input[type="checkbox"][disabled],.new-styles input[type="radio"].disabled,.new-styles input[type="checkbox"].disabled,.new-styles fieldset[disabled] input[type="radio"],.new-styles fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.new-styles .radio-inline.disabled,.new-styles .checkbox-inline.disabled,.new-styles fieldset[disabled] .radio-inline,.new-styles fieldset[disabled] .checkbox-inline{cursor:not-allowed}.new-styles .radio.disabled label,.new-styles .checkbox.disabled label,.new-styles fieldset[disabled] .radio label,.new-styles fieldset[disabled] .checkbox label{cursor:not-allowed}.new-styles .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.new-styles .form-control-static.input-lg,.new-styles .form-control-static.input-sm{padding-left:0;padding-right:0}.new-styles .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.new-styles select.input-sm{height:30px;line-height:30px}.new-styles textarea.input-sm,.new-styles select[multiple].input-sm{height:auto}.new-styles .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.new-styles select.form-group-sm .form-control{height:30px;line-height:30px}.new-styles textarea.form-group-sm .form-control,.new-styles select[multiple].form-group-sm .form-control{height:auto}.new-styles .form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;min-height:32px}.new-styles .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.new-styles select.input-lg{height:46px;line-height:46px}.new-styles textarea.input-lg,.new-styles select[multiple].input-lg{height:auto}.new-styles .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.new-styles select.form-group-lg .form-control{height:46px;line-height:46px}.new-styles textarea.form-group-lg .form-control,.new-styles select[multiple].form-group-lg .form-control{height:auto}.new-styles .form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;min-height:38px}.new-styles .has-feedback{position:relative}.new-styles .has-feedback .form-control{padding-right:42.5px}.new-styles .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}.new-styles .input-lg + .form-control-feedback{width:46px;height:46px;line-height:46px}.new-styles .input-sm + .form-control-feedback{width:30px;height:30px;line-height:30px}.new-styles .has-success .help-block,.new-styles .has-success .control-label,.new-styles .has-success .radio,.new-styles .has-success .checkbox,.new-styles .has-success .radio-inline,.new-styles .has-success .checkbox-inline,.new-styles .has-success.radio label,.new-styles .has-success.checkbox label,.new-styles .has-success.radio-inline label,.new-styles .has-success.checkbox-inline label{color:#3c763d}.new-styles .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.new-styles .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.new-styles .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.new-styles .has-success .form-control-feedback{color:#3c763d}.new-styles .has-warning .help-block,.new-styles .has-warning .control-label,.new-styles .has-warning .radio,.new-styles .has-warning .checkbox,.new-styles .has-warning .radio-inline,.new-styles .has-warning .checkbox-inline,.new-styles .has-warning.radio label,.new-styles .has-warning.checkbox label,.new-styles .has-warning.radio-inline label,.new-styles .has-warning.checkbox-inline label{color:#8a6d3b}.new-styles .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.new-styles .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.new-styles .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.new-styles .has-warning .form-control-feedback{color:#8a6d3b}.new-styles .has-error .help-block,.new-styles .has-error .control-label,.new-styles .has-error .radio,.new-styles .has-error .checkbox,.new-styles .has-error .radio-inline,.new-styles .has-error .checkbox-inline,.new-styles .has-error.radio label,.new-styles .has-error.checkbox label,.new-styles .has-error.radio-inline label,.new-styles .has-error.checkbox-inline label{color:#a94442}.new-styles .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.new-styles .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.new-styles .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.new-styles .has-error .form-control-feedback{color:#a94442}.new-styles .has-feedback label ~ .form-control-feedback{top:25px}.new-styles .has-feedback label.sr-only ~ .form-control-feedback{top:0}.new-styles .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 2px){.new-styles .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.new-styles .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.new-styles .form-inline .form-control-static{display:inline-block}.new-styles .form-inline .input-group{display:inline-table;vertical-align:middle}.new-styles .form-inline .input-group .input-group-addon,.new-styles .form-inline .input-group .input-group-btn,.new-styles .form-inline .input-group .form-control{width:auto}.new-styles .form-inline .input-group > .form-control{width:100%}.new-styles .form-inline .control-label{margin-bottom:0;vertical-align:middle}.new-styles .form-inline .radio,.new-styles .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.new-styles .form-inline .radio label,.new-styles .form-inline .checkbox label{padding-left:0}.new-styles .form-inline .radio input[type="radio"],.new-styles .form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.new-styles .form-inline .has-feedback .form-control-feedback{top:0}}.new-styles .form-horizontal .radio,.new-styles .form-horizontal .checkbox,.new-styles .form-horizontal .radio-inline,.new-styles .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.new-styles .form-horizontal .radio,.new-styles .form-horizontal .checkbox{min-height:27px}.new-styles .form-horizontal .form-group{margin-left:-50px;margin-right:-50px}@media (min-width: 2px){.new-styles .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.new-styles .form-horizontal .has-feedback .form-control-feedback{right:50px}@media (min-width: 2px){.new-styles .form-horizontal .form-group-lg .control-label{padding-top:14.333333px}}@media (min-width: 2px){.new-styles .form-horizontal .form-group-sm .control-label{padding-top:6px}}.new-styles .btn{display:inline-block;margin-bottom:0;font-weight:400;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.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.new-styles .btn:focus,.new-styles .btn:active:focus,.new-styles .btn.active:focus,.new-styles .btn.focus,.new-styles .btn:active.focus,.new-styles .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.new-styles .btn:hover,.new-styles .btn:focus,.new-styles .btn.focus{color:#333;text-decoration:none}.new-styles .btn:active,.new-styles .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.new-styles .btn.disabled,.new-styles .btn[disabled],.new-styles fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.new-styles .btn-default{color:#333;background-color:#fff;border-color:#ccc}.new-styles .btn-default:hover,.new-styles .btn-default:focus,.new-styles .btn-default.focus,.new-styles .btn-default:active,.new-styles .btn-default.active,.new-styles .open > .dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.new-styles .btn-default:active,.new-styles .btn-default.active,.new-styles .open > .dropdown-toggle.btn-default{background-image:none}.new-styles .btn-default.disabled,.new-styles .btn-default[disabled],.new-styles fieldset[disabled] .btn-default,.new-styles .btn-default.disabled:hover,.new-styles .btn-default[disabled]:hover,.new-styles fieldset[disabled] .btn-default:hover,.new-styles .btn-default.disabled:focus,.new-styles .btn-default[disabled]:focus,.new-styles fieldset[disabled] .btn-default:focus,.new-styles .btn-default.disabled.focus,.new-styles .btn-default[disabled].focus,.new-styles fieldset[disabled] .btn-default.focus,.new-styles .btn-default.disabled:active,.new-styles .btn-default[disabled]:active,.new-styles fieldset[disabled] .btn-default:active,.new-styles .btn-default.disabled.active,.new-styles .btn-default[disabled].active,.new-styles fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.new-styles .btn-default .badge{color:#fff;background-color:#333}.new-styles .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.new-styles .btn-primary:hover,.new-styles .btn-primary:focus,.new-styles .btn-primary.focus,.new-styles .btn-primary:active,.new-styles .btn-primary.active,.new-styles .open > .dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.new-styles .btn-primary:active,.new-styles .btn-primary.active,.new-styles .open > .dropdown-toggle.btn-primary{background-image:none}.new-styles .btn-primary.disabled,.new-styles .btn-primary[disabled],.new-styles fieldset[disabled] .btn-primary,.new-styles .btn-primary.disabled:hover,.new-styles .btn-primary[disabled]:hover,.new-styles fieldset[disabled] .btn-primary:hover,.new-styles .btn-primary.disabled:focus,.new-styles .btn-primary[disabled]:focus,.new-styles fieldset[disabled] .btn-primary:focus,.new-styles .btn-primary.disabled.focus,.new-styles .btn-primary[disabled].focus,.new-styles fieldset[disabled] .btn-primary.focus,.new-styles .btn-primary.disabled:active,.new-styles .btn-primary[disabled]:active,.new-styles fieldset[disabled] .btn-primary:active,.new-styles .btn-primary.disabled.active,.new-styles .btn-primary[disabled].active,.new-styles fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.new-styles .btn-primary .badge{color:#337ab7;background-color:#fff}.new-styles .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.new-styles .btn-success:hover,.new-styles .btn-success:focus,.new-styles .btn-success.focus,.new-styles .btn-success:active,.new-styles .btn-success.active,.new-styles .open > .dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.new-styles .btn-success:active,.new-styles .btn-success.active,.new-styles .open > .dropdown-toggle.btn-success{background-image:none}.new-styles .btn-success.disabled,.new-styles .btn-success[disabled],.new-styles fieldset[disabled] .btn-success,.new-styles .btn-success.disabled:hover,.new-styles .btn-success[disabled]:hover,.new-styles fieldset[disabled] .btn-success:hover,.new-styles .btn-success.disabled:focus,.new-styles .btn-success[disabled]:focus,.new-styles fieldset[disabled] .btn-success:focus,.new-styles .btn-success.disabled.focus,.new-styles .btn-success[disabled].focus,.new-styles fieldset[disabled] .btn-success.focus,.new-styles .btn-success.disabled:active,.new-styles .btn-success[disabled]:active,.new-styles fieldset[disabled] .btn-success:active,.new-styles .btn-success.disabled.active,.new-styles .btn-success[disabled].active,.new-styles fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.new-styles .btn-success .badge{color:#5cb85c;background-color:#fff}.new-styles .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.new-styles .btn-info:hover,.new-styles .btn-info:focus,.new-styles .btn-info.focus,.new-styles .btn-info:active,.new-styles .btn-info.active,.new-styles .open > .dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.new-styles .btn-info:active,.new-styles .btn-info.active,.new-styles .open > .dropdown-toggle.btn-info{background-image:none}.new-styles .btn-info.disabled,.new-styles .btn-info[disabled],.new-styles fieldset[disabled] .btn-info,.new-styles .btn-info.disabled:hover,.new-styles .btn-info[disabled]:hover,.new-styles fieldset[disabled] .btn-info:hover,.new-styles .btn-info.disabled:focus,.new-styles .btn-info[disabled]:focus,.new-styles fieldset[disabled] .btn-info:focus,.new-styles .btn-info.disabled.focus,.new-styles .btn-info[disabled].focus,.new-styles fieldset[disabled] .btn-info.focus,.new-styles .btn-info.disabled:active,.new-styles .btn-info[disabled]:active,.new-styles fieldset[disabled] .btn-info:active,.new-styles .btn-info.disabled.active,.new-styles .btn-info[disabled].active,.new-styles fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.new-styles .btn-info .badge{color:#5bc0de;background-color:#fff}.new-styles .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.new-styles .btn-warning:hover,.new-styles .btn-warning:focus,.new-styles .btn-warning.focus,.new-styles .btn-warning:active,.new-styles .btn-warning.active,.new-styles .open > .dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.new-styles .btn-warning:active,.new-styles .btn-warning.active,.new-styles .open > .dropdown-toggle.btn-warning{background-image:none}.new-styles .btn-warning.disabled,.new-styles .btn-warning[disabled],.new-styles fieldset[disabled] .btn-warning,.new-styles .btn-warning.disabled:hover,.new-styles .btn-warning[disabled]:hover,.new-styles fieldset[disabled] .btn-warning:hover,.new-styles .btn-warning.disabled:focus,.new-styles .btn-warning[disabled]:focus,.new-styles fieldset[disabled] .btn-warning:focus,.new-styles .btn-warning.disabled.focus,.new-styles .btn-warning[disabled].focus,.new-styles fieldset[disabled] .btn-warning.focus,.new-styles .btn-warning.disabled:active,.new-styles .btn-warning[disabled]:active,.new-styles fieldset[disabled] .btn-warning:active,.new-styles .btn-warning.disabled.active,.new-styles .btn-warning[disabled].active,.new-styles fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.new-styles .btn-warning .badge{color:#f0ad4e;background-color:#fff}.new-styles .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.new-styles .btn-danger:hover,.new-styles .btn-danger:focus,.new-styles .btn-danger.focus,.new-styles .btn-danger:active,.new-styles .btn-danger.active,.new-styles .open > .dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.new-styles .btn-danger:active,.new-styles .btn-danger.active,.new-styles .open > .dropdown-toggle.btn-danger{background-image:none}.new-styles .btn-danger.disabled,.new-styles .btn-danger[disabled],.new-styles fieldset[disabled] .btn-danger,.new-styles .btn-danger.disabled:hover,.new-styles .btn-danger[disabled]:hover,.new-styles fieldset[disabled] .btn-danger:hover,.new-styles .btn-danger.disabled:focus,.new-styles .btn-danger[disabled]:focus,.new-styles fieldset[disabled] .btn-danger:focus,.new-styles .btn-danger.disabled.focus,.new-styles .btn-danger[disabled].focus,.new-styles fieldset[disabled] .btn-danger.focus,.new-styles .btn-danger.disabled:active,.new-styles .btn-danger[disabled]:active,.new-styles fieldset[disabled] .btn-danger:active,.new-styles .btn-danger.disabled.active,.new-styles .btn-danger[disabled].active,.new-styles fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.new-styles .btn-danger .badge{color:#d9534f;background-color:#fff}.new-styles .btn-link{color:#337ab7;font-weight:400;border-radius:0}.new-styles .btn-link,.new-styles .btn-link:active,.new-styles .btn-link.active,.new-styles .btn-link[disabled],.new-styles fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.new-styles .btn-link,.new-styles .btn-link:hover,.new-styles .btn-link:focus,.new-styles .btn-link:active{border-color:transparent}.new-styles .btn-link:hover,.new-styles .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.new-styles .btn-link[disabled]:hover,.new-styles fieldset[disabled] .btn-link:hover,.new-styles .btn-link[disabled]:focus,.new-styles fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.new-styles .btn-lg,.new-styles .btn-group-lg > .btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.new-styles .btn-sm,.new-styles .btn-group-sm > .btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.new-styles .btn-xs,.new-styles .btn-group-xs > .btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.new-styles .btn-block{display:block;width:100%}.new-styles .btn-block + .btn-block{margin-top:5px}.new-styles input[type="submit"].btn-block,.new-styles input[type="reset"].btn-block,.new-styles input[type="button"].btn-block{width:100%}.new-styles .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.new-styles .fade.in{opacity:1}.new-styles .collapse{display:none}.new-styles .collapse.in{display:block}.new-styles tr.collapse.in{display:table-row}.new-styles tbody.collapse.in{display:table-row-group}.new-styles .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.new-styles .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.new-styles .dropup,.new-styles .dropdown{position:relative}.new-styles .dropdown-toggle:focus{outline:0}.new-styles .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;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.new-styles .dropdown-menu.pull-right{right:0;left:auto}.new-styles .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.new-styles .dropdown-menu > li > a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.new-styles .dropdown-menu > li > a:hover,.new-styles .dropdown-menu > li > a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.new-styles .dropdown-menu > .active > a,.new-styles .dropdown-menu > .active > a:hover,.new-styles .dropdown-menu > .active > a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.new-styles .dropdown-menu > .disabled > a,.new-styles .dropdown-menu > .disabled > a:hover,.new-styles .dropdown-menu > .disabled > a:focus{color:#777}.new-styles .dropdown-menu > .disabled > a:hover,.new-styles .dropdown-menu > .disabled > a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.new-styles .open > .dropdown-menu{display:block}.new-styles .open > a{outline:0}.new-styles .dropdown-menu-right{left:auto;right:0}.new-styles .dropdown-menu-left{left:0;right:auto}.new-styles .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.new-styles .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.new-styles .pull-right > .dropdown-menu{right:0;left:auto}.new-styles .dropup .caret,.new-styles .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.new-styles .dropup .dropdown-menu,.new-styles .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 2px){.new-styles .navbar-right .dropdown-menu{left:auto;right:0}.new-styles .navbar-right .dropdown-menu-left{left:0;right:auto}}.new-styles .btn-group,.new-styles .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.new-styles .btn-group > .btn,.new-styles .btn-group-vertical > .btn{position:relative;float:left}.new-styles .btn-group > .btn:hover,.new-styles .btn-group-vertical > .btn:hover,.new-styles .btn-group > .btn:focus,.new-styles .btn-group-vertical > .btn:focus,.new-styles .btn-group > .btn:active,.new-styles .btn-group-vertical > .btn:active,.new-styles .btn-group > .btn.active,.new-styles .btn-group-vertical > .btn.active{z-index:2}.new-styles .btn-group .btn + .btn,.new-styles .btn-group .btn + .btn-group,.new-styles .btn-group .btn-group + .btn,.new-styles .btn-group .btn-group + .btn-group{margin-left:-1px}.new-styles .btn-toolbar{margin-left:-5px}.new-styles .btn-toolbar .btn-group,.new-styles .btn-toolbar .input-group{float:left}.new-styles .btn-toolbar > .btn,.new-styles .btn-toolbar > .btn-group,.new-styles .btn-toolbar > .input-group{margin-left:5px}.new-styles .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.new-styles .btn-group > .btn:first-child{margin-left:0}.new-styles .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.new-styles .btn-group > .btn:last-child:not(:first-child),.new-styles .btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.new-styles .btn-group > .btn-group{float:left}.new-styles .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.new-styles .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.new-styles .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.new-styles .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.new-styles .btn-group .dropdown-toggle:active,.new-styles .btn-group.open .dropdown-toggle{outline:0}.new-styles .btn-group > .btn + .dropdown-toggle{padding-left:8px;padding-right:8px}.new-styles .btn-group > .btn-lg + .dropdown-toggle{padding-left:12px;padding-right:12px}.new-styles .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.new-styles .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.new-styles .btn .caret{margin-left:0}.new-styles .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.new-styles .dropup .btn-lg .caret{border-width:0 5px 5px}.new-styles .btn-group-vertical > .btn,.new-styles .btn-group-vertical > .btn-group,.new-styles .btn-group-vertical > .btn-group > .btn{display:block;float:none;width:100%;max-width:100%}.new-styles .btn-group-vertical > .btn-group > .btn{float:none}.new-styles .btn-group-vertical > .btn + .btn,.new-styles .btn-group-vertical > .btn + .btn-group,.new-styles .btn-group-vertical > .btn-group + .btn,.new-styles .btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0}.new-styles .btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius:0}.new-styles .btn-group-vertical > .btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.new-styles .btn-group-vertical > .btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.new-styles .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.new-styles .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.new-styles .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.new-styles .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.new-styles .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.new-styles .btn-group-justified > .btn,.new-styles .btn-group-justified > .btn-group{float:none;display:table-cell;width:1%}.new-styles .btn-group-justified > .btn-group .btn{width:100%}.new-styles .btn-group-justified > .btn-group .dropdown-menu{left:auto}.new-styles [data-toggle="buttons"] > .btn input[type="radio"],.new-styles [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],.new-styles [data-toggle="buttons"] > .btn input[type="checkbox"],.new-styles [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.new-styles .input-group{position:relative;display:table;border-collapse:separate}.new-styles .input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.new-styles .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.new-styles .input-group-lg > .form-control,.new-styles .input-group-lg > .input-group-addon,.new-styles .input-group-lg > .input-group-btn > .btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.new-styles select.input-group-lg > .form-control,.new-styles select.input-group-lg > .input-group-addon,.new-styles select.input-group-lg > .input-group-btn > .btn{height:46px;line-height:46px}.new-styles textarea.input-group-lg > .form-control,.new-styles textarea.input-group-lg > .input-group-addon,.new-styles textarea.input-group-lg > .input-group-btn > .btn,.new-styles select[multiple].input-group-lg > .form-control,.new-styles select[multiple].input-group-lg > .input-group-addon,.new-styles select[multiple].input-group-lg > .input-group-btn > .btn{height:auto}.new-styles .input-group-sm > .form-control,.new-styles .input-group-sm > .input-group-addon,.new-styles .input-group-sm > .input-group-btn > .btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.new-styles select.input-group-sm > .form-control,.new-styles select.input-group-sm > .input-group-addon,.new-styles select.input-group-sm > .input-group-btn > .btn{height:30px;line-height:30px}.new-styles textarea.input-group-sm > .form-control,.new-styles textarea.input-group-sm > .input-group-addon,.new-styles textarea.input-group-sm > .input-group-btn > .btn,.new-styles select[multiple].input-group-sm > .form-control,.new-styles select[multiple].input-group-sm > .input-group-addon,.new-styles select[multiple].input-group-sm > .input-group-btn > .btn{height:auto}.new-styles .input-group-addon,.new-styles .input-group-btn,.new-styles .input-group .form-control{display:table-cell}.new-styles .input-group-addon:not(:first-child):not(:last-child),.new-styles .input-group-btn:not(:first-child):not(:last-child),.new-styles .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.new-styles .input-group-addon,.new-styles .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.new-styles .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.new-styles .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.new-styles .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.new-styles .input-group-addon input[type="radio"],.new-styles .input-group-addon input[type="checkbox"]{margin-top:0}.new-styles .input-group .form-control:first-child,.new-styles .input-group-addon:first-child,.new-styles .input-group-btn:first-child > .btn,.new-styles .input-group-btn:first-child > .btn-group > .btn,.new-styles .input-group-btn:first-child > .dropdown-toggle,.new-styles .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.new-styles .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius:0;border-top-right-radius:0}.new-styles .input-group-addon:first-child{border-right:0}.new-styles .input-group .form-control:last-child,.new-styles .input-group-addon:last-child,.new-styles .input-group-btn:last-child > .btn,.new-styles .input-group-btn:last-child > .btn-group > .btn,.new-styles .input-group-btn:last-child > .dropdown-toggle,.new-styles .input-group-btn:first-child > .btn:not(:first-child),.new-styles .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius:0;border-top-left-radius:0}.new-styles .input-group-addon:last-child{border-left:0}.new-styles .input-group-btn{position:relative;font-size:0;white-space:nowrap}.new-styles .input-group-btn > .btn{position:relative}.new-styles .input-group-btn > .btn + .btn{margin-left:-1px}.new-styles .input-group-btn > .btn:hover,.new-styles .input-group-btn > .btn:focus,.new-styles .input-group-btn > .btn:active{z-index:2}.new-styles .input-group-btn:first-child > .btn,.new-styles .input-group-btn:first-child > .btn-group{margin-right:-1px}.new-styles .input-group-btn:last-child > .btn,.new-styles .input-group-btn:last-child > .btn-group{margin-left:-1px}.new-styles .nav{margin-bottom:0;padding-left:0;list-style:none}.new-styles .nav > li{position:relative;display:block}.new-styles .nav > li > a{position:relative;display:block;padding:10px 15px}.new-styles .nav > li > a:hover,.new-styles .nav > li > a:focus{text-decoration:none;background-color:#eee}.new-styles .nav > li.disabled > a{color:#777}.new-styles .nav > li.disabled > a:hover,.new-styles .nav > li.disabled > a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.new-styles .nav .open > a,.new-styles .nav .open > a:hover,.new-styles .nav .open > a:focus{background-color:#eee;border-color:#337ab7}.new-styles .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.new-styles .nav > li > a > img{max-width:none}.new-styles .nav-tabs{border-bottom:1px solid #ddd}.new-styles .nav-tabs > li{float:left;margin-bottom:-1px}.new-styles .nav-tabs > li > a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.new-styles .nav-tabs > li > a:hover{border-color:#eee #eee #ddd}.new-styles .nav-tabs > li.active > a,.new-styles .nav-tabs > li.active > a:hover,.new-styles .nav-tabs > li.active > a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.new-styles .nav-tabs.nav-justified{width:100%;border-bottom:0}.new-styles .nav-tabs.nav-justified > li{float:none}.new-styles .nav-tabs.nav-justified > li > a{text-align:center;margin-bottom:5px}.new-styles .nav-tabs.nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 2px){.new-styles .nav-tabs.nav-justified > li{display:table-cell;width:1%}.new-styles .nav-tabs.nav-justified > li > a{margin-bottom:0}}.new-styles .nav-tabs.nav-justified > li > a{margin-right:0;border-radius:4px}.new-styles .nav-tabs.nav-justified > .active > a,.new-styles .nav-tabs.nav-justified > .active > a:hover,.new-styles .nav-tabs.nav-justified > .active > a:focus{border:1px solid #ddd}@media (min-width: 2px){.new-styles .nav-tabs.nav-justified > li > a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.new-styles .nav-tabs.nav-justified > .active > a,.new-styles .nav-tabs.nav-justified > .active > a:hover,.new-styles .nav-tabs.nav-justified > .active > a:focus{border-bottom-color:#fff}}.new-styles .nav-pills > li{float:left}.new-styles .nav-pills > li > a{border-radius:4px}.new-styles .nav-pills > li + li{margin-left:2px}.new-styles .nav-pills > li.active > a,.new-styles .nav-pills > li.active > a:hover,.new-styles .nav-pills > li.active > a:focus{color:#fff;background-color:#337ab7}.new-styles .nav-stacked > li{float:none}.new-styles .nav-stacked > li + li{margin-top:2px;margin-left:0}.new-styles .nav-justified{width:100%}.new-styles .nav-justified > li{float:none}.new-styles .nav-justified > li > a{text-align:center;margin-bottom:5px}.new-styles .nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 2px){.new-styles .nav-justified > li{display:table-cell;width:1%}.new-styles .nav-justified > li > a{margin-bottom:0}}.new-styles .nav-tabs-justified{border-bottom:0}.new-styles .nav-tabs-justified > li > a{margin-right:0;border-radius:4px}.new-styles .nav-tabs-justified > .active > a,.new-styles .nav-tabs-justified > .active > a:hover,.new-styles .nav-tabs-justified > .active > a:focus{border:1px solid #ddd}@media (min-width: 2px){.new-styles .nav-tabs-justified > li > a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.new-styles .nav-tabs-justified > .active > a,.new-styles .nav-tabs-justified > .active > a:hover,.new-styles .nav-tabs-justified > .active > a:focus{border-bottom-color:#fff}}.new-styles .tab-content > .tab-pane{display:none}.new-styles .tab-content > .active{display:block}.new-styles .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.new-styles .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width: 2px){.new-styles .navbar{border-radius:4px}}@media (min-width: 2px){.new-styles .navbar-header{float:left}}.new-styles .navbar-collapse{overflow-x:visible;padding-right:50px;padding-left:50px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.new-styles .navbar-collapse.in{overflow-y:auto}@media (min-width: 2px){.new-styles .navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.new-styles .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.new-styles .navbar-collapse.in{overflow-y:visible}.new-styles .navbar-fixed-top .navbar-collapse,.new-styles .navbar-static-top .navbar-collapse,.new-styles .navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.new-styles .navbar-fixed-top .navbar-collapse,.new-styles .navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width: 1px) and (orientation: landscape){.new-styles .navbar-fixed-top .navbar-collapse,.new-styles .navbar-fixed-bottom .navbar-collapse{max-height:200px}}.new-styles .container > .navbar-header,.new-styles .container-fluid > .navbar-header,.new-styles .container > .navbar-collapse,.new-styles .container-fluid > .navbar-collapse{margin-right:-50px;margin-left:-50px}@media (min-width: 2px){.new-styles .container > .navbar-header,.new-styles .container-fluid > .navbar-header,.new-styles .container > .navbar-collapse,.new-styles .container-fluid > .navbar-collapse{margin-right:0;margin-left:0}}.new-styles .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width: 2px){.new-styles .navbar-static-top{border-radius:0}}.new-styles .navbar-fixed-top,.new-styles .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width: 2px){.new-styles .navbar-fixed-top,.new-styles .navbar-fixed-bottom{border-radius:0}}.new-styles .navbar-fixed-top{top:0;border-width:0 0 1px}.new-styles .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.new-styles .navbar-brand{float:left;padding:15px 50px;font-size:18px;line-height:20px;height:50px}.new-styles .navbar-brand:hover,.new-styles .navbar-brand:focus{text-decoration:none}.new-styles .navbar-brand > img{display:block}@media (min-width: 2px){.new-styles .navbar > .container .navbar-brand,.new-styles .navbar > .container-fluid .navbar-brand{margin-left:-50px}}.new-styles .navbar-toggle{position:relative;float:right;margin-right:50px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.new-styles .navbar-toggle:focus{outline:0}.new-styles .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.new-styles .navbar-toggle .icon-bar + .icon-bar{margin-top:4px}@media (min-width: 2px){.new-styles .navbar-toggle{display:none}}.new-styles .navbar-nav{margin:7.5px -50px}.new-styles .navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 1px){.new-styles .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.new-styles .navbar-nav .open .dropdown-menu > li > a,.new-styles .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.new-styles .navbar-nav .open .dropdown-menu > li > a{line-height:20px}.new-styles .navbar-nav .open .dropdown-menu > li > a:hover,.new-styles .navbar-nav .open .dropdown-menu > li > a:focus{background-image:none}}@media (min-width: 2px){.new-styles .navbar-nav{float:left;margin:0}.new-styles .navbar-nav > li{float:left}.new-styles .navbar-nav > li > a{padding-top:15px;padding-bottom:15px}}.new-styles .navbar-form{padding:10px 50px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin:8px -50px}@media (min-width: 2px){.new-styles .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.new-styles .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.new-styles .navbar-form .form-control-static{display:inline-block}.new-styles .navbar-form .input-group{display:inline-table;vertical-align:middle}.new-styles .navbar-form .input-group .input-group-addon,.new-styles .navbar-form .input-group .input-group-btn,.new-styles .navbar-form .input-group .form-control{width:auto}.new-styles .navbar-form .input-group > .form-control{width:100%}.new-styles .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.new-styles .navbar-form .radio,.new-styles .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.new-styles .navbar-form .radio label,.new-styles .navbar-form .checkbox label{padding-left:0}.new-styles .navbar-form .radio input[type="radio"],.new-styles .navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.new-styles .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 1px){.new-styles .navbar-form .form-group{margin-bottom:5px}.new-styles .navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width: 2px){.new-styles .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.new-styles .navbar-nav > li > .dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.new-styles .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}.new-styles .navbar-btn{margin-top:8px;margin-bottom:8px}.new-styles .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.new-styles .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.new-styles .navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 2px){.new-styles .navbar-text{float:left;margin-left:50px;margin-right:50px}}@media (min-width: 2px){.new-styles .navbar-left{float:left!important}.new-styles .navbar-right{float:right!important;margin-right:-50px}.new-styles .navbar-right ~ .navbar-right{margin-right:0}}.new-styles .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.new-styles .navbar-default .navbar-brand{color:#777}.new-styles .navbar-default .navbar-brand:hover,.new-styles .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.new-styles .navbar-default .navbar-text{color:#777}.new-styles .navbar-default .navbar-nav > li > a{color:#777}.new-styles .navbar-default .navbar-nav > li > a:hover,.new-styles .navbar-default .navbar-nav > li > a:focus{color:#333;background-color:transparent}.new-styles .navbar-default .navbar-nav > .active > a,.new-styles .navbar-default .navbar-nav > .active > a:hover,.new-styles .navbar-default .navbar-nav > .active > a:focus{color:#555;background-color:#e7e7e7}.new-styles .navbar-default .navbar-nav > .disabled > a,.new-styles .navbar-default .navbar-nav > .disabled > a:hover,.new-styles .navbar-default .navbar-nav > .disabled > a:focus{color:#ccc;background-color:transparent}.new-styles .navbar-default .navbar-toggle{border-color:#ddd}.new-styles .navbar-default .navbar-toggle:hover,.new-styles .navbar-default .navbar-toggle:focus{background-color:#ddd}.new-styles .navbar-default .navbar-toggle .icon-bar{background-color:#888}.new-styles .navbar-default .navbar-collapse,.new-styles .navbar-default .navbar-form{border-color:#e7e7e7}.new-styles .navbar-default .navbar-nav > .open > a,.new-styles .navbar-default .navbar-nav > .open > a:hover,.new-styles .navbar-default .navbar-nav > .open > a:focus{background-color:#e7e7e7;color:#555}@media (max-width: 1px){.new-styles .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#777}.new-styles .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.new-styles .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color:#333;background-color:transparent}.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color:#555;background-color:#e7e7e7}.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#ccc;background-color:transparent}}.new-styles .navbar-default .navbar-link{color:#777}.new-styles .navbar-default .navbar-link:hover{color:#333}.new-styles .navbar-default .btn-link{color:#777}.new-styles .navbar-default .btn-link:hover,.new-styles .navbar-default .btn-link:focus{color:#333}.new-styles .navbar-default .btn-link[disabled]:hover,.new-styles fieldset[disabled] .navbar-default .btn-link:hover,.new-styles .navbar-default .btn-link[disabled]:focus,.new-styles fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.new-styles .navbar-inverse{background-color:#222;border-color:#080808}.new-styles .navbar-inverse .navbar-brand{color:#9d9d9d}.new-styles .navbar-inverse .navbar-brand:hover,.new-styles .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.new-styles .navbar-inverse .navbar-text{color:#9d9d9d}.new-styles .navbar-inverse .navbar-nav > li > a{color:#9d9d9d}.new-styles .navbar-inverse .navbar-nav > li > a:hover,.new-styles .navbar-inverse .navbar-nav > li > a:focus{color:#fff;background-color:transparent}.new-styles .navbar-inverse .navbar-nav > .active > a,.new-styles .navbar-inverse .navbar-nav > .active > a:hover,.new-styles .navbar-inverse .navbar-nav > .active > a:focus{color:#fff;background-color:#080808}.new-styles .navbar-inverse .navbar-nav > .disabled > a,.new-styles .navbar-inverse .navbar-nav > .disabled > a:hover,.new-styles .navbar-inverse .navbar-nav > .disabled > a:focus{color:#444;background-color:transparent}.new-styles .navbar-inverse .navbar-toggle{border-color:#333}.new-styles .navbar-inverse .navbar-toggle:hover,.new-styles .navbar-inverse .navbar-toggle:focus{background-color:#333}.new-styles .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.new-styles .navbar-inverse .navbar-collapse,.new-styles .navbar-inverse .navbar-form{border-color:#101010}.new-styles .navbar-inverse .navbar-nav > .open > a,.new-styles .navbar-inverse .navbar-nav > .open > a:hover,.new-styles .navbar-inverse .navbar-nav > .open > a:focus{background-color:#080808;color:#fff}@media (max-width: 1px){.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color:#080808}.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color:#9d9d9d}.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color:#fff;background-color:transparent}.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color:#fff;background-color:#080808}.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#444;background-color:transparent}}.new-styles .navbar-inverse .navbar-link{color:#9d9d9d}.new-styles .navbar-inverse .navbar-link:hover{color:#fff}.new-styles .navbar-inverse .btn-link{color:#9d9d9d}.new-styles .navbar-inverse .btn-link:hover,.new-styles .navbar-inverse .btn-link:focus{color:#fff}.new-styles .navbar-inverse .btn-link[disabled]:hover,.new-styles fieldset[disabled] .navbar-inverse .btn-link:hover,.new-styles .navbar-inverse .btn-link[disabled]:focus,.new-styles fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.new-styles .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.new-styles .breadcrumb > li{display:inline-block}.new-styles .breadcrumb > li + li:before{content:"/\00a0";padding:0 5px;color:#ccc}.new-styles .breadcrumb > .active{color:#777}.new-styles .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.new-styles .pagination > li{display:inline}.new-styles .pagination > li > a,.new-styles .pagination > li > span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.new-styles .pagination > li:first-child > a,.new-styles .pagination > li:first-child > span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.new-styles .pagination > li:last-child > a,.new-styles .pagination > li:last-child > span{border-bottom-right-radius:4px;border-top-right-radius:4px}.new-styles .pagination > li > a:hover,.new-styles .pagination > li > span:hover,.new-styles .pagination > li > a:focus,.new-styles .pagination > li > span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.new-styles .pagination > .active > a,.new-styles .pagination > .active > span,.new-styles .pagination > .active > a:hover,.new-styles .pagination > .active > span:hover,.new-styles .pagination > .active > a:focus,.new-styles .pagination > .active > span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.new-styles .pagination > .disabled > span,.new-styles .pagination > .disabled > span:hover,.new-styles .pagination > .disabled > span:focus,.new-styles .pagination > .disabled > a,.new-styles .pagination > .disabled > a:hover,.new-styles .pagination > .disabled > a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.new-styles .pagination-lg > li > a,.new-styles .pagination-lg > li > span{padding:10px 16px;font-size:18px}.new-styles .pagination-lg > li:first-child > a,.new-styles .pagination-lg > li:first-child > span{border-bottom-left-radius:6px;border-top-left-radius:6px}.new-styles .pagination-lg > li:last-child > a,.new-styles .pagination-lg > li:last-child > span{border-bottom-right-radius:6px;border-top-right-radius:6px}.new-styles .pagination-sm > li > a,.new-styles .pagination-sm > li > span{padding:5px 10px;font-size:12px}.new-styles .pagination-sm > li:first-child > a,.new-styles .pagination-sm > li:first-child > span{border-bottom-left-radius:3px;border-top-left-radius:3px}.new-styles .pagination-sm > li:last-child > a,.new-styles .pagination-sm > li:last-child > span{border-bottom-right-radius:3px;border-top-right-radius:3px}.new-styles .pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.new-styles .pager li{display:inline}.new-styles .pager li > a,.new-styles .pager li > span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.new-styles .pager li > a:hover,.new-styles .pager li > a:focus{text-decoration:none;background-color:#eee}.new-styles .pager .next > a,.new-styles .pager .next > span{float:right}.new-styles .pager .previous > a,.new-styles .pager .previous > span{float:left}.new-styles .pager .disabled > a,.new-styles .pager .disabled > a:hover,.new-styles .pager .disabled > a:focus,.new-styles .pager .disabled > span{color:#777;background-color:#fff;cursor:not-allowed}.new-styles .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.new-styles a.label:hover,.new-styles a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.new-styles .label:empty{display:none}.new-styles .btn .label{position:relative;top:-1px}.new-styles .label-default{background-color:#777}.new-styles .label-default[href]:hover,.new-styles .label-default[href]:focus{background-color:#5e5e5e}.new-styles .label-primary{background-color:#337ab7}.new-styles .label-primary[href]:hover,.new-styles .label-primary[href]:focus{background-color:#286090}.new-styles .label-success{background-color:#5cb85c}.new-styles .label-success[href]:hover,.new-styles .label-success[href]:focus{background-color:#449d44}.new-styles .label-info{background-color:#5bc0de}.new-styles .label-info[href]:hover,.new-styles .label-info[href]:focus{background-color:#31b0d5}.new-styles .label-warning{background-color:#f0ad4e}.new-styles .label-warning[href]:hover,.new-styles .label-warning[href]:focus{background-color:#ec971f}.new-styles .label-danger{background-color:#d9534f}.new-styles .label-danger[href]:hover,.new-styles .label-danger[href]:focus{background-color:#c9302c}.new-styles .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.new-styles .badge:empty{display:none}.new-styles .btn .badge{position:relative;top:-1px}.new-styles .btn-xs .badge,.new-styles .btn-group-xs > .btn .badge{top:0;padding:1px 5px}.new-styles a.badge:hover,.new-styles a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.new-styles .list-group-item.active > .badge,.new-styles .nav-pills > .active > a > .badge{color:#337ab7;background-color:#fff}.new-styles .list-group-item > .badge{float:right}.new-styles .list-group-item > .badge + .badge{margin-right:5px}.new-styles .nav-pills > li > a > .badge{margin-left:3px}.new-styles .jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.new-styles .jumbotron h1,.new-styles .jumbotron .h1{color:inherit}.new-styles .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.new-styles .jumbotron > hr{border-top-color:#d5d5d5}.new-styles .container .jumbotron,.new-styles .container-fluid .jumbotron{border-radius:6px}.new-styles .jumbotron .container{max-width:100%}@media screen and (min-width: 2px){.new-styles .jumbotron{padding:48px 0}.new-styles .container .jumbotron,.new-styles .container-fluid .jumbotron{padding-left:60px;padding-right:60px}.new-styles .jumbotron h1,.new-styles .jumbotron .h1{font-size:63px}}.new-styles .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.new-styles .thumbnail > img,.new-styles .thumbnail a > img{margin-left:auto;margin-right:auto}.new-styles a.thumbnail:hover,.new-styles a.thumbnail:focus,.new-styles a.thumbnail.active{border-color:#337ab7}.new-styles .thumbnail .caption{padding:9px;color:#333}.new-styles .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.new-styles .alert h4{margin-top:0;color:inherit}.new-styles .alert .alert-link{font-weight:700}.new-styles .alert > p,.new-styles .alert > ul{margin-bottom:0}.new-styles .alert > p + p{margin-top:5px}.new-styles .alert-dismissable,.new-styles .alert-dismissible{padding-right:35px}.new-styles .alert-dismissable .close,.new-styles .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.new-styles .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.new-styles .alert-success hr{border-top-color:#c9e2b3}.new-styles .alert-success .alert-link{color:#2b542c}.new-styles .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.new-styles .alert-info hr{border-top-color:#a6e1ec}.new-styles .alert-info .alert-link{color:#245269}.new-styles .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.new-styles .alert-warning hr{border-top-color:#f7e1b5}.new-styles .alert-warning .alert-link{color:#66512c}.new-styles .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.new-styles .alert-danger hr{border-top-color:#e4b9c0}.new-styles .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-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}}.new-styles .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.new-styles .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.new-styles .progress-striped .progress-bar,.new-styles .progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.new-styles .progress.active .progress-bar,.new-styles .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.new-styles .progress-bar-success{background-color:#5cb85c}.new-styles .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.new-styles .progress-bar-info{background-color:#5bc0de}.new-styles .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.new-styles .progress-bar-warning{background-color:#f0ad4e}.new-styles .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.new-styles .progress-bar-danger{background-color:#d9534f}.new-styles .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.new-styles .media{margin-top:15px}.new-styles .media:first-child{margin-top:0}.new-styles .media,.new-styles .media-body{zoom:1;overflow:hidden}.new-styles .media-body{width:10000px}.new-styles .media-object{display:block}.new-styles .media-right,.new-styles .media > .pull-right{padding-left:10px}.new-styles .media-left,.new-styles .media > .pull-left{padding-right:10px}.new-styles .media-left,.new-styles .media-right,.new-styles .media-body{display:table-cell;vertical-align:top}.new-styles .media-middle{vertical-align:middle}.new-styles .media-bottom{vertical-align:bottom}.new-styles .media-heading{margin-top:0;margin-bottom:5px}.new-styles .media-list{padding-left:0;list-style:none}.new-styles .list-group{margin-bottom:20px;padding-left:0}.new-styles .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.new-styles .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.new-styles .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.new-styles a.list-group-item{color:#555}.new-styles a.list-group-item .list-group-item-heading{color:#333}.new-styles a.list-group-item:hover,.new-styles a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.new-styles .list-group-item.disabled,.new-styles .list-group-item.disabled:hover,.new-styles .list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.new-styles .list-group-item.disabled .list-group-item-heading,.new-styles .list-group-item.disabled:hover .list-group-item-heading,.new-styles .list-group-item.disabled:focus .list-group-item-heading{color:inherit}.new-styles .list-group-item.disabled .list-group-item-text,.new-styles .list-group-item.disabled:hover .list-group-item-text,.new-styles .list-group-item.disabled:focus .list-group-item-text{color:#777}.new-styles .list-group-item.active,.new-styles .list-group-item.active:hover,.new-styles .list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.new-styles .list-group-item.active .list-group-item-heading,.new-styles .list-group-item.active:hover .list-group-item-heading,.new-styles .list-group-item.active:focus .list-group-item-heading,.new-styles .list-group-item.active .list-group-item-heading > small,.new-styles .list-group-item.active:hover .list-group-item-heading > small,.new-styles .list-group-item.active:focus .list-group-item-heading > small,.new-styles .list-group-item.active .list-group-item-heading > .small,.new-styles .list-group-item.active:hover .list-group-item-heading > .small,.new-styles .list-group-item.active:focus .list-group-item-heading > .small{color:inherit}.new-styles .list-group-item.active .list-group-item-text,.new-styles .list-group-item.active:hover .list-group-item-text,.new-styles .list-group-item.active:focus .list-group-item-text{color:#c7ddef}.new-styles .list-group-item-success{color:#3c763d;background-color:#dff0d8}.new-styles a.list-group-item-success{color:#3c763d}.new-styles a.list-group-item-success .list-group-item-heading{color:inherit}.new-styles a.list-group-item-success:hover,.new-styles a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}.new-styles a.list-group-item-success.active,.new-styles a.list-group-item-success.active:hover,.new-styles a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.new-styles .list-group-item-info{color:#31708f;background-color:#d9edf7}.new-styles a.list-group-item-info{color:#31708f}.new-styles a.list-group-item-info .list-group-item-heading{color:inherit}.new-styles a.list-group-item-info:hover,.new-styles a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}.new-styles a.list-group-item-info.active,.new-styles a.list-group-item-info.active:hover,.new-styles a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.new-styles .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.new-styles a.list-group-item-warning{color:#8a6d3b}.new-styles a.list-group-item-warning .list-group-item-heading{color:inherit}.new-styles a.list-group-item-warning:hover,.new-styles a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}.new-styles a.list-group-item-warning.active,.new-styles a.list-group-item-warning.active:hover,.new-styles a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.new-styles .list-group-item-danger{color:#a94442;background-color:#f2dede}.new-styles a.list-group-item-danger{color:#a94442}.new-styles a.list-group-item-danger .list-group-item-heading{color:inherit}.new-styles a.list-group-item-danger:hover,.new-styles a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}.new-styles a.list-group-item-danger.active,.new-styles a.list-group-item-danger.active:hover,.new-styles a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.new-styles .list-group-item-heading{margin-top:0;margin-bottom:5px}.new-styles .list-group-item-text{margin-bottom:0;line-height:1.3}.new-styles .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.new-styles .panel-body{padding:15px}.new-styles .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.new-styles .panel-heading > .dropdown .dropdown-toggle{color:inherit}.new-styles .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.new-styles .panel-title > a,.new-styles .panel-title > small,.new-styles .panel-title > .small,.new-styles .panel-title > small > a,.new-styles .panel-title > .small > a{color:inherit}.new-styles .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.new-styles .panel > .list-group,.new-styles .panel > .panel-collapse > .list-group{margin-bottom:0}.new-styles .panel > .list-group .list-group-item,.new-styles .panel > .panel-collapse > .list-group .list-group-item{border-width:1px 0;border-radius:0}.new-styles .panel > .list-group:first-child .list-group-item:first-child,.new-styles .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}.new-styles .panel > .list-group:last-child .list-group-item:last-child,.new-styles .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}.new-styles .panel-heading + .list-group .list-group-item:first-child{border-top-width:0}.new-styles .list-group + .panel-footer{border-top-width:0}.new-styles .panel > .table,.new-styles .panel > .table-responsive > .table,.new-styles .panel > .panel-collapse > .table{margin-bottom:0}.new-styles .panel > .table caption,.new-styles .panel > .table-responsive > .table caption,.new-styles .panel > .panel-collapse > .table caption{padding-left:15px;padding-right:15px}.new-styles .panel > .table:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.new-styles .panel > .table:first-child > thead:first-child > tr:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.new-styles .panel > .table:first-child > tbody:first-child > tr:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.new-styles .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.new-styles .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.new-styles .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.new-styles .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius:3px}.new-styles .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.new-styles .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.new-styles .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.new-styles .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius:3px}.new-styles .panel > .table:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.new-styles .panel > .table:last-child > tbody:last-child > tr:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.new-styles .panel > .table:last-child > tfoot:last-child > tr:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.new-styles .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.new-styles .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.new-styles .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.new-styles .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius:3px}.new-styles .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.new-styles .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.new-styles .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.new-styles .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius:3px}.new-styles .panel > .panel-body + .table,.new-styles .panel > .panel-body + .table-responsive,.new-styles .panel > .table + .panel-body,.new-styles .panel > .table-responsive + .panel-body{border-top:1px solid #ddd}.new-styles .panel > .table > tbody:first-child > tr:first-child th,.new-styles .panel > .table > tbody:first-child > tr:first-child td{border-top:0}.new-styles .panel > .table-bordered,.new-styles .panel > .table-responsive > .table-bordered{border:0}.new-styles .panel > .table-bordered > thead > tr > th:first-child,.new-styles .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.new-styles .panel > .table-bordered > tbody > tr > th:first-child,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.new-styles .panel > .table-bordered > tfoot > tr > th:first-child,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.new-styles .panel > .table-bordered > thead > tr > td:first-child,.new-styles .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.new-styles .panel > .table-bordered > tbody > tr > td:first-child,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.new-styles .panel > .table-bordered > tfoot > tr > td:first-child,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}.new-styles .panel > .table-bordered > thead > tr > th:last-child,.new-styles .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.new-styles .panel > .table-bordered > tbody > tr > th:last-child,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.new-styles .panel > .table-bordered > tfoot > tr > th:last-child,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.new-styles .panel > .table-bordered > thead > tr > td:last-child,.new-styles .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.new-styles .panel > .table-bordered > tbody > tr > td:last-child,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.new-styles .panel > .table-bordered > tfoot > tr > td:last-child,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.new-styles .panel > .table-bordered > thead > tr:first-child > td,.new-styles .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.new-styles .panel > .table-bordered > tbody > tr:first-child > td,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.new-styles .panel > .table-bordered > thead > tr:first-child > th,.new-styles .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.new-styles .panel > .table-bordered > tbody > tr:first-child > th,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom:0}.new-styles .panel > .table-bordered > tbody > tr:last-child > td,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.new-styles .panel > .table-bordered > tfoot > tr:last-child > td,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.new-styles .panel > .table-bordered > tbody > tr:last-child > th,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.new-styles .panel > .table-bordered > tfoot > tr:last-child > th,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom:0}.new-styles .panel > .table-responsive{border:0;margin-bottom:0}.new-styles .panel-group{margin-bottom:20px}.new-styles .panel-group .panel{margin-bottom:0;border-radius:4px}.new-styles .panel-group .panel + .panel{margin-top:5px}.new-styles .panel-group .panel-heading{border-bottom:0}.new-styles .panel-group .panel-heading + .panel-collapse > .panel-body,.new-styles .panel-group .panel-heading + .panel-collapse > .list-group{border-top:1px solid #ddd}.new-styles .panel-group .panel-footer{border-top:0}.new-styles .panel-group .panel-footer + .panel-collapse .panel-body{border-bottom:1px solid #ddd}.new-styles .panel-default{border-color:#ddd}.new-styles .panel-default > .panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.new-styles .panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ddd}.new-styles .panel-default > .panel-heading .badge{color:#f5f5f5;background-color:#333}.new-styles .panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ddd}.new-styles .panel-primary{border-color:#337ab7}.new-styles .panel-primary > .panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.new-styles .panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color:#337ab7}.new-styles .panel-primary > .panel-heading .badge{color:#337ab7;background-color:#fff}.new-styles .panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#337ab7}.new-styles .panel-success{border-color:#d6e9c6}.new-styles .panel-success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.new-styles .panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color:#d6e9c6}.new-styles .panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d}.new-styles .panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#d6e9c6}.new-styles .panel-info{border-color:#bce8f1}.new-styles .panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.new-styles .panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1}.new-styles .panel-info > .panel-heading .badge{color:#d9edf7;background-color:#31708f}.new-styles .panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1}.new-styles .panel-warning{border-color:#faebcc}.new-styles .panel-warning > .panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.new-styles .panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc}.new-styles .panel-warning > .panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.new-styles .panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc}.new-styles .panel-danger{border-color:#ebccd1}.new-styles .panel-danger > .panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.new-styles .panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebccd1}.new-styles .panel-danger > .panel-heading .badge{color:#f2dede;background-color:#a94442}.new-styles .panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ebccd1}.new-styles .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.new-styles .embed-responsive .embed-responsive-item,.new-styles .embed-responsive iframe,.new-styles .embed-responsive embed,.new-styles .embed-responsive object,.new-styles .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.new-styles .embed-responsive-16by9{padding-bottom:56.25%}.new-styles .embed-responsive-4by3{padding-bottom:75%}.new-styles .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.new-styles .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.new-styles .well-lg{padding:24px;border-radius:6px}.new-styles .well-sm{padding:9px;border-radius:3px}.new-styles .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.new-styles .close:hover,.new-styles .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.new-styles button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.new-styles .modal-open{overflow:hidden}.new-styles .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.new-styles .modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.new-styles .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.new-styles .modal-open .modal{overflow-x:hidden;overflow-y:auto}.new-styles .modal-dialog{position:relative;width:auto;margin:10px}.new-styles .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.new-styles .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.new-styles .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.new-styles .modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.new-styles .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.new-styles .modal-header .close{margin-top:-2px}.new-styles .modal-title{margin:0;line-height:1.42857143}.new-styles .modal-body{position:relative;padding:15px}.new-styles .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.new-styles .modal-footer .btn + .btn{margin-left:5px;margin-bottom:0}.new-styles .modal-footer .btn-group .btn + .btn{margin-left:-1px}.new-styles .modal-footer .btn-block + .btn-block{margin-left:0}.new-styles .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 2px){.new-styles .modal-dialog{width:600px;margin:30px auto}.new-styles .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.new-styles .modal-sm{width:300px}}@media (min-width: 3px){.new-styles .modal-lg{width:900px}}.new-styles .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.new-styles .tooltip.in{opacity:.9;filter:alpha(opacity=90)}.new-styles .tooltip.top{margin-top:-3px;padding:5px 0}.new-styles .tooltip.right{margin-left:3px;padding:0 5px}.new-styles .tooltip.bottom{margin-top:3px;padding:5px 0}.new-styles .tooltip.left{margin-left:-3px;padding:0 5px}.new-styles .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.new-styles .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.new-styles .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.new-styles .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.new-styles .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.new-styles .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.new-styles .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.new-styles .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.new-styles .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.new-styles .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.new-styles .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-size:14px;font-weight:400;line-height:1.42857143;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.new-styles .popover.top{margin-top:-10px}.new-styles .popover.right{margin-left:10px}.new-styles .popover.bottom{margin-top:10px}.new-styles .popover.left{margin-left:-10px}.new-styles .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.new-styles .popover-content{padding:9px 14px}.new-styles .popover > .arrow,.new-styles .popover > .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.new-styles .popover > .arrow{border-width:11px}.new-styles .popover > .arrow:after{border-width:10px;content:""}.new-styles .popover.top > .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.new-styles .popover.top > .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.new-styles .popover.right > .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.new-styles .popover.right > .arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.new-styles .popover.bottom > .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.new-styles .popover.bottom > .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.new-styles .popover.left > .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.new-styles .popover.left > .arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.new-styles .carousel{position:relative}.new-styles .carousel-inner{position:relative;overflow:hidden;width:100%}.new-styles .carousel-inner > .item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.new-styles .carousel-inner > .item > img,.new-styles .carousel-inner > .item > a > img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.new-styles .carousel-inner > .item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000px}.new-styles .carousel-inner > .item.next,.new-styles .carousel-inner > .item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.new-styles .carousel-inner > .item.prev,.new-styles .carousel-inner > .item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.new-styles .carousel-inner > .item.next.left,.new-styles .carousel-inner > .item.prev.right,.new-styles .carousel-inner > .item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.new-styles .carousel-inner > .active,.new-styles .carousel-inner > .next,.new-styles .carousel-inner > .prev{display:block}.new-styles .carousel-inner > .active{left:0}.new-styles .carousel-inner > .next,.new-styles .carousel-inner > .prev{position:absolute;top:0;width:100%}.new-styles .carousel-inner > .next{left:100%}.new-styles .carousel-inner > .prev{left:-100%}.new-styles .carousel-inner > .next.left,.new-styles .carousel-inner > .prev.right{left:0}.new-styles .carousel-inner > .active.left{left:-100%}.new-styles .carousel-inner > .active.right{left:100%}.new-styles .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.new-styles .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));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)}.new-styles .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));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)}.new-styles .carousel-control:hover,.new-styles .carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.new-styles .carousel-control .icon-prev,.new-styles .carousel-control .icon-next,.new-styles .carousel-control .glyphicon-chevron-left,.new-styles .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.new-styles .carousel-control .icon-prev,.new-styles .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.new-styles .carousel-control .icon-next,.new-styles .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.new-styles .carousel-control .icon-prev,.new-styles .carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.new-styles .carousel-control .icon-prev:before{content:'\2039'}.new-styles .carousel-control .icon-next:before{content:'\203a'}.new-styles .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}.new-styles .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)}.new-styles .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.new-styles .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)}.new-styles .carousel-caption .btn{text-shadow:none}@media screen and (min-width: 2px){.new-styles .carousel-control .glyphicon-chevron-left,.new-styles .carousel-control .glyphicon-chevron-right,.new-styles .carousel-control .icon-prev,.new-styles .carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.new-styles .carousel-control .glyphicon-chevron-left,.new-styles .carousel-control .icon-prev{margin-left:-15px}.new-styles .carousel-control .glyphicon-chevron-right,.new-styles .carousel-control .icon-next{margin-right:-15px}.new-styles .carousel-caption{left:20%;right:20%;padding-bottom:30px}.new-styles .carousel-indicators{bottom:20px}}.new-styles .clearfix:before,.new-styles .clearfix:after,.new-styles .dl-horizontal dd:before,.new-styles .dl-horizontal dd:after,.new-styles .container:before,.new-styles .container:after,.new-styles .container-fluid:before,.new-styles .container-fluid:after,.new-styles .row:before,.new-styles .row:after,.new-styles .form-horizontal .form-group:before,.new-styles .form-horizontal .form-group:after,.new-styles .btn-toolbar:before,.new-styles .btn-toolbar:after,.new-styles .btn-group-vertical > .btn-group:before,.new-styles .btn-group-vertical > .btn-group:after,.new-styles .nav:before,.new-styles .nav:after,.new-styles .navbar:before,.new-styles .navbar:after,.new-styles .navbar-header:before,.new-styles .navbar-header:after,.new-styles .navbar-collapse:before,.new-styles .navbar-collapse:after,.new-styles .pager:before,.new-styles .pager:after,.new-styles .panel-body:before,.new-styles .panel-body:after,.new-styles .modal-footer:before,.new-styles .modal-footer:after{content:" ";display:table}.new-styles .clearfix:after,.new-styles .dl-horizontal dd:after,.new-styles .container:after,.new-styles .container-fluid:after,.new-styles .row:after,.new-styles .form-horizontal .form-group:after,.new-styles .btn-toolbar:after,.new-styles .btn-group-vertical > .btn-group:after,.new-styles .nav:after,.new-styles .navbar:after,.new-styles .navbar-header:after,.new-styles .navbar-collapse:after,.new-styles .pager:after,.new-styles .panel-body:after,.new-styles .modal-footer:after{clear:both}.new-styles .center-block{display:block;margin-left:auto;margin-right:auto}.new-styles .pull-right{float:right!important}.new-styles .pull-left{float:left!important}.new-styles .hide{display:none!important}.new-styles .show{display:block!important}.new-styles .invisible{visibility:hidden}.new-styles .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.new-styles .hidden{display:none!important}.new-styles .affix{position:fixed}.new-styles .visible-xs,.new-styles .visible-sm,.new-styles .visible-md,.new-styles .visible-lg{display:none!important}.new-styles .visible-xs-block,.new-styles .visible-xs-inline,.new-styles .visible-xs-inline-block,.new-styles .visible-sm-block,.new-styles .visible-sm-inline,.new-styles .visible-sm-inline-block,.new-styles .visible-md-block,.new-styles .visible-md-inline,.new-styles .visible-md-inline-block,.new-styles .visible-lg-block,.new-styles .visible-lg-inline,.new-styles .visible-lg-inline-block{display:none!important}@media (max-width: 1px){.new-styles .visible-xs{display:block!important}.new-styles table.visible-xs{display:table}.new-styles tr.visible-xs{display:table-row!important}.new-styles th.visible-xs,.new-styles td.visible-xs{display:table-cell!important}}@media (max-width: 1px){.new-styles .visible-xs-block{display:block!important}}@media (max-width: 1px){.new-styles .visible-xs-inline{display:inline!important}}@media (max-width: 1px){.new-styles .visible-xs-inline-block{display:inline-block!important}}@media (min-width: 2px) and (max-width: 2px){.new-styles .visible-sm{display:block!important}.new-styles table.visible-sm{display:table}.new-styles tr.visible-sm{display:table-row!important}.new-styles th.visible-sm,.new-styles td.visible-sm{display:table-cell!important}.new-styles .visible-sm-block{display:block!important}.new-styles .visible-sm-inline{display:inline!important}.new-styles .visible-sm-inline-block{display:inline-block!important}}@media (min-width: 3px) and (max-width: 9998px){.new-styles .visible-md{display:block!important}.new-styles table.visible-md{display:table}.new-styles tr.visible-md{display:table-row!important}.new-styles th.visible-md,.new-styles td.visible-md{display:table-cell!important}.new-styles .visible-md-block{display:block!important}.new-styles .visible-md-inline{display:inline!important}.new-styles .visible-md-inline-block{display:inline-block!important}}@media (min-width: 9999px){.new-styles .visible-lg{display:block!important}.new-styles table.visible-lg{display:table}.new-styles tr.visible-lg{display:table-row!important}.new-styles th.visible-lg,.new-styles td.visible-lg{display:table-cell!important}}@media (min-width: 9999px){.new-styles .visible-lg-block{display:block!important}}@media (min-width: 9999px){.new-styles .visible-lg-inline{display:inline!important}}@media (min-width: 9999px){.new-styles .visible-lg-inline-block{display:inline-block!important}}@media (max-width: 1px){.new-styles .hidden-xs{display:none!important}}@media (min-width: 2px) and (max-width: 2px){.new-styles .hidden-sm{display:none!important}}@media (min-width: 3px) and (max-width: 9998px){.new-styles .hidden-md{display:none!important}}@media (min-width: 9999px){.new-styles .hidden-lg{display:none!important}}.new-styles .visible-print{display:none!important}@media print{.new-styles .visible-print{display:block!important}.new-styles table.visible-print{display:table}.new-styles tr.visible-print{display:table-row!important}.new-styles th.visible-print,.new-styles td.visible-print{display:table-cell!important}}.new-styles .visible-print-block{display:none!important}@media print{.new-styles .visible-print-block{display:block!important}}.new-styles .visible-print-inline{display:none!important}@media print{.new-styles .visible-print-inline{display:inline!important}}.new-styles .visible-print-inline-block{display:none!important}@media print{.new-styles .visible-print-inline-block{display:inline-block!important}}@media print{.new-styles .hidden-print{display:none!important}}.new-styles .mh-normal-grid .col-xs-1,.new-styles .mh-normal-grid .col-xs-2,.new-styles .mh-normal-grid .col-xs-3,.new-styles .mh-normal-grid .col-xs-4,.new-styles .mh-normal-grid .col-xs-5,.new-styles .mh-normal-grid .col-xs-6,.new-styles .mh-normal-grid .col-xs-7,.new-styles .mh-normal-grid .col-xs-8,.new-styles .mh-normal-grid .col-xs-9,.new-styles .mh-normal-grid .col-xs-10,.new-styles .mh-normal-grid .col-xs-11,.new-styles .mh-normal-grid .col-xs-12{float:left}.new-styles .mh-normal-grid .col-xs-12{width:100%}.new-styles .mh-normal-grid .col-xs-11{width:91.66666667%}.new-styles .mh-normal-grid .col-xs-10{width:83.33333333%}.new-styles .mh-normal-grid .col-xs-9{width:75%}.new-styles .col-xs-8{width:66.66666667%}.new-styles .mh-normal-grid .col-xs-7{width:58.33333333%}.new-styles .mh-normal-grid .col-xs-6{width:50%}.new-styles .mh-normal-grid .col-xs-5{width:41.66666667%}.new-styles .mh-normal-grid .col-xs-4{width:33.33333333%}.new-styles .mh-normal-grid .col-xs-3{width:25%}.new-styles .mh-normal-grid .col-xs-2{width:16.66666667%}.new-styles .mh-normal-grid .col-xs-1{width:8.33333333%}.new-styles .mh-normal-grid .col-xs-pull-12{right:100%}.new-styles .mh-normal-grid .col-xs-pull-11{right:91.66666667%}.new-styles .mh-normal-grid .col-xs-pull-10{right:83.33333333%}.new-styles .mh-normal-grid .col-xs-pull-9{right:75%}.new-styles .mh-normal-grid .col-xs-pull-8{right:66.66666667%}.new-styles .mh-normal-grid .col-xs-pull-7{right:58.33333333%}.new-styles .mh-normal-grid .col-xs-pull-6{right:50%}.new-styles .mh-normal-grid .col-xs-pull-5{right:41.66666667%}.new-styles .mh-normal-grid .col-xs-pull-4{right:33.33333333%}.new-styles .mh-normal-grid .col-xs-pull-3{right:25%}.new-styles .mh-normal-grid .col-xs-pull-2{right:16.66666667%}.new-styles .mh-normal-grid .col-xs-pull-1{right:8.33333333%}.new-styles .mh-normal-grid .col-xs-pull-0{right:auto}.new-styles .mh-normal-grid .col-xs-push-12{left:100%}.new-styles .mh-normal-grid .col-xs-push-11{left:91.66666667%}.new-styles .mh-normal-grid .col-xs-push-10{left:83.33333333%}.new-styles .mh-normal-grid .col-xs-push-9{left:75%}.new-styles .mh-normal-grid .col-xs-push-8{left:66.66666667%}.new-styles .mh-normal-grid .col-xs-push-7{left:58.33333333%}.new-styles .mh-normal-grid .col-xs-push-6{left:50%}.new-styles .mh-normal-grid .col-xs-push-5{left:41.66666667%}.new-styles .mh-normal-grid .col-xs-push-4{left:33.33333333%}.new-styles .mh-normal-grid .col-xs-push-3{left:25%}.new-styles .mh-normal-grid .col-xs-push-2{left:16.66666667%}.new-styles .mh-normal-grid .col-xs-push-1{left:8.33333333%}.new-styles .mh-normal-grid .col-xs-push-0{left:auto}.new-styles .mh-normal-grid .col-xs-offset-12{margin-left:100%}.new-styles .mh-normal-grid .col-xs-offset-11{margin-left:91.66666667%}.new-styles .mh-normal-grid .col-xs-offset-10{margin-left:83.33333333%}.new-styles .mh-normal-grid .col-xs-offset-9{margin-left:75%}.new-styles .mh-normal-grid .col-xs-offset-8{margin-left:66.66666667%}.new-styles .mh-normal-grid .col-xs-offset-7{margin-left:58.33333333%}.new-styles .mh-normal-grid .col-xs-offset-6{margin-left:50%}.new-styles .mh-normal-grid .col-xs-offset-5{margin-left:41.66666667%}.new-styles .mh-normal-grid .col-xs-offset-4{margin-left:33.33333333%}.new-styles .mh-normal-grid .col-xs-offset-3{margin-left:25%}.new-styles .mh-normal-grid .col-xs-offset-2{margin-left:16.66666667%}.new-styles .mh-normal-grid .col-xs-offset-1{margin-left:8.33333333%}.new-styles .mh-normal-grid .col-xs-offset-0{margin-left:0}@media (min-width: 768px){.new-styles .mh-normal-grid .col-sm-1,.new-styles .mh-normal-grid .col-sm-2,.new-styles .mh-normal-grid .col-sm-3,.new-styles .mh-normal-grid .col-sm-4,.new-styles .mh-normal-grid .col-sm-5,.new-styles .mh-normal-grid .col-sm-6,.new-styles .mh-normal-grid .col-sm-7,.new-styles .mh-normal-grid .col-sm-8,.new-styles .mh-normal-grid .col-sm-9,.new-styles .mh-normal-grid .col-sm-10,.new-styles .mh-normal-grid .col-sm-11,.new-styles .mh-normal-grid .col-sm-12{float:left}.new-styles .mh-normal-grid .col-sm-12{width:100%}.new-styles .mh-normal-grid .col-sm-11{width:91.66666667%}.new-styles .mh-normal-grid .col-sm-10{width:83.33333333%}.new-styles .mh-normal-grid .col-sm-9{width:75%}.new-styles .mh-normal-grid .col-sm-8{width:66.66666667%}.new-styles .mh-normal-grid .col-sm-7{width:58.33333333%}.new-styles .mh-normal-grid .col-sm-6{width:50%}.new-styles .mh-normal-grid .col-sm-5{width:41.66666667%}.new-styles .mh-normal-grid .col-sm-4{width:33.33333333%}.new-styles .mh-normal-grid .col-sm-3{width:25%}.new-styles .mh-normal-grid .col-sm-2{width:16.66666667%}.new-styles .mh-normal-grid .col-sm-1{width:8.33333333%}.new-styles .mh-normal-grid .col-sm-pull-12{right:100%}.new-styles .mh-normal-grid .col-sm-pull-11{right:91.66666667%}.new-styles .mh-normal-grid .col-sm-pull-10{right:83.33333333%}.new-styles .mh-normal-grid .col-sm-pull-9{right:75%}.new-styles .mh-normal-grid .col-sm-pull-8{right:66.66666667%}.new-styles .mh-normal-grid .col-sm-pull-7{right:58.33333333%}.new-styles .mh-normal-grid .col-sm-pull-6{right:50%}.new-styles .mh-normal-grid .col-sm-pull-5{right:41.66666667%}.new-styles .mh-normal-grid .col-sm-pull-4{right:33.33333333%}.new-styles .mh-normal-grid .col-sm-pull-3{right:25%}.new-styles .mh-normal-grid .col-sm-pull-2{right:16.66666667%}.new-styles .mh-normal-grid .col-sm-pull-1{right:8.33333333%}.new-styles .mh-normal-grid .col-sm-pull-0{right:auto}.new-styles .mh-normal-grid .col-sm-push-12{left:100%}.new-styles .mh-normal-grid .col-sm-push-11{left:91.66666667%}.new-styles .mh-normal-grid .col-sm-push-10{left:83.33333333%}.new-styles .mh-normal-grid .col-sm-push-9{left:75%}.new-styles .mh-normal-grid .col-sm-push-8{left:66.66666667%}.new-styles .mh-normal-grid .col-sm-push-7{left:58.33333333%}.new-styles .mh-normal-grid .col-sm-push-6{left:50%}.new-styles .mh-normal-grid .col-sm-push-5{left:41.66666667%}.new-styles .mh-normal-grid .col-sm-push-4{left:33.33333333%}.new-styles .mh-normal-grid .col-sm-push-3{left:25%}.new-styles .mh-normal-grid .col-sm-push-2{left:16.66666667%}.new-styles .mh-normal-grid .col-sm-push-1{left:8.33333333%}.new-styles .mh-normal-grid .col-sm-push-0{left:auto}.new-styles .mh-normal-grid .col-sm-offset-12{margin-left:100%}.new-styles .mh-normal-grid .col-sm-offset-11{margin-left:91.66666667%}.new-styles .mh-normal-grid .col-sm-offset-10{margin-left:83.33333333%}.new-styles .mh-normal-grid .col-sm-offset-9{margin-left:75%}.new-styles .mh-normal-grid .col-sm-offset-8{margin-left:66.66666667%}.new-styles .mh-normal-grid .col-sm-offset-7{margin-left:58.33333333%}.new-styles .mh-normal-grid .col-sm-offset-6{margin-left:50%}.new-styles .mh-normal-grid .col-sm-offset-5{margin-left:41.66666667%}.new-styles .mh-normal-grid .col-sm-offset-4{margin-left:33.33333333%}.new-styles .mh-normal-grid .col-sm-offset-3{margin-left:25%}.new-styles .mh-normal-grid .col-sm-offset-2{margin-left:16.66666667%}.new-styles .mh-normal-grid .col-sm-offset-1{margin-left:8.33333333%}.new-styles .mh-normal-grid .col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.new-styles .mh-normal-grid .col-md-1,.new-styles .mh-normal-grid .col-md-2,.new-styles .mh-normal-grid .col-md-3,.new-styles .mh-normal-grid .col-md-4,.new-styles .mh-normal-grid .col-md-5,.new-styles .mh-normal-grid .col-md-6,.new-styles .mh-normal-grid .col-md-7,.new-styles .mh-normal-grid .col-md-8,.new-styles .mh-normal-grid .col-md-9,.new-styles .mh-normal-grid .col-md-10,.new-styles .mh-normal-grid .col-md-11,.new-styles .mh-normal-grid .col-md-12{float:left}.new-styles .mh-normal-grid .col-md-12{width:100%}.new-styles .mh-normal-grid .col-md-11{width:91.66666667%}.new-styles .mh-normal-grid .col-md-10{width:83.33333333%}.new-styles .mh-normal-grid .col-md-9{width:75%}.new-styles .mh-normal-grid .col-md-8{width:66.66666667%}.new-styles .mh-normal-grid .col-md-7{width:58.33333333%}.new-styles .mh-normal-grid .col-md-6{width:50%}.new-styles .mh-normal-grid .col-md-5{width:41.66666667%}.new-styles .mh-normal-grid .col-md-4{width:33.33333333%}.new-styles .mh-normal-grid .col-md-3{width:25%}.new-styles .mh-normal-grid .col-md-2{width:16.66666667%}.new-styles .mh-normal-grid .col-md-1{width:8.33333333%}.new-styles .mh-normal-grid .col-md-pull-12{right:100%}.new-styles .mh-normal-grid .col-md-pull-11{right:91.66666667%}.new-styles .mh-normal-grid .col-md-pull-10{right:83.33333333%}.new-styles .mh-normal-grid .col-md-pull-9{right:75%}.new-styles .mh-normal-grid .col-md-pull-8{right:66.66666667%}.new-styles .mh-normal-grid .col-md-pull-7{right:58.33333333%}.new-styles .mh-normal-grid .col-md-pull-6{right:50%}.new-styles .mh-normal-grid .col-md-pull-5{right:41.66666667%}.new-styles .mh-normal-grid .col-md-pull-4{right:33.33333333%}.new-styles .mh-normal-grid .col-md-pull-3{right:25%}.new-styles .mh-normal-grid .col-md-pull-2{right:16.66666667%}.new-styles .mh-normal-grid .col-md-pull-1{right:8.33333333%}.new-styles .mh-normal-grid .col-md-pull-0{right:auto}.new-styles .mh-normal-grid .col-md-push-12{left:100%}.new-styles .mh-normal-grid .col-md-push-11{left:91.66666667%}.new-styles .mh-normal-grid .col-md-push-10{left:83.33333333%}.new-styles .mh-normal-grid .col-md-push-9{left:75%}.new-styles .mh-normal-grid .col-md-push-8{left:66.66666667%}.new-styles .mh-normal-grid .col-md-push-7{left:58.33333333%}.new-styles .mh-normal-grid .col-md-push-6{left:50%}.new-styles .mh-normal-grid .col-md-push-5{left:41.66666667%}.new-styles .mh-normal-grid .col-md-push-4{left:33.33333333%}.new-styles .mh-normal-grid .col-md-push-3{left:25%}.new-styles .mh-normal-grid .col-md-push-2{left:16.66666667%}.new-styles .mh-normal-grid .col-md-push-1{left:8.33333333%}.new-styles .mh-normal-grid .col-md-push-0{left:auto}.new-styles .mh-normal-grid .col-md-offset-12{margin-left:100%}.new-styles .mh-normal-grid .col-md-offset-11{margin-left:91.66666667%}.new-styles .mh-normal-grid .col-md-offset-10{margin-left:83.33333333%}.new-styles .mh-normal-grid .col-md-offset-9{margin-left:75%}.new-styles .mh-normal-grid .col-md-offset-8{margin-left:66.66666667%}.new-styles .mh-normal-grid .col-md-offset-7{margin-left:58.33333333%}.new-styles .mh-normal-grid .col-md-offset-6{margin-left:50%}.new-styles .mh-normal-grid .col-md-offset-5{margin-left:41.66666667%}.new-styles .mh-normal-grid .col-md-offset-4{margin-left:33.33333333%}.new-styles .mh-normal-grid .col-md-offset-3{margin-left:25%}.new-styles .mh-normal-grid .col-md-offset-2{margin-left:16.66666667%}.new-styles .mh-normal-grid .col-md-offset-1{margin-left:8.33333333%}.new-styles .mh-normal-grid .col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.new-styles .mh-normal-grid .col-lg-1,.new-styles .mh-normal-grid .col-lg-2,.new-styles .mh-normal-grid .col-lg-3,.new-styles .mh-normal-grid .col-lg-4,.new-styles .mh-normal-grid .col-lg-5,.new-styles .mh-normal-grid .col-lg-6,.new-styles .mh-normal-grid .col-lg-7,.new-styles .mh-normal-grid .col-lg-8,.new-styles .mh-normal-grid .col-lg-9,.new-styles .mh-normal-grid .col-lg-10,.new-styles .mh-normal-grid .col-lg-11,.new-styles .mh-normal-grid .col-lg-12{float:left}.new-styles .mh-normal-grid .col-lg-12{width:100%}.new-styles .mh-normal-grid .col-lg-11{width:91.66666667%}.new-styles .mh-normal-grid .col-lg-10{width:83.33333333%}.new-styles .mh-normal-grid .col-lg-9{width:75%}.new-styles .mh-normal-grid .col-lg-8{width:66.66666667%}.new-styles .mh-normal-grid .col-lg-7{width:58.33333333%}.new-styles .mh-normal-grid .col-lg-6{width:50%}.new-styles .mh-normal-grid .col-lg-5{width:41.66666667%}.new-styles .mh-normal-grid .col-lg-4{width:33.33333333%}.new-styles .mh-normal-grid .col-lg-3{width:25%}.new-styles .mh-normal-grid .col-lg-2{width:16.66666667%}.new-styles .mh-normal-grid .col-lg-1{width:8.33333333%}.new-styles .mh-normal-grid .col-lg-pull-12{right:100%}.new-styles .mh-normal-grid .col-lg-pull-11{right:91.66666667%}.new-styles .mh-normal-grid .col-lg-pull-10{right:83.33333333%}.new-styles .mh-normal-grid .col-lg-pull-9{right:75%}.new-styles .mh-normal-grid .col-lg-pull-8{right:66.66666667%}.new-styles .mh-normal-grid .col-lg-pull-7{right:58.33333333%}.new-styles .mh-normal-grid .col-lg-pull-6{right:50%}.new-styles .mh-normal-grid .col-lg-pull-5{right:41.66666667%}.new-styles .mh-normal-grid .col-lg-pull-4{right:33.33333333%}.new-styles .mh-normal-grid .col-lg-pull-3{right:25%}.new-styles .mh-normal-grid .col-lg-pull-2{right:16.66666667%}.new-styles .mh-normal-grid .col-lg-pull-1{right:8.33333333%}.new-styles .mh-normal-grid .col-lg-pull-0{right:auto}.new-styles .mh-normal-grid .col-lg-push-12{left:100%}.new-styles .mh-normal-grid .col-lg-push-11{left:91.66666667%}.new-styles .mh-normal-grid .col-lg-push-10{left:83.33333333%}.new-styles .mh-normal-grid .col-lg-push-9{left:75%}.new-styles .mh-normal-grid .col-lg-push-8{left:66.66666667%}.new-styles .mh-normal-grid .col-lg-push-7{left:58.33333333%}.new-styles .mh-normal-grid .col-lg-push-6{left:50%}.new-styles .mh-normal-grid .col-lg-push-5{left:41.66666667%}.new-styles .mh-normal-grid .col-lg-push-4{left:33.33333333%}.new-styles .mh-normal-grid .col-lg-push-3{left:25%}.new-styles .mh-normal-grid .col-lg-push-2{left:16.66666667%}.new-styles .mh-normal-grid .col-lg-push-1{left:8.33333333%}.new-styles .mh-normal-grid .col-lg-push-0{left:auto}.new-styles .mh-normal-grid .col-lg-offset-12{margin-left:100%}.new-styles .mh-normal-grid .col-lg-offset-11{margin-left:91.66666667%}.new-styles .mh-normal-grid .col-lg-offset-10{margin-left:83.33333333%}.new-styles .mh-normal-grid .col-lg-offset-9{margin-left:75%}.new-styles .mh-normal-grid .col-lg-offset-8{margin-left:66.66666667%}.new-styles .mh-normal-grid .col-lg-offset-7{margin-left:58.33333333%}.new-styles .mh-normal-grid .col-lg-offset-6{margin-left:50%}.new-styles .mh-normal-grid .col-lg-offset-5{margin-left:41.66666667%}.new-styles .mh-normal-grid .col-lg-offset-4{margin-left:33.33333333%}.new-styles .mh-normal-grid .col-lg-offset-3{margin-left:25%}.new-styles .mh-normal-grid .col-lg-offset-2{margin-left:16.66666667%}.new-styles .mh-normal-grid .col-lg-offset-1{margin-left:8.33333333%}.new-styles .mh-normal-grid .col-lg-offset-0{margin-left:0}}
/* End */

/* Start:/local/css/plugins.css?1544038292126502*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
    position: fixed;
    z-index: 1104;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('/local/images/fancybox.png');
}

#fancybox-overlay {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

#fancybox-tmp {
    display: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

#fancybox-wrap {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 20px;
    outline: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #fff;
}

#fancybox-content {
    position: relative;
    z-index: 1102;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    padding: 0;
    border: 0 solid #fff;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(1,1,1,.2);
    box-shadow: 0 5px 10px rgba(1,1,1,.2);
}

#fancybox-content > div {
    overflow: visible !important;
}

#fancybox-hide-sel-frame {
    position: absolute;
    z-index: 1101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close {
    position: absolute;
    z-index: 1104;
    top: 25px;
    right: 25px;
    display: none;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

.close,
#fancybox-close {
    background: none !important;
    font-size: 30px;
    line-height: 1;
    display: block;
    float: none;
    overflow: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
}

.close:hover,
.close.hover,
.close:focus,
.close.focus,
.close:active,
.close.active,
#fancybox-close:hover,
#fancybox-close.hover,
#fancybox-close:focus,
#fancybox-close.focus,
#fancybox-close:active,
#fancybox-close.active {
    opacity: 1;
    color: #f0b7b8;
    filter: alpha(opacity=100);
}

.close:after,
#fancybox-close:after {
    content: '\e014';
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    top: 0;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#fancybox-error {
    font: normal 12px/20px Arial;
    margin: 0;
    padding: 14px;
    color: #444;
}

#fancybox-img {
    line-height: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: none;
    outline: none;
}

#fancybox-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    z-index: 1103;
    bottom: 0;
    display: none;
    width: 35%;
    height: 100%;
    cursor: pointer;
    text-decoration: none !important;
    border: 0 !important;
    outline: none;
    background: url(/local/images/blank.gif) 0 0 repeat;
}

#fancybox-left {
    left: 0;
}

#fancybox-right {
    right: 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    z-index: 1102;
    top: 50%;
    display: block;
    margin-top: -17px;
    cursor: pointer;
}

#fancybox-left-ico {
    left: 20px;
    width: 13px;
    height: 34px;
    background-position: 0 -170px;
}

#fancybox-left:hover #fancybox-left-ico,
#fancybox-left.hover #fancybox-left-ico {
    width: 13px;
    height: 34px;
    background-position: 0 -136px;
}

#fancybox-left:active #fancybox-left-ico,
#fancybox-left.active #fancybox-left-ico {
    width: 13px;
    height: 34px;
    background-position: 0 -136px;
}

#fancybox-right-ico {
    right: 20px;
    width: 13px;
    height: 34px;
    background-position: 0 -68px;
}

#fancybox-right:hover #fancybox-right-ico,
#fancybox-right.hover #fancybox-right-ico {
    width: 13px;
    height: 34px;
    background-position: 0 -34px;
}

#fancybox-right:active #fancybox-right-ico,
#fancybox-right.active #fancybox-right-ico {
    width: 13px;
    height: 34px;
    background-position: 0 -34px;
}

.fancybox-bg {
    position: absolute;
    z-index: 1001;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
}

#fancybox-title {
    font-size: 12px;
    line-height: 23px;
    z-index: 1102;
    text-align: left;
    text-transform: uppercase;
    color: #3b4347;
}

.fancybox-title-inside {
    position: relative;
    margin-top: -20px;
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff;
}

.fancybox-title-float {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 32px;
}

#fancybox-title-float-wrap {
    width: auto;
    border-collapse: collapse;
    border: none;
}

#fancybox-title-float-wrap td {
    white-space: nowrap;
    border: none;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('/local/images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    font-weight: bold;
    line-height: 29px;
    padding: 0 0 3px 0;
    color: #fff;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('/local/images/fancybox.png') -55px -90px no-repeat;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    color: #212121;
    border: 1px solid #999;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.tooltipster-default .tooltipster-content {
    overflow: hidden;
    padding: 12px 20px 15px;
    /*  font-size: 12px;
    line-height: 1.41667;*/
}

.tooltipster-icon {
    margin-left: 4px;
    cursor: help;
}

.tooltipster-base {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1200;
    top: 0;
    left: 0;
    overflow: visible;
    width: auto;
    padding: 0;
    pointer-events: none;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

.tooltipster-arrow {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.boxshadow .tooltipster-default {
    border: 0;
}

.boxshadow .tooltipster-arrow-border {
    display: none;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    bottom: -7px;
    border-top: 7px solid;
    border-right: 12px solid transparent !important;
    border-left: 12px solid transparent !important;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    bottom: -7px;
    border-top: 8px solid;
    border-right: 13px solid transparent !important;
    border-left: 13px solid transparent !important;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    top: -7px;
    border-right: 12px solid transparent !important;
    border-bottom: 7px solid;
    border-left: 12px solid transparent !important;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    top: -7px;
    border-right: 13px solid transparent !important;
    border-bottom: 8px solid;
    border-left: 13px solid transparent !important;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 40px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 39px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 40px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 39px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    top: 50%;
    right: -7px;
    margin-top: -3.5px;
    border-top: 12px solid transparent !important;
    border-bottom: 12px solid transparent !important;
    border-left: 7px solid;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    margin-top: -4px;
    border-top: 13px solid transparent !important;
    border-bottom: 13px solid transparent !important;
    border-left: 8px solid;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    top: 50%;
    left: -7px;
    margin-top: -3.5px;
    border-top: 12px solid transparent !important;
    border-right: 7px solid;
    border-bottom: 12px solid transparent !important;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    margin-top: -4px;
    border-top: 13px solid transparent !important;
    border-right: 8px solid;
    border-bottom: 13px solid transparent !important;
}

.tooltipster-fade {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.tooltipster-swing {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    opacity: 0;
}

.tooltipster-swing-show {
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    opacity: 1;
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -webkit-transition-property: top;
    transition-property: top;
}

.tooltipster-fall.tooltipster-dying {
    top: 0 !important;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -webkit-transition-property: left;
    transition-property: left;
}

.tooltipster-slide.tooltipster-dying {
    left: 0 !important;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 0;
}

.tooltipster-content-changing {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: .5;
}

/* ui-slider */
.ui-slider {
    position: relative;
    height: 10px;
    margin-top: 13px;
    border: 1px solid #81a8d3;
    border-radius: 5px;
    background-color: #97bce5;
}

.ui-slider:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 100%;
    display: block;
    width: 31px;
    margin-left: -5px;
    content: '';
    border: 1px solid #81a8d3;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    background-color: #97bce5;
}

.ui-slider-handle {
    position: absolute;
    z-index: 1;
    display: block;
    width: 26px;
    height: 26px;
    margin: -9px 0 0 -1px;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    background-color: #ff714a;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzE0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4MmUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff714a), color-stop(100%, #d82e00));
    background-image: -webkit-linear-gradient(#ff714a, #d82e00);
    background-image: linear-gradient(#ff714a, #d82e00);
    background-size: 100%;
    box-shadow: 0 2px 2px rgba(1, 1, 1, .2);
}

.ui-slider-handle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    content: '';
    border-radius: 50%;
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWZmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eeeff0));
    background-image: -webkit-linear-gradient(#fff, #eeeff0);
    background-image: linear-gradient(#fff, #eeeff0);
    background-size: 100%;
}

.ui-slider-handle.ui-state-hover {
    background-color: #4096f1;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOTZmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGI5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4096f1), color-stop(100%, #004b9b));
    background-image: -webkit-linear-gradient(#4096f1, #004b9b);
    background-image: linear-gradient(#4096f1, #004b9b);
    background-size: 100%;
    box-shadow: 0 2px 2px rgba(1, 1, 1, .3);
}

.ui-slider-handle.ui-state-active {
    background-color: #003f83;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2Y4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwM2Y4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #003f83), color-stop(100%, #003f83));
    background-image: -webkit-linear-gradient(#003f83, #003f83);
    background-image: linear-gradient(#003f83, #003f83);
    background-size: 100%;
    box-shadow: none;
}

.ui-slider-handle ~ .ui-slider-handle {
    margin-left: -13px;
}

.ui-slider-range {
    position: absolute;
    top: -3px;
    height: 3px;
    background-color: #fff;
}

.ui-slider-area {
    position: relative;
    padding-right: 26px;
}

.ui-slider-scale-area {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
}

.ui-slider-resection {
    width: 1px;
    height: 4px;
    margin-right: 4px !important;
    background-color: #81a8d3;
}

.ui-slider-resection:first-child {
    margin-left: 4px !important;
}

.ui-slider-val-area {
    margin-bottom: 5px;
    /*overflow: hidden;*/
}

.ui-slider-val {
    font-size: 11px;
    line-height: 1;
    overflow: hidden;
    margin-right: 4px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #5082b9;
}

.ui-slider-val:first-child {
    margin-left: 4px !important;
}

.ui-slider-val-min {
    float: left;
    width: 50%;
}

.ui-slider-val-max {
    float: right;
    width: 50%;
    text-align: right;
}

.ui-slider-runner {
    padding-bottom: 10px;
    vertical-align: bottom;
}

.ui-slider-txt {
    font-size: 11px;
    padding: 0;
    vertical-align: middle;
    color: #5082b9;
}

/*.ui-slider-area {
    margin:0 -8px;
}*/
.ui-slider-inner-area {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.ui-slider-inner-area ~ .ui-slider-inner-area {
    margin-top: 19px;
}

.ui-slider-field {
    display: table-cell;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    vertical-align: top;
}

/*ui-autocomplete*/
.ui-autocomplete {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 280px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px #cbcbcb;
    -webkit-overflow-scrolling: touch;
}

.ui-autocomplete .ui-menu-item {
    font-weight: 300;
    line-height: 1;
    display: list-item;
    margin: 0;
    padding: 9px 11px;
    list-style: none;
    cursor: pointer;
    color: #333;
    -webkit-touch-callout: none;
}

.ui-autocomplete .ui-menu-item:before {
    content: none !important;
}

.ui-autocomplete .ui-menu-item:first-child {
    border-radius: 5px 5px 0 0;
}

.ui-autocomplete .ui-menu-item:last-child {
    border-radius: 0 0 5px 5px;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
    background-color: #ffeac6;
}

.ui-autocomplete .ui-menu-item a {
    color: inherit !important;
}

/*ui-datepicker*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.ui-helper-reset {
    font-size: 100%;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    display: table;
    border-collapse: collapse;
    content: '';
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    z-index: 100 !important;
    display: none;
    width: 19em;
    padding: 10px 20px 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.ui-datepicker:before {
    position: absolute;
    bottom: 100%;
    left: 40px;
    content: '';
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-prev span {
    left: 0;
}

.ui-datepicker .ui-datepicker-next span {
    right: 0;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 35px;
    text-align: center;
    color: #231f20;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    font-family: Tahoma, Verdana, Geneva CY, sans-serif;
    font-weight: normal;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.ui-datepicker th {
    font-weight: bold;
    padding: .6em;
    text-align: center;
    text-transform: capitalize;
    color: #231f20;
    border-bottom: 1px solid #ccc;
}

.ui-datepicker td {
    height: 30px;
    padding: 0;
    border: 0;
}

.ui-datepicker th,
.ui-datepicker td {
    vertical-align: inherit;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .321429em .392857em .392857em;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    overflow: visible;
    width: auto;
    margin: .5em .2em .4em;
    padding: .2em .6em .3em .6em;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 12px;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    font-size: 0;
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    right: auto;
    left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    right: auto;
    left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker tr:nth-of-type(2n) {
    background: none;
}

.ui-datepicker thead {
    border: 0;
    background-color: transparent;
}

.ui-datepicker .ui-state-default {
    background-color: #fff;
}

.ui-datepicker .ui-state-default.ui-state-hover {
    background-color: #f0f0f0;
}

/*.ui-datepicker .ui-state-highlight {
    background-color: #d82e00 !important;
    color: #fff !important;
    font-weight: bold;
}*/
.ui-datepicker .ui-state-disabled .ui-state-default {
    color: #b2b2b2;
    background: transparent;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    font-weight: bold;
    color: #fff !important;
    background-color: #d82e00 !important;
}

.ui-datepicker .ui-datepicker-header .ui-state-disabled {
    visibility: hidden;
}

.ui-icon-circle-triangle-w {
    font-size: 18px;
    width: 17px;
    height: 19px;
    text-indent: 0;
    color: #b2b2b2;
}

.ui-icon-circle-triangle-w:before {
    content: '\e079';
}

.ui-datepicker-prev-hover .ui-icon-circle-triangle-w {
    color: #003f83;
}

.ui-icon-circle-triangle-e {
    font-size: 18px;
    width: 17px;
    height: 19px;
    text-indent: 0;
    color: #b2b2b2;
}

.ui-icon-circle-triangle-e:before {
    content: '\e080';
}

.ui-datepicker-next-hover .ui-icon-circle-triangle-e {
    color: #003f83;
}

/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select, select {
    width: 100%;
    margin-right: 20px;
    float: left !important;
}

.bootstrap-select > .btn {
    width: 100%;
    padding-right: 30px;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 100%;
}

/*.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}*/
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*='col-']) {
    width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
    display: inline-block;
    float: none;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
    float: right;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -11px;
    vertical-align: middle;
    z-index: 1;
    width: auto;
    height: auto;
    border: 0 !important;
}

.bootstrap-select.btn-group .btn .caret:after {
    content: '\00A0\e114';
    font-size: 12px;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    top: 1px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap-select.btn-group.open .btn .caret:after {
    content: '\00A0\e113';
}

.bootstrap-select.btn-group[class*='col-'] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 1080;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    margin-top: 5px;
    padding: 0;
}

.bootstrap-select.btn-group.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 5px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    margin: 0;
    padding: 0;
}

.bootstrap-select.btn-group .dropdown-menu li:before {
    content: none;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #64b1d8;
    color: rgba(100, 177, 216, .4);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 16px;
    line-height: 1.25;
    padding: 6px 11px 11px;
    cursor: pointer;
    color: #231f20;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a.hover,
.bootstrap-select.btn-group .dropdown-menu li a:focus,
.bootstrap-select.btn-group .dropdown-menu li a.focus {
    color: #231f20;
    background-color: #f2f2f2;
}

.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li a {
    color: #003f83;
}

.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li a:hover,
.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li a.hover,
.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li a:focus,
.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li a.focus {
    color: #d82e00;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
    color: #fff;
    background-color: #0089c2;
}

.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li.selected a {
    color: #003f83;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
    min-height: 26px;
    margin: 0 2%;
    padding: 3px 5px;
    pointer-events: none;
    opacity: .9;
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.bootstrap-select.btn-group .no-results {
    margin: 0 5px;
    padding: 3px;
    background: #f5f5f5;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    right: 15px;
    display: inline-block;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
    content: '';
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(204, 204, 204, .2);
    border-left: 7px solid transparent;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    top: -3px;
    bottom: auto;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #ccc;
    border-top-color: rgba(204, 204, 204, .2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    top: -3px;
    bottom: auto;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
    width: 100%;
    margin-bottom: 0;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.cloud-zoom-lens {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: move;
    background-color: #e97c77;
}

.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    position: absolute !important;
    top: 0;
    width: 100%;
    padding: 3px;
    text-align: center;
    color: #fff;
    background-color: #231f20;
}

.cloud-zoom-big {
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e97c77;
}

.cloud-zoom-loading {
    padding: 3px;
    color: #fff;
    border: 1px solid #231f20;
    background: #222;
}

.mousetrap {
    width: 100% !important;
    height: 100% !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        opacity: 0;
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        opacity: 0;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        opacity: 0;
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        opacity: 0;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.br-widget {
    margin-left: -20px;
}

.br-widget a {
    width: 30px;
    height: 29px;
    margin-right: 1px;
    vertical-align: middle;
    text-decoration: none !important;
    border-bottom: 0 !important;
    background-position: 0 -355px;
}

.br-widget a:first-child {
    margin-left: 20px;
}

.br-widget a.br-active,
.br-widget a.br-selected {
    width: 30px;
    height: 29px;
    background-position: 0 -326px;
}

.br-current-rating {
    margin-left: 20px;
    vertical-align: middle;
}

/*@media (min-width: 768px) {*/
@media (min-width: 2px) {
    .br-current-rating {
        display: inline-block;
    }
}

/*Clock*/
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

.clock-container {
    margin: 30px 0;
    text-align: center;
}

.clock-container:first-child {
    margin-top: 0;
}

.clock-container:last-child {
    margin-bottom: 0;
}

.no-cssanimations .clock-container {
    height: 0;
    margin-top: -30px;
    overflow: hidden;
}

.clock {
    border-radius: 50%;
    background-color: #eaebeb;
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
}

.clock:after {
    background: red;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4%;
    height: 4%;
    z-index: 10
}

.clock:before {
    background: black;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6%;
    height: 6%;
    z-index: 0
}

.clock:after {
    width: 2%;
    height: 2%
}

.clock .seconds {
    border-radius: 200%/10%;
    height: 30%;
    left: 49.5%;
    top: 20%;
    width: 1%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.clock .minutes {
    border-radius: 150%/10%;
    width: 2%;
    height: 35%;
    left: 49%;
    top: 15%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.clock .hours {
    border-radius: 85%/10%;
    width: 2%;
    height: 20%;
    left: 49%;
    top: 30%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.clock-face {
    position: absolute;
    top: 6%;
    bottom: 6%;
    left: 6%;
    right: 6%;
    background: transparent url(/local/images/clock-ios.svg) no-repeat center;
}

.minutes-container,
.hours-container,
.seconds-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hours-container {
    -webkit-animation: rotate 43200s infinite linear;
    animation: rotate 43200s infinite linear
}

.hours-container {

}

.minutes-container {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(.4, 2.08, .55, .44);
    transition: transform 0.3s cubic-bezier(.4, 2.08, .55, .44)
}

.seconds-container {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(.4, 2.08, .55, .44);
    transition: transform 0.2s cubic-bezier(.4, 2.08, .55, .44)
}

.hours {
    background: #000;
    width: 3.5%;
    height: 40%;
    position: absolute;
    left: 48.25%;
    top: 22%;
    -webkit-transform-origin: 50% 71%;
    -ms-transform-origin: 50% 71%;
    transform-origin: 50% 71%
}

.minutes {
    background: #000;
    width: 3.5%;
    height: 55%;
    position: absolute;
    left: 48.25%;
    top: 7%;
    -webkit-transform-origin: 50% 78.5%;
    -ms-transform-origin: 50% 78.5%;
    transform-origin: 50% 78.5%
}

.seconds {
    background: red;
    width: 1.5%;
    height: 42%;
    position: absolute;
    left: 49.25%;
    top: 20%;
    -webkit-transform-origin: 50% 71%;
    -ms-transform-origin: 50% 71%;
    transform-origin: 50% 71%;
    z-index: 8
}

.clock-zone {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 1.625;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    color: transparent;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border: 0;
    padding: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: none !important;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d6d6d6 !important;
    color: #869791;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '\e079';
    left: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '\e080';
    right: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-controls .owl-nav .owl-prev.hover:before,
.owl-carousel .owl-controls .owl-nav .owl-next:hover:before,
.owl-carousel .owl-controls .owl-nav .owl-next.hover:before {
    background-color: #869791 !important;
    color: #d6d6d6;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:active:before,
.owl-carousel .owl-controls .owl-nav .owl-prev.active:before,
.owl-carousel .owl-controls .owl-nav .owl-next:active:before,
.owl-carousel .owl-controls .owl-nav .owl-next.active:before {
    background-color: #869791 !important;
    color: #d6d6d6;
}

.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .01px;
    white-space: nowrap;
    text-align: center;
}

.owl-carousel .owl-controls .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background-color: #d6d6d6;
}

.owl-carousel .owl-controls .owl-dot:hover,
.owl-carousel .owl-controls .owl-dot.hover {
    background-color: #869791;
}

.owl-carousel .owl-controls .owl-dot:active,
.owl-carousel .owl-controls .owl-dot.active {
    background-color: #869791;
}

.owl-carousel .owl-controls .owl-dot ~ .owl-dot {
    margin-left: 6px;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/local/images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/* Slick slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev,
.slick-next,
.slick-dots button {
    cursor: pointer;
    cursor: hand;
    color: transparent;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border: 0;
    padding: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: none !important;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d6d6d6 !important;
    color: #869791;
}

.slick-prev:before {
    content: '\e079';
    left: 0;
}

.slick-next:before {
    content: '\e080';
    right: 0;
}

.slick-prev:hover:before,
.slick-prev.hover:before,
.slick-next:hover:before,
.slick-next.hover:before {
    background-color: #869791 !important;
    color: #d6d6d6;
}

.slick-prev:active:before,
.slick-prev.active:before,
.slick-next:active:before,
.slick-next.active:before {
    background-color: #869791 !important;
    color: #d6d6d6;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .01px;
    white-space: nowrap;
    text-align: center;
}

.slick-dots > li {
    position: static;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.slick-dots > li + li {
    margin-top: 0;
    margin-left: 6px;
}

.slick-dots > li:before {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    content: none;
    border-radius: 0;
    background-color: transparent;
}

.slick-dots > li > ul,
.slick-dots > li > ol {
    margin-top: 0;
    color: inherit;
}

.slick-dots > li > ul > li,
.slick-dots > li > ol > li {
    color: inherit;
}

.slick-dots > li > ul > li:after,
.slick-dots > li > ol > li:after {
    background-color: transparent;
}

.slick-dots button {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background-color: #d6d6d6;
}

.slick-dots button:hover,
.slick-dots button.hover {
    background-color: #869791;
}

.slick-dots button:active,
.slick-dots button.active,
.slick-dots .slick-active button {
    background-color: #869791;
}
/* End */


/* Start:/local/css/styles.css?1585678548217662*/
.new-styles, .new-styles body {
	font-family: 'Open Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #5b5b5b;
}
body, html {
	padding: 0;
	margin: 0;
}
* {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%}
.lt-offline {
	opacity: 0;
}
.new-styles body {
	background-color: #fff;
}
.new-styles .dropdown-link-alt:after, .new-styles .dropdown-link:after {
	font-size: 9px;
	margin-left: -4px;
	vertical-align: baseline;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	position: relative;
	top: 0;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.new-styles .solid-link {
	border-bottom-width: 1px;
	border-bottom-style: solid!important;
}
.new-styles .dotted-link {
	border-bottom-width: 1px;
	border-bottom-style: dotted!important;
}
.new-styles .dashed-link {
	border-bottom-width: 1px;
	border-bottom-style: dashed!important;
}
.new-styles .nodecor-link {
	text-decoration: none!important;
	border-bottom: 0!important;
}
.new-styles .reverse-link, .new-styles .reverse-link .dashed-link, .new-styles .reverse-link .dotted-link, .new-styles .reverse-link .solid-link {
	border-bottom-width: 0!important;
}
.new-styles .reflex-link.focus .reverse-link, .new-styles .reflex-link.focus .reverse-link .dashed-link, .new-styles .reflex-link.focus .reverse-link .dotted-link, .new-styles .reflex-link.focus .reverse-link .solid-link, .new-styles .reflex-link.hover .reverse-link, .new-styles .reflex-link.hover .reverse-link .dashed-link, .new-styles .reflex-link.hover .reverse-link .dotted-link, .new-styles .reflex-link.hover .reverse-link .solid-link, .new-styles .reflex-link:focus .reverse-link, .new-styles .reflex-link:focus .reverse-link .dashed-link, .new-styles .reflex-link:focus .reverse-link .dotted-link, .new-styles .reflex-link:focus .reverse-link .solid-link, .new-styles .reflex-link:hover .reverse-link, .new-styles .reflex-link:hover .reverse-link .dashed-link, .new-styles .reflex-link:hover .reverse-link .dotted-link, .new-styles .reflex-link:hover .reverse-link .solid-link, .new-styles .reverse-link.focus, .new-styles .reverse-link.focus .dashed-link, .new-styles .reverse-link.focus .dotted-link, .new-styles .reverse-link.focus .solid-link, .new-styles .reverse-link.hover, .new-styles .reverse-link.hover .dashed-link, .new-styles .reverse-link.hover .dotted-link, .new-styles .reverse-link.hover .solid-link, .new-styles .reverse-link:focus, .new-styles .reverse-link:focus .dashed-link, .new-styles .reverse-link:focus .dotted-link, .new-styles .reverse-link:focus .solid-link, .new-styles .reverse-link:hover, .new-styles .reverse-link:hover .dashed-link, .new-styles .reverse-link:hover .dotted-link, .new-styles .reverse-link:hover .solid-link, .new-styles li.active>.reverse-link, .new-styles li.active>.reverse-link .dashed-link, .new-styles li.active>.reverse-link .dotted-link, .new-styles li.active>.reverse-link .solid-link {
	border-bottom-width: 1px!important;
}
.new-styles .download-link, .new-styles .dropdown-link, .new-styles .dropdown-link-alt, .new-styles .expanded-link, .new-styles .expanded-link-alt, .new-styles .internal-link, .new-styles .internal-link-alt {
	text-decoration: none!important;
	border-bottom: 0!important;
}
.new-styles li.active>.reverse-link {
	cursor: default;
}
.new-styles .reflex-link.focus .reverse-link, .new-styles .reflex-link:focus .reverse-link, .new-styles .reverse-link.focus, .new-styles .reverse-link:focus, .new-styles li.active>.reverse-link {
	outline: 0!important;
	outline-offset: -2px;
}
.new-styles .dropdown-link:after {
	content: '\00A0\e114';
	color: #6d6e71;
}
.new-styles .dropdown-link.hover:after, .new-styles .dropdown-link.open:after, .new-styles .hover>*>.dropdown-link:after, .new-styles .open>.dropdown-link:after {
	content: '\00A0\e113'}
.new-styles .dropdown-link.focus:after, .new-styles .dropdown-link.hover:after, .new-styles .dropdown-link:focus:after, .new-styles .dropdown-link:hover:after, .new-styles .reflex-link.focus .dropdown-link:after, .new-styles .reflex-link.hover .dropdown-link:after, .new-styles .reflex-link:focus .dropdown-link:after, .new-styles .reflex-link:hover .dropdown-link:after {
	color: #212121;
}
.new-styles .dropdown-link-alt:after {
	content: '\00A0\e114'}
.new-styles .dropdown-link-alt.hover:after, .new-styles .dropdown-link-alt.open:after, .new-styles .hover>*>.dropdown-link-alt:after, .new-styles .open>.dropdown-link-alt:after {
	content: '\00A0\e113'}
.new-styles .internal-link-alt:after, .new-styles .internal-link:after {
	font-size: 9px;
	margin-left: -4px;
	content: '\00A0\e080';
	vertical-align: baseline;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	position: relative;
	top: 0;
}
.new-styles .internal-link:after {
	color: #6d6e71;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.new-styles .internal-link.focus:after, .new-styles .internal-link.hover:after, .new-styles .internal-link:focus:after, .new-styles .internal-link:hover:after, .new-styles .reflex-link.focus .internal-link:after, .new-styles .reflex-link.hover .internal-link:after, .new-styles .reflex-link:focus .internal-link:after, .new-styles .reflex-link:hover .internal-link:after {
	color: #212121;
}
.new-styles .internal-link-alt:after {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.new-styles .download-link:before, .new-styles .expanded-link-alt:before, .new-styles .expanded-link:before {
	font-size: 12px;
	margin-right: -7px;
	vertical-align: baseline;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	top: 1px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.new-styles .expanded-link:before {
	content: '\e081\00A0';
	color: #ca0017;
}
.new-styles .expanded-link.hover:before, .new-styles .expanded-link.open:before, .new-styles .hover>*>.expanded-link:before, .new-styles .open>.expanded-link:before {
	content: '\e082\00A0'}
.new-styles .expanded-link.focus:before, .new-styles .expanded-link.hover:before, .new-styles .expanded-link.open:before, .new-styles .expanded-link:focus:before, .new-styles .expanded-link:hover:before, .new-styles .reflex-link.focus .expanded-link:before, .new-styles .reflex-link.hover .expanded-link:before, .new-styles .reflex-link:focus .expanded-link:before, .new-styles .reflex-link:hover .expanded-link:before, .new-styles li.open>.expanded-link:before {
	color: #0089c2;
}
.new-styles .expanded-link.open.focus:before, .new-styles .expanded-link.open.hover:before, .new-styles .expanded-link.open:focus:before, .new-styles .expanded-link.open:hover:before, .new-styles .reflex-link.focus .expanded-link.open:before, .new-styles .reflex-link.hover .expanded-link.open:before, .new-styles .reflex-link:focus .expanded-link.open:before, .new-styles .reflex-link:hover .expanded-link.open:before {
	color: #c4161c;
}
.new-styles .expanded-link-alt:before {
	content: '\e081\00A0'}
.new-styles .expanded-link-alt.hover:before, .new-styles .expanded-link-alt.open:before, .new-styles .hover>*>.expanded-link-alt:before, .new-styles .open>.expanded-link-alt:before {
	content: '\e082\00A0'}
.new-styles .base-link, .new-styles .boulder-link, .new-styles .fuscous-gray-link, .new-styles .white-link, .new-styles a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
}
.new-styles .download-link:before {
	content: '\e134\00A0'}
.new-styles a {
	cursor: pointer;
	color: #81a200;
	text-decoration: none;
	border-bottom: none;

}
.new-styles .reflex-link.focus a, .new-styles .reflex-link.hover a, .new-styles .reflex-link:focus a, .new-styles .reflex-link:hover a, .new-styles a.focus, .new-styles a.hover, .new-styles a:focus, .new-styles a:hover, .new-styles li.active>a {
	text-decoration: none;
	color: #1c1b17;
}
.new-styles li.active>a {
	cursor: default;
}
.new-styles .reflex-link.focus a, .new-styles .reflex-link:focus a, .new-styles a.focus, .new-styles a:focus, .new-styles li.active>a {
	outline: 0!important;
	outline-offset: -2px;
}
.new-styles .base-link {
	cursor: pointer;
	color: #81a200;
}
.new-styles .base-link.focus, .new-styles .base-link.hover, .new-styles .base-link:focus, .new-styles .base-link:hover, .new-styles .reflex-link.focus .base-link, .new-styles .reflex-link.hover .base-link, .new-styles .reflex-link:focus .base-link, .new-styles .reflex-link:hover .base-link, .new-styles li.active>.base-link {
	text-decoration: none;
	color: #1c1b17;
}
.new-styles li.active>.base-link {
	cursor: default;
}
.new-styles .base-link.focus, .new-styles .base-link:focus, .new-styles .reflex-link.focus .base-link, .new-styles .reflex-link:focus .base-link, .new-styles li.active>.base-link {
	outline: 0!important;
	outline-offset: -2px;
}
.new-styles .boulder-link {
	cursor: pointer;
	color: #787878;
}
.new-styles .boulder-link.focus, .new-styles .boulder-link.hover, .new-styles .boulder-link:focus, .new-styles .boulder-link:hover, .new-styles .reflex-link.focus .boulder-link, .new-styles .reflex-link.hover .boulder-link, .new-styles .reflex-link:focus .boulder-link, .new-styles .reflex-link:hover .boulder-link, .new-styles li.active>.boulder-link {
	text-decoration: none;
	color: #1c1b17;
}
.new-styles li.active>.boulder-link {
	cursor: default;
}
.new-styles .boulder-link.focus, .new-styles .boulder-link:focus, .new-styles .reflex-link.focus .boulder-link, .new-styles .reflex-link:focus .boulder-link, .new-styles li.active>.boulder-link {
	outline: 0!important;
	outline-offset: -2px;
}
.new-styles .fuscous-gray-link {
	cursor: pointer;
	color: #4c4a49;
}
.new-styles .fuscous-gray-link.focus, .new-styles .fuscous-gray-link.hover, .new-styles .fuscous-gray-link:focus, .new-styles .fuscous-gray-link:hover, .new-styles .reflex-link.focus .fuscous-gray-link, .new-styles .reflex-link.hover .fuscous-gray-link, .new-styles .reflex-link:focus .fuscous-gray-link, .new-styles .reflex-link:hover .fuscous-gray-link, .new-styles li.active>.fuscous-gray-link {
	text-decoration: none;
	color: #81a200;
}
.new-styles li.active>.fuscous-gray-link {
	cursor: default;
}
.new-styles .fuscous-gray-link.focus, .new-styles .fuscous-gray-link:focus, .new-styles .reflex-link.focus .fuscous-gray-link, .new-styles .reflex-link:focus .fuscous-gray-link, .new-styles li.active>.fuscous-gray-link {
	outline: 0!important;
	outline-offset: -2px;
}
.new-styles .white-link {
	cursor: pointer;
	color: #fff;
}
.new-styles .reflex-link.focus .white-link, .new-styles .reflex-link.hover .white-link, .new-styles .reflex-link:focus .white-link, .new-styles .reflex-link:hover .white-link, .new-styles .white-link.focus, .new-styles .white-link.hover, .new-styles .white-link:focus, .new-styles .white-link:hover, .new-styles li.active>.white-link {
	text-decoration: none;
	color: #b0cb1f;
}
.new-styles li.active>.white-link {
	cursor: default;
}
.new-styles .reflex-link.focus .white-link, .new-styles .reflex-link:focus .white-link, .new-styles .white-link.focus, .new-styles .white-link:focus, .new-styles li.active>.white-link {
	outline: 0!important;
	outline-offset: -2px;
}
.new-styles b, .new-styles strong {
	font-weight: 700;
}
.new-styles h1 {
	font-weight: 400;
	color: #2b2a29;
}
.new-styles .h1, .new-styles .h2, .new-styles .h2-alt, .new-styles .h3, .new-styles .h4, .new-styles .h5, .new-styles .h6, .new-styles h2, .new-styles h3, .new-styles h4, .new-styles h5, .new-styles h6 {
	font-weight: 400;
	color: #2b2a29;
	text-transform: uppercase;
}
.new-styles .h1:first-child, .new-styles .h2-alt:first-child, .new-styles .h2:first-child, .new-styles .h3:first-child, .new-styles .h4:first-child, .new-styles .h5:first-child, .new-styles .h6:first-child, .new-styles h1:first-child, .new-styles h2:first-child, .new-styles h3:first-child, .new-styles h4:first-child, .new-styles h5:first-child, .new-styles h6:first-child {
	margin-top: 0;
}
.new-styles .h1, .new-styles h1 {
	font-size: 24px;
	line-height: 1.25;
	margin-top: 14px;
	margin-bottom: 14px;
}
.new-styles .h2, .new-styles h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 16px;
	margin-bottom: 16px;
}
.new-styles .h2-alt {
	font-size: 24px;
	font-family: Lobster, cursive;
	line-height: 1.0833333333333;
	margin-top: 16px;
	margin-bottom: 16px;
	text-transform: none;
	letter-spacing: -.3px;
}
.new-styles .h3, .new-styles h3 {
	font-size: 18px;
	line-height: 1.4444444444444;
	margin-top: 12px;
	margin-bottom: 12px;
}
.new-styles .h4, .new-styles h4 {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 12px;
	margin-bottom: 12px;
}
.new-styles p {
	margin-bottom: 10px;
}
.new-styles p:last-child {
	margin-bottom: 0;
}
.new-styles ul {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}
.new-styles ul:not('.ya-share2__list')>li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}
.new-styles ul:not('.ya-share2__list')>li:before {
	position: absolute;
	top: .57142857142857em;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 50%;
	background-color: #81a200;
	color: #81a200;
}
.new-styles ul>li>ul {
	margin: 10px 0;
}
.new-styles ul>li>ul>li:before {
	background-color: #5b5b5b;
	color: #5b5b5b;
}
.new-styles ol {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
	counter-reset: section;
}
.new-styles ol>li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}
.new-styles ol>li:before {
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 20px;
	content: counter(section);
	counter-increment: section;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #81a200;
}
.new-styles ol>li[class^=c-]:before {
	color: inherit;
}
.new-styles ol>li>ol {
	margin: 10px 0;
}
.new-styles ol>li>ol>li:before {
	color: #5b5b5b;
}
.new-styles .dashed-list>li:before, .new-styles .dashed-list>li>.dashed-list>li:before {
	background-color: inherit;
	color: inherit;
}
.new-styles .dashed-list>li:before {
	content: 'â€”';
	font-weight: 400;
	top: 0;
	width: auto;
	height: auto;
	border-radius: 0;
}
.new-styles blockquote {
	font-style: italic;
	margin-bottom: 15px;
	padding: 0 0 0 18px;
	border-left-width: 2px;
}
.new-styles blockquote.lead, .new-styles blockquote.small {
	margin-bottom: 15px;
}
.new-styles .table, .new-styles table {
	width: 100%;
	max-width: 100%;
	margin-top: 26px;
	margin-bottom: 26px;
	border-top: 5px solid #bcbec0;
	border-bottom: 1px solid #bcbec0;
}
.new-styles .table:first-child, .new-styles table:first-child {
	margin-top: 0;
}
.new-styles .table:last-child, .new-styles table:last-child {
	margin-bottom: 0;
}
.new-styles .table>tbody>tr>td, .new-styles .table>tbody>tr>th, .new-styles .table>tfoot>tr>td, .new-styles .table>tfoot>tr>th, .new-styles .table>thead>tr>td, .new-styles .table>thead>tr>th, .new-styles table>tbody>tr>td, .new-styles table>tbody>tr>th, .new-styles table>tfoot>tr>td, .new-styles table>tfoot>tr>th, .new-styles table>thead>tr>td, .new-styles table>thead>tr>th {
	padding: 12px 0 14px;
	line-height: 1.57143;
	vertical-align: top;
	border-top: 1px solid #bcbec0;
}
.new-styles .table>thead>tr>th, .new-styles table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #bcbec0;
}
.new-styles .table>caption+thead>tr:first-child>td, .new-styles .table>caption+thead>tr:first-child>th, .new-styles .table>colgroup+thead>tr:first-child>td, .new-styles .table>colgroup+thead>tr:first-child>th, .new-styles .table>tbody+tbody, .new-styles .table>thead:first-child>tr:first-child>td, .new-styles .table>thead:first-child>tr:first-child>th, .new-styles table>caption+thead>tr:first-child>td, .new-styles table>caption+thead>tr:first-child>th, .new-styles table>colgroup+thead>tr:first-child>td, .new-styles table>colgroup+thead>tr:first-child>th, .new-styles table>tbody+tbody, .new-styles table>thead:first-child>tr:first-child>td, .new-styles table>thead:first-child>tr:first-child>th {
	border-top: 0;
}
.new-styles .table table, .new-styles table table {
	background-color: #fff;
}
.new-styles .table-condensed>tbody>tr>td, .new-styles .table-condensed>tbody>tr>th, .new-styles .table-condensed>tfoot>tr>td, .new-styles .table-condensed>tfoot>tr>th, .new-styles .table-condensed>thead>tr>td, .new-styles .table-condensed>thead>tr>th {
	padding: 5px;
}
.new-styles .table-padding-left-none>tbody>tr>td, .new-styles .table-padding-left-none>tbody>tr>th, .new-styles .table-padding-left-none>tfoot>tr>td, .new-styles .table-padding-left-none>tfoot>tr>th, .new-styles .table-padding-left-none>thead>tr>td, .new-styles .table-padding-left-none>thead>tr>th {
	padding-left: 0;
}
.new-styles .table-padding-right-none>tbody>tr>td, .new-styles .table-padding-right-none>tbody>tr>th, .new-styles .table-padding-right-none>tfoot>tr>td, .new-styles .table-padding-right-none>tfoot>tr>th, .new-styles .table-padding-right-none>thead>tr>td, .new-styles .table-padding-right-none>thead>tr>th {
	padding-right: 0;
}
.new-styles .table-vertical-middle>tbody>tr>td, .new-styles .table-vertical-middle>tbody>tr>th, .new-styles .table-vertical-middle>tfoot>tr>td, .new-styles .table-vertical-middle>tfoot>tr>th, .new-styles .table-vertical-middle>thead>tr>td, .new-styles .table-vertical-middle>thead>tr>th {
	vertical-align: middle;
}
.new-styles .table-vertical-top>tbody>tr>td, .new-styles .table-vertical-top>tbody>tr>th, .new-styles .table-vertical-top>tfoot>tr>td, .new-styles .table-vertical-top>tfoot>tr>th, .new-styles .table-vertical-top>thead>tr>td, .new-styles .table-vertical-top>thead>tr>th {
	vertical-align: top;
}
.new-styles .table-vertical-bottom>tbody>tr>td, .new-styles .table-vertical-bottom>tbody>tr>th, .new-styles .table-vertical-bottom>tfoot>tr>td, .new-styles .table-vertical-bottom>tfoot>tr>th, .new-styles .table-vertical-bottom>thead>tr>td, .new-styles .table-vertical-bottom>thead>tr>th {
	vertical-align: bottom;
}
.new-styles .table-horizontal-center>tbody>tr>td, .new-styles .table-horizontal-center>tbody>tr>th, .new-styles .table-horizontal-center>tfoot>tr>td, .new-styles .table-horizontal-center>tfoot>tr>th, .new-styles .table-horizontal-center>thead>tr>td, .new-styles .table-horizontal-center>thead>tr>th {
	text-align: center;
}
.new-styles .table-horizontal-left>tbody>tr>td, .new-styles .table-horizontal-left>tbody>tr>th, .new-styles .table-horizontal-left>tfoot>tr>td, .new-styles .table-horizontal-left>tfoot>tr>th, .new-styles .table-horizontal-left>thead>tr>td, .new-styles .table-horizontal-left>thead>tr>th {
	text-align: left;
}
.new-styles .table-horizontal-right>tbody>tr>td, .new-styles .table-horizontal-right>tbody>tr>th, .new-styles .table-horizontal-right>tfoot>tr>td, .new-styles .table-horizontal-right>tfoot>tr>th, .new-styles .table-horizontal-right>thead>tr>td, .new-styles .table-horizontal-right>thead>tr>th {
	text-align: right;
}
.new-styles .table-bordered {
	border: 1px solid #bcbec0;
	border-top: 5px solid #bcbec0;
	border-bottom: 1px solid #bcbec0;
}
.new-styles .table-bordered>tbody>tr>td, .new-styles .table-bordered>tbody>tr>th, .new-styles .table-bordered>tfoot>tr>td, .new-styles .table-bordered>tfoot>tr>th, .new-styles .table-bordered>thead>tr>td, .new-styles .table-bordered>thead>tr>th {
	border: 1px solid #bcbec0;
	padding-left: 20px;
	padding-right: 20px;
}
.new-styles .table-bordered>thead>tr>td, .new-styles .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}
.new-styles .table-bordered-dotted>thead {
	border-bottom: 1px solid #ccc;
}
.new-styles .table-bordered-dotted>tbody>tr>td, .new-styles .table-bordered-dotted>tbody>tr>th, .new-styles .table-bordered-dotted>tfoot>tr>td, .new-styles .table-bordered-dotted>tfoot>tr>th, .new-styles .table-bordered-dotted>thead>tr>td, .new-styles .table-bordered-dotted>thead>tr>th {
	border: 1px dotted #999;
	border-right: 0;
	border-left: 0;
}
.new-styles .table-bordered-vertical-none {
	border-right: none;
	border-left: none;
}
.new-styles .table-bordered-transarent {
	border-color: transparent;
}
.new-styles .table-bordered-bottom, .new-styles .table-bordered-bottom>tbody>tr>td, .new-styles .table-bordered-bottom>tbody>tr>th, .new-styles .table-bordered-bottom>tfoot>tr>td, .new-styles .table-bordered-bottom>tfoot>tr>th, .new-styles .table-bordered-bottom>thead>tr>td, .new-styles .table-bordered-bottom>thead>tr>th, .new-styles .table-bordered-top {
	border-right: 0;
	border-left: 0;
	border-top: 0;
}
.new-styles .table-bordered-top {
	border-bottom: 0;
}
.new-styles .table-bordered-top>tbody>tr>td, .new-styles .table-bordered-top>tbody>tr>th, .new-styles .table-bordered-top>tfoot>tr>td, .new-styles .table-bordered-top>tfoot>tr>th, .new-styles .table-bordered-top>thead>tr>td, .new-styles .table-bordered-top>thead>tr>th {
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.new-styles .table-bordered-top>tbody>tr:first-child>td, .new-styles .table-bordered-top>tbody>tr:first-child>th, .new-styles .table-bordered-top>tfoot>tr:first-child>td, .new-styles .table-bordered-top>tfoot>tr:first-child>th, .new-styles .table-bordered-top>thead>tr:first-child>td, .new-styles .table-bordered-top>thead>tr:first-child>th {
	border-top: 0;
}
.new-styles .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f2f2f2;
}
.new-styles .table-hover>tbody>tr.hover, .new-styles .table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}
.new-styles .table-striped-first-col>tbody>tr>td:first-child, .new-styles .table-striped-first-col>tbody>tr>th:first-child {
	background-color: #f2f2f2;
}
.new-styles .table-responsive {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	min-height: .01%;
	margin-bottom: 12px;
	border: 0!important;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.new-styles .table-responsive .table, .new-styles .table-responsive>.table, .new-styles .table-responsive>table {
	margin-bottom: 0;
}
.new-styles .table-responsive>.table>tbody>tr>td, .new-styles .table-responsive>.table>tbody>tr>th, .new-styles .table-responsive>.table>tfoot>tr>td, .new-styles .table-responsive>.table>tfoot>tr>th, .new-styles .table-responsive>.table>thead>tr>td, .new-styles .table-responsive>.table>thead>tr>th {
	white-space: normal!important;
}
.new-styles .table-responsive>.table-bordered {
	border: 0;
}
.new-styles .table-responsive>.table-bordered>tbody>tr>td:first-child, .new-styles .table-responsive>.table-bordered>tbody>tr>th:first-child, .new-styles .table-responsive>.table-bordered>tfoot>tr>td:first-child, .new-styles .table-responsive>.table-bordered>tfoot>tr>th:first-child, .new-styles .table-responsive>.table-bordered>thead>tr>td:first-child, .new-styles .table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 1px solid #ccc;
}
.new-styles .table-responsive>.table-bordered-bottom>tbody>tr>td:first-child, .new-styles .table-responsive>.table-bordered-bottom>tbody>tr>th:first-child, .new-styles .table-responsive>.table-bordered-bottom>tfoot>tr>td:first-child, .new-styles .table-responsive>.table-bordered-bottom>tfoot>tr>th:first-child, .new-styles .table-responsive>.table-bordered-bottom>thead>tr>td:first-child, .new-styles .table-responsive>.table-bordered-bottom>thead>tr>th:first-child, .new-styles .table-responsive>.table-bordered-top>tbody>tr>td:first-child, .new-styles .table-responsive>.table-bordered-top>tbody>tr>th:first-child, .new-styles .table-responsive>.table-bordered-top>tfoot>tr>td:first-child, .new-styles .table-responsive>.table-bordered-top>tfoot>tr>th:first-child, .new-styles .table-responsive>.table-bordered-top>thead>tr>td:first-child, .new-styles .table-responsive>.table-bordered-top>thead>tr>th:first-child {
	border-left: 0;
}
.new-styles .table-responsive>.table-bordered>tbody>tr>td:last-child, .new-styles .table-responsive>.table-bordered>tbody>tr>th:last-child, .new-styles .table-responsive>.table-bordered>tfoot>tr>td:last-child, .new-styles .table-responsive>.table-bordered>tfoot>tr>th:last-child, .new-styles .table-responsive>.table-bordered>thead>tr>td:last-child, .new-styles .table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 1px solid #ccc;
}
.new-styles .table-responsive>.table-bordered-bottom>tbody>tr>td:last-child, .new-styles .table-responsive>.table-bordered-bottom>tbody>tr>th:last-child, .new-styles .table-responsive>.table-bordered-bottom>tfoot>tr>td:last-child, .new-styles .table-responsive>.table-bordered-bottom>tfoot>tr>th:last-child, .new-styles .table-responsive>.table-bordered-bottom>thead>tr>td:last-child, .new-styles .table-responsive>.table-bordered-bottom>thead>tr>th:last-child, .new-styles .table-responsive>.table-bordered-top>tbody>tr>td:last-child, .new-styles .table-responsive>.table-bordered-top>tbody>tr>th:last-child, .new-styles .table-responsive>.table-bordered-top>tfoot>tr>td:last-child, .new-styles .table-responsive>.table-bordered-top>tfoot>tr>th:last-child, .new-styles .table-responsive>.table-bordered-top>thead>tr>td:last-child, .new-styles .table-responsive>.table-bordered-top>thead>tr>th:last-child {
	border-right: 0;
}
.new-styles .table-responsive>.table-bordered>tbody>tr:last-child>td, .new-styles .table-responsive>.table-bordered>tbody>tr:last-child>th, .new-styles .table-responsive>.table-bordered>tfoot>tr:last-child>td, .new-styles .table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 1px solid #ccc;
}
.new-styles .table-responsive>.table-bordered-bottom {
	border: 0;
}
.new-styles .table-responsive>.table-bordered-bottom>tbody>tr:last-child>td, .new-styles .table-responsive>.table-bordered-bottom>tbody>tr:last-child>th, .new-styles .table-responsive>.table-bordered-bottom>tfoot>tr:last-child>td, .new-styles .table-responsive>.table-bordered-bottom>tfoot>tr:last-child>th {
	border-bottom: 1px solid #ccc;
}
.new-styles .table-responsive>.table-bordered-top {
	border: 0;
}
.new-styles .table-responsive>.table-bordered-top>tbody>tr:last-child>td, .new-styles .table-responsive>.table-bordered-top>tbody>tr:last-child>th, .new-styles .table-responsive>.table-bordered-top>tfoot>tr:last-child>td, .new-styles .table-responsive>.table-bordered-top>tfoot>tr:last-child>th {
	border-top: 1px solid #ccc;
}
.new-styles .table-responsive>.table-bordered-top>tbody>tr:first-child>td, .new-styles .table-responsive>.table-bordered-top>tbody>tr:first-child>th, .new-styles .table-responsive>.table-bordered-top>tfoot>tr:first-child>td, .new-styles .table-responsive>.table-bordered-top>tfoot>tr:first-child>th {
	border-top: 0;
}
.new-styles .table-responsive-custom .table, .new-styles .table-responsive-custom>table {
	min-width: 600px;
}
.new-styles iframe, .new-styles img, .new-styles object, .new-styles video {
	max-width: 100%;
	display: block;
}
.new-styles img {
	margin: 26px 0;
}
.new-styles img:first-child {
	margin-top: 0;
}
.new-styles img:last-child {
	margin-bottom: 0;
}
.new-styles img.fl-l, .new-styles img.pull-left, .new-styles img[align=left] {
	margin-right: 30px;
}
.new-styles img.fl-r, .new-styles img.pull-right, .new-styles img[align=right] {
	margin-left: 30px;
}
.new-styles .base {
	font-size: 16px;
	line-height: 1.5;
}
.new-styles .base-alt {
	font-size: 14px;
	line-height: 1.4285714285714;
}
.new-styles .biggest {
	font-size: 48px;
	line-height: 1;
}
.new-styles .big {
	font-size: 24px;
	line-height: 1.25;
}
.new-styles .big-alt {
	font-size: 24px;
	line-height: 1.0833333333333;
}
.new-styles .lead {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 0;
}
.new-styles .lead-alt {
	font-size: 20px;
	line-height: .8;
}
.new-styles .middle {
	font-size: 18px;
	line-height: 1.4444444444444;
}
.new-styles .small, .new-styles small {
	font-size: 11.5px;
	line-height: 1.3333333333333;
}
.new-styles .small-alt {
	font-size: 11px;
	line-height: 1.81818;
}
.new-styles .least {
	font-size: 10px;
	line-height: 2;
}
.new-styles .lh-base {
	line-height: 1.42857143;
}
.new-styles .lh-base-alt {
	line-height: 1.4285714285714;
}
.new-styles .lh-biggest {
	line-height: 1;
}
.new-styles .lh-big {
	line-height: 1.25;
}
.new-styles .lh-big-alt {
	line-height: 1.0833333333333;
}
.new-styles .lh-large {
	line-height: 1.3;
}
.new-styles .lh-large-alt {
	line-height: .8;
}
.new-styles .lh-middle {
	line-height: 1.4444444444444;
}
.new-styles .lh-small {
	line-height: 1.3333333333333;
}
.new-styles .lh-small-alt {
	line-height: 1.81818;
}
.new-styles .lh-least {
	line-height: 2;
}
.new-styles .ff-base {
	font-family: 'Open Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}
.new-styles .ff-base-alt {
	font-family: Lobster, cursive;
}
.new-styles .fw-100 {
	font-weight: 100!important;
}
.new-styles .fw-200 {
	font-weight: 200!important;
}
.new-styles .fw-300 {
	font-weight: 300!important;
}
.new-styles .fw-400 {
	font-weight: 400!important;
}
.new-styles .fw-500 {
	font-weight: 500!important;
}
.new-styles .fw-600 {
	font-weight: 600!important;
}
.new-styles .fw-700 {
	font-weight: 700!important;
}
.new-styles .fw-800 {
	font-weight: 800!important;
}
.new-styles .fw-900 {
	font-weight: 900!important;
}
.new-styles .c-text {
	color: #5b5b5b!important;
}
.new-styles .c-white {
	color: #fff!important;
}
.new-styles .c-black {
	color: #000!important;
}
.new-styles .c-rangoon-green {
	color: #1c1b17!important;
}
.new-styles .c-tuatara {
	color: #2b2a29!important;
}
.new-styles .c-fuscous-gray {
	color: #4c4a49!important;
}
.new-styles .c-scorpion {
	color: #5b5b5b!important;
}
.new-styles .c-boulder {
	color: #787878!important;
}
.new-styles .c-bombay {
	color: #b2b3b5!important;
}
.new-styles .c-gray-nickel {
	color: #bfbfbe!important;
}
.new-styles .c-alto {
	color: #cfcfcf!important;
}
.new-styles .c-iron {
	color: #d5d6d8!important;
}
.new-styles .c-athens-gray {
	color: #eceef2!important;
}
.new-styles .c-key-lime-pie {
	color: #b8d420!important;
}
.new-styles .c-key-lime-pie-dark {
	color: #b0cb1f!important;
}
.new-styles .c-citrus {
	color: #a5c20a!important;
}
.new-styles .c-tango {
	color: #f37917!important;
}
.new-styles .bgc-white {
	background-color: #fff!important;
}
.new-styles .bgc-black {
	background-color: #000!important;
}
.new-styles .bgc-rangoon-green {
	background-color: #1c1b17!important;
}
.new-styles .bgc-tuatara {
	background-color: #2b2a29!important;
}
.new-styles .bgc-fuscous-gray {
	background-color: #4c4a49!important;
}
.new-styles .bgc-scorpion {
	background-color: #5b5b5b!important;
}
.new-styles .bgc-boulder {
	background-color: #787878!important;
}
.new-styles .bgc-bombay {
	background-color: #b2b3b5!important;
}
.new-styles .bgc-gray-nickel {
	background-color: #bfbfbe!important;
}
.new-styles .bgc-alto {
	background-color: #cfcfcf!important;
}
.new-styles .bgc-iron {
	background-color: #d5d6d8!important;
}
.new-styles .bgc-athens-gray {
	background-color: #eceef2!important;
}
.new-styles .bgc-key-lime-pie {
	background-color: #b8d420!important;
}
.new-styles .bgc-key-lime-pie-dark {
	background-color: #b0cb1f!important;
}
.new-styles .bgc-citrus {
	background-color: #a5c20a!important;
}
.new-styles .bgc-tango {
	background-color: #f37917!important;
}
.new-styles .area-link {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/local/images/blank.gif);
	text-decoration: none!important;
	border-bottom: 0!important;
}
.new-styles .accordeon-contnt {
	display: none;
}
.new-styles .accordeon-contnt.open {
	display: block;
}
.new-styles .reverse-accordeon-contnt {
	display: none;
}
.new-styles .reverse-accordeon-contnt.open {
	display: block;
}
.new-styles .slide-contnt {
	display: none;
}
.new-styles .slide-contnt.open {
	display: block;
}
.new-styles .caret-rounded, .new-styles .symbol-rounded {
	display: inline-block;
	background-color: #fff;
	text-align: center;
}
.new-styles .btn-group.open .caret, .new-styles .open>.caret {
	border-width: 0 4px 4px;
	border-bottom: 4px solid;
}
.new-styles .caret-rounded {
	font-size: 0;
	line-height: 20px;
	position: relative;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 50%}
.new-styles .caret-rounded .caret {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0;
}
.new-styles .symbol-rounded {
	line-height: 15px;
	position: relative;
	width: 17px;
	height: 17px;
	margin-left: 7px;
	cursor: pointer;
	vertical-align: text-bottom;
	color: #717171;
	border: 1px solid #d4d4d4;
	border-radius: 50%}
.new-styles .bootstrap-select-custom-text .btn-select.active, .new-styles .btn-default-alt.active, .new-styles .btn-default.active, .new-styles .btn-primary.active, .new-styles .btn-select.active {
	cursor: default;
}
.new-styles .symbol-rounded.hover, .new-styles .symbol-rounded:hover {
	color: #e97c77;
	border-color: #e97c77;
}
.new-styles .symbol-rounded-text {
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -6px;
}
.new-styles .img-box {
	display: block;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}
.new-styles .img-box img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
	margin: 0;
}
.new-styles .img-box .stage-icon{
	width: 92px;
	height: 72px;
	display: inline-block;
	fill: #93ae02
}
.new-styles .img-rounded {
	border-radius: 3px;
}
.new-styles .img-shadow {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.new-styles #fancybox-close, .new-styles .carousel-nav-btn-arrow:after, .new-styles .ch-box, .new-styles .close, .new-styles .fancy-ico, .new-styles .icon, .new-styles .owl-carousel .owl-controls .owl-nav .owl-next:before, .new-styles .owl-carousel .owl-controls .owl-nav .owl-prev:before, .new-styles .popup-close, .new-styles .popup-nav-btn:after, .new-styles .pseudo-sprite-aft:after, .new-styles .pseudo-sprite-bef:before, .new-styles .radio-box, .new-styles .slick-next:before, .new-styles .slick-prev:before, .new-styles .slider-nav-btn:after, .new-styles .sprite, .new-styles .ui-icon {
	display: inline-block;
	overflow: hidden;
	background: url(/local/images/sprite.png);
}
/*.col-md-3.col-33-768.col-50-480.col-100-320 .header-contact {
	margin-top: -18px;
}*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:32), only screen and (min-device-pixel-ratio:1.5) {
	.new-styles #fancybox-close, .new-styles .carousel-nav-btn-arrow: after, .new-styles .ch-box, .new-styles .close, .new-styles .fancy-ico, .new-styles .icon, .new-styles .owl-carousel .owl-controls .owl-nav .owl-next:before, .new-styles .owl-carousel .owl-controls .owl-nav .owl-prev:before, .new-styles .popup-close, .new-styles .popup-nav-btn:after, .new-styles .pseudo-sprite-aft:after, .new-styles .pseudo-sprite-bef:before, .new-styles .radio-box, .new-styles .slick-next:before, .new-styles .slick-prev:before, .new-styles .slider-nav-btn:after, .new-styles .sprite, .new-styles .ui-icon {
	background: url(/local/images/sprite_x2.png);
	background-size: 750px 450px;
}
}.new-styles .icon-fb {
	width: 40px;
	height: 40px;
	background-position: 0 0;
}
.new-styles .icon-vk {
	width: 40px;
	height: 40px;
	background-position: -50px 0;
}
.new-styles .icon-gp {
	width: 40px;
	height: 40px;
	background-position: -100px 0;
}
.new-styles .icon-in {
	width: 40px;
	height: 40px;
	background-position: -150px 0;
}
.new-styles .icon-phone {
	width: 32px;
	height: 31px;
	background-position: -200px 0;
}
.new-styles .icon-map-marker {
	width: 22px;
	height: 32px;
	background-position: -250px 0;
}
.new-styles .icon-ns {
	width: 20px;
	height: 21px;
	background-position: -275px 0;
}
.new-styles .icon-heart {
	width: 18px;
	height: 16px;
	background-position: -300px 0;
}
.new-styles .icon-black-heart {
	width: 18px;
	height: 16px;
	background-position: -325px 0;
}
.new-styles .icon-orange-heart {
	width: 18px;
	height: 16px;
	background-position: -325px -25px;
}
.new-styles .icon-fb-sm {
	width: 24px;
	height: 23.7px;
	background-position: -350px 0;
}
.new-styles .reflex-input.hover .reflex-icon .icon-close, .new-styles .reflex-input:hover .reflex-icon .icon-close {
	width: 15px;
	height: 15px;
	background-position: 0 -219px;
}
.new-styles .btn-group.open .reflex-icon .icon-close, .new-styles .reflex-icon.active .icon-close, .new-styles .reflex-icon.focus .icon-close, .new-styles .reflex-icon.hover .icon-close, .new-styles .reflex-icon:active .icon-close, .new-styles .reflex-icon:focus .icon-close, .new-styles .reflex-icon:hover .icon-close, .new-styles .reflex-input .reflex-icon.hover .icon-close, .new-styles .reflex-input .reflex-icon:hover .icon-close, .new-styles li.active>.reflex-icon .icon-close, .new-styles li.open>.reflex-icon .icon-close {
	width: 15px;
	height: 15px;
	background-position: 0 -204px;
}
.new-styles .reflex-icon.disabled .icon-close, .new-styles .reflex-icon[disabled] .icon-close, .new-styles fieldset[disabled] .reflex-icon .icon-close {
	width: 15px;
	height: 15px;
	background-position: 0 -219px;
}
.new-styles .icon-doc {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 48px;
	vertical-align: top;
}
.new-styles .icon-doc-pdf {
	color: #ca0017;
}
.new-styles .icon-doc-doc {
	color: #004080;
}
.new-styles .icon-doc-top {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	margin-left: -3px;
	border-bottom: 20px solid;
	border-left: 20px solid transparent;
}
.new-styles .icon-doc-top:after, .new-styles .icon-doc-top:before {
	bottom: -20px;
	margin-left: -15px;
	position: absolute;
	left: 0;
	display: block;
	content: ''}
.new-styles .icon-doc-top:before {
	right: 3px;
	border-bottom: 17px solid #fff;
	border-left: 16px solid transparent;
}
.new-styles .icon-doc-top:after {
	width: 17px;
	height: 17px;
	border-right: 3px solid;
	border-bottom: 3px solid;
}
.new-styles .icon-doc-bottom {
	position: absolute;
	top: 17px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border: 3px solid;
	border-top-color: transparent!important;
	background-color: #fff;
}
.new-styles .icon-doc-name {
	font-family: Tahoma, Verdana, Geneva CY, sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	text-align: center;
	text-transform: uppercase;
}
.new-styles .reflex-img-scale .icon, .new-styles .reflex-img-scale img {
	-webkit-transition: all .25s ease 0;
	transition: all .25s ease 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.new-styles .reflex-img-scale.hover .icon, .new-styles .reflex-img-scale.hover img, .new-styles .reflex-img-scale:hover .icon, .new-styles .reflex-img-scale:hover img, .new-styles li.active>.reflex-img-scale .icon, .new-styles li.active>.reflex-img-scale img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.new-styles .reflex-img-roller img {
	position: relative;
	top: 0;
	max-height: none;
}
.new-styles .reflex-img-roller.checked img, .new-styles .reflex-img-roller.hover img, .new-styles .reflex-img-roller:hover img, .new-styles li.active>.reflex-img-roller img {
	top: -100%}
.new-styles .reflex-img-roller .glyphicon {
	color: #003f83;
}
.new-styles .reflex-img-roller.checked .glyphicon, .new-styles .reflex-img-roller.hover .glyphicon, .new-styles .reflex-img-roller:hover .glyphicon, .new-styles li.active>.reflex-img-roller .glyphicon {
	color: #d82e00;
}
.new-styles .reflex-img-rise img {
	position: relative;
	top: 0;
	-webkit-transition: all .25s ease 0;
	transition: all .25s ease 0;
}
.new-styles .reflex-img-rise.hover img, .new-styles .reflex-img-rise:hover img, .new-styles li.active>.reflex-img-rise img {
	top: -5px;
}
.new-styles .reflex-img-opacity .icon, .new-styles .reflex-img-opacity img {
	-webkit-transition: all .25s ease 0;
	transition: all .25s ease 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.new-styles .reflex-img-opacity.hover .icon, .new-styles .reflex-img-opacity.hover img, .new-styles .reflex-img-opacity:hover .icon, .new-styles .reflex-img-opacity:hover img, .new-styles li.active>.reflex-img-opacity .icon, .new-styles li.active>.reflex-img-opacity img {
	opacity: .7;
	filter: alpha(opacity=70);
}
.new-styles .reflex-group-img-opacity img {
	-webkit-transition: all .25s ease 0;
	transition: all .25s ease 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.new-styles .reflex-group-img-opacity.hover img, .new-styles .reflex-group-img-opacity:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
}
.new-styles .reflex-group-img-opacity .reflex-group-img-opacity.hover img, .new-styles .reflex-group-img-opacity .reflex-group-img-opacity:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.new-styles .reflex-img-bloom {
	position: relative;
	overflow: hidden;
}
.new-styles .reflex-img-bloom:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all .25s ease 0;
	transition: all .25s ease 0;
	opacity: .1;
	background-color: transparent;
	filter: alpha(opacity=10);
}
.new-styles .reflex-img-bloom.hover:after, .new-styles .reflex-img-bloom:hover:after, .new-styles li.active>.reflex-img-bloom:after {
	background-color: #ca0017;
}
.new-styles .reflex-img-shadow .shadow-box {
	position: relative;
	display: inline-block;
	overflow: visible;
	max-width: 100%;
	vertical-align: top;
	box-shadow: 0 2px 5px rgba(1, 1, 1, .2);
}
.new-styles .reflex-img-shadow .shadow-box:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 10px;
	bottom: 0;
	left: 10px;
	content: '';
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.new-styles .reflex-img-shadow.hover .shadow-box:before, .new-styles .reflex-img-shadow:hover .shadow-box:before, .new-styles li.active>.reflex-img-shadow .shadow-box:before {
	box-shadow: 0 0 15px rgba(0, 0, 0, .6);
}
.new-styles .reflex-img-shadow .shadow-box-helper {
	position: relative;
	z-index: 0;
}
.new-styles .reflex-img-simple-shadow .simple-shadow-box {
	box-shadow: 0 2px 4px rgba(1, 1, 1, .2);
}
.new-styles .reflex-img-simple-shadow.hover .simple-shadow-box, .new-styles .reflex-img-simple-shadow:hover .simple-shadow-box, .new-styles li.active>.reflex-img-simple-shadow .simple-shadow-box {
	box-shadow: 0 2px 4px rgba(1, 1, 1, .5);
}
.new-styles .reflex-img-glow .glow-box {
	position: relative;
	display: inline-block;
	overflow: visible;
	max-width: 100%;
	vertical-align: top;
}
.new-styles .reflex-img-glow .glow-box:after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: 40px;
	content: '';
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, .2)));
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 100%);
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 100%);
	background-size: 100%}
.new-styles .reflex-img-glow.hover .glow-box:after, .new-styles .reflex-img-glow:hover .glow-box:after, .new-styles li.active>.reflex-img-glow .glow-box:after {
	content: none;
}
.new-styles .reflex-img-glow .glow-box-helper {
	position: relative;
	z-index: 0;
}
.new-styles .reflex-img-change img:first-child+img, .new-styles .reflex-img-change.focus img:first-child, .new-styles .reflex-img-change.hover img:first-child, .new-styles .reflex-img-change:focus img:first-child, .new-styles .reflex-img-change:hover img:first-child, .new-styles li.active>.reflex-img-change img:first-child {
	display: none;
}
.new-styles .reflex-img-change.focus img:first-child+img, .new-styles .reflex-img-change.hover img:first-child+img, .new-styles .reflex-img-change:focus img:first-child+img, .new-styles .reflex-img-change:hover img:first-child+img, .new-styles li.active>.reflex-img-change img:first-child+img {
	display: inline-block;
}
.new-styles .br-base {
	border-radius: 4px!important;
}
.new-styles .br-large {
	border-radius: 6px!important;
}
.new-styles .br-small {
	border-radius: 3px!important;
}
.new-styles .btn-group .btn+.btn, .new-styles .btn-group .btn+.btn-group, .new-styles .btn-group .btn-group+.btn, .new-styles .btn-group .btn-group+.btn-group {
	margin-left: 0;
	border-left: transparent;
}
.new-styles .btn {
	border: 0;
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	border-radius: 20px;
}
.new-styles .btn-group-lg>.btn, .new-styles .btn-lg {
	padding: 8px 25px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	border-radius: 20px;
}
.new-styles .btn-group-sm>.btn, .new-styles .btn-sm {
	padding: 4px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4285714285714;
	border-radius: 14px;
}
.new-styles .btn-group-xs>.btn, .new-styles .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333333;
	border-radius: 3px;
}
.new-styles .btn-primary {
	background-color: #a5c20a;
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4MyA0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTVjMjA5IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjdkNDIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxODMiIGhlaWdodD0iNDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	background-image: -o-linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	background-image: -webkit-linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	background-image: linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	background-repeat: repeat;
	background-position: center center;
	-webkit-box-shadow: 0 2px 0 #84a000;
	box-shadow: 0 2px 0 #84a000;
	color: #fff;
}
.new-styles .btn-primary.focus, .new-styles .btn-primary.hover, .new-styles .btn-primary:focus, .new-styles .btn-primary:hover, .new-styles .reflex-button.hover .btn-primary, .new-styles .reflex-button:hover .btn-primary {
	background-color: #a5c20a;
	background-image: url(/local/images/bg-btn-primary.png), url(data:image/svg+xml;base64;
	base64,IFBEOTRiV3dnZG1WeWMybHZiajBpTVM0d0lpQS9QZ284YzNabklIaHRiRzV6UFNKb2RIUndPaTh2ZDNkM0xuY3pMbTl5Wnk4eU1EQXdMM04yWnlJZ2QybGtkR2c5SWpFd01DVWlJR2hsYVdkb2REMGlNVEF3SlNJZ2RtbGxkMEp2ZUQwaU1DQXdJREU0TXlBME1DSWdjSEpsYzJWeWRtVkJjM0JsWTNSU1lYUnBiejBpYm05dVpTSStQR3hwYm1WaGNrZHlZV1JwWlc1MElHbGtQU0pvWVhRd0lpQm5jbUZrYVdWdWRGVnVhWFJ6UFNKdlltcGxZM1JDYjNWdVpHbHVaMEp2ZUNJZ2VERTlJalV3SlNJZ2VURTlJakV3TUNVaUlIZ3lQU0kxTUNVaUlIa3lQU0l0TVM0ME1qRXdPRFUwTnpFMU1qQXlaUzB4TkNVaVBnbzhjM1J2Y0NCdlptWnpaWFE5SWpBbElpQnpkRzl3TFdOdmJHOXlQU0lqWVRWak1qQTVJaUJ6ZEc5d0xXOXdZV05wZEhrOUlqRWlMejRLUEhOMGIzQWdiMlptYzJWMFBTSXhNREFsSWlCemRHOXdMV052Ykc5eVBTSWpZamRrTkRJd0lpQnpkRzl3TFc5d1lXTnBkSGs5SWpFaUx6NEtJQ0FnUEM5c2FXNWxZWEpIY21Ga2FXVnVkRDRLQ2p4eVpXTjBJSGc5SWpBaUlIazlJakFpSUhkcFpIUm9QU0l4T0RNaUlHaGxhV2RvZEQwaU5EQWlJR1pwYkd3OUluVnliQ2dqYUdGME1Da2lJQzgrQ2p3dmMzWm5QZz09);
	background-image: url(/local/images/bg-btn-primary.png), -moz-linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	background-image: url(/local/images/bg-btn-primary.png), -o-linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	background-image: url(/local/images/bg-btn-primary.png), -webkit-linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	background-image: url(/local/images/bg-btn-primary.png), linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	-webkit-box-shadow: 0 2px 0 #84a000;
	box-shadow: 0 2px 0 #84a000;
	color: #fff;
}
.new-styles .no-multiplebgs .btn-primary.focus, .new-styles .no-multiplebgs .btn-primary.hover, .new-styles .no-multiplebgs .btn-primary:focus, .new-styles .no-multiplebgs .btn-primary:hover, .new-styles .no-multiplebgs .reflex-button.hover .btn-primary, .new-styles .no-multiplebgs .reflex-button:hover .btn-primary {
	background-image: url(/local/images/bg-btn-primary.png);
}
.new-styles .btn-group.open .btn-primary, .new-styles .btn-primary.active, .new-styles .btn-primary.checked, .new-styles .btn-primary:active, .new-styles .btn-primary[aria-expanded*=true], .new-styles .reflex-button.active .btn-primary, .new-styles .reflex-button:active .btn-primary {
	background-color: #a5c20a;
	background-image: url(/local/images/bg-btn-primary.png), url(data:image/svg+xml;base64;
	base64,IFBEOTRiV3dnZG1WeWMybHZiajBpTVM0d0lpQS9QZ284YzNabklIaHRiRzV6UFNKb2RIUndPaTh2ZDNkM0xuY3pMbTl5Wnk4eU1EQXdMM04yWnlJZ2QybGtkR2c5SWpFd01DVWlJR2hsYVdkb2REMGlNVEF3SlNJZ2RtbGxkMEp2ZUQwaU1DQXdJREU0TXlBME1DSWdjSEpsYzJWeWRtVkJjM0JsWTNSU1lYUnBiejBpYm05dVpTSStQR3hwYm1WaGNrZHlZV1JwWlc1MElHbGtQU0pvWVhRd0lpQm5jbUZrYVdWdWRGVnVhWFJ6UFNKdlltcGxZM1JDYjNWdVpHbHVaMEp2ZUNJZ2VERTlJalV3SlNJZ2VURTlJakV3TUNVaUlIZ3lQU0kxTUNVaUlIa3lQU0l0TVM0ME1qRXdPRFUwTnpFMU1qQXlaUzB4TkNVaVBnbzhjM1J2Y0NCdlptWnpaWFE5SWpBbElpQnpkRzl3TFdOdmJHOXlQU0lqWVRWak1qQTVJaUJ6ZEc5d0xXOXdZV05wZEhrOUlqRWlMejRLUEhOMGIzQWdiMlptYzJWMFBTSXhNREFsSWlCemRHOXdMV052Ykc5eVBTSWpZamRrTkRJd0lpQnpkRzl3TFc5d1lXTnBkSGs5SWpFaUx6NEtJQ0FnUEM5c2FXNWxZWEpIY21Ga2FXVnVkRDRLQ2p4eVpXTjBJSGc5SWpBaUlIazlJakFpSUhkcFpIUm9QU0l4T0RNaUlHaGxhV2RvZEQwaU5EQWlJR1pwYkd3OUluVnliQ2dqYUdGME1Da2lJQzgrQ2p3dmMzWm5QZz09);
	background-image: url(/local/images/bg-btn-primary.png), -moz-linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	background-image: url(/local/images/bg-btn-primary.png), -o-linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	background-image: url(/local/images/bg-btn-primary.png), -webkit-linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	background-image: url(/local/images/bg-btn-primary.png), linear-gradient(bottom, #a5c20a 0, #b8d420 100%);
	-webkit-box-shadow: inset 0 1px 0 rgba(132, 160, 0, .5);
	box-shadow: inset 0 1px 0 rgba(132, 160, 0, .5);
	color: #fff;
}
.new-styles .no-multiplebgs .btn-group.open .btn-primary, .new-styles .no-multiplebgs .btn-primary.active, .new-styles .no-multiplebgs .btn-primary.checked, .new-styles .no-multiplebgs .btn-primary:active, .new-styles .no-multiplebgs .btn-primary[aria-expanded*=true], .new-styles .no-multiplebgs .reflex-button.active .btn-primary, .new-styles .no-multiplebgs .reflex-button:active .btn-primary {
	background-image: url(/local/images/bg-btn-primary.png);
}
.new-styles .btn-default {
	padding: 7px 24px;
	background-color: transparent;
	border: 1px solid #dfdfde;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #787878;
	text-shadow: none;
}
.new-styles .btn-default.active, .new-styles .btn-default.checked, .new-styles .btn-default.focus, .new-styles .btn-default.hover, .new-styles .btn-default:active, .new-styles .btn-default:focus, .new-styles .btn-default:hover, .new-styles .btn-default[aria-expanded*=true], .new-styles .btn-group.open .btn-default, .new-styles .reflex-button.active .btn-default, .new-styles .reflex-button.hover .btn-default, .new-styles .reflex-button:active .btn-default, .new-styles .reflex-button:hover .btn-default {
	background-color: transparent;
	border-color: #bfbfbe;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #2b2a29;
	text-shadow: none;
}
.new-styles .btn-default.btn-lg, .new-styles .btn-group-lg>.btn-default.btn {
	padding: 7px 24px;
}
.new-styles .btn-default.btn-sm, .new-styles .btn-group-sm>.btn-default.btn {
	padding: 3px 19px;
}
.new-styles .btn-default.btn-xs, .new-styles .btn-group-xs>.btn-default.btn {
	padding: 0 4px;
}
.new-styles .btn-default-alt {
	background-color: rgba(255, 255, 255, .6);
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #787878;
	text-shadow: none;
}
.new-styles .no-rgba .btn-default-alt {
	background-color: #eceef2;
}
.new-styles .btn-default-alt.active, .new-styles .btn-default-alt.checked, .new-styles .btn-default-alt.focus, .new-styles .btn-default-alt.hover, .new-styles .btn-default-alt:active, .new-styles .btn-default-alt:focus, .new-styles .btn-default-alt:hover, .new-styles .btn-default-alt[aria-expanded*=true], .new-styles .btn-group.open .btn-default-alt, .new-styles .reflex-button.active .btn-default-alt, .new-styles .reflex-button.hover .btn-default-alt, .new-styles .reflex-button:active .btn-default-alt, .new-styles .reflex-button:hover .btn-default-alt {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #2b2a29;
	text-shadow: none;
}
.new-styles .btn-select {
	padding: 7px 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #5b5b5b;
	background-color: #fff;
	border: 1px solid #bcbec0;
	border-radius: 3px;
	text-transform: none;
	-webkit-box-shadow: inset 0 2px 3px rgba(1, 1, 1, .15);
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .15);
}
.new-styles .has-error .tooltip.right .tooltip-arrow, .new-styles .has-error .tooltip.right-bottom .tooltip-arrow, .new-styles .has-error .tooltip.right-top .tooltip-arrow {
	border-right-color: #c4161c;
}
.new-styles .btn-select.focus, .new-styles .btn-select.hover, .new-styles .btn-select:focus, .new-styles .btn-select:hover, .new-styles .reflex-button.hover .btn-select, .new-styles .reflex-button:hover .btn-select {
	border-color: #6d6d71;
	-webkit-box-shadow: inset 0 2px 3px rgba(1, 1, 1, .3);
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .3);
}
.new-styles .btn-group.open .btn-select, .new-styles .btn-select.active, .new-styles .btn-select.checked, .new-styles .btn-select:active, .new-styles .btn-select[aria-expanded*=true], .new-styles .reflex-button.active .btn-select, .new-styles .reflex-button:active .btn-select {
	border-color: #0089c1;
	-webkit-box-shadow: 0 0 5px rgba(0, 137, 194, .4);
	box-shadow: 0 0 5px rgba(0, 137, 194, .4);
}
.new-styles .btn-select .caret {
	color: #5b5b5b;
}
.new-styles .bootstrap-select-custom-text .btn-select {
	position: relative;
	color: #003f83!important;
	border-color: #ccc;
	background-color: #fff;
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVmZjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(30%, #fff), color-stop(100%, #edeff0));
	background-image: -webkit-linear-gradient(#fff 30%, #edeff0 100%);
	background-image: linear-gradient(#fff 30%, #edeff0 100%);
	background-size: 100%;
	box-shadow: none;
	text-shadow: none;
}
.new-styles .bootstrap-select-custom-text .btn-select.focus, .new-styles .bootstrap-select-custom-text .btn-select.hover, .new-styles .bootstrap-select-custom-text .btn-select:focus, .new-styles .bootstrap-select-custom-text .btn-select:hover, .new-styles .reflex-button.hover .bootstrap-select-custom-text .btn-select, .new-styles .reflex-button:hover .bootstrap-select-custom-text .btn-select {
	top: 1px;
	color: #003f83!important;
	border-color: #b3b3b3;
	background-color: #fff;
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(30%, #fff), color-stop(100%, #e7eff7));
	background-image: -webkit-linear-gradient(#fff 30%, #e7eff7 100%);
	background-image: linear-gradient(#fff 30%, #e7eff7 100%);
	background-size: 100%;
	box-shadow: none;
	text-shadow: none;
}
.new-styles .bootstrap-select-custom-text .btn-select.active, .new-styles .bootstrap-select-custom-text .btn-select.checked, .new-styles .bootstrap-select-custom-text .btn-select:active, .new-styles .bootstrap-select-custom-text .btn-select[aria-expanded*=true], .new-styles .btn-group.open .bootstrap-select-custom-text .btn-select, .new-styles .reflex-button.active .bootstrap-select-custom-text .btn-select, .new-styles .reflex-button:active .bootstrap-select-custom-text .btn-select {
	top: 2px;
	color: #003f83!important;
	border-color: #51a5ff;
	background-color: #fff;
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-size: 100%;
	box-shadow: 0 0 5px rgba(0, 128, 255, .3);
	text-shadow: none;
}
.new-styles .btn-select:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 30px;
	height: 100%;
	content: '';
	border-left: 1px solid #bcbec0;
	background-color: #f2f2f2;
	border-radius: 0 3px 3px 0;
}
.new-styles .btn-group.open .btn-select:after, .new-styles .btn-select.active:after, .new-styles .btn-select.checked:after, .new-styles .btn-select.focus:after, .new-styles .btn-select.hover:after, .new-styles .btn-select:active:after, .new-styles .btn-select:focus:after, .new-styles .btn-select:hover:after, .new-styles .reflex-button.active .btn-select:after, .new-styles .reflex-button.hover .btn-select:after, .new-styles .reflex-button:active .btn-select:after, .new-styles .reflex-button:hover .btn-select:after {
	border-left-color: #bcbec0;
}
.new-styles .has-error .tooltip.left .tooltip-arrow, .new-styles .has-error .tooltip.left-bottom .tooltip-arrow, .new-styles .has-error .tooltip.left-top .tooltip-arrow {
	border-left-color: #c4161c;
}
.new-styles .btn-group-lg>.btn-select.btn, .new-styles .btn-select.btn-lg {
	padding: 7px 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	border-radius: 3px;
}
.new-styles .btn-group-sm>.btn-select.btn, .new-styles .btn-select.btn-sm {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	padding: 3px 10px;
	border-radius: 3px;
}
.new-styles .btn-group-xs>.btn-select.btn, .new-styles .btn-select.btn-xs {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333333;
	padding: 0 4px;
	border-radius: 3px;
}
.new-styles .btn-search {
	width: 50px;
	padding-right: 0!important;
	padding-left: 0!important;
}
.new-styles .btn-search:after {
	font-size: 18px;
	top: 0;
	content: '\e003';
	vertical-align: top;
}
.new-styles .btn-group-ch-rad-hide>.btn input[type=radio], .new-styles .btn-group-ch-rad-hide>.btn input[type=checkbox], .new-styles .btn-group-ch-rad-hide>.btn-group>.btn input[type=radio], .new-styles .btn-group-ch-rad-hide>.btn-group>.btn input[type=checkbox] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.new-styles .btn-group-switch {
	margin-bottom: 20px;
}
.new-styles .btn-close {
	line-height: 15px;
	display: inline-block;
	overflow: hidden;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.new-styles .btn-social-group {
	margin-top: -10px;
	margin-right: -3px;
	margin-left: -3px;
}
.new-styles .btn-social-group .btn-social {
	margin-top: 10px;
	margin-right: 3px;
	margin-left: 3px;
}
.new-styles .btn-social {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: top;
	border-radius: 50%;
	text-decoration: none!important;
	border-bottom: 0!important;
}
.new-styles .btn-social-label {
	display: inline-block;
	margin-top: 8px;
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: top;
}
.new-styles .form-control-static {
	overflow: hidden;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #4d4d4f;
	min-width: 80px;
	font-size: 12px;
	line-height: 1.3333333333333;
}
.new-styles .file-input-area+.form-control-static {
	padding-top: 0;
}
.new-styles .form-control-static.input-lg, .new-styles .form-control-static.input-sm, .new-styles .input-group-lg>.form-control-static.form-control, .new-styles .input-group-lg>.form-control-static.input-group-addon, .new-styles .input-group-lg>.input-group-btn>.form-control-static.btn, .new-styles .input-group-sm>.form-control-static.form-control, .new-styles .input-group-sm>.form-control-static.input-group-addon, .new-styles .input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-right: 0;
	padding-left: 0;
}
.new-styles .form-control-static.input-lg.small, .new-styles .form-control-static.input-sm.small, .new-styles .form-control-static.small, .new-styles .input-group-lg>.form-control-static.small.form-control, .new-styles .input-group-lg>.form-control-static.small.input-group-addon, .new-styles .input-group-lg>.input-group-btn>.form-control-static.small.btn, .new-styles .input-group-sm>.form-control-static.small.form-control, .new-styles .input-group-sm>.form-control-static.small.input-group-addon, .new-styles .input-group-sm>.input-group-btn>.form-control-static.small.btn {
	padding-top: 0;
	padding-bottom: 0;
}
.new-styles .form-control {
	color: #5b5b5b;
	border-color: #bcbec0;
	-webkit-box-shadow: inset 0 2px 3px rgba(1, 1, 1, .15);
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .15);
	margin-right: 20px;
	float: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	height: 40px;
	padding: 7px 10px;
	border-radius: 3px;
}
.new-styles .form-control .reflex-input.hover.placeholder, .new-styles .form-control.hover.placeholder, .new-styles .form-control.placeholder, .new-styles .form-control:hover.placeholder, .new-styles .reflex-input:hover .form-control.placeholder {
	color: #6d6e71;
}
.new-styles .form-control::-moz-placeholder {
	opacity: 1;
	color: #6d6e71;
	filter: alpha(opacity=100);
}
.new-styles .form-control:-ms-input-placeholder {
	color: #6d6e71;
}
.new-styles .form-control::-webkit-input-placeholder {
	color: #6d6e71;
}
.new-styles .form-control .reflex-input.hover, .new-styles .form-control.hover, .new-styles .form-control:hover, .new-styles .reflex-input:hover .form-control {
	border-color: #6d6d71;
	-webkit-box-shadow: inset 0 2px 3px rgba(1, 1, 1, .3);
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .3);
}
.new-styles .form-control .reflex-input.hover::-moz-placeholder, .new-styles .form-control.hover::-moz-placeholder, .new-styles .form-control:hover::-moz-placeholder, .new-styles .reflex-input:hover .form-control::-moz-placeholder {
	opacity: 1;
	color: #6d6e71;
	filter: alpha(opacity=100);
}
.new-styles .form-control .reflex-input.hover:-ms-input-placeholder, .new-styles .form-control.hover:-ms-input-placeholder, .new-styles .form-control:hover:-ms-input-placeholder, .new-styles .reflex-input:hover .form-control:-ms-input-placeholder {
	color: #6d6e71;
}
.new-styles .form-control .reflex-input.hover::-webkit-input-placeholder, .new-styles .form-control.hover::-webkit-input-placeholder, .new-styles .form-control:hover::-webkit-input-placeholder, .new-styles .reflex-input:hover .form-control::-webkit-input-placeholder {
	color: #6d6e71;
}
.new-styles .btn-group.open .form-control, .new-styles .form-control.focus, .new-styles .form-control:focus {
	border-color: #0089c1;
	-webkit-box-shadow: 0 0 5px rgba(0, 137, 194, .4);
	box-shadow: 0 0 5px rgba(0, 137, 194, .4);
}
.new-styles .btn-group.open .form-control::-moz-placeholder, .new-styles .form-control.focus::-moz-placeholder, .new-styles .form-control:focus::-moz-placeholder {
	opacity: 1;
	color: transparent;
	filter: alpha(opacity=100);
}
.new-styles .btn-group.open .form-control:-ms-input-placeholder, .new-styles .form-control.focus:-ms-input-placeholder, .new-styles .form-control:focus:-ms-input-placeholder {
	color: transparent;
}
.new-styles .btn-group.open .form-control::-webkit-input-placeholder, .new-styles .form-control.focus::-webkit-input-placeholder, .new-styles .form-control:focus::-webkit-input-placeholder {
	color: transparent;
}
.new-styles .btn-group.open .form-control.placeholder, .new-styles .form-control.focus.placeholder, .new-styles .form-control:focus.placeholder {
	color: transparent;
}
.new-styles select.form-control {
	line-height: 40px;
	height: 40px;
}
.new-styles select[multiple].form-control, .new-styles textarea.form-control {
	height: auto;
}
.new-styles .form-group-lg .form-control, .new-styles .input-group-lg>.form-control, .new-styles .input-group-lg>.input-group-addon, .new-styles .input-group-lg>.input-group-btn>.btn, .new-styles .input-lg {
	height: 40px;
	padding: 7px 10px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 3px;
}
.new-styles .form-group-lg .form-control, .new-styles .input-group-lg>.input-group-btn>select.btn, .new-styles .input-group-lg>select.form-control, .new-styles .input-group-lg>select.input-group-addon, .new-styles select.input-lg {
	line-height: 40px;
	height: 40px;
}
.new-styles .form-group-lg .form-control, .new-styles .input-group-lg>.input-group-btn>select[multiple].btn, .new-styles .input-group-lg>.input-group-btn>textarea.btn, .new-styles .input-group-lg>select[multiple].form-control, .new-styles .input-group-lg>select[multiple].input-group-addon, .new-styles .input-group-lg>textarea.form-control, .new-styles .input-group-lg>textarea.input-group-addon, .new-styles select[multiple].input-lg, .new-styles textarea.input-lg {
	height: auto;
}
.new-styles .form-group-sm .form-control, .new-styles .input-group-sm>.form-control, .new-styles .input-group-sm>.input-group-addon, .new-styles .input-group-sm>.input-group-btn>.btn, .new-styles .input-sm {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4285714285714;
	height: 28px;
	padding: 3px 10px;
	border-radius: 3px;
}
.new-styles .form-group-sm .form-control, .new-styles .input-group-sm>.input-group-btn>select.btn, .new-styles .input-group-sm>select.form-control, .new-styles .input-group-sm>select.input-group-addon, .new-styles select.input-sm {
	line-height: 28px;
	height: 28px;
}
.new-styles .form-group-sm .form-control, .new-styles .input-group-sm>.input-group-btn>select[multiple].btn, .new-styles .input-group-sm>.input-group-btn>textarea.btn, .new-styles .input-group-sm>select[multiple].form-control, .new-styles .input-group-sm>select[multiple].input-group-addon, .new-styles .input-group-sm>textarea.form-control, .new-styles .input-group-sm>textarea.input-group-addon, .new-styles select[multiple].input-sm, .new-styles textarea.input-sm {
	height: auto;
}
.new-styles textarea.form-control {
	height: 70px;
	resize: none;
}
.new-styles .has-error .checkbox, .new-styles .has-error .checkbox-inline, .new-styles .has-error .control-label, .new-styles .has-error .help-block, .new-styles .has-error .radio, .new-styles .has-error .radio-inline, .new-styles .has-error.checkbox label, .new-styles .has-error.checkbox-inline label, .new-styles .has-error.radio label, .new-styles .has-error.radio-inline label {
	color: inherit;
}
.new-styles .has-error .form-control {
	color: #c4161c;
	border-color: #e98c8f;
	-webkit-box-shadow: inset 0 2px 3px rgba(1, 1, 1, .15);
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .15);
}
.new-styles .has-error .form-control .reflex-input.hover, .new-styles .has-error .form-control.hover, .new-styles .has-error .form-control:hover, .new-styles .reflex-input:hover .has-error .form-control {
	color: #c4161c;
	border-color: #c41618;
	-webkit-box-shadow: inset 0 2px 3px rgba(1, 1, 1, .3);
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .3);
}
.new-styles .btn-group.open .has-error .form-control, .new-styles .has-error .form-control.focus, .new-styles .has-error .form-control:focus {
	color: #c4161c;
	border-color: #c41618;
	-webkit-box-shadow: 0 0 5px rgba(196, 22, 28, .4);
	box-shadow: 0 0 5px rgba(196, 22, 28, .4);
}
.new-styles .has-error .input-group-addon {
	color: inherit;
	border-color: #c4161c;
	background-color: #fff;
}
.new-styles .has-error .form-control-feedback {
	color: inherit;
}
.new-styles .has-error .tooltip {
	border-color: #c4161c;
}
.new-styles .has-error .tooltip .tooltip-inner {
	color: #fff;
	background-color: #c4161c;
}
.new-styles .has-error .tooltip.top .tooltip-arrow, .new-styles .has-error .tooltip.top-left .tooltip-arrow, .new-styles .has-error .tooltip.top-right .tooltip-arrow {
	border-top-color: #c4161c;
}
.new-styles .has-error .tooltip.bottom .tooltip-arrow, .new-styles .has-error .tooltip.bottom-left .tooltip-arrow, .new-styles .has-error .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #c4161c;
}
.new-styles .has-success .tooltip.left .tooltip-arrow, .new-styles .has-success .tooltip.left-bottom .tooltip-arrow, .new-styles .has-success .tooltip.left-top .tooltip-arrow {
	border-left-color: #3cb300;
}
.new-styles .has-success .tooltip.right .tooltip-arrow, .new-styles .has-success .tooltip.right-bottom .tooltip-arrow, .new-styles .has-success .tooltip.right-top .tooltip-arrow {
	border-right-color: #3cb300;
}
.new-styles .has-success .checkbox, .new-styles .has-success .checkbox-inline, .new-styles .has-success .control-label, .new-styles .has-success .help-block, .new-styles .has-success .radio, .new-styles .has-success .radio-inline, .new-styles .has-success.checkbox label, .new-styles .has-success.checkbox-inline label, .new-styles .has-success.radio label, .new-styles .has-success.radio-inline label {
	color: inherit;
}
.new-styles .has-success .form-control {
	color: #3cb300;
	border-color: #94d075;
	background-color: #fff;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
}
.new-styles .btn-group.open .has-success .form-control, .new-styles .has-success .form-control .reflex-input.hover, .new-styles .has-success .form-control.focus, .new-styles .has-success .form-control.hover, .new-styles .has-success .form-control:focus, .new-styles .has-success .form-control:hover, .new-styles .reflex-input:hover .has-success .form-control {
	border-color: #3cb300;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, .4);
}
.new-styles .has-success .input-group-addon {
	color: inherit;
	border-color: #94d075;
	background-color: #fff;
}
.new-styles .has-success .form-control-feedback {
	color: inherit;
}
.new-styles .has-success .tooltip {
	border-color: #3cb300;
}
.new-styles .has-success .tooltip .tooltip-inner {
	color: #fff;
	background-color: #3cb300;
}
.new-styles .has-success .tooltip.top .tooltip-arrow, .new-styles .has-success .tooltip.top-left .tooltip-arrow, .new-styles .has-success .tooltip.top-right .tooltip-arrow {
	border-top-color: #3cb300;
}
.new-styles .has-success .tooltip.bottom .tooltip-arrow, .new-styles .has-success .tooltip.bottom-left .tooltip-arrow, .new-styles .has-success .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #3cb300;
}
.new-styles .has-tooltip {
	position: relative;
}
.new-styles .tooltip {
	position: relative;
	display: none;
	max-width: 100%;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.3333333333333;
}
.new-styles .has-tooltip .tooltip {
	display: inline-block;
	opacity: 1;
	filter: alpha(opacity=100);
}
.new-styles .slider-nav-btn-next-area.disabled, .new-styles .slider-nav-btn-prev-area.disabled {
	opacity: .2;
	filter: alpha(opacity=20);
}
.new-styles .tooltip.top {
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
}
.new-styles .tooltip.bottom {
	top: 100%;
	margin-top: 5px;
	padding: 0;
}
.new-styles .tooltip.left {
	right: 100%;
	margin-right: 5px;
	margin-left: 0;
	padding: 0;
}
.new-styles .tooltip.right {
	left: 100%;
	margin-left: 5px;
	padding: 0;
}
.new-styles .tooltip.top-left, .new-styles .tooltip.top-right {
	bottom: 100%;
	margin-bottom: 5px;
}
.new-styles .tooltip.bottom-left, .new-styles .tooltip.bottom-right {
	top: 100%;
	margin-top: 5px;
}
.new-styles .tooltip.left-top {
	right: 100%;
	margin-bottom: 5px;
}
.new-styles .tooltip.right-top {
	left: 100%;
	margin-bottom: 5px;
}
.new-styles .tooltip.left-bottom {
	right: 100%;
	margin-top: 5px;
}
.new-styles .tooltip.right-bottom {
	left: 100%;
	margin-top: 5px;
}
.new-styles .tooltip.top-left .tooltip-arrow {
	top: 100%;
	right: 15px;
	bottom: auto;
	left: auto;
	border-width: 4px 6px 0;
}
.new-styles .tooltip.top-right .tooltip-arrow {
	top: 100%;
	right: auto;
	bottom: auto;
	left: 15px;
	border-width: 4px 6px 0;
}
.new-styles .tooltip.bottom-left .tooltip-arrow {
	top: auto;
	right: 15px;
	bottom: 100%;
	left: auto;
	border-width: 0 6px 4px;
}
.new-styles .tooltip.bottom-right .tooltip-arrow {
	top: auto;
	right: auto;
	bottom: 100%;
	left: 15px;
	border-width: 0 6px 4px;
}
.new-styles .tooltip.left-top .tooltip-arrow {
	bottom: 15px;
	left: 100%;
	border-width: 6px 0 6px 4px;
	border-left-color: #fff;
}
.new-styles .tooltip.right-top .tooltip-arrow {
	right: 100%;
	bottom: 15px;
	border-width: 6px 4px 6px 0;
	border-right-color: #fff;
}
.new-styles .tooltip.left-bottom .tooltip-arrow {
	top: 15px;
	left: 100%;
	border-width: 6px 0 6px 4px;
	border-left-color: #fff;
}
.new-styles .tooltip.right-bottom .tooltip-arrow {
	top: 15px;
	right: 100%;
	border-width: 6px 4px 6px 0;
	border-right-color: #fff;
}
.new-styles .tooltip.top .tooltip-arrow {
	top: 100%;
	bottom: auto;
	border-width: 4px 6px 0;
}
.new-styles .tooltip.bottom .tooltip-arrow {
	top: auto;
	bottom: 100%;
	border-width: 0 6px 4px;
}
.new-styles .tooltip.left .tooltip-arrow {
	right: auto;
	left: 100%;
	border-width: 6px 0 6px 4px;
}
.new-styles .tooltip.right .tooltip-arrow {
	right: 100%;
	left: auto;
	border-width: 6px 4px 6px 0;
}
.new-styles .tooltip-inner {
	max-width: none;
	padding: 4px 13px 5px;
	text-align: left;
	border-radius: 3px;
}
.new-styles .tooltip-condensed .tooltip-inner {
	padding: 7px 15px 10px;
}
.new-styles .divider {
	overflow: hidden;
	height: 1px;
	height: auto!important;
	margin: 30px 0;
	border-top: 1px solid #bcbec0;
	background: #bcbec0!important;
}
.new-styles .divider-dotted {
	border-top-style: dotted;
}
.new-styles .divider-dashed {
	border-top-style: dashed;
}
.new-styles .divider-white {
	border-top-color: #fff;
}
.new-styles .divider-black {
	border-top-color: #000;
}
.new-styles .divider-silver-light {
	border-top-color: #ccc;
}
.new-styles .divider-twin {
	border-top-color: #b1c9dc;
	border-bottom: 1px solid #fff;
}
.new-styles .dropdown-menu {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0;
	padding: 20px;
	color: #212121;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, .2);
	box-shadow: 0 5px 10px rgba(1, 1, 1, .2);
}
.new-styles .list-group>li:before, .new-styles .list-group>li>ol>li:after, .new-styles .list-group>li>ul>li:after, .new-styles .list-inline>li:before, .new-styles .list-inline>li>ol>li:after, .new-styles .list-inline>li>ul>li:after, .new-styles .list-unstyled>li>ol>li:after, .new-styles .list-unstyled>li>ul>li:after {
	background-color: transparent;
}
.new-styles .dropdown-menu:after {
	position: absolute;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-color: transparent;
}
.new-styles .dropdown-menu.top-left:after {
	top: 100%;
	right: 40px;
	bottom: auto;
	left: auto;
	border-width: 7px 12px 0;
	border-top-color: #fff;
}
.new-styles .dropdown-menu.top-right:after {
	top: 100%;
	right: auto;
	bottom: auto;
	left: 40px;
	border-width: 7px 12px 0;
	border-top-color: #fff;
}
.new-styles .dropdown-menu.bottom-left:after {
	top: auto;
	right: 40px;
	bottom: 100%;
	left: auto;
	border-width: 0 12px 7px;
	border-bottom-color: #fff;
}
.new-styles .dropdown-menu.bottom-right:after {
	top: auto;
	right: auto;
	bottom: 100%;
	left: 40px;
	border-width: 0 12px 7px;
	border-bottom-color: #fff;
}
.new-styles .dropdown-menu.left-top:after {
	bottom: 40px;
	left: 100%;
	border-width: 12px 0 12px 7px;
	border-left-color: #fff;
}
.new-styles .dropdown-menu.right-top:after {
	right: 100%;
	bottom: 40px;
	border-width: 12px 7px 12px 0;
	border-right-color: #fff;
}
.new-styles .dropdown-menu.left-bottom:after {
	top: 40px;
	left: 100%;
	border-width: 12px 0 12px 7px;
	border-left-color: #fff;
}
.new-styles .dropdown-menu.right-bottom:after {
	top: 40px;
	right: 100%;
	border-width: 12px 7px 12px 0;
	border-right-color: #fff;
}
.new-styles .dropdown-menu.top:after {
	top: 100%;
	bottom: auto;
	left: 50%;
	margin-left: -12px;
	border-width: 7px 12px 0;
	border-top-color: #fff;
}
.new-styles .dropdown-menu.bottom:after {
	top: auto;
	bottom: 100%;
	left: 50%;
	margin-left: -12px;
	border-width: 0 12px 7px;
	border-bottom-color: #fff;
}
.new-styles .dropdown-menu.left:after {
	top: 50%;
	right: auto;
	left: 100%;
	margin-top: -12px;
	border-width: 12px 0 12px 7px;
	border-left-color: #fff;
}
.new-styles .dropdown-menu.right:after {
	top: 50%;
	right: 100%;
	left: auto;
	margin-top: -12px;
	border-width: 12px 7px 12px 0;
	border-right-color: #fff;
}
.new-styles .dropdown-menu-full {
	width: 100%}
.new-styles .dropdown-menu-xs {
	width: 215px;
}
.new-styles .dropdown-menu-sm {
	width: 230px;
}
.new-styles .dropdown-menu-md {
	width: 250px;
}
.new-styles .dropdown-menu-lg {
	width: 1000px;
}
.new-styles .input-group-custom {
	width: 100%}
.new-styles .input-group-custom .form-control {
	padding-right: 48px;
}
.new-styles .input-group-custom .input-group-btn {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: auto;
	max-width: 100%}
.new-styles .breadcrumb>li:before, .new-styles .list-group>li:before, .new-styles .list-inline>li:before, .new-styles .list-unstyled>li:before, .new-styles .media-list>li:before, .new-styles .nav-tabs>li:before, .new-styles .pagination>li:before {
	top: auto;
	left: auto;
	width: auto;
	height: auto;
}
.new-styles .input-group-divided .input-group-btn>.btn, .new-styles .input-group-divided .input-group-btn>.btn-group {
	margin-left: 10px;
}
.new-styles .list-unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}
.new-styles .list-unstyled>li {
	position: static;
	margin: 0;
	padding: 0;
}
.new-styles .list-unstyled>li+li {
	margin-top: 0;
}
.new-styles .list-unstyled>li:before {
	position: static;
	content: none;
	border-radius: 0;
	background-color: transparent;
}
.new-styles .list-unstyled>li>ol, .new-styles .list-unstyled>li>ul {
	margin-top: 0;
	color: inherit;
}
.new-styles .list-unstyled>li>ol>li, .new-styles .list-unstyled>li>ul>li {
	color: inherit;
}
.new-styles .list-unstyled-custom>li+li {
	margin-top: 11px;
}
.new-styles .list-inline {
	margin: 0 -7px;
	padding: 0;
	list-style: none;
}
.new-styles .list-inline>li {
	position: static;
	margin: 0;
	padding: 0 7px;
	display: inline-block;
}
.new-styles .list-inline>li+li {
	margin-top: 0;
}
.new-styles .list-inline>li:before {
	position: static;
	content: none;
	border-radius: 0;
}
.new-styles .list-inline>li>ol, .new-styles .list-inline>li>ul {
	margin-top: 0;
	color: inherit;
}
.new-styles .list-inline>li>ol>li, .new-styles .list-inline>li>ul>li {
	color: inherit;
}
.new-styles .list-inline-custom {
	margin: 0 -12px;
}
.new-styles .list-inline-custom>li {
	padding: 0 12px;
}
.new-styles .list-group {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.new-styles .list-group>li {
	position: static;
	margin: 0;
	padding: 0;
}
.new-styles .list-group>li+li {
	margin-top: 0;
}
.new-styles .list-group>li:before {
	position: static;
	content: none;
	border-radius: 0;
}
.new-styles .list-group>li>ol, .new-styles .list-group>li>ul {
	margin-top: 0;
	color: inherit;
}
.new-styles .list-group>li>ol>li, .new-styles .list-group>li>ul>li {
	color: inherit;
}
.new-styles .list-group-item {
	position: relative;
	display: block;
	margin-bottom: 0;
	padding: 10px 20px!important;
	background-color: #fff;
}
.new-styles .list-group-item, .new-styles .list-group-item.focus, .new-styles .list-group-item.hover, .new-styles .list-group-item:focus, .new-styles .list-group-item:hover {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
}
.new-styles .list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.new-styles .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.new-styles .list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
.new-styles a.list-group-item-success {
	color: #3c763d;
}
.new-styles a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
.new-styles a.list-group-item-success:focus, .new-styles a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}
.new-styles a.list-group-item-success.active, .new-styles a.list-group-item-success.active:focus, .new-styles a.list-group-item-success.active:hover {
	color: #fff;
	border-color: #3c763d;
	background-color: #3c763d;
}
.new-styles .list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
.new-styles a.list-group-item-info {
	color: #31708f;
}
.new-styles a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
.new-styles a.list-group-item-info:focus, .new-styles a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}
.new-styles a.list-group-item-info.active, .new-styles a.list-group-item-info.active:focus, .new-styles a.list-group-item-info.active:hover {
	color: #fff;
	border-color: #31708f;
	background-color: #31708f;
}
.new-styles .list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
.new-styles a.list-group-item-warning {
	color: #8a6d3b;
}
.new-styles a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
.new-styles a.list-group-item-warning:focus, .new-styles a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}
.new-styles a.list-group-item-warning.active, .new-styles a.list-group-item-warning.active:focus, .new-styles a.list-group-item-warning.active:hover {
	color: #fff;
	border-color: #8a6d3b;
	background-color: #8a6d3b;
}
.new-styles .list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
.new-styles a.list-group-item-danger {
	color: #a94442;
}
.new-styles a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
.new-styles a.list-group-item-danger:focus, .new-styles a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}
.new-styles a.list-group-item-danger.active, .new-styles a.list-group-item-danger.active:focus, .new-styles a.list-group-item-danger.active:hover {
	color: #fff;
	border-color: #a94442;
	background-color: #a94442;
}
.new-styles .nav-justified, .new-styles .nav-tabs.nav-justified {
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
}
.new-styles .nav-justified>li, .new-styles .nav-tabs.nav-justified>li {
	position: static;
	margin: 0;
	padding: 0;
}
.new-styles .nav-justified>li+li, .new-styles .nav-tabs.nav-justified>li+li {
	margin-top: 0;
}
.new-styles .nav-justified>li:before, .new-styles .nav-tabs.nav-justified>li:before {
	position: static;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	content: none;
	border-radius: 0;
	background-color: transparent;
}
.new-styles .nav-justified>li>ol, .new-styles .nav-justified>li>ul, .new-styles .nav-tabs.nav-justified>li>ol, .new-styles .nav-tabs.nav-justified>li>ul {
	margin-top: 0;
	color: inherit;
}
.new-styles .nav-justified>li>ol>li, .new-styles .nav-justified>li>ul>li, .new-styles .nav-tabs.nav-justified>li>ol>li, .new-styles .nav-tabs.nav-justified>li>ul>li {
	color: inherit;
}
.new-styles .nav-justified>li>ol>li:after, .new-styles .nav-justified>li>ul>li:after, .new-styles .nav-tabs.nav-justified>li>ol>li:after, .new-styles .nav-tabs.nav-justified>li>ul>li:after {
	background-color: transparent;
}
.new-styles .nav-justified>li>a, .new-styles .nav-justified>li>span, .new-styles .nav-tabs.nav-justified>li>a, .new-styles .nav-tabs.nav-justified>li>span {
	display: block;
	text-align: center;
}
.new-styles .nav-tabs, .new-styles .nav-tabs>li {
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.new-styles .nav-tabs {
	min-width: 100%;
	margin: 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.new-styles .nav-tabs>li+li {
	margin-top: 0;
}
.new-styles .nav-tabs>li:before {
	position: static;
	content: none;
	border-radius: 0;
	background-color: transparent;
}
.new-styles .nav-tabs>li>ol, .new-styles .nav-tabs>li>ul {
	margin-top: 0;
	color: inherit;
}
.new-styles .nav-tabs>li>ol>li, .new-styles .nav-tabs>li>ul>li {
	color: inherit;
}
.new-styles .nav-tabs>li>ol>li:after, .new-styles .nav-tabs>li>ul>li:after {
	background-color: transparent;
}
.new-styles .nav-tabs>li {
	position: static;
	margin: 0 0 -1px;
	float: none;
}
.new-styles .nav-tabs>li>a, .new-styles .nav-tabs>li>span {
	display: block;
	float: left;
	padding: 10px 0;
	border: 4px solid transparent;
	border-right-width: 0;
	border-left-width: 0;
	border-radius: 0;
}
.new-styles .nav-tabs>li>a.hover, .new-styles .nav-tabs>li>a:hover, .new-styles .nav-tabs>li>span.hover, .new-styles .nav-tabs>li>span:hover {
	border-color: transparent;
	background-color: transparent;
}
.new-styles .nav-tabs>li>.glyphicon {
	float: left;
	margin-top: 6px;
}
.new-styles .nav-tabs>li.active>a, .new-styles .nav-tabs>li.active>a.focus, .new-styles .nav-tabs>li.active>a.hover, .new-styles .nav-tabs>li.active>a:focus, .new-styles .nav-tabs>li.active>a:hover, .new-styles .nav-tabs>li.active>span, .new-styles .nav-tabs>li.active>span.focus, .new-styles .nav-tabs>li.active>span.hover, .new-styles .nav-tabs>li.active>span:focus, .new-styles .nav-tabs>li.active>span:hover {
	font-weight: 700;
	cursor: default;
	color: #555;
	border-top: 4px solid transparent;
	border-right-width: 0;
	border-bottom: 4px solid #ddd;
	border-left-width: 0;
	background-color: #fff;
}
.new-styles .nav-tabs>li.active>a>span, .new-styles .nav-tabs>li.active>span>span {
	border-bottom: 0!important;
}
.new-styles .nav-tabs>li+li {
	margin-left: 26px;
}
.new-styles .nav-tabs-overflow {
	overflow-x: auto;
	overflow-y: hidden;
	margin-bottom: 16px;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
@media (min-width:3px) {
	.new-styles .nav-tabs>li>a, .new-styles .nav-tabs>li>span {
	font-size: 16px;
	line-height: 1.625;
	padding-top: 7px;
	padding-bottom: 21px;
}
.new-styles .nav-tabs>li>.glyphicon {
	margin-top: 13px;
}
.new-styles .nav-tabs>li+li {
	margin-left: 36px;
}
.new-styles .nav-tabs-overflow {
	margin-bottom: 23px;
}
}@media (min-width:9999px) {
	.new-styles .nav-tabs-overflow {
	margin-bottom: 42px;
}
}.new-styles .breadcrumb {
	margin: 0 0 3px;
	padding: 22px 0;
	padding-bottom: 0;
	list-style: none;
	border-radius: 0;
	background-color: transparent;
}
.new-styles .breadcrumb>li {
	position: static;
	margin: 0;
	padding: 0;
}
.new-styles .breadcrumb>li+li {
	margin-top: 0;
}
.new-styles .breadcrumb>li:before {
	position: static;
	content: none;
	border-radius: 0;
	background-color: transparent;
}
.new-styles .breadcrumb>li>ol, .new-styles .breadcrumb>li>ul {
	margin-top: 0;
	color: inherit;
}
.new-styles .breadcrumb>li>ol>li, .new-styles .breadcrumb>li>ul>li {
	color: inherit;
}
.new-styles .breadcrumb>li>ol>li:after, .new-styles .breadcrumb>li>ul>li:after {
	background-color: transparent;
}
.new-styles .breadcrumb:first-child {
	margin-top: -30px;
}
.new-styles .breadcrumb>li.breadcrumb-el {
	display: inline-block;
	vertical-align: top;
	color: #212121;
}
.new-styles .breadcrumb>li.breadcrumb-el.active {
	color: #5b5b5b;
}
.new-styles .breadcrumb>li.breadcrumb-el:after {
	display: inline;
	overflow: hidden;
	margin: 0 3px;
	padding: 0;
	content: 'Ð²â€ â€™';
	vertical-align: baseline;
	color: #4d4d4f;
}
.new-styles .breadcrumb>li.breadcrumb-el+li.breadcrumb-el:before, .new-styles .breadcrumb>li.breadcrumb-el.breadcrumb-back-el:after {
	content: none;
}
.new-styles .breadcrumb>li.breadcrumb-el.breadcrumb-back-el:before {
	display: inline;
	overflow: hidden;
	margin: 0 3px 0 0;
	padding: 0;
	content: '\2190';
	vertical-align: baseline;
	color: #4d4d4f;
}
.new-styles .page-header {
	padding: 0;
	margin: 0;
	border: 0;
}
.new-styles .page-header-result {
	font-weight: 400;
	color: #4d4d4f;
}
.new-styles .pagination {
	display: block;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border-radius: 3px;
}
.new-styles .pagination>li {
	position: static;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.new-styles .pagination>li+li {
	margin-top: 0;
}
.new-styles .pagination>li:before {
	position: static;
	content: none;
	border-radius: 0;
	background-color: transparent;
}
.new-styles .pagination>li>ol, .new-styles .pagination>li>ul {
	margin-top: 0;
	color: inherit;
}
.new-styles .pagination>li>ol>li, .new-styles .pagination>li>ul>li {
	color: inherit;
}
.new-styles .pagination>li>ol>li:after, .new-styles .pagination>li>ul>li:after {
	background-color: transparent;
}
.new-styles .pagination>li>a, .new-styles .pagination>li>span {
	line-height: 1.57143;
	position: relative;
	float: left;
	margin-left: -1px;
	padding: 6px 17px 8px;
	text-decoration: none;
	color: #004080;
	border: 0!important;
	background-color: transparent;
}
.new-styles .pagination>li:first-child>a, .new-styles .pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 3px;
}
.new-styles .pagination>li:last-child>a, .new-styles .pagination>li:last-child>span {
	border-radius: 3px;
}
.new-styles .pagination>li>a:focus, .new-styles .pagination>li>a:hover, .new-styles .pagination>li>span:focus, .new-styles .pagination>li>span:hover {
	color: #ca0017;
	border-color: #ddd;
	background-color: transparent;
}
.new-styles .pagination>.active>a, .new-styles .pagination>.active>a:focus, .new-styles .pagination>.active>a:hover, .new-styles .pagination>.active>span, .new-styles .pagination>.active>span:focus, .new-styles .pagination>.active>span:hover {
	font-weight: 700;
	z-index: 2;
	cursor: default;
	color: #212121;
	border-color: #428bca;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}
.new-styles .pagination>.disabled>a, .new-styles .pagination>.disabled>a:focus, .new-styles .pagination>.disabled>a:hover, .new-styles .pagination>.disabled>span, .new-styles .pagination>.disabled>span:focus, .new-styles .pagination>.disabled>span:hover {
	cursor: not-allowed;
	color: #777;
	border-color: #ddd;
	background-color: #fff;
}
.new-styles .media {
	margin-top: 20px;
}
.new-styles .media-list>li+li, .new-styles .media:first-child {
	margin-top: 0;
}
.new-styles .media-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.new-styles .media-list>li {
	position: static;
	margin: 0;
	padding: 0;
}
.new-styles .media-list>li:before {
	position: static;
	content: none;
	border-radius: 0;
	background-color: transparent;
}
.new-styles .media-list>li>ol, .new-styles .media-list>li>ul {
	margin-top: 0;
	color: inherit;
}
.new-styles .media-list>li>ol>li, .new-styles .media-list>li>ul>li {
	color: inherit;
}
.new-styles .media-list>li>ol>li:after, .new-styles .media-list>li>ul>li:after {
	background-color: transparent;
}
.new-styles label {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
}
.new-styles .label {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333333;
	padding: .0833333em .416667em .166667em;
	text-transform: lowercase;
	border-radius: 0;
}
.new-styles .form-horizontal .control-label {
	margin-bottom: 14px;
}
@media (min-width:2px) {
	.new-styles .form-horizontal .control-label {
	margin-bottom: 0;
	padding-top: 8px;
	text-align: left;
}
.new-styles .form-horizontal .control-label-ch-rad {
	margin-top: -4px;
	padding-top: 0;
}
.new-styles .form-horizontal .control-label-file {
	margin-top: -1px;
	padding-top: 0;
}
.new-styles .form-horizontal .control-label-raiting {
	padding-top: 4px;
}
}.new-styles .form-group {
	margin-bottom: 10px;
}
.new-styles .form-group-action {
	margin-top: 10px;
	margin-bottom: 0;
}
.new-styles .ch-box-area, .new-styles .radio-box-area {
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.new-styles .ch-box-area:after, .new-styles .ch-box-area:before, .new-styles .radio-box-area:after, .new-styles .radio-box-area:before {
	display: table;
	content: ' '}
.new-styles .ch-box-area:after, .new-styles .radio-box-area:after {
	clear: both;
}
.new-styles .ch-box-area label, .new-styles .radio-box-area label {
	font-weight: 400;
	display: block;
	margin-top: -1px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-left: 0;
	cursor: pointer;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.25;
	text-transform: none;
	color: #5b5b5b!important;
}
.new-styles .ch-box-area-inline, .new-styles .radio-box-area-inline {
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	text-overflow: ellipsis;
}
.new-styles .ch-box, .new-styles .radio-box {
	position: relative;
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	vertical-align: top;
	background: #fff;
}
.new-styles .ch-box input, .new-styles .radio-box input {
	display: none;
}
.new-styles .ch-box.disabled+label, .new-styles .radio-box.disabled+label {
	cursor: default;
	color: #ccc;
}
.new-styles .ch-box-row .ch-box, .new-styles .radio-box-row .radio-box {
	display: block;
	float: left;
}
.new-styles .ch-box-row label, .new-styles .ch-box-txt, .new-styles .radio-box-row label, .new-styles .radio-box-txt {
	display: block;
	margin-left: 30px;
	padding: 0;
}
.new-styles .ch-box-row, .new-styles .radio-box-row {
	margin-top: 10px;
}
.new-styles .ch-box-row:first-child, .new-styles .radio-box-row:first-child {
	margin-top: 0;
}
.new-styles .ch-rad-group {
	margin-right: -15px;
	margin-bottom: -15px;
}
.new-styles .ch-box-row-mt, .new-styles .ch-box-txt, .new-styles .radio-box-row-mt, .new-styles .radio-box-txt {
	margin-top: 10px;
}
.new-styles .ch-box-txt.small, .new-styles .radio-box-txt.small {
	margin-top: 7px;
}
.new-styles .ch-box-hidden-text, .new-styles .radio-box-hidden-text {
	display: none;
}
.new-styles .ch-box-area.checked .ch-box-hidden-text, .new-styles .radio-box-area.checked .radio-box-hidden-text {
	display: block;
}
.new-styles .radio-box {
	border: 1px solid #bcbec0;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 2px 3px rgba(1, 1, 1, .15);
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .15);
}
.new-styles .radio-box:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
	content: '';
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.new-styles .radio-box-area.hover .radio-box, .new-styles .radio-box:hover {
	border-color: #6d6d71;
	-webkit-box-shadow: inset 0 2px 3px rgba(1, 1, 1, .3);
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .3);
}
.new-styles .radio-box.checked:after {
	background-color: #0089c2;
	background-size: 100%;
	box-shadow: 0 1px 2px rgba(1, 1, 1, .2);
}
.new-styles .radio-box.disabled {
	cursor: default;
	color: #ccc!important;
	border-color: #ccc!important;
	background: #fff!important;
}
.new-styles .radio-box.disabled:after {
	background-color: transparent!important;
}
.new-styles .radio-box-area .radio-box.checked.disabled:after, .new-styles .radio-box.checked.disabled:after {
	background-color: #ccc!important;
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #ccc), color-stop(100%, #ccc));
	background-image: -webkit-linear-gradient(#ccc, #ccc);
	background-image: linear-gradient(#ccc, #ccc);
	background-size: 100%;
	box-shadow: none;
}
.new-styles .ch-box {
	font-family: 'Glyphicons Halflings';
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
	color: transparent;
	border: 1px solid #bcbec0;
	-webkit-box-shadow: inset 0 2px 3px rgba(1, 1, 1, .15);
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .15);
}
.new-styles .ch-box:after {
	content: '\e013'}
.new-styles .ch-box-area.hover .ch-box, .new-styles .ch-box:hover {
	border-color: #6d6d71;
	-webkit-box-shadow: inset 0 2px 3px rgba(1, 1, 1, .3);
	box-shadow: inset 0 2px 3px rgba(1, 1, 1, .3);
}
.new-styles .ch-box-area.hover .ch-box.checked, .new-styles .ch-box.checked {
	color: #0089c2;
}
.new-styles .ch-box.checked:after {
	margin-top: 1px;
	vertical-align: top;
}
.new-styles .btn-file-delete:after, .new-styles .btn-file-input:before {
	vertical-align: baseline;
	left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	font-style: normal;
}
.new-styles .ch-box.disabled {
	cursor: default;
	color: transparent!important;
	border-color: #ccc!important;
	background: #fff!important;
}
.new-styles .slider-area, .new-styles .slider-el {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.new-styles .ch-box-area .ch-box.checked.disabled, .new-styles .ch-box.checked.disabled {
	color: #ccc!important;
}
.new-styles .btn-file-input {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	margin: 0 16px 0 0;
	padding-left: 16px;
	white-space: nowrap;
}
.new-styles .btn-file-input:before {
	font-size: 12px;
	content: '\2b\00A0';
	line-height: 1;
	position: absolute;
	top: .3125em;
}
.new-styles .btn-file-delete {
	font-size: 16px;
	line-height: 1.25;
	display: inline-block;
	margin: 0 16px 0 0;
	white-space: nowrap;
}
.new-styles .btn-file-delete:after {
	font-size: 14px;
	margin-left: -6px;
	content: '\00A0\e014';
	line-height: 1;
	position: relative;
	top: 2px;
}
.new-styles .file-input-area {
	float: left;
	position: relative;
}
.new-styles .file-input {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}
.new-styles .file-input-txt {
	display: inline-block;
	color: #6d6e71;
}
.new-styles .pseudo-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.new-styles .pseudo-row {
	display: table-row;
}
.new-styles .pseudo-cell {
	display: table-cell;
	vertical-align: top;
}
.new-styles .slider-area {
	position: relative;
	z-index: 0;
}
.new-styles .slider-area .caroufredsel_wrapper {
	height: auto!important;
	margin: 0 auto!important;
}
.new-styles .slider {
	position: relative!important;
	overflow: hidden;
	height: auto!important;
	text-align: center;
	white-space: nowrap;
}
.new-styles .slider-el {
	position: relative;
	z-index: auto;
	display: inline-block;
	width: 100%;
	margin-right: 0;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
.new-styles .main-nav-link-2:before, .new-styles .slider-nav-btn:after {
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.new-styles .caroufredsel_wrapper .slider-el {
	float: left;
	margin-right: 0;
}
.new-styles .slider-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%}
.new-styles .slider-nav-btn-area {
	width: 30px;
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	cursor: pointer;
	-webkit-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out;
	background: url(/local/images/blank.gif);
}
.new-styles .slider-nav-btn-prev-area {
	left: 0;
}
.new-styles .slider-nav-btn-next-area {
	right: 0;
}
.new-styles .slider-nav-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.new-styles .slider-nav-btn:after {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 34px;
	margin-top: -17px;
	background-image: none;
	content: '';
	background-color: #fff;
	background-color: rgba(255, 255, 255, .7);
	color: #2b2a29;
	color: rgba(43, 42, 41, .3);
	font-size: 18px;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	font-style: normal;
	line-height: 34px;
}
.new-styles .slider-nav-btn-next-area.active .slider-nav-btn-next:after, .new-styles .slider-nav-btn-next-area.hover .slider-nav-btn-next:after, .new-styles .slider-nav-btn-next-area:active .slider-nav-btn-next:after, .new-styles .slider-nav-btn-next-area:hover .slider-nav-btn-next:after, .new-styles .slider-nav-btn-prev-area.active .slider-nav-btn-prev:after, .new-styles .slider-nav-btn-prev-area.hover .slider-nav-btn-prev:after, .new-styles .slider-nav-btn-prev-area:active .slider-nav-btn-prev:after, .new-styles .slider-nav-btn-prev-area:hover .slider-nav-btn-prev:after {
	color: #1c1b17;
	background-color: #fff;
}
.new-styles .about-num, .new-styles .project-price, .new-styles .quote:after, .new-styles .quote:before, .new-styles .stock-price {
	font-family: Lobster, cursive;
}
.new-styles .slider-nav-btn-prev:after {
	left: 0;
	content: '\e079';
	border-radius: 0 17px 17px 0;
	padding-left: 4px;
	text-align: left;
}
.new-styles .slider-nav-alt .slider-nav-btn-prev:after, .new-styles .slider-nav-btn-next:after {
	border-radius: 17px 0 0 17px;
	padding-right: 4px;
	text-align: right;
}
.new-styles .slider-nav-btn-next:after {
	right: 0;
	content: '\e080'}
.new-styles .slider-nav-alt .slider-nav-btn:after {
	background-color: #fff;
	color: #5b5b5b;
}
.new-styles .slider-nav-alt .slider-nav-btn-prev-area {
	left: auto;
	right: 100%}
.new-styles .slider-nav-alt .slider-nav-btn-next-area {
	right: auto;
	left: 100%}
.new-styles .slider-nav-alt .slider-nav-btn-next:after {
	border-radius: 0 17px 17px 0;
	padding-left: 4px;
	text-align: left;
}
.new-styles .slider-pager-area {
	font-size: .01px;
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	text-align: center;
}
.new-styles .slider-pager a {
	line-height: 12px;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 13px;
	height: 13px;
	cursor: pointer;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	text-align: center;
	vertical-align: top;
	text-decoration: none!important;
	border: 1px solid transparent!important;
	color: transparent!important;
	border-radius: 50%;
	background-color: transparent!important;
}
.new-styles .slider-pager a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3.5px;
	margin-left: -3.5px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #b2b3b5;
}
.new-styles .slider-pager a.hover, .new-styles .slider-pager a.selected, .new-styles .slider-pager a:hover {
	background-color: transparent!important;
	border-color: #b2b3b5!important;
}
.new-styles .slider-pager a~a {
	margin-left: 1px;
}
.new-styles .slider-el-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.new-styles .slider-el-wrapper .container {
	height: 100%}
.new-styles .slider-el-img-box {
	position: relative;
	z-index: 0;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.new-styles .slider-el-img-box img {
	width: 100%;
	max-height: none;
}
.new-styles .slider-el-info {
	width: 100%;
	height: 100%;
	table-layout: fixed;
}
.new-styles .carousel, .new-styles .carousel-area .caroufredsel_wrapper {
	height: auto!important;
}
.new-styles .slider-el-info a {
	position: relative;
	z-index: 1;
}
.new-styles .slider-el-info-inner {
	padding: 0 50px;
	z-index: 1!important;
	vertical-align: middle;
}
.new-styles .slider-el-title {
	margin-bottom: 0;
	color: inherit;
	text-shadow: 1px 1px 2px #8ba900;
}
.new-styles .slider-el-action {
	margin-top: 13px;
}
.new-styles .slider-el-info-incut {
	width: 326px;
	position: relative;
	margin-top: 112px;
	padding: 14px 20px;
	color: #fff;
	background-color: #b0cb1f;
	background-color: rgba(176, 203, 31, .9);
}
.new-styles .slider-el-info-incut:after {
	content: '';
	background-repeat: repeat;
	background-position: center center;
	background-image: url(/local/images/bg-slider-el-info-incut.png);
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 118px;
}
.new-styles .slider-el-info-incut * {
	position: relative;
}
.new-styles .slider-el-info-incut a {
	position: relative;
	z-index: 1;
}
.new-styles .carousel-area {
	position: relative;
	padding: 0 30px;
}
.new-styles .carousel {
	position: relative!important;
	z-index: 1!important;
	overflow: hidden;
	white-space: nowrap;
}
.new-styles .carousel-el {
	display: inline-block;
	width: 25%;
	margin-right: -4px;
	vertical-align: top;
	white-space: normal;
}
.new-styles .caroufredsel_wrapper .carousel-el {
	float: left;
	margin-right: 0;
}
.new-styles .carousel-nav {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.new-styles .carousel-nav-btn {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	width: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: url(/local/images/blank.gif);
}
.new-styles .carousel-nav-btn.disabled {
	cursor: default;
}
.new-styles .carousel-nav-btn-prev {
	left: 0;
}
.new-styles .carousel-nav-btn-next {
	right: 0;
}
.new-styles .carousel-nav-btn-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transition: all .25s ease 0;
	transition: all .25s ease 0;
}
.new-styles .carousel-nav-btn-arrow:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	content: ''}
.new-styles .carousel-nav-btn-arrow-prev {
	left: 0;
}
.new-styles .carousel-nav-btn-arrow-prev:after {
	left: 0;
	background-position: -125px -50px;
}
.new-styles .carousel-nav-btn-prev.active .carousel-nav-btn-arrow-prev:after, .new-styles .carousel-nav-btn-prev.hover .carousel-nav-btn-arrow-prev:after, .new-styles .carousel-nav-btn-prev:active .carousel-nav-btn-arrow-prev:after, .new-styles .carousel-nav-btn-prev:hover .carousel-nav-btn-arrow-prev:after {
	background-position: -125px -100px;
}
.new-styles .carousel-nav-btn-prev.disabled .carousel-nav-btn-arrow-prev:after {
	background-position: -125px 0;
}
.new-styles .carousel-nav-btn-arrow-next {
	right: 0;
}
.new-styles .carousel-nav-btn-arrow-next:after {
	right: 0;
	background-position: -150px -50px;
}
.new-styles .carousel-nav-btn-next.active .carousel-nav-btn-arrow-next:after, .new-styles .carousel-nav-btn-next.hover .carousel-nav-btn-arrow-next:after, .new-styles .carousel-nav-btn-next:active .carousel-nav-btn-arrow-next:after, .new-styles .carousel-nav-btn-next:hover .carousel-nav-btn-arrow-next:after {
	background-position: -150px -100px;
}
.new-styles .carousel-nav-btn-next.disabled .carousel-nav-btn-arrow-next:after {
	background-position: -150px 0;
}
.new-styles .carousel-pager-area {
	font-size: .01px;
	position: relative;
	z-index: 2;
	top: 100%;
	right: 0;
	left: 0;
	height: 14px;
	margin-top: 25px;
	text-align: center;
}
.new-styles .carousel-pager a {
	line-height: 14px;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 14px;
	height: 14px;
	cursor: pointer;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	color: transparent!important;
	border-radius: 50%;
	background-color: transparent!important;
}
.new-styles .footer-dev-link, .new-styles .footer-nav-link, .new-styles .footer-nav-title-link, .new-styles .logo, .new-styles .main-nav-link {
	text-decoration: none!important;
	border-bottom: 0!important;
}
.new-styles .carousel-pager a .tooltip.top {
	position: absolute;
	bottom: 100%;
	left: 50%;
	display: none;
	width: 160px;
	max-width: none;
	margin-bottom: 10px;
	margin-left: -80px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.new-styles .w-225, .new-styles .w-320, .new-styles .w-60, .new-styles .w-850, .new-styles .w-lg-320, .new-styles .w-lg-60, .new-styles .w-lg-850, .new-styles .w-md-225, .new-styles .w-md-320, .new-styles .w-md-60, .new-styles .w-md-850, .new-styles .w-sm-225, .new-styles .w-sm-320, .new-styles .w-sm-60, .new-styles .w-sm-850, .new-styles .w-xs-225, .new-styles .w-xs-320, .new-styles .w-xs-60, .new-styles .w-xs-850 {
	max-width: 100%}
.new-styles .carousel-pager a .tooltip.top .tooltip-inner {
	text-align: center;
}
.new-styles .carousel-pager span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	border-radius: 50%;
	background-color: #fff!important;
	box-shadow: inset 0 1px 2px rgba(1, 1, 1, .4);
}
.new-styles .carousel-pager a.hover, .new-styles .carousel-pager a:hover {
	background-color: transparent!important;
}
.new-styles .carousel-pager a.hover .tooltip.top, .new-styles .carousel-pager a:hover .tooltip.top {
	display: block;
}
.new-styles .carousel-pager a.hover span, .new-styles .carousel-pager a:hover span {
	background-color: #f23352!important;
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyMzM1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiMDAxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f23352), color-stop(100%, #cb0017));
	background-image: -webkit-linear-gradient(#f23352, #cb0017);
	background-image: linear-gradient(#f23352, #cb0017);
	background-size: 100%;
	box-shadow: none;
}
.new-styles .carousel-pager a.selected {
	background-color: #fff!important;
}
.new-styles .carousel-pager a.selected span {
	background-color: #f23352!important;
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyMzM1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiMDAxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f23352), color-stop(100%, #cb0017));
	background-image: -webkit-linear-gradient(#f23352, #cb0017);
	background-image: linear-gradient(#f23352, #cb0017);
	background-size: 100%;
	box-shadow: none;
}
.new-styles .carousel-pager a.selected.hover, .new-styles .carousel-pager a.selected:hover {
	background-color: #fff!important;
}
.new-styles .carousel-pager a.selected.hover span, .new-styles .carousel-pager a.selected:hover span {
	background-color: #f23352!important;
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyMzM1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiMDAxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f23352), color-stop(100%, #cb0017));
	background-image: -webkit-linear-gradient(#f23352, #cb0017);
	background-image: linear-gradient(#f23352, #cb0017);
	background-size: 100%;
	box-shadow: none;
}
.new-styles .carousel-pager a~a {
	margin-left: 12px;
}
.new-styles .color-box, .new-styles .color-box-group {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #eceef2;
	-webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, .2);
	box-shadow: 0 5px 10px rgba(1, 1, 1, .2);
}
.new-styles .color-box-group:first-child, .new-styles .color-box:first-child {
	margin-top: 0;
}
.new-styles .color-box-group:last-child, .new-styles .color-box:last-child {
	margin-bottom: 0;
}
.new-styles .color-box .divider, .new-styles .color-box-group .divider {
	margin: 20px -20px;
}
.new-styles .color-box-group {
	padding: 0;
}
.new-styles .color-box-group>.divider {
	margin: 0;
}
.new-styles .color-box-group .color-box {
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}
.new-styles .h-70, .new-styles .h-xs-70 {
	height: 70px!important;
}
@media (min-width:2px) {
	.new-styles .h-sm-70 {
	height: 70px!important;
}
}@media (min-width:3px) {
	.new-styles .h-md-70 {
	height: 70px!important;
}
}@media (min-width:9999px) {
	.new-styles .h-lg-70 {
	height: 70px!important;
}
.new-styles .h-lg-190 {
	height: 190px!important;
}
}.new-styles .h-190, .new-styles .h-xs-190 {
	height: 190px!important;
}
@media (min-width:2px) {
	.new-styles .h-sm-190 {
	height: 190px!important;
}
}@media (min-width:3px) {
	.new-styles .h-md-190 {
	height: 190px!important;
}
.new-styles .h-md-260 {
	height: 260px!important;
}
}.new-styles .h-260, .new-styles .h-xs-260 {
	height: 260px!important;
}
.new-styles .w-60, .new-styles .w-xs-60 {
	width: 60px!important;
}
@media (min-width:2px) {
	.new-styles .h-sm-260 {
	height: 260px!important;
}
.new-styles .w-sm-60 {
	width: 60px!important;
}
}@media (min-width:3px) {
	.new-styles .w-md-60 {
	width: 60px!important;
}
}@media (min-width:9999px) {
	.new-styles .h-lg-260 {
	height: 260px!important;
}
.new-styles .w-lg-60 {
	width: 60px!important;
}
.new-styles .w-lg-225 {
	width: 225px!important;
}
}.new-styles .w-225, .new-styles .w-xs-225 {
	width: 225px!important;
}
@media (min-width:2px) {
	.new-styles .w-sm-225 {
	width: 225px!important;
}
}@media (min-width:3px) {
	.new-styles .w-md-225 {
	width: 225px!important;
}
.new-styles .w-md-320 {
	width: 320px!important;
}
}.new-styles .w-lg-225 {
	max-width: 100%}
.new-styles .w-320, .new-styles .w-xs-320 {
	width: 320px!important;
}
@media (min-width:2px) {
	.new-styles .w-sm-320 {
	width: 320px!important;
}
}@media (min-width:9999px) {
	.new-styles .w-lg-320 {
	width: 320px!important;
}
.new-styles .w-lg-850 {
	width: 850px!important;
}
}.new-styles .w-850, .new-styles .w-xs-850 {
	width: 850px!important;
}
@media (min-width:2px) {
	.new-styles .w-sm-850 {
	width: 850px!important;
}
}@media (min-width:3px) {
	.new-styles .w-md-850 {
	width: 850px!important;
}
}.new-styles .form-bg-img-box {
	position: absolute;
	bottom: 0;
	right: 0;
}
.new-styles .form-stl .divider {
	margin-top: 20px;
	margin-bottom: 20px;
}
.new-styles .form-search .form-group {
	margin-bottom: 0;
}
.new-styles .popup-holder {
	display: none;
}
.new-styles .popup {
	padding: 30px;
	display: block;
	position: relative;
	max-width: none;
	border: none;
	border-radius: none;
	background: 0 0;
	vertical-align: middle;
	box-shadow: none;
}
.new-styles .row-bordered>[class*=col-]+[class*=col-], .new-styles .row-xs-bordered>[class*=col-]+[class*=col-] {
	border-left: 1px solid #eceef2;
}
.heder-favorites:before, .new-styles .header-about:before {
	background-repeat: repeat;
	content: ''}
.new-styles .popup-full {
	width: 100%}
.new-styles .popup-xs {
	width: 215px;
}
.new-styles .popup-sm {
	width: 500px;
}
.new-styles .popup-md {
	width: 760px;
	min-height: 500px;
}
.new-styles .popup-lg {
	width: 1000px;
}
.new-styles .popup-header {
	margin: -30px -30px 30px;
	padding: 22px 30px;
	background-color: #ba2025;
	color: #fff;
	text-align: center;
}
.new-styles .popup-header .h1, .new-styles .popup-header h1 {
	margin-bottom: 0;
}
.new-styles .header {
	padding: 30px 0 20px;
	background-color: #fff;
	border-bottom: 1px solid #eceef2;
}
.new-styles .logo {
	display: block;
	overflow: hidden;
	width: 250px;
	margin-top: 0;
}
.new-styles .logo img {
	max-width: 100%;
	max-height: none;
	margin: 0;
	vertical-align: top;
	-webkit-transition: all .25s ease 0;
	transition: all .25s ease 0;
}
.new-styles a.logo.hover img, .new-styles a.logo:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
}
.new-styles .header-about {
	margin-left: -40px;
	padding-left: 60px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	/* padding-top: 5px; */
}
.new-styles .header-about:before {
	background-position: left top;
	background-image: url(/local/images/bg-header-about.png);
	position: absolute;
	display: block;
	/*top: 4px;*/
	left: 0;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat
}
.heder-favorites {
	position: relative;
	display: inline-block;
	padding-top: 28px;
	padding-left: 15px;
	padding-right: 5px;
}
.heder-favorites.activated:before, .heder-favorites:hover:before {
	background-position: 0 -28px;
}
.heder-favorites:before {
	background-position: 0 0;
	background-image: url(/local/images/bg-header-favorites.png);
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	margin-left: -14px;
	width: 28px;
	height: 28px;
}
.new-styles .header-contact {
	display: inline-block;
	/*padding-top: 8px;*/
}
.new-styles .header-contact-row~.header-contact-row {
	margin-top: 3px;
}
.new-styles .header-contact-phone {
	white-space: nowrap;
	text-align: right;
}
.new-styles .header-contact-phone a{display: block;
text-decoration: none;
border: none;
color: #5b5b5b;
/* padding-bottom: 8px; */
font-size: 20px;
line-height: 22px
}
.new-styles .header-contact-phone a:before{
	content: '';
	position: relative;
	left: -15px;
	top: -3px;
	width: 28px;
	height: 26px;
	display: block;
	float: left;
}
.new-styles .header-contact-phone a:hover{
	color: #1c1b17
}
.new-styles .header-contact-phone a span{
	font-weight: 600
}
.new-styles .header-contact-time {
	/*white-space: nowrap;
	line-height: 2;*/
	white-space: nowrap;
	line-height: 2;
	font-style: italic;
	text-align: right;
	padding-bottom: 3px
}
.new-styles .header-action .btn.btn-primary.btn-orange{
	box-shadow: none;
	padding: 8px 16px
}
.new-styles .header-action .btn.btn-primary.btn-orange:hover{
	box-shadow: 0 2px 0 #c96d23;
	padding: 8px 16px 6px
}
.contacts-icon_tel:before {
  background: url("/local/images/icon-contact-tel.png") 0 0 no-repeat;
}
.contacts-icon_viber:before {
  background: url("/local/images/icon-contact-viber.png") 0 0 no-repeat;
}
.contacts-icon_velcom:before {
  background: url("/local/images/icon-contact-velcom.png") 0 0 no-repeat;
}
.new-styles .footer {
	padding: 35px 0 55px;
	font-size: 14px;
	line-height: 1.42857;
	background-color: #5b5b5b;
	color: #fff;
}
.new-styles .footer-nav-title {
	margin-top: 25px;
	margin-bottom: 17px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	color: #b0cb1f;
}
.new-styles .footer-nav-title:first-child {
	margin-top: 0;
}
.new-styles .footer-nav>.footer-nav-el+.footer-nav-el {
	margin-top: 10px;
}
.new-styles .footer-copy {
	margin-bottom: 13px;
}
.new-styles .footer-dev {
	overflow: hidden;
}
.new-styles .footer-dev .icon {
	margin-top: 6px;
	margin-right: 15px;
	float: left;
}
.new-styles .footer-dev-text {
	overflow: hidden;
}
.new-styles .footer-nav-menu .btn-social-title {
	margin-bottom: 25px;
}
.new-styles .footer-nav-menu .btn-social-group {
	margin-bottom: 38px;
}
.new-styles .main-nav-menu {
	background-color: #fff;
}
.new-styles .main-nav-helper {
	margin: 0 -10px;
}
.new-styles .main-nav-link {
	display: block;
	padding: 18px 10px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
.new-styles .main-sub-nav-link, .new-styles .secondary-nav-link {
	display: block;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: none!important;
}
.new-styles .main-nav-link.main-nav-link.main-nav-link {
	text-align: left;
}
.new-styles .main-nav-dropdown-menu {
	width: 360px;
}
.new-styles .main-sub-nav-link {
	padding: 3px 0;
	border-bottom: 0!important;
}
.new-styles .main-sub-nav-link.internal-link-alt:after {
	top: -1px;
	margin-left: -6px;
}
.new-styles .main-nav-order {
	padding-top: 10px;
	text-align: right;
}
.new-styles .secondary-nav-menu {
	border-bottom: 1px solid #bcbec0;
	margin-bottom: 30px;
}
.new-styles .secondary-nav-menu:first-child {
	margin-top: -30px;
}
.new-styles .secondary-nav {
	margin: 0 0 -1px;
}
.new-styles .secondary-nav-el {
	margin-right: 36px!important;
	padding: 0!important;
	position: relative!important;
}
.new-styles .secondary-nav-link {
	padding: 27px 0;
	border-bottom: 0!important;
	position: relative;
}
.new-styles .secondary-nav-el.active .secondary-nav-link:before, .new-styles .secondary-nav-el.open .secondary-nav-link:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background-color: #c4161c;
}
.new-styles .row-bordered:after, .new-styles .row-bordered:before, .new-styles .row-xs-bordered:after, .new-styles .row-xs-bordered:before {
	content: none;
}
.new-styles .container {
	width: 1000px;
}
.new-styles .row.row-bordered, .new-styles .row.row-xs-bordered {
	width: 100%;
	margin: 0!important;
	border-collapse: collapse;
	table-layout: fixed;
}
.new-styles [class*=col-] {
	min-height: 0!important;
}
.new-styles .row.row-bordered {
	display: table;
}
.new-styles .row-bordered>[class*=col-] {
	display: table-cell;
	float: none;
	vertical-align: top;
}
.new-styles .row.row-xs-bordered {
	display: table;
}
.new-styles .row-xs-bordered>[class*=col-] {
	display: table-cell;
	float: none;
	vertical-align: top;
}
.new-styles .row-sm-bordered {
	margin: 0!important;
}
.new-styles .row-sm-bordered>[class*=col-]+[class*=col-] {
	border-top: 1px solid #eceef2;
}
@media (min-width:2px) {
	.new-styles .row.row-sm-bordered {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin: 0!important;
}
.new-styles .row-sm-bordered:after, .new-styles .row-sm-bordered:before {
	content: none;
}
.new-styles .row-sm-bordered>[class*=col-] {
	display: table-cell;
	float: none;
	vertical-align: top;
}
.new-styles .row-sm-bordered>[class*=col-]+[class*=col-] {
	border-top: 0;
	border-left: 1px solid #eceef2;
}
}.new-styles .row-md-bordered {
	margin: 0!important;
}
.new-styles .row-md-bordered>[class*=col-]+[class*=col-]:before {
	border-top: 1px solid #eceef2;
}
@media (min-width:3px) {
	.new-styles .row.row-md-bordered {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin: 0!important;
}
.new-styles .row-md-bordered:after, .new-styles .row-md-bordered:before {
	content: none;
}
.new-styles .row-md-bordered>[class*=col-] {
	display: table-cell;
	float: none;
	vertical-align: top;
}
.new-styles .row-md-bordered>[class*=col-]+[class*=col-] {
	border-top: 0;
	border-left: 1px solid #eceef2;
}
}.new-styles .row-lg-bordered {
	margin: 0!important;
}
.new-styles .row-lg-bordered>[class*=col-]+[class*=col-]:before {
	border-top: 1px solid #eceef2;
}
@media (min-width:9999px) {
	.new-styles .row.row-lg-bordered {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin: 0!important;
}
.new-styles .row-lg-bordered:after, .new-styles .row-lg-bordered:before {
	content: none;
}
.new-styles .row-lg-bordered>[class*=col-] {
	display: table-cell;
	float: none;
	vertical-align: top;
}
.new-styles .row-lg-bordered>[class*=col-]+[class*=col-] {
	border-top: 0;
	border-left: 1px solid #eceef2;
}
}.new-styles .main-promo-box .row-bordered>[class*=col-]+[class*=col-], .new-styles .project-box .row-bordered>[class*=col-]+[class*=col-] {
	border-left: 0;
}
.new-styles .main {
	overflow: hidden;
	min-width: 1000px;
	cursor: default;
}
.new-styles .content-main {
	padding: 30px 0;
	background-color: #fff;
}
.new-styles .content-secondary {
	padding: 30px 0;
	background-color: #ccc;
}
.new-styles .main-promo-box {
	height: 388px;
	margin: 0 -50px;
	position: relative;
	overflow: hidden;
	background-color: #eceef2;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.new-styles .main-promo-choose {
	padding: 20px 50px;
}
.new-styles .main-promo-choose .h2, .new-styles .main-promo-choose .h2-alt, .new-styles .main-promo-choose h2 {
	margin-bottom: 26px;
	text-align: center;
}
.new-styles .main-promo-choose .h2-alt:first-child, .new-styles .main-promo-choose .h2:first-child, .new-styles .main-promo-choose h2:first-child {
	margin-top: 7px;
}
.new-styles .furniture-choose-group {
	margin: -23px -30px 0;
}
.new-styles .furniture-choose-el {
	width: 33.33%;
	margin-top: 23px;
	margin-right: -4px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none!important;
	border-bottom: 0!important;
	text-align: center;
}
.new-styles .furniture-choose-img-box {
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #b0cb1f;
	font-size: 0;
	max-height: none;
}
.new-styles .furniture-choose-img-box:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.new-styles .furniture-choose-img-box img {
	vertical-align: middle;
}
.new-styles .furniture-choose-name {
	margin-top: 10px;
}
.new-styles .furniture-choose-action {
	margin-top: 25px;
	margin-bottom: -10px;
	margin-right: -6px;
	text-align: center;
}
.new-styles .furniture-choose-action .btn {
	margin-bottom: 10px;
	margin-right: 6px;
}
.new-styles .advantage-el {
	width: 20%;
	margin-right: -5px;
	padding-right: 24px;
	padding-top: 4px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.new-styles .advantage-name {
	margin-top: 8px;
	font-weight: 600;
	color: #2b2a29;
}
.new-styles .more-area {
	margin-top: 30px;
	text-align: center;
}
.new-styles .more-link {
	font-size: 14px;
	line-height: 1.4285714285714;
}
.new-styles .stock-price {
	font-size: 48px;
	line-height: 1;
	white-space: nowrap;
}
.new-styles .stock-banner-group {
	margin: 40px -40px -6px;
}
.new-styles .stock-banner-el {
	margin-bottom: 6px;
	position: relative;
}
.new-styles .stock-banner-el:hover {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.new-styles .stock-banner-el .slider-el-info {
	width: 70%}
.new-styles .stock-banner-el .slider-el-info-inner {
	padding: 25px 40px;
	vertical-align: top;
}
.new-styles .h2.stock-banner-title, .new-styles .h3.stock-banner-title, .new-styles h2.stock-banner-title, .new-styles h3.stock-banner-title {
	margin: 0;
}
.new-styles .stock-banner-title-stripe {
	color: #fff;
	position: relative;
}
.new-styles .stock-banner-title-stripe:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #5b5b5b;
	border-radius: 3px;
	left: -20px;
	right: -20px;
	top: 0;
	bottom: 0;
	-webkit-transform: skewX(-14deg);
	-ms-transform: skewX(-14deg);
	transform: skewX(-14deg);
}
.new-styles .stock-banner-title-stripe-text {
	position: relative;
}
.new-styles .stock-banner-description {
	margin: 12px 0 10px;
}
.new-styles .stock-banner-description .dashed-list>li {
	margin-bottom: 0;
}
.new-styles .stock-banner-action {
	margin-top: 30px;
	position: absolute;
	bottom: 30px;
}
.new-styles .quote {
	position: relative;
}
.new-styles .quote:after, .new-styles .quote:before {
	display: block;
	position: absolute;
	font-size: 72px;
	line-height: 1;
	color: #b0cb1f;
}
.new-styles .quote:before {
	content: 'â€';
	top: -8px;
	left: -6px;
}
.new-styles .quote:after {
	content: 'â€œ';
	bottom: -44px;
	right: -22px;
}
.new-styles .quote-title {
	margin-bottom: 12px;
	text-align: center;
}
.new-styles .quote-person {
	/*margin-top: 27px;*/
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857;
}
.new-styles .project-area {
	padding: 30px 0;
	background-color: #5b5b5b;
}
.new-styles .project-area .h2, .new-styles .project-area .h2-alt, .new-styles .project-area h2 {
	margin-bottom: 33px;
	color: #fff;
	text-align: center;
}
.new-styles .project-area .h2-alt:first-child, .new-styles .project-area .h2:first-child, .new-styles .project-area h2:first-child {
	margin-top: 4px;
}
.new-styles .project-box .slider-area {
	margin-bottom: 40px;
}
.new-styles .project-box .slider-pager-area {
	bottom: -30px;
}
.new-styles .project-box .slider-el-wrapper {
	position: static;
	height: 100%}
.new-styles .project-box .slider-el-info {
	width: 100%}
.new-styles .project-row-big .slider-el-info {
	max-height: 400px;
	min-height: 400px;
	height: 400px;
}
.new-styles .project-row-big .slider-el-info-inner {
	padding: 40px 40px 80px;
	vertical-align: top;
	max-height: 400px;
	height: 400px;
	min-height: 400px;
	position: relative;
	display: block;
}
.new-styles .project-row-small .slider-el-info-inner {
	padding: 20px 50px;
}
.new-styles .project-box .slider-el-img-box {
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.new-styles .project-row-big .slider-el-img-box {
	height: 400px;
}
body .new-styles .slider-el-info-inner .project-action {
/*	position: absolute;
top: 130px;*/
	position: relative;
    top: 80px;
}
.new-styles .project-row-small .row, .new-styles .project-row-small .slider-el-img-box, .new-styles .project-row-small [class*=col-] {
	height: 100%}
.new-styles .project-box .h2, .new-styles .project-box .h2-alt, .new-styles .project-box h2 {
	margin-bottom: 18px;
	color: #2b2a29;
	text-align: left;
}
.new-styles .project-box .h2-alt:first-child, .new-styles .project-box .h2:first-child, .new-styles .project-box h2:first-child {
	margin-top: -14px;
}
.new-styles .project-box .quote:first-child {
	margin-top: -16px;
}
.new-styles .project-label-img-box {
	position: absolute;
	left: 20px;
	bottom: 40px;
}
.new-styles .project-row-big {
	height: 400px;
	overflow: hidden;
	background-color: #ebedf1;
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMyMSA0NTkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlZGYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzMjEiIGhlaWdodD0iNDU5IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, #fbfbfb 0, #fbfbfb 20.12%, #ebedf1 100%);
	background-image: -o-linear-gradient(bottom, #fbfbfb 0, #fbfbfb 20.12%, #ebedf1 100%);
	background-image: -webkit-linear-gradient(bottom, #fbfbfb 0, #fbfbfb 20.12%, #ebedf1 100%);
	background-image: linear-gradient(bottom, #fbfbfb 0, #fbfbfb 20.12%, #ebedf1 100%);
}
.new-styles .project-row-small {
	height: 234px;
	overflow: hidden;
	background-color: #fbfbfb;
	background-image: url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDU3OCAyNTAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWRmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI1NzgiIGhlaWdodD0iMjUwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom, #ebedf1 0, #fbfbfb 79.88%, #fbfbfb 100%);
	background-image: -o-linear-gradient(bottom, #ebedf1 0, #fbfbfb 79.88%, #fbfbfb 100%);
	background-image: -webkit-linear-gradient(bottom, #ebedf1 0, #fbfbfb 79.88%, #fbfbfb 100%);
	background-image: linear-gradient(bottom, #ebedf1 0, #fbfbfb 79.88%, #fbfbfb 100%);
}
.new-styles .project-all {
	margin-top: 24px;
	margin-bottom: 24px;
	margin-right: -6px;
}
.new-styles .project-all .btn {
	margin-bottom: 10px;
	margin-right: 6px;
}
.new-styles .project-price {
	font-size: 24px;
	line-height: 1.0833333333333;
	white-space: nowrap;
}
.new-styles .project-action {
	margin-top: 24px;
}
.new-styles .about-area .h2, .new-styles .about-area .h2-alt, .new-styles .about-area h2 {
	margin-bottom: 41px;
	text-align: center;
}
.new-styles .about-area .h2-alt:first-child, .new-styles .about-area .h2:first-child, .new-styles .about-area h2:first-child {
	margin-top: 6px;
}
.new-styles .about-group {
	margin: -25px 0 31px;
}
.new-styles .about-el {
	width: 25%;
	margin-right: -5px;
	margin-top: 25px;
	padding-right: 32px;
	display: inline-block;
	vertical-align: top;
}
.new-styles .about-el:last-child {
	padding-right: 0;
}
.new-styles .about-num {
	margin-bottom: 27px;
	font-size: 48px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
}
.new-styles .about-title {
	margin-bottom: 15px;
}
.new-styles .about-description {
	font-size: 14px;
	line-height: 1.42857;
	color: #787878;
}
.new-styles .title-icon {
	margin-bottom: 20px;
	display: table;
	border-collapse: collapse;
}
.new-styles .title-icon-img, .new-styles .title-icon-text {
	display: table-cell;
}
.new-styles .title-icon-img {
	padding-right: 15px;
	vertical-align: top;
}
.new-styles .title-icon-text {
	vertical-align: middle;
}
.new-styles .title-icon-text .h2, .new-styles .title-icon-text .h2-alt, .new-styles .title-icon-text h2 {
	margin-bottom: 0;
}
.new-styles .contact-area {
	margin-top: 40px;
	margin-bottom: -30px;
	border-top: 5px solid #eceef2;
}
.new-styles .contact-area .row-bordered>[class*=col-] {
	padding-top: 30px;
	padding-bottom: 30px;
}
.new-styles .contact-area .row-bordered>[class*=col-]:first-child .contact {
	margin-top: -5px;
}
.new-styles .contact-title {
	margin-top: 10px;
	margin-bottom: 5px;
}
.new-styles .contact-row~.contact-row {
	margin-top: 10px;
}
.new-styles .contact-phone {
	margin-right: 14px;
	white-space: nowrap;
}
.new-styles .contact-time {
	white-space: nowrap;
}
.new-styles .contact-phone.big {
	letter-spacing: -1px;
}
.new-styles .contact-action {
	margin-top: 23px;
	display: table;
	border-collapse: collapse;
}
.new-styles .contact-action-btn, .new-styles .contact-action-text {
	display: table-cell;
}
.new-styles .contact-action-btn {
	vertical-align: top;
	padding-right: 20px;
}
.new-styles .contact-action-text, .popup {
	vertical-align: middle;
}
.new-styles .w132 {
	width: 132px;
}
.new-styles .list-undotted li:before {
	display: none;
}
.request-info {
	font-size: 14px;
}
.w-800 {
	width: 800px;
}
.popup {
	display: inline-block;
	position: relative;
	/*#max-width: 80%;*/
	max-width: 80%;
	padding: 20px;
	border: 0 solid #FFF;
	border-radius: 5px;
	background: #FFF;
	text-align: left;
	box-shadow: 0 0 9px 9px rgba(56, 94, 104, .26);
}
.popup input[name=submit] {
	background-image: url(/bitrix/templates/eshop_adapt_blue/images/send_btn.jpg);
	border: none;
	content: "";
	width: 338px;
	height: 41px;
	margin-left: 130px;
	margin-top: 5px;
	font-size: 0;
	cursor: pointer;
}
div.mf-text.mf-text.mf-text {
	width: 100px!important;
	margin-right: 30px!important;
}
.workarea_wrap a.popup__close {
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 14px;
	height: 14px;
	padding: 8px;
	cursor: pointer;
	background: #FFF;
	text-align: center;
	font-size: 19px;
	line-height: 17px;
	color: #A0A0A0!important;
	text-decoration: none;
	font-family: cursive, Verdana;
}
.discount-box {
	display: block;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	position: relative;
	color: #fff;
	margin-bottom: 5px;
}
.discount-box>img {
	margin: 0 auto;
	display: block;
}
.discount-circle {
	position: absolute;
	top: 4px;
	left: 6px;
	font-size: 25px;
	width: 52px;
	height: 48px;
	text-align: center;
	font-family: Lobster, cursive;
	white-space: nowrap;
}
.discount-stripe, .new-styles .filter-content .img-box, .new-styles .request-area h2 {
	text-align: left;
}
.discount-stripe {
	position: absolute;
	top: 7px;
	left: 71px;
	height: 42px;
	display: inline-block;
}
.discount-circle:before {
	content: "";
	font-size: 0;
	vertical-align: middle;
	height: 100%;
	display: inline-block;
	right: 3px;
}
.discount-stripe:before {
	content: "";
	font-size: 0;
	vertical-align: middle;
	height: 100%;
	display: inline-block;
	right: 0px;
}
.discount-centered {
	display: inline-block;
	vertical-align: middle;
}
.discount-strong, .discount-text {
	display: block;
	line-height: 1.2em;
}
.discount-strong {
	font-weight: 800;
}
.discount-text {
	font-size: 12px;
	font-weight: 600;
}
.project-description {
	max-height: 146px;
	overflow: hidden;
	font-size: 14px;
}
.new-styles .inner-advantage-group {
	display: table;
	width: 100%}
.new-styles .inner-advantage-group .furniture-choose-el {
	display: table-cell;
	text-align: left;
}
.new-styles .inner-advantage-group .furniture-choose-img-box {
	display: table-cell;
}
.new-styles .inner-advantage-group .furniture-choose-name {
	display: table-cell;
	vertical-align: middle;
	padding-left: 11px;
	font-weight: 600;
}
.new-styles .inner-advantage-group .furniture-choose-el:first-child .furniture-choose-name {
	padding-right: 60px;
}
.new-styles .inner-advantage-group .furniture-choose-el:nth-child(2) .furniture-choose-name {
	padding-right: 130px;
}
.new-styles .filter-area h2 {
	margin-bottom: 10px;
}
.new-styles .filter-menu {
	padding-right: 190px;
}
.new-styles .filter-menu-item {
	display: inline-block;
	padding: 0;
}
.new-styles .filter-menu-item+.filter-menu-item {
	margin-left: 13px;
}
.new-styles .filter-menu-item:before {
	display: none;
}
.new-styles .filter-menu-link {
	color: #a0a0a0;
	border: 0;
}
.new-styles .filter-item {
	position: relative;
}
.new-styles .filter-content .col-md-4 .col-md-12 .filter-item {
	margin: 0 13px 15px 0;
}
.new-styles .filter-content .col-md-8 .filter-item {
	margin: 0 5px 0 0;
}
.new-styles .filter-content .col-md-4+.col-md-8 .filter-item {
	margin: 0 0 0 5px;
}
.new-styles .filter-content .col-md-4 .img-box {
	height: 190px;
}
.new-styles .filter-content .col-md-8 .img-box {
	height: 395px;
}
.new-styles .heart-action {
	position: absolute;
	top: 12px;
	right: 12px;
	height: 32px;
	width: 32px;
	border: 0;
	border-radius: 50%;
	background-color: rgba(43, 42, 41, .7);
	z-index: 1;
}
.new-styles .heart-action:hover {
	background-color: rgba(43, 42, 41, 1);
}
.new-styles .heart-action.active {
	background-color: rgba(43, 42, 41, .9);
}
.new-styles .heart-action .icon-heart {
	margin: 9px 0 0 7px;
}
.new-styles .heart-action.active .icon-heart {
	background-position: -325px -25px;
}
.new-styles .filter-item:hover {
	-webkit-box-shadow: 0 3px 3px rgba(1, 1, 1, .2);
	box-shadow: 0 3px 3px rgba(1, 1, 1, .2);
}
.new-styles .filter-item:hover>.filter-item-dropdown {
	display: block;
	-webkit-box-shadow: 0 3px 3px rgba(1, 1, 1, .2);
	box-shadow: 0 3px 3px rgba(1, 1, 1, .2);
}
.new-styles .filter-item-dropdown {
	position: absolute;
	padding: 4px 10px;
	z-index: 2;
	color: #fff;
	bottom: 0;
	box-shadow: none;
	display: inline-block;
	background-color: #b0cb1f;
	max-width: 260px;
}
.new-styles .filter-item-dropdown .h4 {
	color: #fff;
	font-size: 14px;
}
.new-styles .filter-item-dropdown h4+p {
	margin-top: 4px;
}
.new-styles .filter-item-dropdown p {
	line-height: 1.2;
}
.new-styles .request-area {
	background-color: #ECEEF2;
	padding: 28px 0 27px;
	-webkit-box-shadow: 0 3px 5px rgba(1, 1, 1, .15);
	box-shadow: 0 3px 5px rgba(1, 1, 1, .15);
	margin: 35px 0;
}
.new-styles .request-content {
	padding-left: 30px;
}
.new-styles .request-area h4 {
	color: #5b5b5b;
	text-transform: none;
	margin: 0;
}
.new-styles .request-area h4 .icon-black-heart, .new-styles .request-area h4 .icon-orange-heart {
	margin: 0 6px -3px;
}
.new-styles .request-action {
	margin-top: 12px;
	text-align: center;
}
.request-area .request-action:first-child {
	margin-top: 0;
}
.request-area .request-action a.btn-sm {
	float: none;
}
.new-styles .material-area {
	margin-top: 45px;
	padding-bottom: 20px;
}
.new-styles .material-col {
	width: 290px;
	float: left;
}
.new-styles .material-col+.material-col {
	margin-left: 15px;
}
.new-styles .material-item {
	position: relative;
	margin-bottom: 2px;
}
.new-styles .material-list {
	margin-bottom: 0;
}
.new-styles .material-list-item {
	width: 71px;
	float: left;
	margin: 0;
	padding: 0;
}
.new-styles .material-list-item:before {
	display: none;
}
.new-styles .material-list-item+.material-list-item {
	margin-left: 2px;
}
.new-styles .material-item-content {
	margin-top: 15px;
}
.new-styles .material-item-content p {
	line-height: 20px;
	margin-bottom: 15px;
}
.new-styles .material-box .slider-nav-btn-area {
	width: 42px;
}
.new-styles .material-box .slider-nav-btn:after {
	top: 115px;
}
.new-styles .material-box .slider-nav-alt .slider-nav-btn-next:after {
	padding-left: 2px;
}
.new-styles .material-item-wrap {
	background-color: rgba(176, 203, 31, .8);
	position: absolute;
	top: 86px;
	padding: 8px 30px 10px 19px;
}
.new-styles .material-title {
	margin-bottom: 0;
}
.new-styles .material-box .more-area {
	margin-top: 9px;
}
.new-styles .project-area .request-area {
	background-color: #F9FAFB;
	-webkit-box-shadow: 0 3px 5px rgba(1, 1, 1, .15);
	box-shadow: 0 3px 5px rgba(1, 1, 1, .15);
	margin-top: 15px;
	padding-top: 25px;
}
.new-styles .project-area .request-area h2 {
	margin-bottom: 9px;
	color: #2b2a29;
}
.new-styles .project-area .request-action {
	margin-top: 16px;
}
.new-styles .project-area .mb24 {
	margin-bottom: 24px;
}
.new-styles .row-7-2 {
	margin: 0 -7.5px;
}
.new-styles .row-7-2 [class*=col-] {
	padding: 0;
}
.new-styles .project-box-wrap {
	background-color: #fff;
	margin: 0 7.5px;
	padding: 26px 30px 27px;
}
.new-styles .project-box-wrap .row+.row {
	border-top: 1px solid #d6d7d8;
	margin-top: 4px;
	padding-top: 13px;
}
.new-styles .project-box-wrap .h4 {
	text-transform: none;
	margin-bottom: 4px;
	font-weight: 700;
}
.new-styles .project-box-wrap .img-box {
	margin-bottom: 13px;
	text-align: left;
}
.new-styles .project-box-wrap .h2-alt {
	margin-bottom: 10px;
}
.new-styles .project-box-wrap .h2-alt:first-child {
	margin-top: 0;
}
.new-styles .project-box-wrap p {
	color: #2b2a29;
	margin: 0;
}
.equal, .equal>div[class*=col-] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 0 auto;
}
.new-styles .reviews-area {
	background-color: #eceef2;
	padding: 50px 0 35px;
}
.new-styles .reviews-area .col-md-6+.col-md-6 {
	border-left: 1px solid #dadce0;
}
.new-styles .quote-content {
	padding: 35px 0 5px;
	font-style: normal;
	border-left: 0;
	margin-bottom: 0;
}
.new-styles .quote-info {
	position: relative;
	margin: 0;
	padding-bottom: 25px;
	font-size: 16px;
	line-height: 1.5;
}
.new-styles .reviews-area .quote-info:after, .new-styles .reviews-area .quote-info:before {
	position: absolute;
	font-family: Lobster, cursive;
	font-size: 72px;
	line-height: 0;
	color: #b0cb1f;
}
.new-styles .reviews-area .quote-info:before {
	content: 'â€œ';
	top: -7px;
	left: -6px;
}
.new-styles .reviews-area .quote-info:after {
	content: 'â€';
	bottom: 15px;
	right: 0;
}
.advantages-cols:after, .new-styles .main-sub-nav-el:before, .radio-blocks:after, .remove-cross:after, .remove-cross:before {
	content: ''}
.new-styles .reviews-area .col-md-6:first-child .quote-content {
	margin-right: 48px;
}
.new-styles .reviews-area .col-md-6+.col-md-6 .quote-content {
	margin: 0 20px 0 54px;
}
.new-styles .reviews-area .col-md-6+.col-md-6 .quote-info:after {
	right: -19px;
}
.new-styles .reviews-area .quote-autor {
	position: absolute;
	bottom: 5px;
	font-size: 14px;
	line-height: 1.4285;
	font-weight: 700;
}
.new-styles .reviews-area .base-alt {
	font-weight: 700;
}
.new-styles .reviews-area .rating span.active{
	color: #b0cb1f;
}
.new-styles .reviews-area .rating .rating-value{
	display: none;
}
.new-styles .autor-link {
	text-decoration: none;
	color: #3a579b;
	border: 0;
}
.new-styles .autor-link .icon {
	margin: 0 10px -5px 0;
}
.new-styles .reviews-area .more-area {
	margin-top: 35px;
}
.new-styles .stage-area {
	padding-top: 26px;
}
.new-styles .stage-box .img-box {
	min-height: 76px;
	text-align: left;
}
.new-styles .stage-box .h3 {
	margin-top: 18px;
}
.new-styles .stage-box .h3 strong {
	margin-right: 4px;
}
.new-styles .stage-box p {
	font-size: 14px;
	color: #787878;
}
.new-styles .switcher-area {
	background-color: #eceef2;
}
.new-styles .switcher-list {
	padding: 15px 0;
	margin: 0;
}
.new-styles .switcher-list-item {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.new-styles .switcher-list-item:before {
	display: none;
}
.new-styles .switcher-list-link {
	display: inline-block;
	width: 100%;
	color: #5b5b5b;
	border: 0;
}
.new-styles span.switcher-list-link {
	display: inline;
	width: auto;
}
.new-styles .switcher-list-link.active {
	border: none;
	background: #b0cb1f;
	color: #eff6d9;
	border-radius: 4px;
	margin-left: 10px;
	padding: 4px 25px;
}
.new-styles .switcher-list-link.active:hover {
	color: #fff;
}
.new-styles .advantages-area {
	background-color: #eceff3;
	padding: 10px;
	margin-top: 5px;
}
.new-styles span.switcher-list-link.active {
	padding: 4px 9px;
	border-radius: 0;
}
ul.projectsGallery>li {
	padding: 0;
	margin: 5px 20px 13px 0;
}
ul.projectsGallery>li:before {
	display: none;
}
div.news-detail img.detail_picture {
	float: none;
	max-width: 100%;
	height: auto
}
.discount-box-standalone img {
	margin: 0 0 0 5px;
}
.light-blue-col {
	background-color: #eceef2;
}
.new-styles .popup .margin-out-popup {
	margin: -30px!important;
	width: auto;
}
.margin-out-popup>[class*=col-] {
	padding-top: 30px;
	padding-bottom: 30px;
}
.popup-footer {
	border-top: 2px solid #b7d31f;
	background-color: #fff;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0 -30px -30px;
}
.margin-out-popup+.popup-footer {
	margin-top: 30px;
}
.popup-request hr {
	clear: both;
	border-color: #d9dbde;
}
.radio-blocks {
	padding-top: 30px;
}
.radio-blocks:after {
	display: table;
	clear: both;
}
.radio-block-img-box {
	display: inline-block;
	position: relative;
}
.radio-block-img-box img {
	margin: 0;
}
.radio-img-dimension-left, .radio-img-dimension-right, .radio-img-dimension-top {
	position: absolute;
	color: #81a200;
	font-size: 16px;
}
.radio-img-dimension-left {
	top: 50%;
	right: 100%;
	margin-right: 5px;
	margin-top: -10px;
}
.radio-img-dimension-right {
	top: 50%;
	left: 100%;
	margin-left: 5px;
	margin-top: -10px;
}
.radio-img-dimension-top {
	left: 0;
	right: 0;
	bottom: 100%;
	margin-bottom: 2px;
	text-align: center;
}
.request-row {
	margin-bottom: 20px;
}
.request-row:last-child {
	margin-bottom: 0;
}
.request-row-title {
	margin-bottom: 10px;
}
.request-row+.radio-blocks {
	margin-top: -10px;
}
.vc-input {
	display: table;
}
.vc-input-item {
	display: table-cell;
	vertical-align: middle;
}
.vc-input-item+.vc-input-item {
	padding-left: 10px;
}
.vc-input label {
	color: #2b2a29;
}
.inline-vc-inputs .vc-input {
	display: inline-block;
	vertical-align: top;
}
.remove-cross {
	display: inline-block;
	background-color: rgba(132, 160, 0, .8);
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.remove-cross:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.remove-cross:after, .remove-cross:before {
	display: block;
	background-color: #fff;
	height: 2px;
	width: 12px;
	position: absolute;
	top: 7px;
	left: 2px;
}
.remove-cross:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.remove-cross:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.icon.icon-heart-green {
	width: 18px;
	height: 16px;
	background-position: -300px -25px;
}
.selected-projects-title {
	margin: 5px 0 10px;
	color: #2B2A29;
}
.selected-projects-title .icon {
	margin-right: 8px;
	vertical-align: middle;
}
.selected-project-small-card {
	background-size: cover;
	background-position: center;
	position: relative;
	display: inline-block;
	width: 82px;
	height: 58px;
	transition: all .2s;
}
.new-styles .project2-slider-area .slider-el-info-incut:after, .new-styles .project2-slider-area .slider-nav-btn-hint, .new-styles .project2-slider-area .slider-nav-btn:after, .new-styles .project2-slider-area .slider-pager-area {
	display: none;
}
.selected-project-small-card:hover {
	opacity: .8;
}
.selected-project-small-card .remove-cross {
	position: absolute;
	top: 5px;
	right: 5px;
}
.selected-project-small-card.big-card {
	width: 120px;
	height: 100px;
}
.input-small, .new-styles .input-small {
	width: 60px;
	text-align: center;
}
.file-input-standalone-txt, .new-styles .file-input-standalone-txt {
	clear: both;
}
.project2-area {
	padding-top: 0;
}
.project2-header {
	margin-bottom: 20px;
}
.project2-footer {
	margin-top: 20px;
}
.project2-slider-area {
	position: relative;
}
.new-styles .project2-slider-area .slider-el-info-inner {
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
}
.new-styles .project2-slider-area .slider-el-info-incut {
	margin-top: 30px;
	color: #2b2a29;
	width: auto;
	max-width: 326px;
	float: left;
}
.new-styles .project2-slider-area .slider-el-title {
	text-shadow: none;
}
.project2-slider-area .slider-nav-btn-area {
	width: 40px;
	height: 110px;
	border-bottom: none;
}
@media (min-width:1200px) {
	.new-styles .project2-slider-area .slider-nav-btn-area {
	width: 110px;
	height: 100px;
}
.new-styles .project2-slider-area .slider-nav-btn {
	width: 93px;
	height: 46px;
	top: 50%;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #b0cb1f;
}
.new-styles .project2-slider-area .slider-nav-btn:after {
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: 60px;
	line-height: 60px;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	background: rgba(0, 0, 0, .5);
	border-radius: 0;
	margin: 0;
}
.new-styles .project2-slider-area .slider-nav-btn-area:hover .slider-nav-btn:after {
	background-color: transparent;
}
.new-styles .slider-nav-alt .slider-nav-btn-prev {
	right: auto;
}
.new-styles .slider-nav-alt .slider-nav-btn-next {
	left: auto;
}
.new-styles .project2-slider-area .slider-nav-btn-hint {
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	display: block;
	margin-top: 7px;
	color: #fff;
}
.new-styles .project2-slider-area .slider-nav-btn-hint:hover {
	color: #5b5b5b;
}
.new-styles .project2-slider-area .slider-nav-btn-prev .slider-nav-btn-hint {
	text-align: right;
	padding-right: 10px;
}
.new-styles .project2-slider-area .slider-nav-btn-next .slider-nav-btn-hint {
	text-align: left;
	padding-left: 10px;
}
}.list-project2 {
	display: table;
	width: 100%;
	font-size: 14px;
	line-height: 1.4285;
}
.list-project2 .list-item {
	display: table-row;
}
.list-project2 .list-content, .list-project2 .list-title {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #dadce0;
	padding: 10px;
}
.list-project2 .list-item:first-child .list-content, .list-project2 .list-item:first-child .list-title {
	border-top: 1px solid #dadce0;
}
.list-project2 .list-title {
	padding-left: 0;
	font-weight: 700;
}
.list-project2 .list-content {
	padding-right: 0;
	text-align: right;
}
.new-styles .panel-table {
	display: table;
	width: 100%}
.new-styles .panel-table .panel-cell {
	display: table-cell;
	padding: 30px 15px;
	vertical-align: top;
}
.new-styles .panel-table .panel-cell:first-child {
	padding-left: 30px;
}
.new-styles .panel-table .panel-cell:last-child {
	padding-right: 30px;
}
.new-styles .panel-table .panel-cell-action {
	vertical-align: middle;
	width: 1px;
	white-space: nowrap;
}
.new-styles .panel-project2 {
	background: #eceef2;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}
.new-styles .panel-project2 .h2 {
	margin-bottom: 10px;
}
.new-styles .panel-project2 .panel-body, .new-styles .panel-project2 .panel-footer {
	padding: 15px 30px;
}
.new-styles .panel-project2 .panel-body:first-child, .new-styles .panel-project2 .panel-footer:first-child {
	padding-top: 30px;
}
.new-styles .panel-project2 .panel-body:last-child {
	padding-bottom: 30px;
}
.new-styles .panel-project2 .panel-footer {
	background: 0 0;
	border-top: none;
	padding-top: 16px;
	position: relative;
	font-weight: 700;
}
.new-styles .panel-project2 .panel-body+.panel-footer {
	margin-top: 5px;
}
.new-styles .panel-project2 .panel-footer:before {
	content: '';
	display: block;
	border-top: 1px solid #dadce0;
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
}
.new-styles .panel-project2 .panel-price {
	font-size: 24px;
	font-family: Lobster, cursive;
	line-height: 1.0833333333333;
	margin-bottom: 16px;
	text-transform: none;
	letter-spacing: -.3px;
}
.new-styles .panel-project2 .panel-price-inline {
	display: inline;
}
.icon-color {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-repeat: repeat;
	vertical-align: middle;
}
.new-styles .text-primary {
	color: #b0cb1f;
}
.new-styles .text-warning {
	color: #f37917;
}
.article {
	font-size: 14px;
	line-height: 1.4285;
}
.article-short {
	margin-bottom: 20px;
}
.article-row {
	margin-top: 40px;
	margin-bottom: 40px;
}
.article-short .article-row {
	margin-top: 20px;
	margin-bottom: 20px;
}
.article-row:first-child {
	margin-top: 0;
}
.article p {
	margin-bottom: 20px;
}
.breadcrumbs, .new-styles .slider-el-info-inner-bottom .slider-el-info-incut {
	margin-bottom: 30px;
}
.new-styles .article-row {
	margin-left: -20px;
	margin-right: -20px;
}
.new-styles .article-row>.col {
	padding-left: 20px;
	padding-right: 20px;
}
.project2-slider-area .slider-nav-btn-area.fixed {
	position: fixed;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin-top: -55px;
}
.project2-slider-area .slider-nav-btn-prev-area.fixed {
	margin-left: -40px;
}
.project2-slider-area .slider-nav-btn-next-area.fixed {
	margin-left: 900px;
}
@media (min-width:1200px) {
	.project2-slider-area .slider-nav-btn-area.fixed {
	left: auto;
	right: auto;
	bottom: auto;
	top: 50%;
	margin-top: -50px;
}
.project2-slider-area .slider-nav-btn-prev-area.fixed {
	margin-left: -110px;
}
.project2-slider-area .slider-nav-btn-next-area.fixed {
	margin-left: 900px;
}
}.slider-el-info-white .slider-el-info-incut {
	color: #3e3e3e;
	background: rgba(255, 255, 255, .9);
}
.slider-el-info-white .slider-el-info-incut:after {
	display: none;
}
.new-styles .slider-el-info-inner-bottom {
	vertical-align: bottom;
	padding-left: 30px;
	padding-right: 30px;
}
.new-styles .strong-bullet-list>li {
	padding-left: 20px;
}
.new-styles .strong-bullet-list>li:before {
	top: .45em;
	left: 0;
	width: 10px;
	height: 10px;
	box-shadow: 0 -1px 0 #84a000 inset;
	background: linear-gradient(to bottom, #cadf59, #a5c10b);
}
.advantages-cols:after {
	display: table;
	clear: both;
}
.advantages-col {
	float: left;
	padding-left: 40px;
}
.advantages-col.cnt-rows-2 {
	width: 50%}
.advantages-col.cnt-rows-3 {
	width: 33%}
.advantages-col.cnt-rows-4 {
	width: 25%}
.advantages-col-title, .new-styles .advantages-col-title {
	color: #81A200;
	margin-bottom: 10px;
}
.advantages-col li:last-child, .advantages-col ul:last-child {
	margin-bottom: 0;
}
.filter-area-title {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.filter-area-title-txt {
	display: table-cell;
	vertical-align: top;
	width: 99%}
.filter-area-title-txt h2 {
	margin: 0;
}
.filter-area-title-btns {
	display: table-cell;
	vertical-align: top;
	width: 1px;
	white-space: nowrap;
}
.filter-area-title-btns .btn {
	font-weight: 600;
}
.filter-area-title-btns .btn+.btn {
	margin-left: 10px;
}
.filter-content-small-grid .col-md-4 {
	padding-bottom: 15px;
}
.filter-content-small-grid .col-md-4:nth-child(3n+1) {
	clear: both;
}
.filter-area {
	margin-bottom: 40px;
}
.filter-area-btn-row {
	margin-top: 15px;
	text-align: center;
}
.new-styles .filter-area-btn-row .btn-default.btn-sm {
	background: url(/images/filter-area-btn.png);
	border: 0;
	border-radius: 0;
	width: 49px;
	height: 37px;
	color: #fff;
	padding: 4px 11px;
}
.new-styles .advantages-area+.filter-area {
	margin-top: 15px;
}
.new-styles .btn-orange, .new-styles .btn-orange.focus, .new-styles .btn-orange.hover, .new-styles .btn-orange:focus, .new-styles .btn-orange:hover {
	background-color: #f37917;
	background-image: -moz-linear-gradient(bottom, #f4862e 0, #f37917 100%);
	background-image: -o-linear-gradient(bottom, #a5c20a 0, #f37917 100%);
	background-image: -webkit-linear-gradient(bottom, #f4862e 0, #f37917 100%);
	background-image: linear-gradient(bottom, #f4862e 0, #f37917 100%);
	background-repeat: repeat;
	background-position: center center;
	box-shadow: 0 2px 0 #c96d23;
}
.breadcrumbs {
	background-color: #eceef2;
	padding: 15px 0;
}
.breadcrumbs-btn-box, .breadcrumbs-list-box {
	display: table-cell;
	vertical-align: middle;
}
.breadcrumbs-list-box {
	width: 100%}
.breadcrumbs-btn-box {
	width: 1px;
	white-space: nowrap;
	text-align: right;
}
.breadcrumbs-btn, .new-styles .breadcrumbs-btn {
	width: auto;
	display: inline-block;
}
.breadcrumbs-list, .new-styles .breadcrumbs-list {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.breadcrumbs-list li, .new-styles .breadcrumbs-list li {
	padding: 0 25px 0 0;
	margin: 0;
	display: inline-block;
}
.breadcrumbs-list li:after, .new-styles .breadcrumbs-list li:after {
	content: "\e080";
	width: auto;
	height: auto;
	color: #5b5b5b;
	font-family: "Glyphicons Halflings";
	font-size: 8px;
	background: 0 0;
	margin-left: 15px;
}
.project-gallery-slide-btn-prev:after, .project-gallery-slide-btn:after {
	content: '\e113'}
.breadcrumbs-list li a, .breadcrumbs-list li span {
	font-size: 12px;
	color: #5b5b5b;
	text-decoration: none;
	border: none;
}
.breadcrumbs-list li:last-child, .new-styles .breadcrumbs-list li:last-child {
	margin: 0;
}
.project-gallery, .project-main {
	margin-bottom: 30px;
}
.breadcrumbs-list li:last-child:after, .new-styles .breadcrumbs-list li:last-child:after {
	display: none;
}
.request-action-sale {
	font-family: Lobster, cursive;
	font-size: 18px;
	color: #f37917;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
}
.project-gallery {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.project-gallery.has-slider {
	margin-bottom: 0;
}
.project-gallery-main, .project-gallery-previews {
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.project-gallery-main {
	text-align: center;
	vertical-align: middle;
}
.project-gallery-main .heart-action {
	top: 40px;
}
.project-gallery.has-slider .project-gallery-main {
	padding: 30px 0;
}
.project-gallery-main img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.project-gallery-main-txt-block {
	bottom: 8px;
	left: 0;
	right: 0;
	padding: 16px 20px;
	background-color: rgba(255, 255, 255, .8);
	text-align: left;
	color: #3e3e3e;
}
.project-gallery-main-txt-block-content {
	display: table;
	width: 100%}
.project-gallery-main-txt-block-body, .project-gallery-main-txt-block-buttons {
	display: table-cell;
	vertical-align: middle;
}
.project-gallery-main-txt-block-body {
	width: 99%}
.project-gallery-main-txt-block-buttons {
	width: 1px;
	white-space: nowrap;
	text-align: center;
}
.project-gallery-main-txt-block-btn-row+.project-gallery-main-txt-block-btn-row {
	margin-top: 12px;
}
.project-gallery-main-txt-block h4 {
	color: #81a200;
	font-weight: 600;
	margin: 0 0 2px;
}
.project-gallery-previews {
	width: 150px;
	padding: 0 15px 0 0;
}
.project-gallery-preview-item {
	margin-bottom: 15px;
	text-align: center;
	height: 88px;
	cursor: pointer;
	overflow: hidden;
}
.project-gallery-preview-item:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}
.project-gallery-preview-item.active {
	border: 3px solid #b0cb1f;
}
.project-gallery-preview-item img {
	width: 100%}
.new-styles .project-gallery-slide-btn, .project-gallery-slide-btn {
	display: block;
	width: 100%;
	padding: 7px 0;
	background: #fff;
	border: none;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #2b2a29;
	position: relative;
	z-index: 10;
}
.project-gallery-slide-btn:hover {
	color: #84a000;
}
.project-gallery-slide-btn.disabled {
	color: #959494;
}
.project-gallery-slide-btn:after {
	font-family: 'Glyphicons Halflings';
	font-size: 16px;
}
.project-gallery-slide-btn-next:after {
	content: '\e114'}
.new-styles .project-gallery-slide-btn-next, .project-gallery-slide-btn-next {
	margin-top: -15px;
}
.project-switch-arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
}
.project-switch-arrows.fixed {
	position: fixed;
}
.new-styles .project-switch-arrow, .project-switch-arrow {
	position: absolute;
	top: -268px;
	padding: 260px 16px;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	border: none;
	color: #2b2a29;
}
.new-styles .project-switch-arrow:hover, .project-switch-arrow:hover {
	color: #84a000;
}
.project-switch-arrow-left {
	right: 50%;
	margin-right: 450px;
}
.project-switch-arrow-right {
	left: 50%;
	margin-left: 450px;
}
.project-switch-arrow-left:before {
	content: '\e079';
	font-family: 'Glyphicons Halflings'}
.project-switch-arrow-right:before {
	content: '\e080';
	font-family: 'Glyphicons Halflings'}
.project-switch-arrow:hover .slider-nav-btn:after {
	background-color: transparent;
	color: #1c1b17;
}
.project-switch-arrow-left .slider-nav-btn {
	display: none;
	margin-right: 20px;
	left: auto;
	right: 0;
}
.project-switch-arrow-right .slider-nav-btn {
	display: none;
	margin-left: 20px;
	right: auto;
	left: 0;
}
@media (min-width:1200px) {
	.project-switch-arrow .slider-nav-btn {
	display: block;
}
.new-styles .project-switch-arrow, .project-switch-arrow {
	padding: 260px 55px;
}
.project-switch-arrow:before {
	display: none;
}
}.hidden_block {
	margin-bottom: 75px;
}
.hidden_block img {
	display: inline;
	margin: 0 10px 0 0;
}
.hidden_block a {
	border-bottom-style: dotted;
}
.request_span {
	font-family: Lobster, regular;
	font-size: 23px;
	display: block;
	margin-bottom: 20px;
}
.img-box-form {
	position: relative;
	right: -147px;
	bottom: -30px;
}
.request-info-bottom {
	margin-bottom: -50px;
}
.btn.btn-link.favor_link {
	display: block;
	background: url(/local/images/temp/heart_gray.jpg) left 7px no-repeat;
	padding: 0 0 0 20px;
	text-align: left;
	border-bottom: none!important;
	color: #787878!important;
	margin: 5px 0 0 35px;
}
.new-styles .pull-right {
	margin-top: -10px;
}
.favor_link_popout {
	margin-left: 30px;
	border-bottom: none!important;
	position: relative;
	top: -10px;
}
#online_consult, #scrollup {
	position: fixed;
	cursor: pointer;
}
.send_favor_form {
	margin: 0 -30px -30px;
	padding: 25px 20px;
	text-align: right;
	background: #eceef2;
}
.h1_cour {
	font-family: Open SansLight;
	font-style: italic;
	font-size: 22px;
}
.ico-block {
	padding: 0 5px!important;
	text-align: center;
}
.ico-block span {
	font-weight: 700;
}
.ico-block img {
	display: inline-block;
}
#scrollup .icon{
	width: 55px;
	height: 55px;
	fill: #b0cb1f;
}
#scrollup .icon:hover{
	fill: #787878;
}
#scrollup {
	/*background: url(/local/images/scrollup.png) no-repeat;*/
	right: 13px;
	bottom: 105px;
	display: none;
	height: 55px;
	width: 55px;
	color: #FFF;
	text-align: right;
	line-height: 40px;
	font-size: 20px;
	font-family: 'Open Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	font-weight: 600;
}
/*#scrollup:hover {
	background-position-y: -40px;
}*/
#online_consult {
	background: url(/local/img/online_chat.png) no-repeat;
	height: 300px;
	width: 52px;
	background-size: 100%;
	float: left;
	top: 50%}
.lt-online {
	display: none!important;
}
ul.strong-list.strong-bullet-list {
	margin-bottom: 0;
	margin-left:7em;

}
ul.strong-list.strong-bullet-list>li {
	margin: 5px 0;

}
.new-styles .bx_breadcrumbs {
	margin-bottom: 0;
}
.new-styles .bx_breadcrumbs .list-unstyled {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.new-styles .bx_breadcrumbs .list-unstyled>li {
	padding-right: 20px;
	margin-right: 20px;
	display: inline-block;
	position: relative;
}
.new-styles .bx_breadcrumbs .list-unstyled>li:before {
	content: '\e080';
	position: absolute;
	width: auto;
	height: auto;
	left: auto;
	right: 0;
	top: 1px;
	color: #5b5b5b;
	font-family: "Glyphicons Halflings";
	font-size: 8px;
}
.new-styles .bx_breadcrumbs .list-unstyled>li:last-child {
	margin: 0;
}
.new-styles .bx_breadcrumbs .list-unstyled>li:last-child:before {
	display: none;
}
.new-styles .bx_breadcrumbs .list-unstyled a, .new-styles .bx_breadcrumbs .list-unstyled span {
	font-size: 12px;
	color: #5b5b5b;
	text-decoration: none;
	border: none;
	padding: 0;
	background: no-repeat;
	opacity: 1;
}
.new-styles .panel-project3 {
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	border-radius: 0 0 4px 4px!important;
}
.new-styles .article-short .nav-tabs {
	border-bottom: none;
}
.new-styles .article-short .nav-tabs>li {
	display: inline-block;
	float: left;
	margin-bottom: 0;
	vertical-align: top;
	width: 50%;
	background: #f4f5f7;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border: none;
	height: 36px;
}
.new-styles .article-short .nav-tabs>li.active {
	background: #eceef2!important;
}
.new-styles .article-short .nav-tabs>li.active>a {
	border-bottom: none!important;
	color: #b0cb1f!important;
	background: 0 0!important;
}
.workarea_wrap h1 {
	font-weight: 400;
	color: #2b2a29;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.new-styles .popup {
	width: 800px;
}
.new-styles .popup .img-box-form {
	right: -40px;
}
.new-styles .form-horizontal .form-group-action {
	text-align: center;
}
.new-styles .btn-primary {
	display: inline-block;
	width: auto;
}
.new-styles .project2-slider-area .slider-nav-btn {
	width: 93px;
	height: 46px;
	top: 50%;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #b0cb1f;
}
.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-next:before, .new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-prev:before {
	font-size: 0;
	line-height: 0;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	top: 0;
	display: inline-block;
	position: relative;
	content: ''}
.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-prev:before {
	border-right: 20px solid #b0cb1f;
	float: left;
	left: -20px;
}
.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-next:before {
	border-left: 20px solid #b0cb1f;
	float: right;
	right: -20px;
	width: 0;
	height: 0;
}
.single-slider-nav {
	margin: -10px -22px 0px 0px;
}
.single-slider-nav.no-transform .slick-track{
	transform: none !important
}
@media all and (max-width:999px) {
	.new-styles .panel-project3 .panel-body, .new-styles .panel-project3 .panel-footer {
	text-align: center;
}
.hide-768, .hide-btn-768 {
	display: none!important;
}
.new-styles .container {
	width: 728px;
	padding-left: 0;
	padding-right: 0;
}
.new-styles .header-about{
	margin-left: 15px;
	display: inline-block;
	padding-left: none;
	position: relative;
	font-size: 0px;
	line-height: 0px
	/* padding-top: 5px; */
}
.new-styles .main-promo-box {
	margin: 0;
	height: auto;
}
.new-styles .header-contact {
	padding-left: 100px;
}
.new-styles .container .col-33-768 {
	width: 33%}
.new-styles .row.row-bordered {
	display: block;
}
.new-styles .row-bordered>[class*=col-] {
	display: block;
	width: 100%}
.new-styles .main-nav-menu {
	border-bottom: 1px solid #eceef2;
	margin-bottom: 0;
}
.new-styles .furniture-choose-el {
	width: 16.666666666%}
.new-styles .footer {
	padding-bottom: 0;
}
.new-styles .footer-nav-menu .col-25-768 {
	width: 25%;
	padding: 0 30px;
}
.new-styles .footer-nav-menu .col-100-768 {
	width: 100%}
.new-styles .footer-nav-menu .col-33-768 {
	width: 33.3333333333%;
	float: left;
	margin-top: 25px;
}
.new-styles .footer-nav-menu .col-66-768 {
	width: 66.666666666%;
	float: left;
	margin-top: 25px;
}
.new-styles .slider-nav-alt .slider-nav-btn-next-area, .new-styles .slider-nav-alt .slider-nav-btn-prev-area {
	display: none!important;
}
.new-styles .stock-banner-group {
	margin-left: 0;
	margin-right: 0;
}
.new-styles .stock-banner-group .col-md-6 {
	width: 100%}
.new-styles .stock-banner-group .stock-banner-el {
	width: 487px;
	margin: 0 auto 20px;
}
.new-styles .project-row-big {
	height: auto;
}
.new-styles .project-row-big .col-md-8, .new-styles .project-row-small .col-md-8 {
	width: 54.945054945%;
	float: left;
}
.new-styles .project-row-big .col-md-4, .new-styles .project-row-small .col-md-4 {
	width: 45.054945055%;
	float: left;
}
.new-styles .project-row-small .quote-info {
	padding-bottom: 0;
}
.new-styles .project-row-small .quote-preson {
	margin-top: 18px;
}
.breeders-box {
	width: 351px;
	margin-right: 20px;
	margin-left: 0!important;
}
.breeders-box:nth-child(2n) {
	margin-right: 0;
}
.bottom_menu_container, .worakarea_wrap_container {
	width: 728px;
}
.new-styles .filter-content .col-md-4 .img-box {
	height: 154px;
}
.new-styles .material-col {
	width: 48%}
.new-styles .material-col:not(:nth-child(-n+2)) {
	display: none;
}
.new-styles .article .slider-el {
	width: 100%!important;
}
.new-styles .popup {
	width: 728px;
}
.new-styles .popup .row {
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.new-styles .popup .hidden_block, .new-styles .popup .request-row, .project-switch-arrow-left:before, .project-switch-arrow-right:before {
	display: none;
}
.new-styles .popup .request-row.favorites{
	display: block;
}
.new-styles .popup .col-md-5, .new-styles .popup .col-md-7 {
	width: 50%;
	float: left;
}
.new-styles .popup .request-info-bottom {
	z-index: 100;
	position: relative;
}
.new-styles .popup .img-box-form {
	position: absolute;
	bottom: 0;
	right: 0;
}
.new-styles .popup .img-box-form img {
	width: 290px;
}
body {
	overflow-x: hidden!important;
}
.new-styles .row-bordered>[class*=col-]+[class*=col-] {
	border-left: none;
	border-top: 1px solid #eceef2;
}
.new-styles .project-switch-arrows, .new-styles .project-switch-arrows.fixed {
	position: static;
	top: auto;
	left: auto;
	right: auto;
	overflow: hidden;
	padding: 20px 0;
}
.new-styles .project-switch-arrow, .project-switch-arrow {
	position: static;
	top: auto;
	padding: 0;
}
.project-switch-arrow-left {
	right: auto;
	margin-right: 0;
	float: left;
}
.project-switch-arrow-right {
	left: auto;
	margin-left: 0;
	float: right;
}
.new-styles .slider-nav-btn {
	position: static;
}
.new-styles .project2-slider-area .slider-nav-btn {
	background-image: none!important;
	background: #a5cc00;
	display: block;
	padding: 7px 10px;
	position: relative;
}
.new-styles .project2-slider-area .slider-nav-btn {
	width: 115px;
	height: 46px;
	top: 50%;
	margin-top: -20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #b0cb1f;
}
.new-styles .project2-slider-area .slider-nav-btn-hint {
	font-size: 12px;
}
.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-next:before, .new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-prev:before {
	font-size: 0;
	line-height: 0;
	border-top: 23px solid transparent;
	border-bottom: 23px solid transparent;
	top: -7px;
	display: inline-block;
	position: relative;
	content: ''}
.project-switch-arrow-left .slider-nav-btn {
	margin-left: 15px;
	margin-right: 0;
}
.project-switch-arrow-right .slider-nav-btn {
	margin-right: 15px;
	margin-left: 0;
}
.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-prev:before {
	border-right: 15px solid #b0cb1f;
	float: left;
	left: -25px;
}
.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-next:before {
	border-left: 15px solid #b0cb1f;
	float: right;
	right: -25px;
	width: 0;
	height: 0;
}
.project-switch-arrow-left .slider-nav-btn:before, .project-switch-arrow-right .slider-nav-btn:before {
	content: '';
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.project-switch-arrow-left .slider-nav-btn {
	/*margin-left: 11px;*/
	margin-right: 0;
}
.project-switch-arrow-left .slider-nav-btn:before {
	left: -11px;
	border-right: 11px solid #a5cc00;
}
.project-switch-arrow-right .slider-nav-btn {
	/*margin-right: 11px;*/
	margin-left: 0;
}
.project-switch-arrow-right .slider-nav-btn:before {
	right: -11px;
	border-left: 11px solid #a5cc00;
}
.new-styles .project2-slider-area .slider-nav-btn-hint {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.item-recomend, .new-styles .article-short .col-md-6:first-child, .price .old_price {
	display: none;
}
.new-styles .project-box .row-7-2 {
	margin: 0;
}
.new-styles .project-box-wrap {
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.new-styles .article-row>.col {
	width: 100%}
.new-styles .article-short .col-md-6:last-child {
	margin-top: 30px;
}
.discount-circle {
	left: 12px;
}
.discount-stripe {
	left: 80px;
}
.discount-box-standalone .discount-circle {
	left: 6px;
}
.discount-box-standalone .discount-stripe {
	left: 76px;
}
.new-styles .h2, .new-styles .h3, .new-styles .h4, .new-styles h2, .new-styles h3, .new-styles h4 {
	text-transform: none;
}
.review-add-form .input-area {
	width: 82%}
.advantages-col.cnt-rows-4 {
	width: 33%;
	padding-left: 0;
	margin-bottom: 10px;
}
.advantages-col.cnt-rows-4:nth-child(4) {
	clear: both;
}
.new-styles .panel-project3 .panel-footer .request-action-sale {
	display: inline-block;
}
.new-styles .panel-project3 .panel-body>div {
	display: inline-block;
	float: none!important;
	position: relative;
	margin-left: -233px;
}
.new-styles .panel-project3 .panel-body.double-price .more-info {
	right: -19px;
	top: 28px;
}
.new-styles .panel-project3 .old_price {
	display: none;
}
.new-styles .info-content .info-area-title-btns .btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: auto;
}
.new-styles .info-content .col-md-3 {
	width: 50%;
	margin-bottom: 20px;
}
.project-gallery .project-gallery-previews {
	display: table-footer-group;
	height: 150px;
	width: 220px;
}
.project-gallery .project-gallery-main {
	display: table-header-group;
}
.project-gallery .project-gallery-preview-item {
	width: 220px;
	float: left;
	margin-right: 10px;
	margin-left: 1px;
	margin-bottom: 0;
	height: 150px;
}
.project-gallery .caroufredsel_wrapper {
	display: inline-block!important;
	width: 95%!important;
}
.project-gallery .project-gallery-slide-btn {
	display: inline-block!important;
	height: 100%;
	width: 16px;
	vertical-align: top;
	margin-top: 4px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	background-color: transparent;
}
.caroufredsel_wrapper, .project-gallery-previews-carousel {
	/*height: 150px!important;*/
}
.project-gallery-main-txt-block {
	padding: 16px 0;
}
.project-gallery-main-txt-block-body .h1 {
	margin-left: -10px!important;
}
.project-gallery-main .heart-action {
	top: 480px;
}
.project-gallery {
	margin-bottom: 25px;
}
}@media all and (max-width:767px) {
.bx_catalog_diluting{
	padding-top: 0px;
}
.advantages-col.cnt-rows-4: nth-child(4), .filter-content-small-grid .col-md-4:nth-child(3n+1) {
	clear: none;
}
.new-styles .container {
	width: 440px;
}
.new-styles .header {
	padding-top: 20px;
}
.new-styles .container .col-100-480 {
	width: 100%;
	z-index: 999
}
.new-styles .container .col-50-480 {
	width: 50%;
	z-index: 999
}
/*.col-md-3.col-33-768.col-50-480.col-100-320 .header-contact{
	margin-top: 10px
}*/
.new-styles .logo {
	margin: 0 auto 30px;
}
.new-styles .footer-nav-menu .col-66-768, .new-styles header .pull-right {
	margin-top: 0;
}
.new-styles .header-contact {
	padding: 0;
}
.new-styles .footer-nav-menu .col-50-480 {
	width: 50%}
.new-styles .footer-nav-menu .row-480 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
    z-index: 100
}
.new-styles .footer-nav-menu .col-33-768 {
	margin-top: 40px;
}
.new-styles .about-area .about-detail {
	display: none;
}
.new-styles .furniture-choose-el {
	width: 33.33333333%}
.new-styles .slider-el-info-inner {
	padding: 0;
	vertical-align: bottom;
}
.new-styles .slider-el-info-incut {
	width: 322px;
}
.new-styles .slider-el-info-incut .slider-el-title {
	font-size: 18px;
}
.new-styles .advantage-el {
	width: 33.33333333%}
.new-styles .about-el, .new-styles .project-row-big .col-md-4, .new-styles .project-row-big .col-md-8, .new-styles .project-row-small .col-md-4, .new-styles .project-row-small .col-md-8 {
	width: 50%}
.new-styles .project-row-big .slider-el-info-inner {
	padding: 10px;
}
.new-styles .project-box .h2-alt:first-child {
	margin-top: 0;
}
.new-styles .project-box .h2-alt {
	margin-bottom: 10px;
}
.new-styles .btn-default.btn-sm {
	padding: 3px 10px;
}
.new-styles .project-box .btn-primary {
	font-size: 14px;
	padding: 8px 23px;
}
.new-styles .project-row-small {
	height: 280px;
}
.new-styles .project-row-small .slider-el-info-inner {
	padding: 10px;
}
.new-styles .project-row-small .quote-info {
	line-height: 1.2;
}
.new-styles .footer-nav-menu .col-50-480 {
	padding-left: 30px;
	padding-right: 30px;
}
.breeders-box {
	width: 440px;
	margin-right: 0!important;
}
.new-styles .material-col, .new-styles .request-area .col-md-4 {
	width: 100%}
.new-styles .switcher-list-link.active {
	padding: 4px 10px;
}
.new-styles .request-area .col-md-8 {
	width: 100%;
	margin-bottom: 20px;
}
.new-styles .request-area .request-content {
	padding: 0 20px;
}
.new-styles .stock-banner-group .stock-banner-el {
	width: 440px;
}
.new-styles .stage-area .col-md-3 {
	width: 100%;
	margin-bottom: 20px;
}
.bottom_menu_container, .worakarea_wrap_container {
	width: 440px;
}
.new-styles .filter-area .filter-box .col-md-4, .project-area .project-box .col-md-4 {
	width: 50%}
.breadcrumbs-btn-box, .breadcrumbs-list-box {
	display: block;
}
.new-styles .about-detail .base-link, .new-styles .about-detail>p, .new-styles .popup .img-box-form, .new-styles .reviews-area .col-md-6+.col-md-6, .project-gallery-main-txt-block-body .js-anchor {
	display: none;
}
.breadcrumbs-btn-box {
	float: none;
	margin-top: 10px;
	margin-left: -10px;
}
.new-styles .article-row, .new-styles .article-short .col-md-6:last-child, .new-styles .contact-area {
	margin-top: 0;
}
.new-styles .advantages-area {
	padding-bottom: 0;
}
.new-styles .filter-content .col-md-4 .img-box {
	height: 140px;
}
.project-area .project-box .row-7-2 .col-md-4 {
	width: 100%}
.project-area .project-box .col-md-4 .row-0 {
	width: 50%;
	float: left;
}
.project-area .project-box .col-md-4 .row-0:nth-child(2n) {
	padding-right: 10px;
}
.project-area .project-box .col-md-4 .row-0:nth-child(2n-1) {
	padding-left: 10px;
}
.new-styles .project-box-wrap .row+.row {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.page-anchor-navigation ul {
	padding-bottom: 4px!important;
}
.page-anchor-navigation ul li {
	margin-bottom: 8px!important;
}
.new-styles .page-anchor-navigation ul li:before{
	display: none
}
.new-styles .popup {
	width: 440px;
}
.new-styles .popup .col-md-5, .new-styles .popup .col-md-7 {
	width: 100%;
	float: none;
	padding: 15px 20px 20px!important;
}
.new-styles .popup .request-info-bottom {
	margin-bottom: 0;
}
.new-styles .main-nav-link {
	padding: 12px 5px;
	font-size: 14px;
}
.new-styles .reviews-area .container .row {
	margin-left: 0;
	margin-right: 0;
}
.new-styles .panel-project3 {
	margin-bottom: 10px;
}
.new-styles .reviews-area .col-md-6 {
	width: 100%;
	padding: 0;
}
.new-styles .reviews-area .quote-content {
	margin-right: 0!important;
}
.new-styles .reviews-area .rating span.active{
	color: #b0cb1f;
}
.new-styles .reviews-area .rating .rating-value{
	display: none;
}

.review-block .minus, .review-block .plus {
	width: 100%}
.new-styles .stage-box .img-box {
	float: left;
	padding-top: 10px;
}
.new-styles .stage-box .h3, .new-styles .stage-box p {
	padding-left: 120px;
}
.new-styles .info-content {
	padding-bottom: 0;
}
.new-styles .project-gallery.has-slider .project-gallery-main {
	vertical-align: top;
}
.price .real_price {
	font-size: 16px;
}
.new-styles .advantages-area a, .new-styles .project-box-wrap p {
	font-size: 14px;
}
.new-styles .header-contact {
	padding-top: 13px;
}
.request-action-sale {
	text-align: center;
}
.advantages-col.cnt-rows-4 {
	width: 50%}
.advantages-col.cnt-rows-4:nth-child(3) {
	clear: both;
}
.filter-area-title {
	display: block;
}
.filter-area-title-btns, .filter-area-title-txt {
	display: block;
	width: 100%;
	text-align: center;
}
.filter-area .filter-area-title-btns .btn, .new-styles .container .col-100-320 .pull-right a {
	display: inline-block;
}
.review-add-form .input-area {
	width: 68%}
.new-styles .container .col-100-320 {
	width: 280px;
	text-align: center;
	margin: 0 auto 15px;
	float: none;
}
.new-styles .container .col-100-320 .pull-right {
	width: 100%;
	text-align: center;
}
.new-styles .container .col-100-320 .btn.btn-link.favor_link {
	margin-left: 0;
}
.new-styles .advantage_group, .new-styles .info-area-title-btns img {
	display: none;
}
.project-gallery .project-gallery-previews {
	display: table-footer-group;
	height: 125px;
	width: 180px;
}
.project-gallery .project-gallery-main {
	display: table-header-group;
}
.project-gallery .project-gallery-preview-item {
	width: 180px;
	float: left;
	margin-right: 10px;
	margin-left: 1px;
	margin-bottom: 0;
	height: 125px;
}
.project-gallery .caroufredsel_wrapper {
	display: inline-block!important;
	width: 92%!important;
}
.project-gallery .project-gallery-slide-btn {
	display: inline-block!important;
	height: 100%;
	width: 16px;
	vertical-align: top;
	margin-top: 4px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	background-color: transparent;
}
.caroufredsel_wrapper, .project-gallery-previews-carousel {
	/*height: 125px!important;*/
}
.project-gallery-main-txt-block {
	padding: 16px 0;
}
.project-gallery-main-txt-block-body .h1 {
	margin-left: -10px!important;
}
.project-gallery-main .heart-action {
	top: 280px;
}
.project-gallery.has-slider {
	margin-bottom: 15px;
}
.single-slider-nav {
	margin: 10px -20px 0px 0px;
}
}@media all and (max-width:479px) {
	.single-slider-nav {
	margin: 10px -20px 0px 0px;
}
.new-styles .container {
	width: 280px;
	overflow: visible;
}
.new-styles .header {
	padding-bottom: 1px;
}
.new-styles .header-contact {
	padding-top: 0;
}
.project-gallery-main .heart-action {
	top: 200px;
}
.project-gallery-main-txt-block {
	padding: 16px 0;
}
.project-gallery-main-txt-block-body .h1 {
	margin-left: -10px!important;
}
.new-styles .main-promo-choose {
	padding: 20px 30px;
}
.new-styles .furniture-choose-el {
	width: 50%}
.new-styles .footer-nav-menu .col-50-480 {
	padding-left: 25px;
	padding-right: 25px;
}
.new-styles .stage-box .h3, .new-styles .stage-box p, .project-area .project-box .col-md-4 .row-0:nth-child(2n-1) {
	padding-left: 0;
}
.new-styles .footer-nav-menu .col-33-768 {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
}
.new-styles .footer-nav-menu .col-66-768 {
	width: 100%}
.new-styles .advantage-el {
	width: 50%;
	padding-right: 0;
}
.new-styles .stock-banner-group .stock-banner-el {
	width: 280px;
}
.new-styles .project-row-big .col-md-4, .new-styles .project-row-big .col-md-8, .new-styles .project-row-small .col-md-4, .new-styles .project-row-small .col-md-8 {
	width: 100%}
.new-styles .project-row-small {
	height: auto;
}
.new-styles .about-el {
	width: 100%;
	padding-right: 0;
}
.new-styles .contact-action-btn {
	display: block;
	margin-bottom: 20px;
}
.new-styles .contact-action-text {
	display: block;
}
.bottom_menu_container, .breeders-box, .worakarea_wrap_container {
	width: 280px;
}
.advantages-col.cnt-rows-4, .new-styles .filter-area .filter-box .col-md-4, .new-styles .info-content .col-md-3 {
	width: 100%}
.new-styles .filter-content .col-md-4 .img-box {
	height: 185px;
}
.new-styles .panel-body>div {
	margin-left: -130px;
}
.new-styles .popup {
	width: 280px;
}
.discount-box-standalone .discount-circle {
	left: -2px;
	top: 3px;
	font-size: 22px;
}
.discount-box-standalone .discount-stripe {
	left: 56px;
	top: 6px;
}
.discount-box-standalone img {
	margin-left: 0;
}
.request-row.radio-blocks .radio-block {
	width: 100%;
	margin-bottom: 35px;
}
.inline-vc-inputs .vc-input {
	display: block;
	margin-bottom: 20px;
}
.request-row .col-md-6 {
	width: 100%}
.project-gallery .project-gallery-previews {
	display: table-footer-group;
	height: 75.3px;
}
.project-gallery .project-gallery-main {
	display: table-header-group;
}
.project-gallery .project-gallery-preview-item {
	width: 119px;
	float: left;
	margin-right: 3px;
	margin-left: 1px;
	margin-bottom: 0;
	height: 75.3px;
}
.project-gallery .caroufredsel_wrapper {
	display: inline-block!important;
	max-width: 88%}
.project-gallery .project-gallery-slide-btn {
	display: inline-block!important;
	height: 100%;
	width: 16px;
	vertical-align: top;
	margin-top: -7px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	background-color: transparent;
}
.new-styles .panel-project3 .old_price, .new-styles .panel-project3 .panel-body.double-price .more-info, .new-styles .stage-box .img-box {
	display: none;
}
.caroufredsel_wrapper, .project-gallery-previews-carousel {
	/*height: 103px!important;*/
}
.project-gallery {
	margin-bottom: 0;
}
.new-styles .article-short .nav-tabs>li {
	height: 56px;
}
.new-styles .contact-area .contact .col-md-6 {
	width: 100%}
.new-styles .contact-area .contact .col-md-6:first-child {
	margin-bottom: 20px;
}
.new-styles .project2-slider-area .slider-nav-btn {
	width: 120px;
}
.new-styles .project-switch-arrow-left .slider-nav-btn-hint {
	text-align: right;
}
.project-switch-arrow-left .slider-nav-btn:before, .project-switch-arrow-right .slider-nav-btn:before {
	border-top-width: 23px;
	border-bottom-width: 23px;
}
div.news-list img.preview_picture {
	width: 100%;
	padding-right: 0;
}
.project-area .project-box .col-md-4 .row-0 {
	width: 100%}
.project-area .project-box .col-md-4 .row-0:nth-child(2n) {
	padding-right: 0;
}
.new-styles .article-row {
	margin-bottom: 25px;
}
.filter-area .filter-area-title-btns .btn {
	font-size: 12px;
	padding: 4px 10px;
}
.news-list .news-item {
	margin-bottom: 20px;
}
.review-add-form tr {
	margin-bottom: 10px;
}
.new-styles .panel-project3 .panel-body>div {
	margin-right: -92px;
}
.new-styles .panel-project3 .item-price-table td {
	width: 150px;
}
.review-add-form .input-area .galary-list li {
	padding-left: 0;
}
.new-styles .content .content-main .container table td {
	display: block;
	border-top: none;
	padding: 0;
}
.new-styles .content .content-main .container table td:first-child {
	border-top: 1px solid #bcbec0;
}
.new-styles .content .content-main .container table {
	padding: 12px 0 14px;
}
.new-styles .slider-el-info-inner {
	position: relative;
}
.new-styles .slider-el-info-inner-bottom .slider-el-info-incut {
	width: 280px;
	margin-top: 0;
	margin-bottom: 0;
	bottom: 0;
	left: 0;
}
.new-styles .slider-el-info-incut {
	width: 280px;
	margin-top: 0;
}
.new-styles .slider-el-info-incut .slider-el-title {
	font-size: 16px;
}
.new-styles .stock-banner-el .slider-el-info {
	width: 100%}
.new-styles .stock-banner-el .slider-el-info-inner {
	padding: 10px 100px 10px 10px;
}
.new-styles .slider-el-img-box img {
	height: auto;
}
.new-styles .slider-el-wrapper .stock-price {
	display: none;
}
.new-styles .slider-el-wrapper {
	font-size: 14px;
}
.new-styles .slider-el-wrapper .stock-banner-description {
	margin: 5px 0;
	display: none;
}
.new-styles .stock-banner-action {
	bottom: 13px;
}
}
.new-styles #btn-menu-burger {
	background: url(/local/images/menu-burger.png) center no-repeat;
	display: inline-block;
	width: 26px;
	height: 16px;
}
.new-styles .js-submenu, .wrapper .new-styles .main-nav-menu .js-submenu-wrap {
	display: none;
}
.new-styles .main-nav {
	position: relative;
	z-index: 800;
}
.new-styles .main-nav-el.active .main-nav-link {
	background: #fff;
	border-radius: 5px 5px 0 0;
}
.new-styles .main-nav-el.active .dropdown-menu, .new-styles .main-nav-el.active .js-submenu {
	-webkit-box-shadow: 0 0 18px rgba(1, 1, 1, .25);
	box-shadow: 0 0 18px rgba(1, 1, 1, .25);
	border-radius: 5px;
}
.new-styles .js-submenu-wrap:hover .js-submenu {
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
	background: #fff;
	padding: 10px 20px 0;
}
.bx-no-touch .new-styles .js-submenu-wrap:hover .js-submenu {
	box-shadow: 0 5px 10px rgba(1, 1, 1, .2);
}
.new-styles .main-nav-el.active .js-submenu .dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.new-styles .js-submenu-wrap .dropdown-menu {
	position: static;
	width: 100%;
	float: none;
	top: auto;
	left: auto;
	box-shadow: none;
}
.new-styles .main-nav-el .dropdown-menu {
	padding: 10px 20px;
}
.new-styles .main-nav-el.js-submenu-wrap .dropdown-menu {
	padding: 0;
}
.new-styles .main-nav-el:hover .dropdown-menu {
	display: block;
}
.new-styles .main-sub-nav-el {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
}
.new-styles .main-sub-nav-el:before {
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #81a200;
	background: linear-gradient(to bottom, #cadf59, #a5c10b);
	color: #81a200;
	top: .5em;
	left: 0;
	width: 10px;
	height: 10px;
	box-shadow: 0 -1px 0 #84a000 inset;
}
.new-styles .js-submenu-wrap .js-submenu .main-nav-link {
	display: none;
}
.new-styles .js-submenu .main-nav-el {
	margin-bottom: 19px;
}
.new-styles .main-nav-helper .main-nav .main-nav-link-2 {
	display: none;
	position: relative;
	padding: 2px 0 8px 20px;
	text-decoration: none;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #4c4a49;
	font-weight: 700;
}
.new-styles .main-nav-link-2:before {
	position: absolute;
	top: 5px;
	left: -3px;
	width: 20px;
	height: 16px;
	background-image: none;
	color: #81a200;
	font-size: 14px;
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	content: '\e080'}
.new-styles .main-nav-helper .main-nav .main-nav-link-2:hover {
	color: #81a200;
}
.bx-no-touch .new-styles .main-nav-helper .main-nav .js-submenu .main-nav-link-2, .bx-touch .new-styles .main-nav-helper .main-nav .js-submenu .main-nav-link-2, .bx-touch .new-styles .main-nav-helper .main-nav .main-nav-link-2 {
	display: block;
}
.new-styles .main-nav-helper .main-nav .main-nav-el>.main-nav-link-2 {
	display: none;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1090;
	background: rgba(0, 0, 0, .3);
}
@media (min-width:2px) {
	.new-styles .nav-justified>li {
	width: auto;
	vertical-align: top;
}
}@media (min-width:768px) {
	.new-styles .main-nav-el: nth-last-child(2) .dropdown-menu {
	left: auto;
	right: 0;
}
.new-styles .main-nav .main-nav-el {
	position: relative;
}
.new-styles .main-nav-el.active .dropdown-menu, .new-styles .main-nav-el.active .js-submenu {
	border-top-left-radius: 0;
}
.new-styles .main-nav-el.active:nth-last-child(2) .dropdown-menu, .new-styles .main-nav-el.active:nth-last-child(2) .js-submenu {
	border-top-right-radius: 0;
}
}@media (max-width:767px) {
	.new-styles .js-submenu-wrap .js-submenu, .new-styles .main-nav-dropdown-menu {
	width: 460px;
}
.new-styles .js-submenu-wrap .main-nav-link {
	padding-bottom: 14px;
	padding-top: 15px;
}
.new-styles .main-nav-el.active:first-child .dropdown-menu, .new-styles .main-nav-el.active:first-child .js-submenu {
	border-top-left-radius: 0;
}
.new-styles .main-nav-el.active:last-child .dropdown-menu, .new-styles .main-nav-el.active:last-child .js-submenu {
	border-top-right-radius: 0;
}
}@media (max-width:479px) {
	.new-styles .main-nav-menu .container {
	overflow: initial;
}
.new-styles .js-submenu-wrap .js-submenu, .new-styles .main-nav-dropdown-menu {
	width: 300px;
}
}.new-styles .news-item {
	overflow: hidden;
	width: 100%}
.new-styles .news-item-pic {
	float: left;
	text-decoration: none;
	border: none;
	margin-right: 6px;
}
.new-styles .news-item-text {
	overflow: hidden;
	display: block;
}
.new-styles .news-item-link {
	display: block;
	min-height: 100px;
}
@media all and (max-width:767px) {
.new-styles .logo{
	width: 200px
}
.new-styles .header-about{
	margin-left: 60px;
	display: inline-block;
	padding-left: 47px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	width: 250px;
}
.new-styles .header-about:before{
	width: 40px;
	height: 40px
}
.new-styles .news-item {
	margin-bottom: 30px;
}
.new-styles .news-list .news-item .news-item-text {
	overflow: unset
}
.new-styles .news-item-pic {
	float: none;
	margin-right: 0;
}
.new-styles .news-item-link {
	min-height: initial;
	margin-bottom: 10px;
}
}.video-container {
	background: #f1f2f6;
	margin: 10px -40px 0;
	padding: 30px 40px;
}
.youtube-video {
	margin: 0 auto;
}
.youtube-video__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube-video__wrapper embed, .youtube-video__wrapper iframe, .youtube-video__wrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%}
@media all and (max-width:999px) {
	.video-container {
	margin: 0;
}
.video-container .col-md-6 {
	width: 100%}
.video-container .col-md-6:first-child {
	margin-bottom: 30px;
}
}.project-main .row {
	margin-right: -15px;
	margin-left: -15px;
}
.project-main .col-md-4, .project-main .col-md-5, .project-main .col-md-7, .project-main .col-md-8, .project-main .col-md-12 {
	padding-left: 15px;
	padding-right: 15px;
}
.project-main-info {
	background: #eceef2;
	text-align: center;
	padding: 28px 30px;
	margin-bottom: 10px;
}
.project-main-info__footer {
	border-top: 1px solid #dadce0;
	margin-top: 33px;
}
.project-main-info__title, h1.project-main-info__title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	color: #4c4a4b;
}
.project-main-info .project-main-info__description {
	font-size: 14px;
	line-height: 1.2;
	font-style: italic;
	color: #666;
	margin-bottom: 24px;
}
.project-main-info .old_price {
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	color: #2b2a29;
	position: relative;
}
.project-main-info .old_price:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 78px;
	height: 24px;
	margin-left: -39px;
	margin-top: -12px;
	background: url(/local/images/img-old-price.png) no-repeat;
}
.project-main-info__designer{
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 10px
}
.project-main-info__designer .photo-box{
	box-shadow: 5px 5px 0px 0px #c0d54c;
	margin: 0px 0px 10px 0px;
	width: 100px;
	height: 100px;
	vertical-align: top;
	display: inline-block;
	float: left;
	cursor: pointer
}
.project-main-info__designer .info-box{
	display: block;
	padding-left: 20px;
	overflow: hidden;
	height: 100px
}
.project-main-info__designer .info-box .title{
	text-transform: uppercase;
	font-family: inherit;
	color: #4c4a4b;
	text-align: left
}
.project-main-info__designer .info-box .title.prof{
	font-size: 12px;
	line-height: 16px
}
.project-main-info__designer .info-box .title.name{
	font-weight: 700;
	font-size: 14px;
	line-height: 18px
}
.project-main-info__designer .info-box .btn{
	display: block;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 4px 10px;
	text-align: center;
	margin-top: 10px;
	background: #b0cb1f;
	box-shadow: 0 3px #86a610
}
.project-main-info__designer .info-box .btn.btn-order{
	background: #f48125;
	box-shadow: 0 3px #ba6913
}
.side-banner img {
	display: block;
	width: 100%;
	max-width: 284px;
	height: auto;
	margin: 0 auto;
}
.project-main-slider {
	margin-bottom: 30px;
}
.project-main-slider .single-slider-for img {
	max-height: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:840px;
}
.single-slider-for {
	margin-bottom: 10px;
}
.project-main-slider .single-slider-for, .project-main-slider .single-slider-for .slick-slide {
	/*height: 404px;*/
	height: 100%!important;
	padding-bottom: 10px;
}
.project-main-info{
	min-height: 393px;
}

.project-main-slider .single-slider-nav .slick-list {
	max-height: 91px;
}
.single-slider-nav .slick-list img {
	overflow: hidden;
}
.single-slider-nav .slick-slide {
	padding-right: 22px;
	outline: 0;
	cursor: pointer;
}
.project-main-slider .single-slider-nav .slick-slide.slick-current img{
	border: 3px solid #b0cb1f;
}
.single-slider-nav .slick-arrow {
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
	width: 9px;
	height: 15px;
	border: none;
	outline: 0;
	position: absolute;
	top: 50%;
	background: url(/local/images/sprite-slick-nav.png) no-repeat;
}
.new-styles .filter-item-block, .selection-area {
	border: 1px solid #c8d1de;
}
.single-slider-nav .slick-arrow:before {
	content: none;
}
.filter-area-title-recommend span:after, .filter-new-item .item-title_best:after, .filter-new-item:after, .filter-new-price .price-old:after, .filter-new-row:after, .new-styles .selection-type__title span:before {
	content: ''}
.single-slider-nav .slick-prev {
	background-position: 0 0;
	left: -15px;
	z-index: 1000;
}
.single-slider-nav .slick-prev:hover {
	background: url(/local/images/sprite-slick-nav.png) no-repeat;
}
.single-slider-nav .slick-next {
	background-position: -9px 0;
	right: 5px;
	z-index: 1000;
}
.single-slider-nav .slick-next:hover {
	background: url(/local/images/sprite-slick-nav.png) -9px 0 no-repeat;
}
.price {
	padding: 10px;
	display: block;
	position: relative;
	height: 45px;
}
.price .old_price {
	font-size: 15px;
	font-weight: 700;
}
.price .real_price {
	color: #f37917;
	font-size: 17px;
	font-weight: 600;
	float: right;
	clear: both;
}
.price .real_price .no-color {
	color: #9a9a9a;
}
.new-styles .filter-item-block:hover {
	-webkit-box-shadow: 0 3px 3px rgba(1, 1, 1, .2);
	box-shadow: 0 3px 3px rgba(1, 1, 1, .2);
}
.filter-area-title-recommend {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
.filter-area-title-recommend span {
	position: relative;
	padding-right: 40px;
}
.filter-area-title-recommend span:after {
	position: absolute;
	top: -3px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(/local/images/img-recommend.png) no-repeat;
}
.fullsize-banner {
	margin: 10px 0;
}
.fullsize-banner img {
	width: 100%;
	height: auto;
}
.selection-area {
	border-radius: 4px;
	padding: 16px 20px 20px;
	margin: 30px 0 18px;
}
.selection-area__title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #2c323b;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
}
.selection-area__types {
	position: relative;
	margin: 0 -5px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.selection-area__types_mobile {
	display: none;
}
.selection-area__type {
	box-sizing: border-box;
	width: 16.6666%;
	//float: left;
	padding: 0 5px;
}
.new-styles .selection-type__title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	border-bottom: none;
	background: #f1f2f6;
	border-radius: 4px;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
}
.new-styles .selection-type__title span {
	padding-left: 12px;
	position: relative;
}
.new-styles .selection-type__title span:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/local/images/icon-selection.png) no-repeat;
}
.filter-new-item, .filter-new-item .item-title_best {
	position: relative;
}
.new-styles .selection-type__title.opened {
	color: #2c323b;
}
.new-styles .selection-type__title.opened span:before {
	background-image: url(/local/images/icon-selection-opened.png);
}
.new-styles .selection-type__list {
	background: #f1f2f6;
	border-radius: 4px;
	padding: 10px 0 10px 10px;
	margin: 6px 0 0;
	display: none;
}
.new-styles .selection-type__list li {
	display: block;
	margin: 0;
}
.new-styles .selection-type__list_tab {
	display: block;
}
.new-styles .selection-type__list_tab li {
	display: inline-block;
	margin-right: 10px;
}
.selection-tab {
	display: none;
}
.selection-tab.opened {
	display: block;
}
.filter-box-new__item {
	margin-bottom: 20px;
}
.filter-new-item {
	border: 1px solid #c8d1de;
}
.filter-new-item:after {
	display: table;
	clear: both;
}
.filter-new-item:hover {
	box-shadow: 0 3px 3px rgba(1, 1, 1, .2);
}
.filter-new-item .img-box {
	float: left;
	width: 345px;
	height: 229px;
	position: relative;
	text-align: left;
}
.filter-new-item .img-box img {
	width: 100%;
	height: 100%}
.filter-new-item__content {
	padding: 18px 19px 0 364px;
}
.filter-new-item .item-title {
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	border: none;
	margin-bottom: 2px;
}
.filter-new-item .item-title_best:after {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/local/images/icon-best.png) no-repeat;
	margin: 0 0 -3px 6px;
}
.filter-new-item .filter-new-spec li:nth-child(2n+1), .filter-new-price {
	background: #eceef2;
	border-radius: 2px;
}
.filter-new-item .item-head {
	margin-bottom: 10px;
	max-height: 90px
}
.filter-new-item .item-description {
	font-size: 14px;
	line-height: 1.2;
	font-style: italic;
	color: #666;
}
.filter-new-row:after {
	display: table;
	clear: both;
}
.filter-new-item .filter-new-spec {
	float: left;
	width: 324px;
}
.filter-new-item .filter-new-spec li {
	font-size: 14px;
	line-height: 1;
	color: #666;
	margin: 0;
	padding: 3px 10px;
	overflow: hidden;
}
.filter-new-item .filter-new-spec li:before {
	display: none;
}
.filter-new-item .filter-new-spec li .left {
	text-align: left;
	font-weight: 700;
}
.filter-new-item .filter-new-spec li .right {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: right;
	max-width: 205px;
}
.filter-new-item .filter-new-spec li .right:hover {
	white-space: normal;
}
.filter-new-row {
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
/* 31.03.2020
.filter-new-price {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 172px;
	box-sizing: border-box;
	padding: 12px 20px 20px;
	height: 140px;
	text-align: center;
}
*/
.filter-new-price {
/* 	position: absolute; */
	bottom: 0;
	right: 20px;
	width: 172px;
	box-sizing: border-box;
	padding: 12px 20px 20px;
/* 	height: 140px; */
	text-align: center;
}
.filter-new-price .price-new {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #f37945;
	margin-bottom: 10px;
}
.filter-new-price .price-old {
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	color: #2b2a29;
	position: relative;
}
.filter-new-price .price-old:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 78px;
	height: 24px;
	margin-left: -39px;
	margin-top: -12px;
	background: url(/local/images/img-old-price.png) no-repeat;
}
.filter-new-price .btn-question {
	display: block;
	/*position: absolute;*/
	bottom: 23px;
	left: 20px;
	right: 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background: #f48125;
	border-radius: 4px;
	padding: 8px;
	border: none;
	box-shadow: 0 3px #ba6913;
}
.filter-new-price .btn-question:hover {
	color: #fff;
}
.filter-sort{
	margin-bottom: 30px;
	overflow: hidden;
}
.filter-sort .sort-block{
	float: left;
	display: inline-block;
}
.filter-sort .sort-block a, .filter-sort .sort-block span{
	margin-left: 15px;
	line-height: 30px;
}
.filter-sort .sort-block span{
	font-weight: bold;
}
.new-styles .filter-new-price .more-info {
	top: 14px;
	right: 9px;
}
.new-styles .filter-new-price .more-info .hide-block {
	right: -58px;
}
.new-styles .more-info {
	background: #b0cb1f;
	color: #eff6d9;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 7px;
	position: absolute;
	top: 8px;
	right: 0;
	font-size: 10px;
	text-align: center;
}
.info-area-title-btns div.hide-block, .more-info div.hide-block {
	max-width: 175px;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -85px;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	border: 1px solid #81a200;
	border-radius: 5px;
	position: absolute;
	bottom: 65px;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	-webkit-transform: translate(35px) rotate(25deg) scale(1.5);
	-moz-transform: translate(35px) rotate(25deg) scale(1.5);
	-o-transform: translate(35px) rotate(25deg) scale(1.5);
	-ms-transform: translate(35px) rotate(25deg) scale(1.5);
	transform: translate(35px) rotate(25deg) scale(1.5);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	color: #666;
	background-color: #FFF;
	overflow-wrap: normal;
	word-wrap: break-word;
	word-break: normal;
	line-break: normal;
	hyphens: manual;
}
.info-area-title-btns div.hide-block:after, .info-area-title-btns div.hide-block:before, .more-info div.hide-block:after, .more-info div.hide-block:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, .1);
}
.info-area-title-btns div.hide-block:after, .more-info div.hide-block:after {
	bottom: -10px;
	margin-left: -10px;
	border-top: 10px solid #81a200;
}
.info-area-title-btns:hover div.hide-block, .more-info:hover div.hide-block {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0) rotate(0) scale(1);
	-moz-transform: translate(0) rotate(0) scale(1);
	-o-transform: translate(0) rotate(0) scale(1);
	-ms-transform: translate(0) rotate(0) scale(1);
	transform: translate(0) rotate(0) scale(1);
}
.more-info div.hide-block {
	bottom: 32px;
	margin-left: 0;
	left: auto;
	right: -51px;
}
.page-props {
	overflow: hidden;
	margin: 30px 0;
}
.page-props .items-display {
	float: left;
}
.page-props .items-display span {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #747474;
	line-height: 30px;
	margin-right: 28px;
}
.page-props .items-display ul {
	display: inline-block;
	margin: 0;
}
.page-props .items-display li, .page-props .page-pagination li {
	display: inline-block;
	margin: 0 6px 0 0;
	text-align: center;
	padding: 0;
}
.page-props .items-display li:before, .page-props .page-pagination li:before {
	display: none;
}
.page-props .items-display li a, .page-props .page-pagination li a {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border: 2px solid #b0cb1f;
	border-radius: 15px;
}
.page-props .items-display li a.current, .page-props .items-display li a:hover, .page-props .page-pagination li a.current, .page-props .page-pagination li a:hover {
	color: #c8d1de;
	border-color: #c8d1de;
}
.page-props .page-pagination {
	float: right;
	margin: 0;
}

.page-props {
	overflow: hidden;
	margin: 30px 0;
}
.news-list .items-display {
	float: left;
}
.news-list .items-display span {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #747474;
	line-height: 30px;
	margin-right: 28px;
}
.news-list .items-display ul {
	display: inline-block;
	margin: 0;
}
.news-list .items-display li, .news-list .page-pagination li {
	display: inline-block;
	margin: 0 6px 0 0;
	text-align: center;
	padding: 0;
}
.news-list .items-display li:before, .news-list .page-pagination li:before {
	display: none;
}
.news-list .items-display li a, .news-list .page-pagination li a {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border: 2px solid #b0cb1f;
	border-radius: 15px;
	cursor: pointer;
	color: #81a200;
	text-decoration: none
}
.news-list .items-display li a.current, .news-list .items-display li a:hover, .news-list .page-pagination li a.current, .news-list .page-pagination li a:hover {
	color: #c8d1de;
	border-color: #c8d1de;
}
.news-list .page-pagination {
	float: left;
	margin: 0;
	padding: 0
}

.filter-sort .items-display {
	float: right;
}
.filter-sort .items-display span {
	display: inline-block;
	font-size: 16px;
	color: #747474;
	line-height: 30px;
	margin-right: 10px;
}
.filter-sort .items-display ul {
	display: inline-block;
	margin: 0;
}
.filter-sort .items-display li, .filter-sort .page-pagination li {
	display: inline-block;
	margin: 0 6px 0 0;
	text-align: center;
	padding: 0;
}
.filter-sort .items-display li:before, .filter-sort .page-pagination li:before {
	display: none;
}
.filter-sort .items-display li a, .filter-sort .page-pagination li a {
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	line-height: 26px;
	border: 2px solid #b0cb1f;
	border-radius: 15px;
}
.filter-sort .items-display li a.current, .filter-sort .items-display li a:hover, .filter-sort .page-pagination li a.current, .filter-sort .page-pagination li a:hover {
	color: #c8d1de;
	border-color: #c8d1de;
}
.video-container .youtube-slider {
	margin: 0 -20px;
}
.video-container .slide {
	padding: 0 20px;
}
.youtube-slider .slick-arrow {
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
	width: 11px;
	height: 20px;
	border: none;
	outline: 0;
	position: absolute;
	top: 50%;
	background: url(/local/images/sprite-youtube-slider.png) no-repeat;
}
.youtube-slider .slick-arrow:before {
	content: none;
}
.youtube-slider .slick-prev {
	background-position: 0 0;
	left: -6px;
}
.youtube-slider .slick-prev:hover {
	background: url(/local/images/sprite-youtube-slider.png) no-repeat;
}
.youtube-slider .slick-next {
	background-position: -11px 0;
	right: -6px;
}
.youtube-slider .slick-next:hover {
	background: url(/local/images/sprite-youtube-slider.png) -11px 0 no-repeat;
}
.price-container{
	margin-bottom: 5px;
}
@media all and (max-width:1023px) {
.project-main-slider .single-slider-for, .project-main-slider .single-slider-for .slick-slide {
	height: 287px;
}
.project-main-info{
	min-height: 346px;
}
.project-main-info .project-main-info__description{
	margin-bottom: 14px;
}
.project-main-info__footer{
	margin-top: 15px;
}
.project-main-slider .single-slider-nav .slick-list {
	max-height: 61px;
}
.project-main-slider{
	margin-bottom: 20px;
}
.selection-area__type {
	width: 33.3333%;
	margin-bottom: 10px;
}
.project-main .col-md-4 {
	width: 41.6666%}
.project-main .col-md-8 {
	width: 58.3333%}
.filter-new-item .filter-new-spec {
	display: none;
}
.filter-new-price {
	width: 344px;
	/*height: 74px;*/
	max-height: 90px;
}
.filter-new-price .price-container {
	float: left;
	width: 50%}
.filter-new-price .btn-question {
	width: 130px;
	float: right;
	position: static;
}
.new-styles .filter-new-price .more-info {
	right: 167px;
}
}@media all and (max-width:767px) {
.project-main-slider{
	margin-bottom: 10px;
}
.project-main-slider .single-slider-for, .project-main-slider .single-slider-for .slick-slide {
	height: 293px;
}
.project-main-slider .single-slider-nav .slick-list {
	max-height: 65px;
}
.project-main .col-md-4, .project-main .col-md-8 {
	width: 100%}
.recommend-area .col-md-4:nth-child(n+3) {
	display: none;
}
.new-styles .list-project2, .project-main-info {
	margin-bottom: 20px;
}
.selection-area__type {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	background: #f1f2f6;
	border-radius: 4px;
}
.new-styles .selection-type__title {
	height: 30px;
	line-height: 30px;
}
.new-styles .selection-type__list {
	margin-top: 0;
}
.filter-new-item .img-box {
	width: 100%;
	float: none;
	height: auto;
}
.filter-new-item__content {
	padding: 0;
}
.filter-new-price {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	right: auto;
	left: auto;
}
.new-styles .filter-new-price .more-info {
	right: 237px;
}
.filter-new-item .item-head {
	padding: 17px 19px 16px;
	margin: 0;
}
.filter-new-item .item-title {
	margin-bottom: 10px;
}
.page-props {
	text-align: center;
}
.page-props .items-display {
	float: none;
	margin-bottom: 30px;
}
.page-props .items-display span {
	margin-right: 12px;
}
.page-props .page-pagination {
	display: inline-block;
	float: none;
}
.selection-area__types_mobile {
	display: block;
}
.selection-area__tabs, .selection-area__types_desktop {
	display: none;
}
.about-detail.catalog-section-items-list{
	margin: 0;
}
.catalog-section-items-list article{
	display:none;
}
.filter-sort{
	margin-bottom: 20px;
	font-size: 14px;
}
.filter-sort .sort-block{
	margin-bottom: 10px;
}
.filter-sort .sort-block a, .filter-sort .sort-block span{
	line-height: normal;
	float: right;
}
.filter-sort .items-display{
	float: left;
}

}
@media all and (max-width:479px) {
.new-styles .header-about{
	margin-left: 120px;
    display: inline-block;
    padding-left: 47px;
    position: relative;
    font-size: 0;
    line-height: 0px;
    width: auto
}
.about-detail.catalog-section-items-list{
	padding-top: 15px;
}
.project-main-slider .single-slider-for, .project-main-slider .single-slider-for .slick-slide {
	height: 230px!important;

}
.project-main-slider .single-slider-nav .slick-list {
	max-height: 45px;
}
.single-slider-nav {
	margin-left: -2px;
	margin-right: -2px;
}
.single-slider-nav .slick-slide {
	padding-left: 2px;
	padding-right: 2px;
}
.single-slider-nav .slick-arrow{
	display: none !important;
}
.filter-new-price {
	height: auto;
}
.filter-new-price .price-container {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.filter-new-price .price-new {
	float: left;
	margin-bottom: 0;
}
.filter-new-price .price-old {
	float: right;
}
.new-styles .filter-new-price .more-info {
	right: 120px;
}
.filter-new-price .btn-question {
	float: none;
	width: 100%}
}.header-action .show_mobile {
	display: none;
}
@media (max-width:760px) {
	.header-action .favor_link {
	display: none!important;
}
.header-action .show_mobile {
	display: block;
}
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.youtube,
.youtube [data-class="after"],
.youtube [data-class="play"] {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.youtube {
	position: absolute
}
.youtube [data-class="after"] {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	top: 0;
	left: 0;
	z-index: 99;
}
.youtube [data-class="play"] {
	transition: all 0.5s ease;
	background: url('/images/youtube-play-btn.png') no-repeat; /*Ð’ÐÐ–ÐÐž: Ð·Ð´ÐµÑÑŒ ÑƒÐºÐ°Ð¶Ð¸Ñ‚Ðµ Ð°Ð´Ñ€ÐµÑ Ð´Ð¾ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ*/
	background-position: 0 -50px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	height: 50px;
	width: 69px;
	transition: none;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.youtube [data-class="play"]:hover {
	opacity: 0.8;
	background-position: 0 0;
}
.designer-inner-block{
	padding-bottom: 30px
}

span.icon-advantage{
	border: 2px solid #b0cb1f;
    border-radius: 50px;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto
}
span.icon-advantage svg{
	padding: 15px;
    width: 100%;
    height: 100%
}
.mob_footer{
	display: none
}
@media all and (max-width:768px) {
	.mob_footer{
		display: block;
		background-color: #b0cb1f;
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 5px 0;
		font-size: 14px;
		z-index: 200
	}
	.mob_footer .footer-mob{
		text-decoration: none;
		color: #787878;
		display: inline-block;
		border: 0px
	}
	.mob_footer .footer-mob svg{
		height: 14px;
		width: 14px;
		display: block;
		float: left;
		margin-right: 5px
	}
	.mob_footer .footer-time{
		color: #787878
	}
	.mob_footer .mob-footer-left,.mob_footer .mob-footer-right{
		text-align: right;
	}
	.mob_footer .mob-footer-left{
		padding-right: 0px
	}
	.mob_footer .mob-footer-right{
		padding-left: 10px;
	}
	.mob_footer .mob-footer-right a{
		color: #787878;
		text-decoration: underline;
		border: none
	}
	.mob_footer .mob-footer-right a:hover{
		color: #81a200;
		text-decoration: none
	}
	.mob_footer .mob-footer-right a:first-child,.mob_footer .mob-footer-left a:first-child {
		display: inline-block;
		margin-bottom: 5px
	}
	._show_1e.wrap_mW{
		bottom:45px !important
	}
	._orinationRight_25 .button_1O{
		margin-right: 10px !important
	}
}

/* End */


/* Start:/local/css/slick-theme.min.css?15440382922414*/
@charset "UTF-8";.slick-loading .slick-list{background:#fff url(/local/images/preloader.gif) center center no-repeat}@font-face{font-family:'slick';font-weight:400;font-style:normal;src:url(/local/css/fonts/slick.eot);src:url(/local/css/fonts/slick.eot) format("embedded-opentype"),url(/local/css/fonts/slick.woff) format("woff"),url(/local/css/fonts/slick.ttf) format("truetype"),url(/local/css/fonts/slick.svg##slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'â†'}[dir='rtl'] .slick-prev:before{content:'â†’'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'â†’'}[dir='rtl'] .slick-next:before{content:'â†'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'â€¢';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/* End */


/* Start:/local/css/helpers.css?1544038292403913*/
.hack_rules_1{margin-top:0}.hack_rules_2{margin-top:0}.hack_rules_3{margin-top:0}.hack_rules_4{margin-top:0}.hack_rules_5{margin-top:0}.hack_rules_6{margin-top:0}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mr-0{margin-right:0!important}.ml-0{margin-left:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pr-0{padding-right:0!important}.pl-0{padding-left:0!important}.mt-n-0{margin-top:0!important}.mb-n-0{margin-bottom:0!important}.mr-n-0{margin-right:0!important}.ml-n-0{margin-left:0!important}.t-0{top:0!important}.b-0{bottom:0!important}.l-0{left:0!important}.r-0{right:0!important}.t-n-0{top:0!important}.b-n-0{bottom:0!important}.l-n-0{left:0!important}.r-n-0{right:0!important}.ti-0{text-indent:0!important}.ti-n-0{text-indent:0!important}.fs-0{font-size:0!important}.row-0{margin-right:0!important;margin-left:0!important}.row-0 > [class*='col-']{padding-right:0!important;padding-left:0!important}.z-0{z-index:0!important}.mt-1{margin-top:1px!important}.mb-1{margin-bottom:1px!important}.mr-1{margin-right:1px!important}.ml-1{margin-left:1px!important}.pt-1{padding-top:1px!important}.pb-1{padding-bottom:1px!important}.pr-1{padding-right:1px!important}.pl-1{padding-left:1px!important}.mt-n-1{margin-top:-1px!important}.mb-n-1{margin-bottom:-1px!important}.mr-n-1{margin-right:-1px!important}.ml-n-1{margin-left:-1px!important}.t-1{top:1px!important}.b-1{bottom:1px!important}.l-1{left:1px!important}.r-1{right:1px!important}.t-n-1{top:-1px!important}.b-n-1{bottom:-1px!important}.l-n-1{left:-1px!important}.r-n-1{right:-1px!important}.ti-1{text-indent:1px!important}.ti-n-1{text-indent:-1px!important}.fs-1{font-size:1px!important}.row-1{margin-right:-1px!important;margin-left:-1px!important}.row-1 > [class*='col-']{padding-right:1px!important;padding-left:1px!important}.z-1{z-index:1!important}.mt-2{margin-top:2px!important}.mb-2{margin-bottom:2px!important}.mr-2{margin-right:2px!important}.ml-2{margin-left:2px!important}.pt-2{padding-top:2px!important}.pb-2{padding-bottom:2px!important}.pr-2{padding-right:2px!important}.pl-2{padding-left:2px!important}.mt-n-2{margin-top:-2px!important}.mb-n-2{margin-bottom:-2px!important}.mr-n-2{margin-right:-2px!important}.ml-n-2{margin-left:-2px!important}.t-2{top:2px!important}.b-2{bottom:2px!important}.l-2{left:2px!important}.r-2{right:2px!important}.t-n-2{top:-2px!important}.b-n-2{bottom:-2px!important}.l-n-2{left:-2px!important}.r-n-2{right:-2px!important}.ti-2{text-indent:2px!important}.ti-n-2{text-indent:-2px!important}.fs-2{font-size:2px!important}.row-2{margin-right:-2px!important;margin-left:-2px!important}.row-2 > [class*='col-']{padding-right:2px!important;padding-left:2px!important}.z-2{z-index:2!important}.mt-3{margin-top:3px!important}.mb-3{margin-bottom:3px!important}.mr-3{margin-right:3px!important}.ml-3{margin-left:3px!important}.pt-3{padding-top:3px!important}.pb-3{padding-bottom:3px!important}.pr-3{padding-right:3px!important}.pl-3{padding-left:3px!important}.mt-n-3{margin-top:-3px!important}.mb-n-3{margin-bottom:-3px!important}.mr-n-3{margin-right:-3px!important}.ml-n-3{margin-left:-3px!important}.t-3{top:3px!important}.b-3{bottom:3px!important}.l-3{left:3px!important}.r-3{right:3px!important}.t-n-3{top:-3px!important}.b-n-3{bottom:-3px!important}.l-n-3{left:-3px!important}.r-n-3{right:-3px!important}.ti-3{text-indent:3px!important}.ti-n-3{text-indent:-3px!important}.fs-3{font-size:3px!important}.row-3{margin-right:-3px!important;margin-left:-3px!important}.row-3 > [class*='col-']{padding-right:3px!important;padding-left:3px!important}.z-3{z-index:3!important}.mt-4{margin-top:4px!important}.mb-4{margin-bottom:4px!important}.mr-4{margin-right:4px!important}.ml-4{margin-left:4px!important}.pt-4{padding-top:4px!important}.pb-4{padding-bottom:4px!important}.pr-4{padding-right:4px!important}.pl-4{padding-left:4px!important}.mt-n-4{margin-top:-4px!important}.mb-n-4{margin-bottom:-4px!important}.mr-n-4{margin-right:-4px!important}.ml-n-4{margin-left:-4px!important}.t-4{top:4px!important}.b-4{bottom:4px!important}.l-4{left:4px!important}.r-4{right:4px!important}.t-n-4{top:-4px!important}.b-n-4{bottom:-4px!important}.l-n-4{left:-4px!important}.r-n-4{right:-4px!important}.ti-4{text-indent:4px!important}.ti-n-4{text-indent:-4px!important}.fs-4{font-size:4px!important}.row-4{margin-right:-4px!important;margin-left:-4px!important}.row-4 > [class*='col-']{padding-right:4px!important;padding-left:4px!important}.z-4{z-index:4!important}.mt-5{margin-top:5px!important}.mb-5{margin-bottom:5px!important}.mr-5{margin-right:5px!important}.ml-5{margin-left:5px!important}.pt-5{padding-top:5px!important}.pb-5{padding-bottom:5px!important}.pr-5{padding-right:5px!important}.pl-5{padding-left:5px!important}.mt-n-5{margin-top:-5px!important}.mb-n-5{margin-bottom:-5px!important}.mr-n-5{margin-right:-5px!important}.ml-n-5{margin-left:-5px!important}.t-5{top:5px!important}.b-5{bottom:5px!important}.l-5{left:5px!important}.r-5{right:5px!important}.t-n-5{top:-5px!important}.b-n-5{bottom:-5px!important}.l-n-5{left:-5px!important}.r-n-5{right:-5px!important}.ti-5{text-indent:5px!important}.ti-n-5{text-indent:-5px!important}.fs-5{font-size:5px!important}.row-5{margin-right:-5px!important;margin-left:-5px!important}.row-5 > [class*='col-']{padding-right:5px!important;padding-left:5px!important}.z-5{z-index:5!important}.mt-6{margin-top:6px!important}.mb-6{margin-bottom:6px!important}.mr-6{margin-right:6px!important}.ml-6{margin-left:6px!important}.pt-6{padding-top:6px!important}.pb-6{padding-bottom:6px!important}.pr-6{padding-right:6px!important}.pl-6{padding-left:6px!important}.mt-n-6{margin-top:-6px!important}.mb-n-6{margin-bottom:-6px!important}.mr-n-6{margin-right:-6px!important}.ml-n-6{margin-left:-6px!important}.t-6{top:6px!important}.b-6{bottom:6px!important}.l-6{left:6px!important}.r-6{right:6px!important}.t-n-6{top:-6px!important}.b-n-6{bottom:-6px!important}.l-n-6{left:-6px!important}.r-n-6{right:-6px!important}.ti-6{text-indent:6px!important}.ti-n-6{text-indent:-6px!important}.fs-6{font-size:6px!important}.row-6{margin-right:-6px!important;margin-left:-6px!important}.row-6 > [class*='col-']{padding-right:6px!important;padding-left:6px!important}.z-6{z-index:6!important}.mt-7{margin-top:7px!important}.mb-7{margin-bottom:7px!important}.mr-7{margin-right:7px!important}.ml-7{margin-left:7px!important}.pt-7{padding-top:7px!important}.pb-7{padding-bottom:7px!important}.pr-7{padding-right:7px!important}.pl-7{padding-left:7px!important}.mt-n-7{margin-top:-7px!important}.mb-n-7{margin-bottom:-7px!important}.mr-n-7{margin-right:-7px!important}.ml-n-7{margin-left:-7px!important}.t-7{top:7px!important}.b-7{bottom:7px!important}.l-7{left:7px!important}.r-7{right:7px!important}.t-n-7{top:-7px!important}.b-n-7{bottom:-7px!important}.l-n-7{left:-7px!important}.r-n-7{right:-7px!important}.ti-7{text-indent:7px!important}.ti-n-7{text-indent:-7px!important}.fs-7{font-size:7px!important}.row-7{margin-right:-7px!important;margin-left:-7px!important}.row-7 > [class*='col-']{padding-right:7px!important;padding-left:7px!important}.z-7{z-index:7!important}.mt-8{margin-top:8px!important}.mb-8{margin-bottom:8px!important}.mr-8{margin-right:8px!important}.ml-8{margin-left:8px!important}.pt-8{padding-top:8px!important}.pb-8{padding-bottom:8px!important}.pr-8{padding-right:8px!important}.pl-8{padding-left:8px!important}.mt-n-8{margin-top:-8px!important}.mb-n-8{margin-bottom:-8px!important}.mr-n-8{margin-right:-8px!important}.ml-n-8{margin-left:-8px!important}.t-8{top:8px!important}.b-8{bottom:8px!important}.l-8{left:8px!important}.r-8{right:8px!important}.t-n-8{top:-8px!important}.b-n-8{bottom:-8px!important}.l-n-8{left:-8px!important}.r-n-8{right:-8px!important}.ti-8{text-indent:8px!important}.ti-n-8{text-indent:-8px!important}.fs-8{font-size:8px!important}.row-8{margin-right:-8px!important;margin-left:-8px!important}.row-8 > [class*='col-']{padding-right:8px!important;padding-left:8px!important}.z-8{z-index:8!important}.mt-9{margin-top:9px!important}.mb-9{margin-bottom:9px!important}.mr-9{margin-right:9px!important}.ml-9{margin-left:9px!important}.pt-9{padding-top:9px!important}.pb-9{padding-bottom:9px!important}.pr-9{padding-right:9px!important}.pl-9{padding-left:9px!important}.mt-n-9{margin-top:-9px!important}.mb-n-9{margin-bottom:-9px!important}.mr-n-9{margin-right:-9px!important}.ml-n-9{margin-left:-9px!important}.t-9{top:9px!important}.b-9{bottom:9px!important}.l-9{left:9px!important}.r-9{right:9px!important}.t-n-9{top:-9px!important}.b-n-9{bottom:-9px!important}.l-n-9{left:-9px!important}.r-n-9{right:-9px!important}.ti-9{text-indent:9px!important}.ti-n-9{text-indent:-9px!important}.fs-9{font-size:9px!important}.row-9{margin-right:-9px!important;margin-left:-9px!important}.row-9 > [class*='col-']{padding-right:9px!important;padding-left:9px!important}.z-9{z-index:9!important}.mt-10{margin-top:10px!important}.mb-10{margin-bottom:10px!important}.mr-10{margin-right:10px!important}.ml-10{margin-left:10px!important}.pt-10{padding-top:10px!important}.pb-10{padding-bottom:10px!important}.pr-10{padding-right:10px!important}.pl-10{padding-left:10px!important}.mt-n-10{margin-top:-10px!important}.mb-n-10{margin-bottom:-10px!important}.mr-n-10{margin-right:-10px!important}.ml-n-10{margin-left:-10px!important}.t-10{top:10px!important}.b-10{bottom:10px!important}.l-10{left:10px!important}.r-10{right:10px!important}.t-n-10{top:-10px!important}.b-n-10{bottom:-10px!important}.l-n-10{left:-10px!important}.r-n-10{right:-10px!important}.ti-10{text-indent:10px!important}.ti-n-10{text-indent:-10px!important}.fs-10{font-size:10px!important}.row-10{margin-right:-10px!important;margin-left:-10px!important}.row-10 > [class*='col-']{padding-right:10px!important;padding-left:10px!important}.z-10{z-index:10!important}.mt-11{margin-top:11px!important}.mb-11{margin-bottom:11px!important}.mr-11{margin-right:11px!important}.ml-11{margin-left:11px!important}.pt-11{padding-top:11px!important}.pb-11{padding-bottom:11px!important}.pr-11{padding-right:11px!important}.pl-11{padding-left:11px!important}.mt-n-11{margin-top:-11px!important}.mb-n-11{margin-bottom:-11px!important}.mr-n-11{margin-right:-11px!important}.ml-n-11{margin-left:-11px!important}.t-11{top:11px!important}.b-11{bottom:11px!important}.l-11{left:11px!important}.r-11{right:11px!important}.t-n-11{top:-11px!important}.b-n-11{bottom:-11px!important}.l-n-11{left:-11px!important}.r-n-11{right:-11px!important}.ti-11{text-indent:11px!important}.ti-n-11{text-indent:-11px!important}.fs-11{font-size:11px!important}.row-11{margin-right:-11px!important;margin-left:-11px!important}.row-11 > [class*='col-']{padding-right:11px!important;padding-left:11px!important}.z-11{z-index:11!important}.mt-12{margin-top:12px!important}.mb-12{margin-bottom:12px!important}.mr-12{margin-right:12px!important}.ml-12{margin-left:12px!important}.pt-12{padding-top:12px!important}.pb-12{padding-bottom:12px!important}.pr-12{padding-right:12px!important}.pl-12{padding-left:12px!important}.mt-n-12{margin-top:-12px!important}.mb-n-12{margin-bottom:-12px!important}.mr-n-12{margin-right:-12px!important}.ml-n-12{margin-left:-12px!important}.t-12{top:12px!important}.b-12{bottom:12px!important}.l-12{left:12px!important}.r-12{right:12px!important}.t-n-12{top:-12px!important}.b-n-12{bottom:-12px!important}.l-n-12{left:-12px!important}.r-n-12{right:-12px!important}.ti-12{text-indent:12px!important}.ti-n-12{text-indent:-12px!important}.fs-12{font-size:12px!important}.row-12{margin-right:-12px!important;margin-left:-12px!important}.row-12 > [class*='col-']{padding-right:12px!important;padding-left:12px!important}.z-12{z-index:12!important}.mt-13{margin-top:13px!important}.mb-13{margin-bottom:13px!important}.mr-13{margin-right:13px!important}.ml-13{margin-left:13px!important}.pt-13{padding-top:13px!important}.pb-13{padding-bottom:13px!important}.pr-13{padding-right:13px!important}.pl-13{padding-left:13px!important}.mt-n-13{margin-top:-13px!important}.mb-n-13{margin-bottom:-13px!important}.mr-n-13{margin-right:-13px!important}.ml-n-13{margin-left:-13px!important}.t-13{top:13px!important}.b-13{bottom:13px!important}.l-13{left:13px!important}.r-13{right:13px!important}.t-n-13{top:-13px!important}.b-n-13{bottom:-13px!important}.l-n-13{left:-13px!important}.r-n-13{right:-13px!important}.ti-13{text-indent:13px!important}.ti-n-13{text-indent:-13px!important}.fs-13{font-size:13px!important}.row-13{margin-right:-13px!important;margin-left:-13px!important}.row-13 > [class*='col-']{padding-right:13px!important;padding-left:13px!important}.z-13{z-index:13!important}.mt-14{margin-top:14px!important}.mb-14{margin-bottom:14px!important}.mr-14{margin-right:14px!important}.ml-14{margin-left:14px!important}.pt-14{padding-top:14px!important}.pb-14{padding-bottom:14px!important}.pr-14{padding-right:14px!important}.pl-14{padding-left:14px!important}.mt-n-14{margin-top:-14px!important}.mb-n-14{margin-bottom:-14px!important}.mr-n-14{margin-right:-14px!important}.ml-n-14{margin-left:-14px!important}.t-14{top:14px!important}.b-14{bottom:14px!important}.l-14{left:14px!important}.r-14{right:14px!important}.t-n-14{top:-14px!important}.b-n-14{bottom:-14px!important}.l-n-14{left:-14px!important}.r-n-14{right:-14px!important}.ti-14{text-indent:14px!important}.ti-n-14{text-indent:-14px!important}.fs-14{font-size:14px!important}.row-14{margin-right:-14px!important;margin-left:-14px!important}.row-14 > [class*='col-']{padding-right:14px!important;padding-left:14px!important}.z-14{z-index:14!important}.mt-15{margin-top:15px!important}.mb-15{margin-bottom:15px!important}.mr-15{margin-right:15px!important}.ml-15{margin-left:15px!important}.pt-15{padding-top:15px!important}.pb-15{padding-bottom:15px!important}.pr-15{padding-right:15px!important}.pl-15{padding-left:15px!important}.mt-n-15{margin-top:-15px!important}.mb-n-15{margin-bottom:-15px!important}.mr-n-15{margin-right:-15px!important}.ml-n-15{margin-left:-15px!important}.t-15{top:15px!important}.b-15{bottom:15px!important}.l-15{left:15px!important}.r-15{right:15px!important}.t-n-15{top:-15px!important}.b-n-15{bottom:-15px!important}.l-n-15{left:-15px!important}.r-n-15{right:-15px!important}.ti-15{text-indent:15px!important}.ti-n-15{text-indent:-15px!important}.fs-15{font-size:15px!important}.row-15{margin-right:-15px!important;margin-left:-15px!important}.row-15 > [class*='col-']{padding-right:15px!important;padding-left:15px!important}.z-15{z-index:15!important}.mt-16{margin-top:16px!important}.mb-16{margin-bottom:16px!important}.mr-16{margin-right:16px!important}.ml-16{margin-left:16px!important}.pt-16{padding-top:16px!important}.pb-16{padding-bottom:16px!important}.pr-16{padding-right:16px!important}.pl-16{padding-left:16px!important}.mt-n-16{margin-top:-16px!important}.mb-n-16{margin-bottom:-16px!important}.mr-n-16{margin-right:-16px!important}.ml-n-16{margin-left:-16px!important}.t-16{top:16px!important}.b-16{bottom:16px!important}.l-16{left:16px!important}.r-16{right:16px!important}.t-n-16{top:-16px!important}.b-n-16{bottom:-16px!important}.l-n-16{left:-16px!important}.r-n-16{right:-16px!important}.ti-16{text-indent:16px!important}.ti-n-16{text-indent:-16px!important}.fs-16{font-size:16px!important}.row-16{margin-right:-16px!important;margin-left:-16px!important}.row-16 > [class*='col-']{padding-right:16px!important;padding-left:16px!important}.z-16{z-index:16!important}.mt-17{margin-top:17px!important}.mb-17{margin-bottom:17px!important}.mr-17{margin-right:17px!important}.ml-17{margin-left:17px!important}.pt-17{padding-top:17px!important}.pb-17{padding-bottom:17px!important}.pr-17{padding-right:17px!important}.pl-17{padding-left:17px!important}.mt-n-17{margin-top:-17px!important}.mb-n-17{margin-bottom:-17px!important}.mr-n-17{margin-right:-17px!important}.ml-n-17{margin-left:-17px!important}.t-17{top:17px!important}.b-17{bottom:17px!important}.l-17{left:17px!important}.r-17{right:17px!important}.t-n-17{top:-17px!important}.b-n-17{bottom:-17px!important}.l-n-17{left:-17px!important}.r-n-17{right:-17px!important}.ti-17{text-indent:17px!important}.ti-n-17{text-indent:-17px!important}.fs-17{font-size:17px!important}.row-17{margin-right:-17px!important;margin-left:-17px!important}.row-17 > [class*='col-']{padding-right:17px!important;padding-left:17px!important}.z-17{z-index:17!important}.mt-18{margin-top:18px!important}.mb-18{margin-bottom:18px!important}.mr-18{margin-right:18px!important}.ml-18{margin-left:18px!important}.pt-18{padding-top:18px!important}.pb-18{padding-bottom:18px!important}.pr-18{padding-right:18px!important}.pl-18{padding-left:18px!important}.mt-n-18{margin-top:-18px!important}.mb-n-18{margin-bottom:-18px!important}.mr-n-18{margin-right:-18px!important}.ml-n-18{margin-left:-18px!important}.t-18{top:18px!important}.b-18{bottom:18px!important}.l-18{left:18px!important}.r-18{right:18px!important}.t-n-18{top:-18px!important}.b-n-18{bottom:-18px!important}.l-n-18{left:-18px!important}.r-n-18{right:-18px!important}.ti-18{text-indent:18px!important}.ti-n-18{text-indent:-18px!important}.fs-18{font-size:18px!important}.row-18{margin-right:-18px!important;margin-left:-18px!important}.row-18 > [class*='col-']{padding-right:18px!important;padding-left:18px!important}.z-18{z-index:18!important}.mt-19{margin-top:19px!important}.mb-19{margin-bottom:19px!important}.mr-19{margin-right:19px!important}.ml-19{margin-left:19px!important}.pt-19{padding-top:19px!important}.pb-19{padding-bottom:19px!important}.pr-19{padding-right:19px!important}.pl-19{padding-left:19px!important}.mt-n-19{margin-top:-19px!important}.mb-n-19{margin-bottom:-19px!important}.mr-n-19{margin-right:-19px!important}.ml-n-19{margin-left:-19px!important}.t-19{top:19px!important}.b-19{bottom:19px!important}.l-19{left:19px!important}.r-19{right:19px!important}.t-n-19{top:-19px!important}.b-n-19{bottom:-19px!important}.l-n-19{left:-19px!important}.r-n-19{right:-19px!important}.ti-19{text-indent:19px!important}.ti-n-19{text-indent:-19px!important}.fs-19{font-size:19px!important}.row-19{margin-right:-19px!important;margin-left:-19px!important}.row-19 > [class*='col-']{padding-right:19px!important;padding-left:19px!important}.z-19{z-index:19!important}.mt-20{margin-top:20px!important}.mb-20{margin-bottom:20px!important}.mr-20{margin-right:20px!important}.ml-20{margin-left:20px!important}.pt-20{padding-top:20px!important}.pb-20{padding-bottom:20px!important}.pr-20{padding-right:20px!important}.pl-20{padding-left:20px!important}.mt-n-20{margin-top:-20px!important}.mb-n-20{margin-bottom:-20px!important}.mr-n-20{margin-right:-20px!important}.ml-n-20{margin-left:-20px!important}.t-20{top:20px!important}.b-20{bottom:20px!important}.l-20{left:20px!important}.r-20{right:20px!important}.t-n-20{top:-20px!important}.b-n-20{bottom:-20px!important}.l-n-20{left:-20px!important}.r-n-20{right:-20px!important}.ti-20{text-indent:20px!important}.ti-n-20{text-indent:-20px!important}.fs-20{font-size:20px!important}.row-20{margin-right:-20px!important;margin-left:-20px!important}.row-20 > [class*='col-']{padding-right:20px!important;padding-left:20px!important}.z-20{z-index:20!important}.mt-21{margin-top:21px!important}.mb-21{margin-bottom:21px!important}.mr-21{margin-right:21px!important}.ml-21{margin-left:21px!important}.pt-21{padding-top:21px!important}.pb-21{padding-bottom:21px!important}.pr-21{padding-right:21px!important}.pl-21{padding-left:21px!important}.mt-n-21{margin-top:-21px!important}.mb-n-21{margin-bottom:-21px!important}.mr-n-21{margin-right:-21px!important}.ml-n-21{margin-left:-21px!important}.t-21{top:21px!important}.b-21{bottom:21px!important}.l-21{left:21px!important}.r-21{right:21px!important}.t-n-21{top:-21px!important}.b-n-21{bottom:-21px!important}.l-n-21{left:-21px!important}.r-n-21{right:-21px!important}.ti-21{text-indent:21px!important}.ti-n-21{text-indent:-21px!important}.fs-21{font-size:21px!important}.row-21{margin-right:-21px!important;margin-left:-21px!important}.row-21 > [class*='col-']{padding-right:21px!important;padding-left:21px!important}.z-21{z-index:21!important}.mt-22{margin-top:22px!important}.mb-22{margin-bottom:22px!important}.mr-22{margin-right:22px!important}.ml-22{margin-left:22px!important}.pt-22{padding-top:22px!important}.pb-22{padding-bottom:22px!important}.pr-22{padding-right:22px!important}.pl-22{padding-left:22px!important}.mt-n-22{margin-top:-22px!important}.mb-n-22{margin-bottom:-22px!important}.mr-n-22{margin-right:-22px!important}.ml-n-22{margin-left:-22px!important}.t-22{top:22px!important}.b-22{bottom:22px!important}.l-22{left:22px!important}.r-22{right:22px!important}.t-n-22{top:-22px!important}.b-n-22{bottom:-22px!important}.l-n-22{left:-22px!important}.r-n-22{right:-22px!important}.ti-22{text-indent:22px!important}.ti-n-22{text-indent:-22px!important}.fs-22{font-size:22px!important}.row-22{margin-right:-22px!important;margin-left:-22px!important}.row-22 > [class*='col-']{padding-right:22px!important;padding-left:22px!important}.z-22{z-index:22!important}.mt-23{margin-top:23px!important}.mb-23{margin-bottom:23px!important}.mr-23{margin-right:23px!important}.ml-23{margin-left:23px!important}.pt-23{padding-top:23px!important}.pb-23{padding-bottom:23px!important}.pr-23{padding-right:23px!important}.pl-23{padding-left:23px!important}.mt-n-23{margin-top:-23px!important}.mb-n-23{margin-bottom:-23px!important}.mr-n-23{margin-right:-23px!important}.ml-n-23{margin-left:-23px!important}.t-23{top:23px!important}.b-23{bottom:23px!important}.l-23{left:23px!important}.r-23{right:23px!important}.t-n-23{top:-23px!important}.b-n-23{bottom:-23px!important}.l-n-23{left:-23px!important}.r-n-23{right:-23px!important}.ti-23{text-indent:23px!important}.ti-n-23{text-indent:-23px!important}.fs-23{font-size:23px!important}.row-23{margin-right:-23px!important;margin-left:-23px!important}.row-23 > [class*='col-']{padding-right:23px!important;padding-left:23px!important}.z-23{z-index:23!important}.mt-24{margin-top:24px!important}.mb-24{margin-bottom:24px!important}.mr-24{margin-right:24px!important}.ml-24{margin-left:24px!important}.pt-24{padding-top:24px!important}.pb-24{padding-bottom:24px!important}.pr-24{padding-right:24px!important}.pl-24{padding-left:24px!important}.mt-n-24{margin-top:-24px!important}.mb-n-24{margin-bottom:-24px!important}.mr-n-24{margin-right:-24px!important}.ml-n-24{margin-left:-24px!important}.t-24{top:24px!important}.b-24{bottom:24px!important}.l-24{left:24px!important}.r-24{right:24px!important}.t-n-24{top:-24px!important}.b-n-24{bottom:-24px!important}.l-n-24{left:-24px!important}.r-n-24{right:-24px!important}.ti-24{text-indent:24px!important}.ti-n-24{text-indent:-24px!important}.fs-24{font-size:24px!important}.row-24{margin-right:-24px!important;margin-left:-24px!important}.row-24 > [class*='col-']{padding-right:24px!important;padding-left:24px!important}.z-24{z-index:24!important}.mt-25{margin-top:25px!important}.mb-25{margin-bottom:25px!important}.mr-25{margin-right:25px!important}.ml-25{margin-left:25px!important}.pt-25{padding-top:25px!important}.pb-25{padding-bottom:25px!important}.pr-25{padding-right:25px!important}.pl-25{padding-left:25px!important}.mt-n-25{margin-top:-25px!important}.mb-n-25{margin-bottom:-25px!important}.mr-n-25{margin-right:-25px!important}.ml-n-25{margin-left:-25px!important}.t-25{top:25px!important}.b-25{bottom:25px!important}.l-25{left:25px!important}.r-25{right:25px!important}.t-n-25{top:-25px!important}.b-n-25{bottom:-25px!important}.l-n-25{left:-25px!important}.r-n-25{right:-25px!important}.ti-25{text-indent:25px!important}.ti-n-25{text-indent:-25px!important}.fs-25{font-size:25px!important}.row-25{margin-right:-25px!important;margin-left:-25px!important}.row-25 > [class*='col-']{padding-right:25px!important;padding-left:25px!important}.z-25{z-index:25!important}.mt-26{margin-top:26px!important}.mb-26{margin-bottom:26px!important}.mr-26{margin-right:26px!important}.ml-26{margin-left:26px!important}.pt-26{padding-top:26px!important}.pb-26{padding-bottom:26px!important}.pr-26{padding-right:26px!important}.pl-26{padding-left:26px!important}.mt-n-26{margin-top:-26px!important}.mb-n-26{margin-bottom:-26px!important}.mr-n-26{margin-right:-26px!important}.ml-n-26{margin-left:-26px!important}.t-26{top:26px!important}.b-26{bottom:26px!important}.l-26{left:26px!important}.r-26{right:26px!important}.t-n-26{top:-26px!important}.b-n-26{bottom:-26px!important}.l-n-26{left:-26px!important}.r-n-26{right:-26px!important}.ti-26{text-indent:26px!important}.ti-n-26{text-indent:-26px!important}.fs-26{font-size:26px!important}.row-26{margin-right:-26px!important;margin-left:-26px!important}.row-26 > [class*='col-']{padding-right:26px!important;padding-left:26px!important}.z-26{z-index:26!important}.mt-27{margin-top:27px!important}.mb-27{margin-bottom:27px!important}.mr-27{margin-right:27px!important}.ml-27{margin-left:27px!important}.pt-27{padding-top:27px!important}.pb-27{padding-bottom:27px!important}.pr-27{padding-right:27px!important}.pl-27{padding-left:27px!important}.mt-n-27{margin-top:-27px!important}.mb-n-27{margin-bottom:-27px!important}.mr-n-27{margin-right:-27px!important}.ml-n-27{margin-left:-27px!important}.t-27{top:27px!important}.b-27{bottom:27px!important}.l-27{left:27px!important}.r-27{right:27px!important}.t-n-27{top:-27px!important}.b-n-27{bottom:-27px!important}.l-n-27{left:-27px!important}.r-n-27{right:-27px!important}.ti-27{text-indent:27px!important}.ti-n-27{text-indent:-27px!important}.fs-27{font-size:27px!important}.row-27{margin-right:-27px!important;margin-left:-27px!important}.row-27 > [class*='col-']{padding-right:27px!important;padding-left:27px!important}.z-27{z-index:27!important}.mt-28{margin-top:28px!important}.mb-28{margin-bottom:28px!important}.mr-28{margin-right:28px!important}.ml-28{margin-left:28px!important}.pt-28{padding-top:28px!important}.pb-28{padding-bottom:28px!important}.pr-28{padding-right:28px!important}.pl-28{padding-left:28px!important}.mt-n-28{margin-top:-28px!important}.mb-n-28{margin-bottom:-28px!important}.mr-n-28{margin-right:-28px!important}.ml-n-28{margin-left:-28px!important}.t-28{top:28px!important}.b-28{bottom:28px!important}.l-28{left:28px!important}.r-28{right:28px!important}.t-n-28{top:-28px!important}.b-n-28{bottom:-28px!important}.l-n-28{left:-28px!important}.r-n-28{right:-28px!important}.ti-28{text-indent:28px!important}.ti-n-28{text-indent:-28px!important}.fs-28{font-size:28px!important}.row-28{margin-right:-28px!important;margin-left:-28px!important}.row-28 > [class*='col-']{padding-right:28px!important;padding-left:28px!important}.z-28{z-index:28!important}.mt-29{margin-top:29px!important}.mb-29{margin-bottom:29px!important}.mr-29{margin-right:29px!important}.ml-29{margin-left:29px!important}.pt-29{padding-top:29px!important}.pb-29{padding-bottom:29px!important}.pr-29{padding-right:29px!important}.pl-29{padding-left:29px!important}.mt-n-29{margin-top:-29px!important}.mb-n-29{margin-bottom:-29px!important}.mr-n-29{margin-right:-29px!important}.ml-n-29{margin-left:-29px!important}.t-29{top:29px!important}.b-29{bottom:29px!important}.l-29{left:29px!important}.r-29{right:29px!important}.t-n-29{top:-29px!important}.b-n-29{bottom:-29px!important}.l-n-29{left:-29px!important}.r-n-29{right:-29px!important}.ti-29{text-indent:29px!important}.ti-n-29{text-indent:-29px!important}.fs-29{font-size:29px!important}.row-29{margin-right:-29px!important;margin-left:-29px!important}.row-29 > [class*='col-']{padding-right:29px!important;padding-left:29px!important}.z-29{z-index:29!important}.mt-30{margin-top:30px!important}.mb-30{margin-bottom:30px!important}.mr-30{margin-right:30px!important}.ml-30{margin-left:30px!important}.pt-30{padding-top:30px!important}.pb-30{padding-bottom:30px!important}.pr-30{padding-right:30px!important}.pl-30{padding-left:30px!important}.mt-n-30{margin-top:-30px!important}.mb-n-30{margin-bottom:-30px!important}.mr-n-30{margin-right:-30px!important}.ml-n-30{margin-left:-30px!important}.t-30{top:30px!important}.b-30{bottom:30px!important}.l-30{left:30px!important}.r-30{right:30px!important}.t-n-30{top:-30px!important}.b-n-30{bottom:-30px!important}.l-n-30{left:-30px!important}.r-n-30{right:-30px!important}.ti-30{text-indent:30px!important}.ti-n-30{text-indent:-30px!important}.fs-30{font-size:30px!important}.row-30{margin-right:-30px!important;margin-left:-30px!important}.row-30 > [class*='col-']{padding-right:30px!important;padding-left:30px!important}.z-30{z-index:30!important}.mt-31{margin-top:31px!important}.mb-31{margin-bottom:31px!important}.mr-31{margin-right:31px!important}.ml-31{margin-left:31px!important}.pt-31{padding-top:31px!important}.pb-31{padding-bottom:31px!important}.pr-31{padding-right:31px!important}.pl-31{padding-left:31px!important}.mt-n-31{margin-top:-31px!important}.mb-n-31{margin-bottom:-31px!important}.mr-n-31{margin-right:-31px!important}.ml-n-31{margin-left:-31px!important}.t-31{top:31px!important}.b-31{bottom:31px!important}.l-31{left:31px!important}.r-31{right:31px!important}.t-n-31{top:-31px!important}.b-n-31{bottom:-31px!important}.l-n-31{left:-31px!important}.r-n-31{right:-31px!important}.ti-31{text-indent:31px!important}.ti-n-31{text-indent:-31px!important}.fs-31{font-size:31px!important}.row-31{margin-right:-31px!important;margin-left:-31px!important}.row-31 > [class*='col-']{padding-right:31px!important;padding-left:31px!important}.z-31{z-index:31!important}.mt-32{margin-top:32px!important}.mb-32{margin-bottom:32px!important}.mr-32{margin-right:32px!important}.ml-32{margin-left:32px!important}.pt-32{padding-top:32px!important}.pb-32{padding-bottom:32px!important}.pr-32{padding-right:32px!important}.pl-32{padding-left:32px!important}.mt-n-32{margin-top:-32px!important}.mb-n-32{margin-bottom:-32px!important}.mr-n-32{margin-right:-32px!important}.ml-n-32{margin-left:-32px!important}.t-32{top:32px!important}.b-32{bottom:32px!important}.l-32{left:32px!important}.r-32{right:32px!important}.t-n-32{top:-32px!important}.b-n-32{bottom:-32px!important}.l-n-32{left:-32px!important}.r-n-32{right:-32px!important}.ti-32{text-indent:32px!important}.ti-n-32{text-indent:-32px!important}.fs-32{font-size:32px!important}.row-32{margin-right:-32px!important;margin-left:-32px!important}.row-32 > [class*='col-']{padding-right:32px!important;padding-left:32px!important}.z-32{z-index:32!important}.mt-33{margin-top:33px!important}.mb-33{margin-bottom:33px!important}.mr-33{margin-right:33px!important}.ml-33{margin-left:33px!important}.pt-33{padding-top:33px!important}.pb-33{padding-bottom:33px!important}.pr-33{padding-right:33px!important}.pl-33{padding-left:33px!important}.mt-n-33{margin-top:-33px!important}.mb-n-33{margin-bottom:-33px!important}.mr-n-33{margin-right:-33px!important}.ml-n-33{margin-left:-33px!important}.t-33{top:33px!important}.b-33{bottom:33px!important}.l-33{left:33px!important}.r-33{right:33px!important}.t-n-33{top:-33px!important}.b-n-33{bottom:-33px!important}.l-n-33{left:-33px!important}.r-n-33{right:-33px!important}.ti-33{text-indent:33px!important}.ti-n-33{text-indent:-33px!important}.fs-33{font-size:33px!important}.row-33{margin-right:-33px!important;margin-left:-33px!important}.row-33 > [class*='col-']{padding-right:33px!important;padding-left:33px!important}.z-33{z-index:33!important}.mt-34{margin-top:34px!important}.mb-34{margin-bottom:34px!important}.mr-34{margin-right:34px!important}.ml-34{margin-left:34px!important}.pt-34{padding-top:34px!important}.pb-34{padding-bottom:34px!important}.pr-34{padding-right:34px!important}.pl-34{padding-left:34px!important}.mt-n-34{margin-top:-34px!important}.mb-n-34{margin-bottom:-34px!important}.mr-n-34{margin-right:-34px!important}.ml-n-34{margin-left:-34px!important}.t-34{top:34px!important}.b-34{bottom:34px!important}.l-34{left:34px!important}.r-34{right:34px!important}.t-n-34{top:-34px!important}.b-n-34{bottom:-34px!important}.l-n-34{left:-34px!important}.r-n-34{right:-34px!important}.ti-34{text-indent:34px!important}.ti-n-34{text-indent:-34px!important}.fs-34{font-size:34px!important}.row-34{margin-right:-34px!important;margin-left:-34px!important}.row-34 > [class*='col-']{padding-right:34px!important;padding-left:34px!important}.z-34{z-index:34!important}.mt-35{margin-top:35px!important}.mb-35{margin-bottom:35px!important}.mr-35{margin-right:35px!important}.ml-35{margin-left:35px!important}.pt-35{padding-top:35px!important}.pb-35{padding-bottom:35px!important}.pr-35{padding-right:35px!important}.pl-35{padding-left:35px!important}.mt-n-35{margin-top:-35px!important}.mb-n-35{margin-bottom:-35px!important}.mr-n-35{margin-right:-35px!important}.ml-n-35{margin-left:-35px!important}.t-35{top:35px!important}.b-35{bottom:35px!important}.l-35{left:35px!important}.r-35{right:35px!important}.t-n-35{top:-35px!important}.b-n-35{bottom:-35px!important}.l-n-35{left:-35px!important}.r-n-35{right:-35px!important}.ti-35{text-indent:35px!important}.ti-n-35{text-indent:-35px!important}.fs-35{font-size:35px!important}.row-35{margin-right:-35px!important;margin-left:-35px!important}.row-35 > [class*='col-']{padding-right:35px!important;padding-left:35px!important}.z-35{z-index:35!important}.mt-36{margin-top:36px!important}.mb-36{margin-bottom:36px!important}.mr-36{margin-right:36px!important}.ml-36{margin-left:36px!important}.pt-36{padding-top:36px!important}.pb-36{padding-bottom:36px!important}.pr-36{padding-right:36px!important}.pl-36{padding-left:36px!important}.mt-n-36{margin-top:-36px!important}.mb-n-36{margin-bottom:-36px!important}.mr-n-36{margin-right:-36px!important}.ml-n-36{margin-left:-36px!important}.t-36{top:36px!important}.b-36{bottom:36px!important}.l-36{left:36px!important}.r-36{right:36px!important}.t-n-36{top:-36px!important}.b-n-36{bottom:-36px!important}.l-n-36{left:-36px!important}.r-n-36{right:-36px!important}.ti-36{text-indent:36px!important}.ti-n-36{text-indent:-36px!important}.fs-36{font-size:36px!important}.row-36{margin-right:-36px!important;margin-left:-36px!important}.row-36 > [class*='col-']{padding-right:36px!important;padding-left:36px!important}.z-36{z-index:36!important}.mt-37{margin-top:37px!important}.mb-37{margin-bottom:37px!important}.mr-37{margin-right:37px!important}.ml-37{margin-left:37px!important}.pt-37{padding-top:37px!important}.pb-37{padding-bottom:37px!important}.pr-37{padding-right:37px!important}.pl-37{padding-left:37px!important}.mt-n-37{margin-top:-37px!important}.mb-n-37{margin-bottom:-37px!important}.mr-n-37{margin-right:-37px!important}.ml-n-37{margin-left:-37px!important}.t-37{top:37px!important}.b-37{bottom:37px!important}.l-37{left:37px!important}.r-37{right:37px!important}.t-n-37{top:-37px!important}.b-n-37{bottom:-37px!important}.l-n-37{left:-37px!important}.r-n-37{right:-37px!important}.ti-37{text-indent:37px!important}.ti-n-37{text-indent:-37px!important}.fs-37{font-size:37px!important}.row-37{margin-right:-37px!important;margin-left:-37px!important}.row-37 > [class*='col-']{padding-right:37px!important;padding-left:37px!important}.z-37{z-index:37!important}.mt-38{margin-top:38px!important}.mb-38{margin-bottom:38px!important}.mr-38{margin-right:38px!important}.ml-38{margin-left:38px!important}.pt-38{padding-top:38px!important}.pb-38{padding-bottom:38px!important}.pr-38{padding-right:38px!important}.pl-38{padding-left:38px!important}.mt-n-38{margin-top:-38px!important}.mb-n-38{margin-bottom:-38px!important}.mr-n-38{margin-right:-38px!important}.ml-n-38{margin-left:-38px!important}.t-38{top:38px!important}.b-38{bottom:38px!important}.l-38{left:38px!important}.r-38{right:38px!important}.t-n-38{top:-38px!important}.b-n-38{bottom:-38px!important}.l-n-38{left:-38px!important}.r-n-38{right:-38px!important}.ti-38{text-indent:38px!important}.ti-n-38{text-indent:-38px!important}.fs-38{font-size:38px!important}.row-38{margin-right:-38px!important;margin-left:-38px!important}.row-38 > [class*='col-']{padding-right:38px!important;padding-left:38px!important}.z-38{z-index:38!important}.mt-39{margin-top:39px!important}.mb-39{margin-bottom:39px!important}.mr-39{margin-right:39px!important}.ml-39{margin-left:39px!important}.pt-39{padding-top:39px!important}.pb-39{padding-bottom:39px!important}.pr-39{padding-right:39px!important}.pl-39{padding-left:39px!important}.mt-n-39{margin-top:-39px!important}.mb-n-39{margin-bottom:-39px!important}.mr-n-39{margin-right:-39px!important}.ml-n-39{margin-left:-39px!important}.t-39{top:39px!important}.b-39{bottom:39px!important}.l-39{left:39px!important}.r-39{right:39px!important}.t-n-39{top:-39px!important}.b-n-39{bottom:-39px!important}.l-n-39{left:-39px!important}.r-n-39{right:-39px!important}.ti-39{text-indent:39px!important}.ti-n-39{text-indent:-39px!important}.fs-39{font-size:39px!important}.row-39{margin-right:-39px!important;margin-left:-39px!important}.row-39 > [class*='col-']{padding-right:39px!important;padding-left:39px!important}.z-39{z-index:39!important}.mt-40{margin-top:40px!important}.mb-40{margin-bottom:40px!important}.mr-40{margin-right:40px!important}.ml-40{margin-left:40px!important}.pt-40{padding-top:40px!important}.pb-40{padding-bottom:40px!important}.pr-40{padding-right:40px!important}.pl-40{padding-left:40px!important}.mt-n-40{margin-top:-40px!important}.mb-n-40{margin-bottom:-40px!important}.mr-n-40{margin-right:-40px!important}.ml-n-40{margin-left:-40px!important}.t-40{top:40px!important}.b-40{bottom:40px!important}.l-40{left:40px!important}.r-40{right:40px!important}.t-n-40{top:-40px!important}.b-n-40{bottom:-40px!important}.l-n-40{left:-40px!important}.r-n-40{right:-40px!important}.ti-40{text-indent:40px!important}.ti-n-40{text-indent:-40px!important}.fs-40{font-size:40px!important}.row-40{margin-right:-40px!important;margin-left:-40px!important}.row-40 > [class*='col-']{padding-right:40px!important;padding-left:40px!important}.z-40{z-index:40!important}.mt-41{margin-top:41px!important}.mb-41{margin-bottom:41px!important}.mr-41{margin-right:41px!important}.ml-41{margin-left:41px!important}.pt-41{padding-top:41px!important}.pb-41{padding-bottom:41px!important}.pr-41{padding-right:41px!important}.pl-41{padding-left:41px!important}.mt-n-41{margin-top:-41px!important}.mb-n-41{margin-bottom:-41px!important}.mr-n-41{margin-right:-41px!important}.ml-n-41{margin-left:-41px!important}.t-41{top:41px!important}.b-41{bottom:41px!important}.l-41{left:41px!important}.r-41{right:41px!important}.t-n-41{top:-41px!important}.b-n-41{bottom:-41px!important}.l-n-41{left:-41px!important}.r-n-41{right:-41px!important}.ti-41{text-indent:41px!important}.ti-n-41{text-indent:-41px!important}.fs-41{font-size:41px!important}.row-41{margin-right:-41px!important;margin-left:-41px!important}.row-41 > [class*='col-']{padding-right:41px!important;padding-left:41px!important}.z-41{z-index:41!important}.mt-42{margin-top:42px!important}.mb-42{margin-bottom:42px!important}.mr-42{margin-right:42px!important}.ml-42{margin-left:42px!important}.pt-42{padding-top:42px!important}.pb-42{padding-bottom:42px!important}.pr-42{padding-right:42px!important}.pl-42{padding-left:42px!important}.mt-n-42{margin-top:-42px!important}.mb-n-42{margin-bottom:-42px!important}.mr-n-42{margin-right:-42px!important}.ml-n-42{margin-left:-42px!important}.t-42{top:42px!important}.b-42{bottom:42px!important}.l-42{left:42px!important}.r-42{right:42px!important}.t-n-42{top:-42px!important}.b-n-42{bottom:-42px!important}.l-n-42{left:-42px!important}.r-n-42{right:-42px!important}.ti-42{text-indent:42px!important}.ti-n-42{text-indent:-42px!important}.fs-42{font-size:42px!important}.row-42{margin-right:-42px!important;margin-left:-42px!important}.row-42 > [class*='col-']{padding-right:42px!important;padding-left:42px!important}.z-42{z-index:42!important}.mt-43{margin-top:43px!important}.mb-43{margin-bottom:43px!important}.mr-43{margin-right:43px!important}.ml-43{margin-left:43px!important}.pt-43{padding-top:43px!important}.pb-43{padding-bottom:43px!important}.pr-43{padding-right:43px!important}.pl-43{padding-left:43px!important}.mt-n-43{margin-top:-43px!important}.mb-n-43{margin-bottom:-43px!important}.mr-n-43{margin-right:-43px!important}.ml-n-43{margin-left:-43px!important}.t-43{top:43px!important}.b-43{bottom:43px!important}.l-43{left:43px!important}.r-43{right:43px!important}.t-n-43{top:-43px!important}.b-n-43{bottom:-43px!important}.l-n-43{left:-43px!important}.r-n-43{right:-43px!important}.ti-43{text-indent:43px!important}.ti-n-43{text-indent:-43px!important}.fs-43{font-size:43px!important}.row-43{margin-right:-43px!important;margin-left:-43px!important}.row-43 > [class*='col-']{padding-right:43px!important;padding-left:43px!important}.z-43{z-index:43!important}.mt-44{margin-top:44px!important}.mb-44{margin-bottom:44px!important}.mr-44{margin-right:44px!important}.ml-44{margin-left:44px!important}.pt-44{padding-top:44px!important}.pb-44{padding-bottom:44px!important}.pr-44{padding-right:44px!important}.pl-44{padding-left:44px!important}.mt-n-44{margin-top:-44px!important}.mb-n-44{margin-bottom:-44px!important}.mr-n-44{margin-right:-44px!important}.ml-n-44{margin-left:-44px!important}.t-44{top:44px!important}.b-44{bottom:44px!important}.l-44{left:44px!important}.r-44{right:44px!important}.t-n-44{top:-44px!important}.b-n-44{bottom:-44px!important}.l-n-44{left:-44px!important}.r-n-44{right:-44px!important}.ti-44{text-indent:44px!important}.ti-n-44{text-indent:-44px!important}.fs-44{font-size:44px!important}.row-44{margin-right:-44px!important;margin-left:-44px!important}.row-44 > [class*='col-']{padding-right:44px!important;padding-left:44px!important}.z-44{z-index:44!important}.mt-45{margin-top:45px!important}.mb-45{margin-bottom:45px!important}.mr-45{margin-right:45px!important}.ml-45{margin-left:45px!important}.pt-45{padding-top:45px!important}.pb-45{padding-bottom:45px!important}.pr-45{padding-right:45px!important}.pl-45{padding-left:45px!important}.mt-n-45{margin-top:-45px!important}.mb-n-45{margin-bottom:-45px!important}.mr-n-45{margin-right:-45px!important}.ml-n-45{margin-left:-45px!important}.t-45{top:45px!important}.b-45{bottom:45px!important}.l-45{left:45px!important}.r-45{right:45px!important}.t-n-45{top:-45px!important}.b-n-45{bottom:-45px!important}.l-n-45{left:-45px!important}.r-n-45{right:-45px!important}.ti-45{text-indent:45px!important}.ti-n-45{text-indent:-45px!important}.fs-45{font-size:45px!important}.row-45{margin-right:-45px!important;margin-left:-45px!important}.row-45 > [class*='col-']{padding-right:45px!important;padding-left:45px!important}.z-45{z-index:45!important}.mt-46{margin-top:46px!important}.mb-46{margin-bottom:46px!important}.mr-46{margin-right:46px!important}.ml-46{margin-left:46px!important}.pt-46{padding-top:46px!important}.pb-46{padding-bottom:46px!important}.pr-46{padding-right:46px!important}.pl-46{padding-left:46px!important}.mt-n-46{margin-top:-46px!important}.mb-n-46{margin-bottom:-46px!important}.mr-n-46{margin-right:-46px!important}.ml-n-46{margin-left:-46px!important}.t-46{top:46px!important}.b-46{bottom:46px!important}.l-46{left:46px!important}.r-46{right:46px!important}.t-n-46{top:-46px!important}.b-n-46{bottom:-46px!important}.l-n-46{left:-46px!important}.r-n-46{right:-46px!important}.ti-46{text-indent:46px!important}.ti-n-46{text-indent:-46px!important}.fs-46{font-size:46px!important}.row-46{margin-right:-46px!important;margin-left:-46px!important}.row-46 > [class*='col-']{padding-right:46px!important;padding-left:46px!important}.z-46{z-index:46!important}.mt-47{margin-top:47px!important}.mb-47{margin-bottom:47px!important}.mr-47{margin-right:47px!important}.ml-47{margin-left:47px!important}.pt-47{padding-top:47px!important}.pb-47{padding-bottom:47px!important}.pr-47{padding-right:47px!important}.pl-47{padding-left:47px!important}.mt-n-47{margin-top:-47px!important}.mb-n-47{margin-bottom:-47px!important}.mr-n-47{margin-right:-47px!important}.ml-n-47{margin-left:-47px!important}.t-47{top:47px!important}.b-47{bottom:47px!important}.l-47{left:47px!important}.r-47{right:47px!important}.t-n-47{top:-47px!important}.b-n-47{bottom:-47px!important}.l-n-47{left:-47px!important}.r-n-47{right:-47px!important}.ti-47{text-indent:47px!important}.ti-n-47{text-indent:-47px!important}.fs-47{font-size:47px!important}.row-47{margin-right:-47px!important;margin-left:-47px!important}.row-47 > [class*='col-']{padding-right:47px!important;padding-left:47px!important}.z-47{z-index:47!important}.mt-48{margin-top:48px!important}.mb-48{margin-bottom:48px!important}.mr-48{margin-right:48px!important}.ml-48{margin-left:48px!important}.pt-48{padding-top:48px!important}.pb-48{padding-bottom:48px!important}.pr-48{padding-right:48px!important}.pl-48{padding-left:48px!important}.mt-n-48{margin-top:-48px!important}.mb-n-48{margin-bottom:-48px!important}.mr-n-48{margin-right:-48px!important}.ml-n-48{margin-left:-48px!important}.t-48{top:48px!important}.b-48{bottom:48px!important}.l-48{left:48px!important}.r-48{right:48px!important}.t-n-48{top:-48px!important}.b-n-48{bottom:-48px!important}.l-n-48{left:-48px!important}.r-n-48{right:-48px!important}.ti-48{text-indent:48px!important}.ti-n-48{text-indent:-48px!important}.fs-48{font-size:48px!important}.row-48{margin-right:-48px!important;margin-left:-48px!important}.row-48 > [class*='col-']{padding-right:48px!important;padding-left:48px!important}.z-48{z-index:48!important}.mt-49{margin-top:49px!important}.mb-49{margin-bottom:49px!important}.mr-49{margin-right:49px!important}.ml-49{margin-left:49px!important}.pt-49{padding-top:49px!important}.pb-49{padding-bottom:49px!important}.pr-49{padding-right:49px!important}.pl-49{padding-left:49px!important}.mt-n-49{margin-top:-49px!important}.mb-n-49{margin-bottom:-49px!important}.mr-n-49{margin-right:-49px!important}.ml-n-49{margin-left:-49px!important}.t-49{top:49px!important}.b-49{bottom:49px!important}.l-49{left:49px!important}.r-49{right:49px!important}.t-n-49{top:-49px!important}.b-n-49{bottom:-49px!important}.l-n-49{left:-49px!important}.r-n-49{right:-49px!important}.ti-49{text-indent:49px!important}.ti-n-49{text-indent:-49px!important}.fs-49{font-size:49px!important}.row-49{margin-right:-49px!important;margin-left:-49px!important}.row-49 > [class*='col-']{padding-right:49px!important;padding-left:49px!important}.z-49{z-index:49!important}.mt-50{margin-top:50px!important}.mb-50{margin-bottom:50px!important}.mr-50{margin-right:50px!important}.ml-50{margin-left:50px!important}.pt-50{padding-top:50px!important}.pb-50{padding-bottom:50px!important}.pr-50{padding-right:50px!important}.pl-50{padding-left:50px!important}.mt-n-50{margin-top:-50px!important}.mb-n-50{margin-bottom:-50px!important}.mr-n-50{margin-right:-50px!important}.ml-n-50{margin-left:-50px!important}.t-50{top:50px!important}.b-50{bottom:50px!important}.l-50{left:50px!important}.r-50{right:50px!important}.t-n-50{top:-50px!important}.b-n-50{bottom:-50px!important}.l-n-50{left:-50px!important}.r-n-50{right:-50px!important}.ti-50{text-indent:50px!important}.ti-n-50{text-indent:-50px!important}.fs-50{font-size:50px!important}.row-50{margin-right:-50px!important;margin-left:-50px!important}.row-50 > [class*='col-']{padding-right:50px!important;padding-left:50px!important}.z-50{z-index:50!important}.mt-51{margin-top:51px!important}.mb-51{margin-bottom:51px!important}.mr-51{margin-right:51px!important}.ml-51{margin-left:51px!important}.pt-51{padding-top:51px!important}.pb-51{padding-bottom:51px!important}.pr-51{padding-right:51px!important}.pl-51{padding-left:51px!important}.mt-n-51{margin-top:-51px!important}.mb-n-51{margin-bottom:-51px!important}.mr-n-51{margin-right:-51px!important}.ml-n-51{margin-left:-51px!important}.t-51{top:51px!important}.b-51{bottom:51px!important}.l-51{left:51px!important}.r-51{right:51px!important}.t-n-51{top:-51px!important}.b-n-51{bottom:-51px!important}.l-n-51{left:-51px!important}.r-n-51{right:-51px!important}.ti-51{text-indent:51px!important}.ti-n-51{text-indent:-51px!important}.fs-51{font-size:51px!important}.row-51{margin-right:-51px!important;margin-left:-51px!important}.row-51 > [class*='col-']{padding-right:51px!important;padding-left:51px!important}.z-51{z-index:51!important}.mt-52{margin-top:52px!important}.mb-52{margin-bottom:52px!important}.mr-52{margin-right:52px!important}.ml-52{margin-left:52px!important}.pt-52{padding-top:52px!important}.pb-52{padding-bottom:52px!important}.pr-52{padding-right:52px!important}.pl-52{padding-left:52px!important}.mt-n-52{margin-top:-52px!important}.mb-n-52{margin-bottom:-52px!important}.mr-n-52{margin-right:-52px!important}.ml-n-52{margin-left:-52px!important}.t-52{top:52px!important}.b-52{bottom:52px!important}.l-52{left:52px!important}.r-52{right:52px!important}.t-n-52{top:-52px!important}.b-n-52{bottom:-52px!important}.l-n-52{left:-52px!important}.r-n-52{right:-52px!important}.ti-52{text-indent:52px!important}.ti-n-52{text-indent:-52px!important}.fs-52{font-size:52px!important}.row-52{margin-right:-52px!important;margin-left:-52px!important}.row-52 > [class*='col-']{padding-right:52px!important;padding-left:52px!important}.z-52{z-index:52!important}.mt-53{margin-top:53px!important}.mb-53{margin-bottom:53px!important}.mr-53{margin-right:53px!important}.ml-53{margin-left:53px!important}.pt-53{padding-top:53px!important}.pb-53{padding-bottom:53px!important}.pr-53{padding-right:53px!important}.pl-53{padding-left:53px!important}.mt-n-53{margin-top:-53px!important}.mb-n-53{margin-bottom:-53px!important}.mr-n-53{margin-right:-53px!important}.ml-n-53{margin-left:-53px!important}.t-53{top:53px!important}.b-53{bottom:53px!important}.l-53{left:53px!important}.r-53{right:53px!important}.t-n-53{top:-53px!important}.b-n-53{bottom:-53px!important}.l-n-53{left:-53px!important}.r-n-53{right:-53px!important}.ti-53{text-indent:53px!important}.ti-n-53{text-indent:-53px!important}.fs-53{font-size:53px!important}.row-53{margin-right:-53px!important;margin-left:-53px!important}.row-53 > [class*='col-']{padding-right:53px!important;padding-left:53px!important}.z-53{z-index:53!important}.mt-54{margin-top:54px!important}.mb-54{margin-bottom:54px!important}.mr-54{margin-right:54px!important}.ml-54{margin-left:54px!important}.pt-54{padding-top:54px!important}.pb-54{padding-bottom:54px!important}.pr-54{padding-right:54px!important}.pl-54{padding-left:54px!important}.mt-n-54{margin-top:-54px!important}.mb-n-54{margin-bottom:-54px!important}.mr-n-54{margin-right:-54px!important}.ml-n-54{margin-left:-54px!important}.t-54{top:54px!important}.b-54{bottom:54px!important}.l-54{left:54px!important}.r-54{right:54px!important}.t-n-54{top:-54px!important}.b-n-54{bottom:-54px!important}.l-n-54{left:-54px!important}.r-n-54{right:-54px!important}.ti-54{text-indent:54px!important}.ti-n-54{text-indent:-54px!important}.fs-54{font-size:54px!important}.row-54{margin-right:-54px!important;margin-left:-54px!important}.row-54 > [class*='col-']{padding-right:54px!important;padding-left:54px!important}.z-54{z-index:54!important}.mt-55{margin-top:55px!important}.mb-55{margin-bottom:55px!important}.mr-55{margin-right:55px!important}.ml-55{margin-left:55px!important}.pt-55{padding-top:55px!important}.pb-55{padding-bottom:55px!important}.pr-55{padding-right:55px!important}.pl-55{padding-left:55px!important}.mt-n-55{margin-top:-55px!important}.mb-n-55{margin-bottom:-55px!important}.mr-n-55{margin-right:-55px!important}.ml-n-55{margin-left:-55px!important}.t-55{top:55px!important}.b-55{bottom:55px!important}.l-55{left:55px!important}.r-55{right:55px!important}.t-n-55{top:-55px!important}.b-n-55{bottom:-55px!important}.l-n-55{left:-55px!important}.r-n-55{right:-55px!important}.ti-55{text-indent:55px!important}.ti-n-55{text-indent:-55px!important}.fs-55{font-size:55px!important}.row-55{margin-right:-55px!important;margin-left:-55px!important}.row-55 > [class*='col-']{padding-right:55px!important;padding-left:55px!important}.z-55{z-index:55!important}.mt-56{margin-top:56px!important}.mb-56{margin-bottom:56px!important}.mr-56{margin-right:56px!important}.ml-56{margin-left:56px!important}.pt-56{padding-top:56px!important}.pb-56{padding-bottom:56px!important}.pr-56{padding-right:56px!important}.pl-56{padding-left:56px!important}.mt-n-56{margin-top:-56px!important}.mb-n-56{margin-bottom:-56px!important}.mr-n-56{margin-right:-56px!important}.ml-n-56{margin-left:-56px!important}.t-56{top:56px!important}.b-56{bottom:56px!important}.l-56{left:56px!important}.r-56{right:56px!important}.t-n-56{top:-56px!important}.b-n-56{bottom:-56px!important}.l-n-56{left:-56px!important}.r-n-56{right:-56px!important}.ti-56{text-indent:56px!important}.ti-n-56{text-indent:-56px!important}.fs-56{font-size:56px!important}.row-56{margin-right:-56px!important;margin-left:-56px!important}.row-56 > [class*='col-']{padding-right:56px!important;padding-left:56px!important}.z-56{z-index:56!important}.mt-57{margin-top:57px!important}.mb-57{margin-bottom:57px!important}.mr-57{margin-right:57px!important}.ml-57{margin-left:57px!important}.pt-57{padding-top:57px!important}.pb-57{padding-bottom:57px!important}.pr-57{padding-right:57px!important}.pl-57{padding-left:57px!important}.mt-n-57{margin-top:-57px!important}.mb-n-57{margin-bottom:-57px!important}.mr-n-57{margin-right:-57px!important}.ml-n-57{margin-left:-57px!important}.t-57{top:57px!important}.b-57{bottom:57px!important}.l-57{left:57px!important}.r-57{right:57px!important}.t-n-57{top:-57px!important}.b-n-57{bottom:-57px!important}.l-n-57{left:-57px!important}.r-n-57{right:-57px!important}.ti-57{text-indent:57px!important}.ti-n-57{text-indent:-57px!important}.fs-57{font-size:57px!important}.row-57{margin-right:-57px!important;margin-left:-57px!important}.row-57 > [class*='col-']{padding-right:57px!important;padding-left:57px!important}.z-57{z-index:57!important}.mt-58{margin-top:58px!important}.mb-58{margin-bottom:58px!important}.mr-58{margin-right:58px!important}.ml-58{margin-left:58px!important}.pt-58{padding-top:58px!important}.pb-58{padding-bottom:58px!important}.pr-58{padding-right:58px!important}.pl-58{padding-left:58px!important}.mt-n-58{margin-top:-58px!important}.mb-n-58{margin-bottom:-58px!important}.mr-n-58{margin-right:-58px!important}.ml-n-58{margin-left:-58px!important}.t-58{top:58px!important}.b-58{bottom:58px!important}.l-58{left:58px!important}.r-58{right:58px!important}.t-n-58{top:-58px!important}.b-n-58{bottom:-58px!important}.l-n-58{left:-58px!important}.r-n-58{right:-58px!important}.ti-58{text-indent:58px!important}.ti-n-58{text-indent:-58px!important}.fs-58{font-size:58px!important}.row-58{margin-right:-58px!important;margin-left:-58px!important}.row-58 > [class*='col-']{padding-right:58px!important;padding-left:58px!important}.z-58{z-index:58!important}.mt-59{margin-top:59px!important}.mb-59{margin-bottom:59px!important}.mr-59{margin-right:59px!important}.ml-59{margin-left:59px!important}.pt-59{padding-top:59px!important}.pb-59{padding-bottom:59px!important}.pr-59{padding-right:59px!important}.pl-59{padding-left:59px!important}.mt-n-59{margin-top:-59px!important}.mb-n-59{margin-bottom:-59px!important}.mr-n-59{margin-right:-59px!important}.ml-n-59{margin-left:-59px!important}.t-59{top:59px!important}.b-59{bottom:59px!important}.l-59{left:59px!important}.r-59{right:59px!important}.t-n-59{top:-59px!important}.b-n-59{bottom:-59px!important}.l-n-59{left:-59px!important}.r-n-59{right:-59px!important}.ti-59{text-indent:59px!important}.ti-n-59{text-indent:-59px!important}.fs-59{font-size:59px!important}.row-59{margin-right:-59px!important;margin-left:-59px!important}.row-59 > [class*='col-']{padding-right:59px!important;padding-left:59px!important}.z-59{z-index:59!important}.mt-60{margin-top:60px!important}.mb-60{margin-bottom:60px!important}.mr-60{margin-right:60px!important}.ml-60{margin-left:60px!important}.pt-60{padding-top:60px!important}.pb-60{padding-bottom:60px!important}.pr-60{padding-right:60px!important}.pl-60{padding-left:60px!important}.mt-n-60{margin-top:-60px!important}.mb-n-60{margin-bottom:-60px!important}.mr-n-60{margin-right:-60px!important}.ml-n-60{margin-left:-60px!important}.t-60{top:60px!important}.b-60{bottom:60px!important}.l-60{left:60px!important}.r-60{right:60px!important}.t-n-60{top:-60px!important}.b-n-60{bottom:-60px!important}.l-n-60{left:-60px!important}.r-n-60{right:-60px!important}.ti-60{text-indent:60px!important}.ti-n-60{text-indent:-60px!important}.fs-60{font-size:60px!important}.row-60{margin-right:-60px!important;margin-left:-60px!important}.row-60 > [class*='col-']{padding-right:60px!important;padding-left:60px!important}.z-60{z-index:60!important}.mt-61{margin-top:61px!important}.mb-61{margin-bottom:61px!important}.mr-61{margin-right:61px!important}.ml-61{margin-left:61px!important}.pt-61{padding-top:61px!important}.pb-61{padding-bottom:61px!important}.pr-61{padding-right:61px!important}.pl-61{padding-left:61px!important}.mt-n-61{margin-top:-61px!important}.mb-n-61{margin-bottom:-61px!important}.mr-n-61{margin-right:-61px!important}.ml-n-61{margin-left:-61px!important}.t-61{top:61px!important}.b-61{bottom:61px!important}.l-61{left:61px!important}.r-61{right:61px!important}.t-n-61{top:-61px!important}.b-n-61{bottom:-61px!important}.l-n-61{left:-61px!important}.r-n-61{right:-61px!important}.ti-61{text-indent:61px!important}.ti-n-61{text-indent:-61px!important}.fs-61{font-size:61px!important}.row-61{margin-right:-61px!important;margin-left:-61px!important}.row-61 > [class*='col-']{padding-right:61px!important;padding-left:61px!important}.z-61{z-index:61!important}.mt-62{margin-top:62px!important}.mb-62{margin-bottom:62px!important}.mr-62{margin-right:62px!important}.ml-62{margin-left:62px!important}.pt-62{padding-top:62px!important}.pb-62{padding-bottom:62px!important}.pr-62{padding-right:62px!important}.pl-62{padding-left:62px!important}.mt-n-62{margin-top:-62px!important}.mb-n-62{margin-bottom:-62px!important}.mr-n-62{margin-right:-62px!important}.ml-n-62{margin-left:-62px!important}.t-62{top:62px!important}.b-62{bottom:62px!important}.l-62{left:62px!important}.r-62{right:62px!important}.t-n-62{top:-62px!important}.b-n-62{bottom:-62px!important}.l-n-62{left:-62px!important}.r-n-62{right:-62px!important}.ti-62{text-indent:62px!important}.ti-n-62{text-indent:-62px!important}.fs-62{font-size:62px!important}.row-62{margin-right:-62px!important;margin-left:-62px!important}.row-62 > [class*='col-']{padding-right:62px!important;padding-left:62px!important}.z-62{z-index:62!important}.mt-63{margin-top:63px!important}.mb-63{margin-bottom:63px!important}.mr-63{margin-right:63px!important}.ml-63{margin-left:63px!important}.pt-63{padding-top:63px!important}.pb-63{padding-bottom:63px!important}.pr-63{padding-right:63px!important}.pl-63{padding-left:63px!important}.mt-n-63{margin-top:-63px!important}.mb-n-63{margin-bottom:-63px!important}.mr-n-63{margin-right:-63px!important}.ml-n-63{margin-left:-63px!important}.t-63{top:63px!important}.b-63{bottom:63px!important}.l-63{left:63px!important}.r-63{right:63px!important}.t-n-63{top:-63px!important}.b-n-63{bottom:-63px!important}.l-n-63{left:-63px!important}.r-n-63{right:-63px!important}.ti-63{text-indent:63px!important}.ti-n-63{text-indent:-63px!important}.fs-63{font-size:63px!important}.row-63{margin-right:-63px!important;margin-left:-63px!important}.row-63 > [class*='col-']{padding-right:63px!important;padding-left:63px!important}.z-63{z-index:63!important}.mt-64{margin-top:64px!important}.mb-64{margin-bottom:64px!important}.mr-64{margin-right:64px!important}.ml-64{margin-left:64px!important}.pt-64{padding-top:64px!important}.pb-64{padding-bottom:64px!important}.pr-64{padding-right:64px!important}.pl-64{padding-left:64px!important}.mt-n-64{margin-top:-64px!important}.mb-n-64{margin-bottom:-64px!important}.mr-n-64{margin-right:-64px!important}.ml-n-64{margin-left:-64px!important}.t-64{top:64px!important}.b-64{bottom:64px!important}.l-64{left:64px!important}.r-64{right:64px!important}.t-n-64{top:-64px!important}.b-n-64{bottom:-64px!important}.l-n-64{left:-64px!important}.r-n-64{right:-64px!important}.ti-64{text-indent:64px!important}.ti-n-64{text-indent:-64px!important}.fs-64{font-size:64px!important}.row-64{margin-right:-64px!important;margin-left:-64px!important}.row-64 > [class*='col-']{padding-right:64px!important;padding-left:64px!important}.z-64{z-index:64!important}.mt-65{margin-top:65px!important}.mb-65{margin-bottom:65px!important}.mr-65{margin-right:65px!important}.ml-65{margin-left:65px!important}.pt-65{padding-top:65px!important}.pb-65{padding-bottom:65px!important}.pr-65{padding-right:65px!important}.pl-65{padding-left:65px!important}.mt-n-65{margin-top:-65px!important}.mb-n-65{margin-bottom:-65px!important}.mr-n-65{margin-right:-65px!important}.ml-n-65{margin-left:-65px!important}.t-65{top:65px!important}.b-65{bottom:65px!important}.l-65{left:65px!important}.r-65{right:65px!important}.t-n-65{top:-65px!important}.b-n-65{bottom:-65px!important}.l-n-65{left:-65px!important}.r-n-65{right:-65px!important}.ti-65{text-indent:65px!important}.ti-n-65{text-indent:-65px!important}.fs-65{font-size:65px!important}.row-65{margin-right:-65px!important;margin-left:-65px!important}.row-65 > [class*='col-']{padding-right:65px!important;padding-left:65px!important}.z-65{z-index:65!important}.mt-66{margin-top:66px!important}.mb-66{margin-bottom:66px!important}.mr-66{margin-right:66px!important}.ml-66{margin-left:66px!important}.pt-66{padding-top:66px!important}.pb-66{padding-bottom:66px!important}.pr-66{padding-right:66px!important}.pl-66{padding-left:66px!important}.mt-n-66{margin-top:-66px!important}.mb-n-66{margin-bottom:-66px!important}.mr-n-66{margin-right:-66px!important}.ml-n-66{margin-left:-66px!important}.t-66{top:66px!important}.b-66{bottom:66px!important}.l-66{left:66px!important}.r-66{right:66px!important}.t-n-66{top:-66px!important}.b-n-66{bottom:-66px!important}.l-n-66{left:-66px!important}.r-n-66{right:-66px!important}.ti-66{text-indent:66px!important}.ti-n-66{text-indent:-66px!important}.fs-66{font-size:66px!important}.row-66{margin-right:-66px!important;margin-left:-66px!important}.row-66 > [class*='col-']{padding-right:66px!important;padding-left:66px!important}.z-66{z-index:66!important}.mt-67{margin-top:67px!important}.mb-67{margin-bottom:67px!important}.mr-67{margin-right:67px!important}.ml-67{margin-left:67px!important}.pt-67{padding-top:67px!important}.pb-67{padding-bottom:67px!important}.pr-67{padding-right:67px!important}.pl-67{padding-left:67px!important}.mt-n-67{margin-top:-67px!important}.mb-n-67{margin-bottom:-67px!important}.mr-n-67{margin-right:-67px!important}.ml-n-67{margin-left:-67px!important}.t-67{top:67px!important}.b-67{bottom:67px!important}.l-67{left:67px!important}.r-67{right:67px!important}.t-n-67{top:-67px!important}.b-n-67{bottom:-67px!important}.l-n-67{left:-67px!important}.r-n-67{right:-67px!important}.ti-67{text-indent:67px!important}.ti-n-67{text-indent:-67px!important}.fs-67{font-size:67px!important}.row-67{margin-right:-67px!important;margin-left:-67px!important}.row-67 > [class*='col-']{padding-right:67px!important;padding-left:67px!important}.z-67{z-index:67!important}.mt-68{margin-top:68px!important}.mb-68{margin-bottom:68px!important}.mr-68{margin-right:68px!important}.ml-68{margin-left:68px!important}.pt-68{padding-top:68px!important}.pb-68{padding-bottom:68px!important}.pr-68{padding-right:68px!important}.pl-68{padding-left:68px!important}.mt-n-68{margin-top:-68px!important}.mb-n-68{margin-bottom:-68px!important}.mr-n-68{margin-right:-68px!important}.ml-n-68{margin-left:-68px!important}.t-68{top:68px!important}.b-68{bottom:68px!important}.l-68{left:68px!important}.r-68{right:68px!important}.t-n-68{top:-68px!important}.b-n-68{bottom:-68px!important}.l-n-68{left:-68px!important}.r-n-68{right:-68px!important}.ti-68{text-indent:68px!important}.ti-n-68{text-indent:-68px!important}.fs-68{font-size:68px!important}.row-68{margin-right:-68px!important;margin-left:-68px!important}.row-68 > [class*='col-']{padding-right:68px!important;padding-left:68px!important}.z-68{z-index:68!important}.mt-69{margin-top:69px!important}.mb-69{margin-bottom:69px!important}.mr-69{margin-right:69px!important}.ml-69{margin-left:69px!important}.pt-69{padding-top:69px!important}.pb-69{padding-bottom:69px!important}.pr-69{padding-right:69px!important}.pl-69{padding-left:69px!important}.mt-n-69{margin-top:-69px!important}.mb-n-69{margin-bottom:-69px!important}.mr-n-69{margin-right:-69px!important}.ml-n-69{margin-left:-69px!important}.t-69{top:69px!important}.b-69{bottom:69px!important}.l-69{left:69px!important}.r-69{right:69px!important}.t-n-69{top:-69px!important}.b-n-69{bottom:-69px!important}.l-n-69{left:-69px!important}.r-n-69{right:-69px!important}.ti-69{text-indent:69px!important}.ti-n-69{text-indent:-69px!important}.fs-69{font-size:69px!important}.row-69{margin-right:-69px!important;margin-left:-69px!important}.row-69 > [class*='col-']{padding-right:69px!important;padding-left:69px!important}.z-69{z-index:69!important}.mt-70{margin-top:70px!important}.mb-70{margin-bottom:70px!important}.mr-70{margin-right:70px!important}.ml-70{margin-left:70px!important}.pt-70{padding-top:70px!important}.pb-70{padding-bottom:70px!important}.pr-70{padding-right:70px!important}.pl-70{padding-left:70px!important}.mt-n-70{margin-top:-70px!important}.mb-n-70{margin-bottom:-70px!important}.mr-n-70{margin-right:-70px!important}.ml-n-70{margin-left:-70px!important}.t-70{top:70px!important}.b-70{bottom:70px!important}.l-70{left:70px!important}.r-70{right:70px!important}.t-n-70{top:-70px!important}.b-n-70{bottom:-70px!important}.l-n-70{left:-70px!important}.r-n-70{right:-70px!important}.ti-70{text-indent:70px!important}.ti-n-70{text-indent:-70px!important}.fs-70{font-size:70px!important}.row-70{margin-right:-70px!important;margin-left:-70px!important}.row-70 > [class*='col-']{padding-right:70px!important;padding-left:70px!important}.z-70{z-index:70!important}.mt-71{margin-top:71px!important}.mb-71{margin-bottom:71px!important}.mr-71{margin-right:71px!important}.ml-71{margin-left:71px!important}.pt-71{padding-top:71px!important}.pb-71{padding-bottom:71px!important}.pr-71{padding-right:71px!important}.pl-71{padding-left:71px!important}.mt-n-71{margin-top:-71px!important}.mb-n-71{margin-bottom:-71px!important}.mr-n-71{margin-right:-71px!important}.ml-n-71{margin-left:-71px!important}.t-71{top:71px!important}.b-71{bottom:71px!important}.l-71{left:71px!important}.r-71{right:71px!important}.t-n-71{top:-71px!important}.b-n-71{bottom:-71px!important}.l-n-71{left:-71px!important}.r-n-71{right:-71px!important}.ti-71{text-indent:71px!important}.ti-n-71{text-indent:-71px!important}.fs-71{font-size:71px!important}.row-71{margin-right:-71px!important;margin-left:-71px!important}.row-71 > [class*='col-']{padding-right:71px!important;padding-left:71px!important}.z-71{z-index:71!important}.mt-72{margin-top:72px!important}.mb-72{margin-bottom:72px!important}.mr-72{margin-right:72px!important}.ml-72{margin-left:72px!important}.pt-72{padding-top:72px!important}.pb-72{padding-bottom:72px!important}.pr-72{padding-right:72px!important}.pl-72{padding-left:72px!important}.mt-n-72{margin-top:-72px!important}.mb-n-72{margin-bottom:-72px!important}.mr-n-72{margin-right:-72px!important}.ml-n-72{margin-left:-72px!important}.t-72{top:72px!important}.b-72{bottom:72px!important}.l-72{left:72px!important}.r-72{right:72px!important}.t-n-72{top:-72px!important}.b-n-72{bottom:-72px!important}.l-n-72{left:-72px!important}.r-n-72{right:-72px!important}.ti-72{text-indent:72px!important}.ti-n-72{text-indent:-72px!important}.fs-72{font-size:72px!important}.row-72{margin-right:-72px!important;margin-left:-72px!important}.row-72 > [class*='col-']{padding-right:72px!important;padding-left:72px!important}.z-72{z-index:72!important}.mt-73{margin-top:73px!important}.mb-73{margin-bottom:73px!important}.mr-73{margin-right:73px!important}.ml-73{margin-left:73px!important}.pt-73{padding-top:73px!important}.pb-73{padding-bottom:73px!important}.pr-73{padding-right:73px!important}.pl-73{padding-left:73px!important}.mt-n-73{margin-top:-73px!important}.mb-n-73{margin-bottom:-73px!important}.mr-n-73{margin-right:-73px!important}.ml-n-73{margin-left:-73px!important}.t-73{top:73px!important}.b-73{bottom:73px!important}.l-73{left:73px!important}.r-73{right:73px!important}.t-n-73{top:-73px!important}.b-n-73{bottom:-73px!important}.l-n-73{left:-73px!important}.r-n-73{right:-73px!important}.ti-73{text-indent:73px!important}.ti-n-73{text-indent:-73px!important}.fs-73{font-size:73px!important}.row-73{margin-right:-73px!important;margin-left:-73px!important}.row-73 > [class*='col-']{padding-right:73px!important;padding-left:73px!important}.z-73{z-index:73!important}.mt-74{margin-top:74px!important}.mb-74{margin-bottom:74px!important}.mr-74{margin-right:74px!important}.ml-74{margin-left:74px!important}.pt-74{padding-top:74px!important}.pb-74{padding-bottom:74px!important}.pr-74{padding-right:74px!important}.pl-74{padding-left:74px!important}.mt-n-74{margin-top:-74px!important}.mb-n-74{margin-bottom:-74px!important}.mr-n-74{margin-right:-74px!important}.ml-n-74{margin-left:-74px!important}.t-74{top:74px!important}.b-74{bottom:74px!important}.l-74{left:74px!important}.r-74{right:74px!important}.t-n-74{top:-74px!important}.b-n-74{bottom:-74px!important}.l-n-74{left:-74px!important}.r-n-74{right:-74px!important}.ti-74{text-indent:74px!important}.ti-n-74{text-indent:-74px!important}.fs-74{font-size:74px!important}.row-74{margin-right:-74px!important;margin-left:-74px!important}.row-74 > [class*='col-']{padding-right:74px!important;padding-left:74px!important}.z-74{z-index:74!important}.mt-75{margin-top:75px!important}.mb-75{margin-bottom:75px!important}.mr-75{margin-right:75px!important}.ml-75{margin-left:75px!important}.pt-75{padding-top:75px!important}.pb-75{padding-bottom:75px!important}.pr-75{padding-right:75px!important}.pl-75{padding-left:75px!important}.mt-n-75{margin-top:-75px!important}.mb-n-75{margin-bottom:-75px!important}.mr-n-75{margin-right:-75px!important}.ml-n-75{margin-left:-75px!important}.t-75{top:75px!important}.b-75{bottom:75px!important}.l-75{left:75px!important}.r-75{right:75px!important}.t-n-75{top:-75px!important}.b-n-75{bottom:-75px!important}.l-n-75{left:-75px!important}.r-n-75{right:-75px!important}.ti-75{text-indent:75px!important}.ti-n-75{text-indent:-75px!important}.fs-75{font-size:75px!important}.row-75{margin-right:-75px!important;margin-left:-75px!important}.row-75 > [class*='col-']{padding-right:75px!important;padding-left:75px!important}.z-75{z-index:75!important}.mt-76{margin-top:76px!important}.mb-76{margin-bottom:76px!important}.mr-76{margin-right:76px!important}.ml-76{margin-left:76px!important}.pt-76{padding-top:76px!important}.pb-76{padding-bottom:76px!important}.pr-76{padding-right:76px!important}.pl-76{padding-left:76px!important}.mt-n-76{margin-top:-76px!important}.mb-n-76{margin-bottom:-76px!important}.mr-n-76{margin-right:-76px!important}.ml-n-76{margin-left:-76px!important}.t-76{top:76px!important}.b-76{bottom:76px!important}.l-76{left:76px!important}.r-76{right:76px!important}.t-n-76{top:-76px!important}.b-n-76{bottom:-76px!important}.l-n-76{left:-76px!important}.r-n-76{right:-76px!important}.ti-76{text-indent:76px!important}.ti-n-76{text-indent:-76px!important}.fs-76{font-size:76px!important}.row-76{margin-right:-76px!important;margin-left:-76px!important}.row-76 > [class*='col-']{padding-right:76px!important;padding-left:76px!important}.z-76{z-index:76!important}.mt-77{margin-top:77px!important}.mb-77{margin-bottom:77px!important}.mr-77{margin-right:77px!important}.ml-77{margin-left:77px!important}.pt-77{padding-top:77px!important}.pb-77{padding-bottom:77px!important}.pr-77{padding-right:77px!important}.pl-77{padding-left:77px!important}.mt-n-77{margin-top:-77px!important}.mb-n-77{margin-bottom:-77px!important}.mr-n-77{margin-right:-77px!important}.ml-n-77{margin-left:-77px!important}.t-77{top:77px!important}.b-77{bottom:77px!important}.l-77{left:77px!important}.r-77{right:77px!important}.t-n-77{top:-77px!important}.b-n-77{bottom:-77px!important}.l-n-77{left:-77px!important}.r-n-77{right:-77px!important}.ti-77{text-indent:77px!important}.ti-n-77{text-indent:-77px!important}.fs-77{font-size:77px!important}.row-77{margin-right:-77px!important;margin-left:-77px!important}.row-77 > [class*='col-']{padding-right:77px!important;padding-left:77px!important}.z-77{z-index:77!important}.mt-78{margin-top:78px!important}.mb-78{margin-bottom:78px!important}.mr-78{margin-right:78px!important}.ml-78{margin-left:78px!important}.pt-78{padding-top:78px!important}.pb-78{padding-bottom:78px!important}.pr-78{padding-right:78px!important}.pl-78{padding-left:78px!important}.mt-n-78{margin-top:-78px!important}.mb-n-78{margin-bottom:-78px!important}.mr-n-78{margin-right:-78px!important}.ml-n-78{margin-left:-78px!important}.t-78{top:78px!important}.b-78{bottom:78px!important}.l-78{left:78px!important}.r-78{right:78px!important}.t-n-78{top:-78px!important}.b-n-78{bottom:-78px!important}.l-n-78{left:-78px!important}.r-n-78{right:-78px!important}.ti-78{text-indent:78px!important}.ti-n-78{text-indent:-78px!important}.fs-78{font-size:78px!important}.row-78{margin-right:-78px!important;margin-left:-78px!important}.row-78 > [class*='col-']{padding-right:78px!important;padding-left:78px!important}.z-78{z-index:78!important}.mt-79{margin-top:79px!important}.mb-79{margin-bottom:79px!important}.mr-79{margin-right:79px!important}.ml-79{margin-left:79px!important}.pt-79{padding-top:79px!important}.pb-79{padding-bottom:79px!important}.pr-79{padding-right:79px!important}.pl-79{padding-left:79px!important}.mt-n-79{margin-top:-79px!important}.mb-n-79{margin-bottom:-79px!important}.mr-n-79{margin-right:-79px!important}.ml-n-79{margin-left:-79px!important}.t-79{top:79px!important}.b-79{bottom:79px!important}.l-79{left:79px!important}.r-79{right:79px!important}.t-n-79{top:-79px!important}.b-n-79{bottom:-79px!important}.l-n-79{left:-79px!important}.r-n-79{right:-79px!important}.ti-79{text-indent:79px!important}.ti-n-79{text-indent:-79px!important}.fs-79{font-size:79px!important}.row-79{margin-right:-79px!important;margin-left:-79px!important}.row-79 > [class*='col-']{padding-right:79px!important;padding-left:79px!important}.z-79{z-index:79!important}.mt-80{margin-top:80px!important}.mb-80{margin-bottom:80px!important}.mr-80{margin-right:80px!important}.ml-80{margin-left:80px!important}.pt-80{padding-top:80px!important}.pb-80{padding-bottom:80px!important}.pr-80{padding-right:80px!important}.pl-80{padding-left:80px!important}.mt-n-80{margin-top:-80px!important}.mb-n-80{margin-bottom:-80px!important}.mr-n-80{margin-right:-80px!important}.ml-n-80{margin-left:-80px!important}.t-80{top:80px!important}.b-80{bottom:80px!important}.l-80{left:80px!important}.r-80{right:80px!important}.t-n-80{top:-80px!important}.b-n-80{bottom:-80px!important}.l-n-80{left:-80px!important}.r-n-80{right:-80px!important}.ti-80{text-indent:80px!important}.ti-n-80{text-indent:-80px!important}.fs-80{font-size:80px!important}.row-80{margin-right:-80px!important;margin-left:-80px!important}.row-80 > [class*='col-']{padding-right:80px!important;padding-left:80px!important}.z-80{z-index:80!important}.mt-xs-0{margin-top:0!important}.mb-xs-0{margin-bottom:0!important}.mr-xs-0{margin-right:0!important}.ml-xs-0{margin-left:0!important}.pt-xs-0{padding-top:0!important}.pb-xs-0{padding-bottom:0!important}.pr-xs-0{padding-right:0!important}.pl-xs-0{padding-left:0!important}.mt-n-xs-0{margin-top:0!important}.mb-n-xs-0{margin-bottom:0!important}.mr-n-xs-0{margin-right:0!important}.ml-n-xs-0{margin-left:0!important}.t-xs-0{top:0!important}.b-xs-0{bottom:0!important}.l-xs-0{left:0!important}.r-xs-0{right:0!important}.t-n-xs-0{top:0!important}.b-n-xs-0{bottom:0!important}.l-n-xs-0{left:0!important}.r-n-xs-0{right:0!important}.ti-xs-0{text-indent:0!important}.ti-n-xs-0{text-indent:0!important}.fs-xs-0{font-size:0!important}.row-xs-0{margin-right:0!important;margin-left:0!important}.row-xs-0 > [class*='col-']{padding-right:0!important;padding-left:0!important}.mt-xs-1{margin-top:1px!important}.mb-xs-1{margin-bottom:1px!important}.mr-xs-1{margin-right:1px!important}.ml-xs-1{margin-left:1px!important}.pt-xs-1{padding-top:1px!important}.pb-xs-1{padding-bottom:1px!important}.pr-xs-1{padding-right:1px!important}.pl-xs-1{padding-left:1px!important}.mt-n-xs-1{margin-top:-1px!important}.mb-n-xs-1{margin-bottom:-1px!important}.mr-n-xs-1{margin-right:-1px!important}.ml-n-xs-1{margin-left:-1px!important}.t-xs-1{top:1px!important}.b-xs-1{bottom:1px!important}.l-xs-1{left:1px!important}.r-xs-1{right:1px!important}.t-n-xs-1{top:-1px!important}.b-n-xs-1{bottom:-1px!important}.l-n-xs-1{left:-1px!important}.r-n-xs-1{right:-1px!important}.ti-xs-1{text-indent:1px!important}.ti-n-xs-1{text-indent:-1px!important}.fs-xs-1{font-size:1px!important}.row-xs-1{margin-right:-1px!important;margin-left:-1px!important}.row-xs-1 > [class*='col-']{padding-right:1px!important;padding-left:1px!important}.mt-xs-2{margin-top:2px!important}.mb-xs-2{margin-bottom:2px!important}.mr-xs-2{margin-right:2px!important}.ml-xs-2{margin-left:2px!important}.pt-xs-2{padding-top:2px!important}.pb-xs-2{padding-bottom:2px!important}.pr-xs-2{padding-right:2px!important}.pl-xs-2{padding-left:2px!important}.mt-n-xs-2{margin-top:-2px!important}.mb-n-xs-2{margin-bottom:-2px!important}.mr-n-xs-2{margin-right:-2px!important}.ml-n-xs-2{margin-left:-2px!important}.t-xs-2{top:2px!important}.b-xs-2{bottom:2px!important}.l-xs-2{left:2px!important}.r-xs-2{right:2px!important}.t-n-xs-2{top:-2px!important}.b-n-xs-2{bottom:-2px!important}.l-n-xs-2{left:-2px!important}.r-n-xs-2{right:-2px!important}.ti-xs-2{text-indent:2px!important}.ti-n-xs-2{text-indent:-2px!important}.fs-xs-2{font-size:2px!important}.row-xs-2{margin-right:-2px!important;margin-left:-2px!important}.row-xs-2 > [class*='col-']{padding-right:2px!important;padding-left:2px!important}.mt-xs-3{margin-top:3px!important}.mb-xs-3{margin-bottom:3px!important}.mr-xs-3{margin-right:3px!important}.ml-xs-3{margin-left:3px!important}.pt-xs-3{padding-top:3px!important}.pb-xs-3{padding-bottom:3px!important}.pr-xs-3{padding-right:3px!important}.pl-xs-3{padding-left:3px!important}.mt-n-xs-3{margin-top:-3px!important}.mb-n-xs-3{margin-bottom:-3px!important}.mr-n-xs-3{margin-right:-3px!important}.ml-n-xs-3{margin-left:-3px!important}.t-xs-3{top:3px!important}.b-xs-3{bottom:3px!important}.l-xs-3{left:3px!important}.r-xs-3{right:3px!important}.t-n-xs-3{top:-3px!important}.b-n-xs-3{bottom:-3px!important}.l-n-xs-3{left:-3px!important}.r-n-xs-3{right:-3px!important}.ti-xs-3{text-indent:3px!important}.ti-n-xs-3{text-indent:-3px!important}.fs-xs-3{font-size:3px!important}.row-xs-3{margin-right:-3px!important;margin-left:-3px!important}.row-xs-3 > [class*='col-']{padding-right:3px!important;padding-left:3px!important}.mt-xs-4{margin-top:4px!important}.mb-xs-4{margin-bottom:4px!important}.mr-xs-4{margin-right:4px!important}.ml-xs-4{margin-left:4px!important}.pt-xs-4{padding-top:4px!important}.pb-xs-4{padding-bottom:4px!important}.pr-xs-4{padding-right:4px!important}.pl-xs-4{padding-left:4px!important}.mt-n-xs-4{margin-top:-4px!important}.mb-n-xs-4{margin-bottom:-4px!important}.mr-n-xs-4{margin-right:-4px!important}.ml-n-xs-4{margin-left:-4px!important}.t-xs-4{top:4px!important}.b-xs-4{bottom:4px!important}.l-xs-4{left:4px!important}.r-xs-4{right:4px!important}.t-n-xs-4{top:-4px!important}.b-n-xs-4{bottom:-4px!important}.l-n-xs-4{left:-4px!important}.r-n-xs-4{right:-4px!important}.ti-xs-4{text-indent:4px!important}.ti-n-xs-4{text-indent:-4px!important}.fs-xs-4{font-size:4px!important}.row-xs-4{margin-right:-4px!important;margin-left:-4px!important}.row-xs-4 > [class*='col-']{padding-right:4px!important;padding-left:4px!important}.mt-xs-5{margin-top:5px!important}.mb-xs-5{margin-bottom:5px!important}.mr-xs-5{margin-right:5px!important}.ml-xs-5{margin-left:5px!important}.pt-xs-5{padding-top:5px!important}.pb-xs-5{padding-bottom:5px!important}.pr-xs-5{padding-right:5px!important}.pl-xs-5{padding-left:5px!important}.mt-n-xs-5{margin-top:-5px!important}.mb-n-xs-5{margin-bottom:-5px!important}.mr-n-xs-5{margin-right:-5px!important}.ml-n-xs-5{margin-left:-5px!important}.t-xs-5{top:5px!important}.b-xs-5{bottom:5px!important}.l-xs-5{left:5px!important}.r-xs-5{right:5px!important}.t-n-xs-5{top:-5px!important}.b-n-xs-5{bottom:-5px!important}.l-n-xs-5{left:-5px!important}.r-n-xs-5{right:-5px!important}.ti-xs-5{text-indent:5px!important}.ti-n-xs-5{text-indent:-5px!important}.fs-xs-5{font-size:5px!important}.row-xs-5{margin-right:-5px!important;margin-left:-5px!important}.row-xs-5 > [class*='col-']{padding-right:5px!important;padding-left:5px!important}.mt-xs-6{margin-top:6px!important}.mb-xs-6{margin-bottom:6px!important}.mr-xs-6{margin-right:6px!important}.ml-xs-6{margin-left:6px!important}.pt-xs-6{padding-top:6px!important}.pb-xs-6{padding-bottom:6px!important}.pr-xs-6{padding-right:6px!important}.pl-xs-6{padding-left:6px!important}.mt-n-xs-6{margin-top:-6px!important}.mb-n-xs-6{margin-bottom:-6px!important}.mr-n-xs-6{margin-right:-6px!important}.ml-n-xs-6{margin-left:-6px!important}.t-xs-6{top:6px!important}.b-xs-6{bottom:6px!important}.l-xs-6{left:6px!important}.r-xs-6{right:6px!important}.t-n-xs-6{top:-6px!important}.b-n-xs-6{bottom:-6px!important}.l-n-xs-6{left:-6px!important}.r-n-xs-6{right:-6px!important}.ti-xs-6{text-indent:6px!important}.ti-n-xs-6{text-indent:-6px!important}.fs-xs-6{font-size:6px!important}.row-xs-6{margin-right:-6px!important;margin-left:-6px!important}.row-xs-6 > [class*='col-']{padding-right:6px!important;padding-left:6px!important}.mt-xs-7{margin-top:7px!important}.mb-xs-7{margin-bottom:7px!important}.mr-xs-7{margin-right:7px!important}.ml-xs-7{margin-left:7px!important}.pt-xs-7{padding-top:7px!important}.pb-xs-7{padding-bottom:7px!important}.pr-xs-7{padding-right:7px!important}.pl-xs-7{padding-left:7px!important}.mt-n-xs-7{margin-top:-7px!important}.mb-n-xs-7{margin-bottom:-7px!important}.mr-n-xs-7{margin-right:-7px!important}.ml-n-xs-7{margin-left:-7px!important}.t-xs-7{top:7px!important}.b-xs-7{bottom:7px!important}.l-xs-7{left:7px!important}.r-xs-7{right:7px!important}.t-n-xs-7{top:-7px!important}.b-n-xs-7{bottom:-7px!important}.l-n-xs-7{left:-7px!important}.r-n-xs-7{right:-7px!important}.ti-xs-7{text-indent:7px!important}.ti-n-xs-7{text-indent:-7px!important}.fs-xs-7{font-size:7px!important}.row-xs-7{margin-right:-7px!important;margin-left:-7px!important}.row-xs-7 > [class*='col-']{padding-right:7px!important;padding-left:7px!important}.mt-xs-8{margin-top:8px!important}.mb-xs-8{margin-bottom:8px!important}.mr-xs-8{margin-right:8px!important}.ml-xs-8{margin-left:8px!important}.pt-xs-8{padding-top:8px!important}.pb-xs-8{padding-bottom:8px!important}.pr-xs-8{padding-right:8px!important}.pl-xs-8{padding-left:8px!important}.mt-n-xs-8{margin-top:-8px!important}.mb-n-xs-8{margin-bottom:-8px!important}.mr-n-xs-8{margin-right:-8px!important}.ml-n-xs-8{margin-left:-8px!important}.t-xs-8{top:8px!important}.b-xs-8{bottom:8px!important}.l-xs-8{left:8px!important}.r-xs-8{right:8px!important}.t-n-xs-8{top:-8px!important}.b-n-xs-8{bottom:-8px!important}.l-n-xs-8{left:-8px!important}.r-n-xs-8{right:-8px!important}.ti-xs-8{text-indent:8px!important}.ti-n-xs-8{text-indent:-8px!important}.fs-xs-8{font-size:8px!important}.row-xs-8{margin-right:-8px!important;margin-left:-8px!important}.row-xs-8 > [class*='col-']{padding-right:8px!important;padding-left:8px!important}.mt-xs-9{margin-top:9px!important}.mb-xs-9{margin-bottom:9px!important}.mr-xs-9{margin-right:9px!important}.ml-xs-9{margin-left:9px!important}.pt-xs-9{padding-top:9px!important}.pb-xs-9{padding-bottom:9px!important}.pr-xs-9{padding-right:9px!important}.pl-xs-9{padding-left:9px!important}.mt-n-xs-9{margin-top:-9px!important}.mb-n-xs-9{margin-bottom:-9px!important}.mr-n-xs-9{margin-right:-9px!important}.ml-n-xs-9{margin-left:-9px!important}.t-xs-9{top:9px!important}.b-xs-9{bottom:9px!important}.l-xs-9{left:9px!important}.r-xs-9{right:9px!important}.t-n-xs-9{top:-9px!important}.b-n-xs-9{bottom:-9px!important}.l-n-xs-9{left:-9px!important}.r-n-xs-9{right:-9px!important}.ti-xs-9{text-indent:9px!important}.ti-n-xs-9{text-indent:-9px!important}.fs-xs-9{font-size:9px!important}.row-xs-9{margin-right:-9px!important;margin-left:-9px!important}.row-xs-9 > [class*='col-']{padding-right:9px!important;padding-left:9px!important}.mt-xs-10{margin-top:10px!important}.mb-xs-10{margin-bottom:10px!important}.mr-xs-10{margin-right:10px!important}.ml-xs-10{margin-left:10px!important}.pt-xs-10{padding-top:10px!important}.pb-xs-10{padding-bottom:10px!important}.pr-xs-10{padding-right:10px!important}.pl-xs-10{padding-left:10px!important}.mt-n-xs-10{margin-top:-10px!important}.mb-n-xs-10{margin-bottom:-10px!important}.mr-n-xs-10{margin-right:-10px!important}.ml-n-xs-10{margin-left:-10px!important}.t-xs-10{top:10px!important}.b-xs-10{bottom:10px!important}.l-xs-10{left:10px!important}.r-xs-10{right:10px!important}.t-n-xs-10{top:-10px!important}.b-n-xs-10{bottom:-10px!important}.l-n-xs-10{left:-10px!important}.r-n-xs-10{right:-10px!important}.ti-xs-10{text-indent:10px!important}.ti-n-xs-10{text-indent:-10px!important}.fs-xs-10{font-size:10px!important}.row-xs-10{margin-right:-10px!important;margin-left:-10px!important}.row-xs-10 > [class*='col-']{padding-right:10px!important;padding-left:10px!important}.mt-xs-11{margin-top:11px!important}.mb-xs-11{margin-bottom:11px!important}.mr-xs-11{margin-right:11px!important}.ml-xs-11{margin-left:11px!important}.pt-xs-11{padding-top:11px!important}.pb-xs-11{padding-bottom:11px!important}.pr-xs-11{padding-right:11px!important}.pl-xs-11{padding-left:11px!important}.mt-n-xs-11{margin-top:-11px!important}.mb-n-xs-11{margin-bottom:-11px!important}.mr-n-xs-11{margin-right:-11px!important}.ml-n-xs-11{margin-left:-11px!important}.t-xs-11{top:11px!important}.b-xs-11{bottom:11px!important}.l-xs-11{left:11px!important}.r-xs-11{right:11px!important}.t-n-xs-11{top:-11px!important}.b-n-xs-11{bottom:-11px!important}.l-n-xs-11{left:-11px!important}.r-n-xs-11{right:-11px!important}.ti-xs-11{text-indent:11px!important}.ti-n-xs-11{text-indent:-11px!important}.fs-xs-11{font-size:11px!important}.row-xs-11{margin-right:-11px!important;margin-left:-11px!important}.row-xs-11 > [class*='col-']{padding-right:11px!important;padding-left:11px!important}.mt-xs-12{margin-top:12px!important}.mb-xs-12{margin-bottom:12px!important}.mr-xs-12{margin-right:12px!important}.ml-xs-12{margin-left:12px!important}.pt-xs-12{padding-top:12px!important}.pb-xs-12{padding-bottom:12px!important}.pr-xs-12{padding-right:12px!important}.pl-xs-12{padding-left:12px!important}.mt-n-xs-12{margin-top:-12px!important}.mb-n-xs-12{margin-bottom:-12px!important}.mr-n-xs-12{margin-right:-12px!important}.ml-n-xs-12{margin-left:-12px!important}.t-xs-12{top:12px!important}.b-xs-12{bottom:12px!important}.l-xs-12{left:12px!important}.r-xs-12{right:12px!important}.t-n-xs-12{top:-12px!important}.b-n-xs-12{bottom:-12px!important}.l-n-xs-12{left:-12px!important}.r-n-xs-12{right:-12px!important}.ti-xs-12{text-indent:12px!important}.ti-n-xs-12{text-indent:-12px!important}.fs-xs-12{font-size:12px!important}.row-xs-12{margin-right:-12px!important;margin-left:-12px!important}.row-xs-12 > [class*='col-']{padding-right:12px!important;padding-left:12px!important}.mt-xs-13{margin-top:13px!important}.mb-xs-13{margin-bottom:13px!important}.mr-xs-13{margin-right:13px!important}.ml-xs-13{margin-left:13px!important}.pt-xs-13{padding-top:13px!important}.pb-xs-13{padding-bottom:13px!important}.pr-xs-13{padding-right:13px!important}.pl-xs-13{padding-left:13px!important}.mt-n-xs-13{margin-top:-13px!important}.mb-n-xs-13{margin-bottom:-13px!important}.mr-n-xs-13{margin-right:-13px!important}.ml-n-xs-13{margin-left:-13px!important}.t-xs-13{top:13px!important}.b-xs-13{bottom:13px!important}.l-xs-13{left:13px!important}.r-xs-13{right:13px!important}.t-n-xs-13{top:-13px!important}.b-n-xs-13{bottom:-13px!important}.l-n-xs-13{left:-13px!important}.r-n-xs-13{right:-13px!important}.ti-xs-13{text-indent:13px!important}.ti-n-xs-13{text-indent:-13px!important}.fs-xs-13{font-size:13px!important}.row-xs-13{margin-right:-13px!important;margin-left:-13px!important}.row-xs-13 > [class*='col-']{padding-right:13px!important;padding-left:13px!important}.mt-xs-14{margin-top:14px!important}.mb-xs-14{margin-bottom:14px!important}.mr-xs-14{margin-right:14px!important}.ml-xs-14{margin-left:14px!important}.pt-xs-14{padding-top:14px!important}.pb-xs-14{padding-bottom:14px!important}.pr-xs-14{padding-right:14px!important}.pl-xs-14{padding-left:14px!important}.mt-n-xs-14{margin-top:-14px!important}.mb-n-xs-14{margin-bottom:-14px!important}.mr-n-xs-14{margin-right:-14px!important}.ml-n-xs-14{margin-left:-14px!important}.t-xs-14{top:14px!important}.b-xs-14{bottom:14px!important}.l-xs-14{left:14px!important}.r-xs-14{right:14px!important}.t-n-xs-14{top:-14px!important}.b-n-xs-14{bottom:-14px!important}.l-n-xs-14{left:-14px!important}.r-n-xs-14{right:-14px!important}.ti-xs-14{text-indent:14px!important}.ti-n-xs-14{text-indent:-14px!important}.fs-xs-14{font-size:14px!important}.row-xs-14{margin-right:-14px!important;margin-left:-14px!important}.row-xs-14 > [class*='col-']{padding-right:14px!important;padding-left:14px!important}.mt-xs-15{margin-top:15px!important}.mb-xs-15{margin-bottom:15px!important}.mr-xs-15{margin-right:15px!important}.ml-xs-15{margin-left:15px!important}.pt-xs-15{padding-top:15px!important}.pb-xs-15{padding-bottom:15px!important}.pr-xs-15{padding-right:15px!important}.pl-xs-15{padding-left:15px!important}.mt-n-xs-15{margin-top:-15px!important}.mb-n-xs-15{margin-bottom:-15px!important}.mr-n-xs-15{margin-right:-15px!important}.ml-n-xs-15{margin-left:-15px!important}.t-xs-15{top:15px!important}.b-xs-15{bottom:15px!important}.l-xs-15{left:15px!important}.r-xs-15{right:15px!important}.t-n-xs-15{top:-15px!important}.b-n-xs-15{bottom:-15px!important}.l-n-xs-15{left:-15px!important}.r-n-xs-15{right:-15px!important}.ti-xs-15{text-indent:15px!important}.ti-n-xs-15{text-indent:-15px!important}.fs-xs-15{font-size:15px!important}.row-xs-15{margin-right:-15px!important;margin-left:-15px!important}.row-xs-15 > [class*='col-']{padding-right:15px!important;padding-left:15px!important}.mt-xs-16{margin-top:16px!important}.mb-xs-16{margin-bottom:16px!important}.mr-xs-16{margin-right:16px!important}.ml-xs-16{margin-left:16px!important}.pt-xs-16{padding-top:16px!important}.pb-xs-16{padding-bottom:16px!important}.pr-xs-16{padding-right:16px!important}.pl-xs-16{padding-left:16px!important}.mt-n-xs-16{margin-top:-16px!important}.mb-n-xs-16{margin-bottom:-16px!important}.mr-n-xs-16{margin-right:-16px!important}.ml-n-xs-16{margin-left:-16px!important}.t-xs-16{top:16px!important}.b-xs-16{bottom:16px!important}.l-xs-16{left:16px!important}.r-xs-16{right:16px!important}.t-n-xs-16{top:-16px!important}.b-n-xs-16{bottom:-16px!important}.l-n-xs-16{left:-16px!important}.r-n-xs-16{right:-16px!important}.ti-xs-16{text-indent:16px!important}.ti-n-xs-16{text-indent:-16px!important}.fs-xs-16{font-size:16px!important}.row-xs-16{margin-right:-16px!important;margin-left:-16px!important}.row-xs-16 > [class*='col-']{padding-right:16px!important;padding-left:16px!important}.mt-xs-17{margin-top:17px!important}.mb-xs-17{margin-bottom:17px!important}.mr-xs-17{margin-right:17px!important}.ml-xs-17{margin-left:17px!important}.pt-xs-17{padding-top:17px!important}.pb-xs-17{padding-bottom:17px!important}.pr-xs-17{padding-right:17px!important}.pl-xs-17{padding-left:17px!important}.mt-n-xs-17{margin-top:-17px!important}.mb-n-xs-17{margin-bottom:-17px!important}.mr-n-xs-17{margin-right:-17px!important}.ml-n-xs-17{margin-left:-17px!important}.t-xs-17{top:17px!important}.b-xs-17{bottom:17px!important}.l-xs-17{left:17px!important}.r-xs-17{right:17px!important}.t-n-xs-17{top:-17px!important}.b-n-xs-17{bottom:-17px!important}.l-n-xs-17{left:-17px!important}.r-n-xs-17{right:-17px!important}.ti-xs-17{text-indent:17px!important}.ti-n-xs-17{text-indent:-17px!important}.fs-xs-17{font-size:17px!important}.row-xs-17{margin-right:-17px!important;margin-left:-17px!important}.row-xs-17 > [class*='col-']{padding-right:17px!important;padding-left:17px!important}.mt-xs-18{margin-top:18px!important}.mb-xs-18{margin-bottom:18px!important}.mr-xs-18{margin-right:18px!important}.ml-xs-18{margin-left:18px!important}.pt-xs-18{padding-top:18px!important}.pb-xs-18{padding-bottom:18px!important}.pr-xs-18{padding-right:18px!important}.pl-xs-18{padding-left:18px!important}.mt-n-xs-18{margin-top:-18px!important}.mb-n-xs-18{margin-bottom:-18px!important}.mr-n-xs-18{margin-right:-18px!important}.ml-n-xs-18{margin-left:-18px!important}.t-xs-18{top:18px!important}.b-xs-18{bottom:18px!important}.l-xs-18{left:18px!important}.r-xs-18{right:18px!important}.t-n-xs-18{top:-18px!important}.b-n-xs-18{bottom:-18px!important}.l-n-xs-18{left:-18px!important}.r-n-xs-18{right:-18px!important}.ti-xs-18{text-indent:18px!important}.ti-n-xs-18{text-indent:-18px!important}.fs-xs-18{font-size:18px!important}.row-xs-18{margin-right:-18px!important;margin-left:-18px!important}.row-xs-18 > [class*='col-']{padding-right:18px!important;padding-left:18px!important}.mt-xs-19{margin-top:19px!important}.mb-xs-19{margin-bottom:19px!important}.mr-xs-19{margin-right:19px!important}.ml-xs-19{margin-left:19px!important}.pt-xs-19{padding-top:19px!important}.pb-xs-19{padding-bottom:19px!important}.pr-xs-19{padding-right:19px!important}.pl-xs-19{padding-left:19px!important}.mt-n-xs-19{margin-top:-19px!important}.mb-n-xs-19{margin-bottom:-19px!important}.mr-n-xs-19{margin-right:-19px!important}.ml-n-xs-19{margin-left:-19px!important}.t-xs-19{top:19px!important}.b-xs-19{bottom:19px!important}.l-xs-19{left:19px!important}.r-xs-19{right:19px!important}.t-n-xs-19{top:-19px!important}.b-n-xs-19{bottom:-19px!important}.l-n-xs-19{left:-19px!important}.r-n-xs-19{right:-19px!important}.ti-xs-19{text-indent:19px!important}.ti-n-xs-19{text-indent:-19px!important}.fs-xs-19{font-size:19px!important}.row-xs-19{margin-right:-19px!important;margin-left:-19px!important}.row-xs-19 > [class*='col-']{padding-right:19px!important;padding-left:19px!important}.mt-xs-20{margin-top:20px!important}.mb-xs-20{margin-bottom:20px!important}.mr-xs-20{margin-right:20px!important}.ml-xs-20{margin-left:20px!important}.pt-xs-20{padding-top:20px!important}.pb-xs-20{padding-bottom:20px!important}.pr-xs-20{padding-right:20px!important}.pl-xs-20{padding-left:20px!important}.mt-n-xs-20{margin-top:-20px!important}.mb-n-xs-20{margin-bottom:-20px!important}.mr-n-xs-20{margin-right:-20px!important}.ml-n-xs-20{margin-left:-20px!important}.t-xs-20{top:20px!important}.b-xs-20{bottom:20px!important}.l-xs-20{left:20px!important}.r-xs-20{right:20px!important}.t-n-xs-20{top:-20px!important}.b-n-xs-20{bottom:-20px!important}.l-n-xs-20{left:-20px!important}.r-n-xs-20{right:-20px!important}.ti-xs-20{text-indent:20px!important}.ti-n-xs-20{text-indent:-20px!important}.fs-xs-20{font-size:20px!important}.row-xs-20{margin-right:-20px!important;margin-left:-20px!important}.row-xs-20 > [class*='col-']{padding-right:20px!important;padding-left:20px!important}.mt-xs-21{margin-top:21px!important}.mb-xs-21{margin-bottom:21px!important}.mr-xs-21{margin-right:21px!important}.ml-xs-21{margin-left:21px!important}.pt-xs-21{padding-top:21px!important}.pb-xs-21{padding-bottom:21px!important}.pr-xs-21{padding-right:21px!important}.pl-xs-21{padding-left:21px!important}.mt-n-xs-21{margin-top:-21px!important}.mb-n-xs-21{margin-bottom:-21px!important}.mr-n-xs-21{margin-right:-21px!important}.ml-n-xs-21{margin-left:-21px!important}.t-xs-21{top:21px!important}.b-xs-21{bottom:21px!important}.l-xs-21{left:21px!important}.r-xs-21{right:21px!important}.t-n-xs-21{top:-21px!important}.b-n-xs-21{bottom:-21px!important}.l-n-xs-21{left:-21px!important}.r-n-xs-21{right:-21px!important}.ti-xs-21{text-indent:21px!important}.ti-n-xs-21{text-indent:-21px!important}.fs-xs-21{font-size:21px!important}.row-xs-21{margin-right:-21px!important;margin-left:-21px!important}.row-xs-21 > [class*='col-']{padding-right:21px!important;padding-left:21px!important}.mt-xs-22{margin-top:22px!important}.mb-xs-22{margin-bottom:22px!important}.mr-xs-22{margin-right:22px!important}.ml-xs-22{margin-left:22px!important}.pt-xs-22{padding-top:22px!important}.pb-xs-22{padding-bottom:22px!important}.pr-xs-22{padding-right:22px!important}.pl-xs-22{padding-left:22px!important}.mt-n-xs-22{margin-top:-22px!important}.mb-n-xs-22{margin-bottom:-22px!important}.mr-n-xs-22{margin-right:-22px!important}.ml-n-xs-22{margin-left:-22px!important}.t-xs-22{top:22px!important}.b-xs-22{bottom:22px!important}.l-xs-22{left:22px!important}.r-xs-22{right:22px!important}.t-n-xs-22{top:-22px!important}.b-n-xs-22{bottom:-22px!important}.l-n-xs-22{left:-22px!important}.r-n-xs-22{right:-22px!important}.ti-xs-22{text-indent:22px!important}.ti-n-xs-22{text-indent:-22px!important}.fs-xs-22{font-size:22px!important}.row-xs-22{margin-right:-22px!important;margin-left:-22px!important}.row-xs-22 > [class*='col-']{padding-right:22px!important;padding-left:22px!important}.mt-xs-23{margin-top:23px!important}.mb-xs-23{margin-bottom:23px!important}.mr-xs-23{margin-right:23px!important}.ml-xs-23{margin-left:23px!important}.pt-xs-23{padding-top:23px!important}.pb-xs-23{padding-bottom:23px!important}.pr-xs-23{padding-right:23px!important}.pl-xs-23{padding-left:23px!important}.mt-n-xs-23{margin-top:-23px!important}.mb-n-xs-23{margin-bottom:-23px!important}.mr-n-xs-23{margin-right:-23px!important}.ml-n-xs-23{margin-left:-23px!important}.t-xs-23{top:23px!important}.b-xs-23{bottom:23px!important}.l-xs-23{left:23px!important}.r-xs-23{right:23px!important}.t-n-xs-23{top:-23px!important}.b-n-xs-23{bottom:-23px!important}.l-n-xs-23{left:-23px!important}.r-n-xs-23{right:-23px!important}.ti-xs-23{text-indent:23px!important}.ti-n-xs-23{text-indent:-23px!important}.fs-xs-23{font-size:23px!important}.row-xs-23{margin-right:-23px!important;margin-left:-23px!important}.row-xs-23 > [class*='col-']{padding-right:23px!important;padding-left:23px!important}.mt-xs-24{margin-top:24px!important}.mb-xs-24{margin-bottom:24px!important}.mr-xs-24{margin-right:24px!important}.ml-xs-24{margin-left:24px!important}.pt-xs-24{padding-top:24px!important}.pb-xs-24{padding-bottom:24px!important}.pr-xs-24{padding-right:24px!important}.pl-xs-24{padding-left:24px!important}.mt-n-xs-24{margin-top:-24px!important}.mb-n-xs-24{margin-bottom:-24px!important}.mr-n-xs-24{margin-right:-24px!important}.ml-n-xs-24{margin-left:-24px!important}.t-xs-24{top:24px!important}.b-xs-24{bottom:24px!important}.l-xs-24{left:24px!important}.r-xs-24{right:24px!important}.t-n-xs-24{top:-24px!important}.b-n-xs-24{bottom:-24px!important}.l-n-xs-24{left:-24px!important}.r-n-xs-24{right:-24px!important}.ti-xs-24{text-indent:24px!important}.ti-n-xs-24{text-indent:-24px!important}.fs-xs-24{font-size:24px!important}.row-xs-24{margin-right:-24px!important;margin-left:-24px!important}.row-xs-24 > [class*='col-']{padding-right:24px!important;padding-left:24px!important}.mt-xs-25{margin-top:25px!important}.mb-xs-25{margin-bottom:25px!important}.mr-xs-25{margin-right:25px!important}.ml-xs-25{margin-left:25px!important}.pt-xs-25{padding-top:25px!important}.pb-xs-25{padding-bottom:25px!important}.pr-xs-25{padding-right:25px!important}.pl-xs-25{padding-left:25px!important}.mt-n-xs-25{margin-top:-25px!important}.mb-n-xs-25{margin-bottom:-25px!important}.mr-n-xs-25{margin-right:-25px!important}.ml-n-xs-25{margin-left:-25px!important}.t-xs-25{top:25px!important}.b-xs-25{bottom:25px!important}.l-xs-25{left:25px!important}.r-xs-25{right:25px!important}.t-n-xs-25{top:-25px!important}.b-n-xs-25{bottom:-25px!important}.l-n-xs-25{left:-25px!important}.r-n-xs-25{right:-25px!important}.ti-xs-25{text-indent:25px!important}.ti-n-xs-25{text-indent:-25px!important}.fs-xs-25{font-size:25px!important}.row-xs-25{margin-right:-25px!important;margin-left:-25px!important}.row-xs-25 > [class*='col-']{padding-right:25px!important;padding-left:25px!important}.mt-xs-26{margin-top:26px!important}.mb-xs-26{margin-bottom:26px!important}.mr-xs-26{margin-right:26px!important}.ml-xs-26{margin-left:26px!important}.pt-xs-26{padding-top:26px!important}.pb-xs-26{padding-bottom:26px!important}.pr-xs-26{padding-right:26px!important}.pl-xs-26{padding-left:26px!important}.mt-n-xs-26{margin-top:-26px!important}.mb-n-xs-26{margin-bottom:-26px!important}.mr-n-xs-26{margin-right:-26px!important}.ml-n-xs-26{margin-left:-26px!important}.t-xs-26{top:26px!important}.b-xs-26{bottom:26px!important}.l-xs-26{left:26px!important}.r-xs-26{right:26px!important}.t-n-xs-26{top:-26px!important}.b-n-xs-26{bottom:-26px!important}.l-n-xs-26{left:-26px!important}.r-n-xs-26{right:-26px!important}.ti-xs-26{text-indent:26px!important}.ti-n-xs-26{text-indent:-26px!important}.fs-xs-26{font-size:26px!important}.row-xs-26{margin-right:-26px!important;margin-left:-26px!important}.row-xs-26 > [class*='col-']{padding-right:26px!important;padding-left:26px!important}.mt-xs-27{margin-top:27px!important}.mb-xs-27{margin-bottom:27px!important}.mr-xs-27{margin-right:27px!important}.ml-xs-27{margin-left:27px!important}.pt-xs-27{padding-top:27px!important}.pb-xs-27{padding-bottom:27px!important}.pr-xs-27{padding-right:27px!important}.pl-xs-27{padding-left:27px!important}.mt-n-xs-27{margin-top:-27px!important}.mb-n-xs-27{margin-bottom:-27px!important}.mr-n-xs-27{margin-right:-27px!important}.ml-n-xs-27{margin-left:-27px!important}.t-xs-27{top:27px!important}.b-xs-27{bottom:27px!important}.l-xs-27{left:27px!important}.r-xs-27{right:27px!important}.t-n-xs-27{top:-27px!important}.b-n-xs-27{bottom:-27px!important}.l-n-xs-27{left:-27px!important}.r-n-xs-27{right:-27px!important}.ti-xs-27{text-indent:27px!important}.ti-n-xs-27{text-indent:-27px!important}.fs-xs-27{font-size:27px!important}.row-xs-27{margin-right:-27px!important;margin-left:-27px!important}.row-xs-27 > [class*='col-']{padding-right:27px!important;padding-left:27px!important}.mt-xs-28{margin-top:28px!important}.mb-xs-28{margin-bottom:28px!important}.mr-xs-28{margin-right:28px!important}.ml-xs-28{margin-left:28px!important}.pt-xs-28{padding-top:28px!important}.pb-xs-28{padding-bottom:28px!important}.pr-xs-28{padding-right:28px!important}.pl-xs-28{padding-left:28px!important}.mt-n-xs-28{margin-top:-28px!important}.mb-n-xs-28{margin-bottom:-28px!important}.mr-n-xs-28{margin-right:-28px!important}.ml-n-xs-28{margin-left:-28px!important}.t-xs-28{top:28px!important}.b-xs-28{bottom:28px!important}.l-xs-28{left:28px!important}.r-xs-28{right:28px!important}.t-n-xs-28{top:-28px!important}.b-n-xs-28{bottom:-28px!important}.l-n-xs-28{left:-28px!important}.r-n-xs-28{right:-28px!important}.ti-xs-28{text-indent:28px!important}.ti-n-xs-28{text-indent:-28px!important}.fs-xs-28{font-size:28px!important}.row-xs-28{margin-right:-28px!important;margin-left:-28px!important}.row-xs-28 > [class*='col-']{padding-right:28px!important;padding-left:28px!important}.mt-xs-29{margin-top:29px!important}.mb-xs-29{margin-bottom:29px!important}.mr-xs-29{margin-right:29px!important}.ml-xs-29{margin-left:29px!important}.pt-xs-29{padding-top:29px!important}.pb-xs-29{padding-bottom:29px!important}.pr-xs-29{padding-right:29px!important}.pl-xs-29{padding-left:29px!important}.mt-n-xs-29{margin-top:-29px!important}.mb-n-xs-29{margin-bottom:-29px!important}.mr-n-xs-29{margin-right:-29px!important}.ml-n-xs-29{margin-left:-29px!important}.t-xs-29{top:29px!important}.b-xs-29{bottom:29px!important}.l-xs-29{left:29px!important}.r-xs-29{right:29px!important}.t-n-xs-29{top:-29px!important}.b-n-xs-29{bottom:-29px!important}.l-n-xs-29{left:-29px!important}.r-n-xs-29{right:-29px!important}.ti-xs-29{text-indent:29px!important}.ti-n-xs-29{text-indent:-29px!important}.fs-xs-29{font-size:29px!important}.row-xs-29{margin-right:-29px!important;margin-left:-29px!important}.row-xs-29 > [class*='col-']{padding-right:29px!important;padding-left:29px!important}.mt-xs-30{margin-top:30px!important}.mb-xs-30{margin-bottom:30px!important}.mr-xs-30{margin-right:30px!important}.ml-xs-30{margin-left:30px!important}.pt-xs-30{padding-top:30px!important}.pb-xs-30{padding-bottom:30px!important}.pr-xs-30{padding-right:30px!important}.pl-xs-30{padding-left:30px!important}.mt-n-xs-30{margin-top:-30px!important}.mb-n-xs-30{margin-bottom:-30px!important}.mr-n-xs-30{margin-right:-30px!important}.ml-n-xs-30{margin-left:-30px!important}.t-xs-30{top:30px!important}.b-xs-30{bottom:30px!important}.l-xs-30{left:30px!important}.r-xs-30{right:30px!important}.t-n-xs-30{top:-30px!important}.b-n-xs-30{bottom:-30px!important}.l-n-xs-30{left:-30px!important}.r-n-xs-30{right:-30px!important}.ti-xs-30{text-indent:30px!important}.ti-n-xs-30{text-indent:-30px!important}.fs-xs-30{font-size:30px!important}.row-xs-30{margin-right:-30px!important;margin-left:-30px!important}.row-xs-30 > [class*='col-']{padding-right:30px!important;padding-left:30px!important}.mt-xs-31{margin-top:31px!important}.mb-xs-31{margin-bottom:31px!important}.mr-xs-31{margin-right:31px!important}.ml-xs-31{margin-left:31px!important}.pt-xs-31{padding-top:31px!important}.pb-xs-31{padding-bottom:31px!important}.pr-xs-31{padding-right:31px!important}.pl-xs-31{padding-left:31px!important}.mt-n-xs-31{margin-top:-31px!important}.mb-n-xs-31{margin-bottom:-31px!important}.mr-n-xs-31{margin-right:-31px!important}.ml-n-xs-31{margin-left:-31px!important}.t-xs-31{top:31px!important}.b-xs-31{bottom:31px!important}.l-xs-31{left:31px!important}.r-xs-31{right:31px!important}.t-n-xs-31{top:-31px!important}.b-n-xs-31{bottom:-31px!important}.l-n-xs-31{left:-31px!important}.r-n-xs-31{right:-31px!important}.ti-xs-31{text-indent:31px!important}.ti-n-xs-31{text-indent:-31px!important}.fs-xs-31{font-size:31px!important}.row-xs-31{margin-right:-31px!important;margin-left:-31px!important}.row-xs-31 > [class*='col-']{padding-right:31px!important;padding-left:31px!important}.mt-xs-32{margin-top:32px!important}.mb-xs-32{margin-bottom:32px!important}.mr-xs-32{margin-right:32px!important}.ml-xs-32{margin-left:32px!important}.pt-xs-32{padding-top:32px!important}.pb-xs-32{padding-bottom:32px!important}.pr-xs-32{padding-right:32px!important}.pl-xs-32{padding-left:32px!important}.mt-n-xs-32{margin-top:-32px!important}.mb-n-xs-32{margin-bottom:-32px!important}.mr-n-xs-32{margin-right:-32px!important}.ml-n-xs-32{margin-left:-32px!important}.t-xs-32{top:32px!important}.b-xs-32{bottom:32px!important}.l-xs-32{left:32px!important}.r-xs-32{right:32px!important}.t-n-xs-32{top:-32px!important}.b-n-xs-32{bottom:-32px!important}.l-n-xs-32{left:-32px!important}.r-n-xs-32{right:-32px!important}.ti-xs-32{text-indent:32px!important}.ti-n-xs-32{text-indent:-32px!important}.fs-xs-32{font-size:32px!important}.row-xs-32{margin-right:-32px!important;margin-left:-32px!important}.row-xs-32 > [class*='col-']{padding-right:32px!important;padding-left:32px!important}.mt-xs-33{margin-top:33px!important}.mb-xs-33{margin-bottom:33px!important}.mr-xs-33{margin-right:33px!important}.ml-xs-33{margin-left:33px!important}.pt-xs-33{padding-top:33px!important}.pb-xs-33{padding-bottom:33px!important}.pr-xs-33{padding-right:33px!important}.pl-xs-33{padding-left:33px!important}.mt-n-xs-33{margin-top:-33px!important}.mb-n-xs-33{margin-bottom:-33px!important}.mr-n-xs-33{margin-right:-33px!important}.ml-n-xs-33{margin-left:-33px!important}.t-xs-33{top:33px!important}.b-xs-33{bottom:33px!important}.l-xs-33{left:33px!important}.r-xs-33{right:33px!important}.t-n-xs-33{top:-33px!important}.b-n-xs-33{bottom:-33px!important}.l-n-xs-33{left:-33px!important}.r-n-xs-33{right:-33px!important}.ti-xs-33{text-indent:33px!important}.ti-n-xs-33{text-indent:-33px!important}.fs-xs-33{font-size:33px!important}.row-xs-33{margin-right:-33px!important;margin-left:-33px!important}.row-xs-33 > [class*='col-']{padding-right:33px!important;padding-left:33px!important}.mt-xs-34{margin-top:34px!important}.mb-xs-34{margin-bottom:34px!important}.mr-xs-34{margin-right:34px!important}.ml-xs-34{margin-left:34px!important}.pt-xs-34{padding-top:34px!important}.pb-xs-34{padding-bottom:34px!important}.pr-xs-34{padding-right:34px!important}.pl-xs-34{padding-left:34px!important}.mt-n-xs-34{margin-top:-34px!important}.mb-n-xs-34{margin-bottom:-34px!important}.mr-n-xs-34{margin-right:-34px!important}.ml-n-xs-34{margin-left:-34px!important}.t-xs-34{top:34px!important}.b-xs-34{bottom:34px!important}.l-xs-34{left:34px!important}.r-xs-34{right:34px!important}.t-n-xs-34{top:-34px!important}.b-n-xs-34{bottom:-34px!important}.l-n-xs-34{left:-34px!important}.r-n-xs-34{right:-34px!important}.ti-xs-34{text-indent:34px!important}.ti-n-xs-34{text-indent:-34px!important}.fs-xs-34{font-size:34px!important}.row-xs-34{margin-right:-34px!important;margin-left:-34px!important}.row-xs-34 > [class*='col-']{padding-right:34px!important;padding-left:34px!important}.mt-xs-35{margin-top:35px!important}.mb-xs-35{margin-bottom:35px!important}.mr-xs-35{margin-right:35px!important}.ml-xs-35{margin-left:35px!important}.pt-xs-35{padding-top:35px!important}.pb-xs-35{padding-bottom:35px!important}.pr-xs-35{padding-right:35px!important}.pl-xs-35{padding-left:35px!important}.mt-n-xs-35{margin-top:-35px!important}.mb-n-xs-35{margin-bottom:-35px!important}.mr-n-xs-35{margin-right:-35px!important}.ml-n-xs-35{margin-left:-35px!important}.t-xs-35{top:35px!important}.b-xs-35{bottom:35px!important}.l-xs-35{left:35px!important}.r-xs-35{right:35px!important}.t-n-xs-35{top:-35px!important}.b-n-xs-35{bottom:-35px!important}.l-n-xs-35{left:-35px!important}.r-n-xs-35{right:-35px!important}.ti-xs-35{text-indent:35px!important}.ti-n-xs-35{text-indent:-35px!important}.fs-xs-35{font-size:35px!important}.row-xs-35{margin-right:-35px!important;margin-left:-35px!important}.row-xs-35 > [class*='col-']{padding-right:35px!important;padding-left:35px!important}.mt-xs-36{margin-top:36px!important}.mb-xs-36{margin-bottom:36px!important}.mr-xs-36{margin-right:36px!important}.ml-xs-36{margin-left:36px!important}.pt-xs-36{padding-top:36px!important}.pb-xs-36{padding-bottom:36px!important}.pr-xs-36{padding-right:36px!important}.pl-xs-36{padding-left:36px!important}.mt-n-xs-36{margin-top:-36px!important}.mb-n-xs-36{margin-bottom:-36px!important}.mr-n-xs-36{margin-right:-36px!important}.ml-n-xs-36{margin-left:-36px!important}.t-xs-36{top:36px!important}.b-xs-36{bottom:36px!important}.l-xs-36{left:36px!important}.r-xs-36{right:36px!important}.t-n-xs-36{top:-36px!important}.b-n-xs-36{bottom:-36px!important}.l-n-xs-36{left:-36px!important}.r-n-xs-36{right:-36px!important}.ti-xs-36{text-indent:36px!important}.ti-n-xs-36{text-indent:-36px!important}.fs-xs-36{font-size:36px!important}.row-xs-36{margin-right:-36px!important;margin-left:-36px!important}.row-xs-36 > [class*='col-']{padding-right:36px!important;padding-left:36px!important}.mt-xs-37{margin-top:37px!important}.mb-xs-37{margin-bottom:37px!important}.mr-xs-37{margin-right:37px!important}.ml-xs-37{margin-left:37px!important}.pt-xs-37{padding-top:37px!important}.pb-xs-37{padding-bottom:37px!important}.pr-xs-37{padding-right:37px!important}.pl-xs-37{padding-left:37px!important}.mt-n-xs-37{margin-top:-37px!important}.mb-n-xs-37{margin-bottom:-37px!important}.mr-n-xs-37{margin-right:-37px!important}.ml-n-xs-37{margin-left:-37px!important}.t-xs-37{top:37px!important}.b-xs-37{bottom:37px!important}.l-xs-37{left:37px!important}.r-xs-37{right:37px!important}.t-n-xs-37{top:-37px!important}.b-n-xs-37{bottom:-37px!important}.l-n-xs-37{left:-37px!important}.r-n-xs-37{right:-37px!important}.ti-xs-37{text-indent:37px!important}.ti-n-xs-37{text-indent:-37px!important}.fs-xs-37{font-size:37px!important}.row-xs-37{margin-right:-37px!important;margin-left:-37px!important}.row-xs-37 > [class*='col-']{padding-right:37px!important;padding-left:37px!important}.mt-xs-38{margin-top:38px!important}.mb-xs-38{margin-bottom:38px!important}.mr-xs-38{margin-right:38px!important}.ml-xs-38{margin-left:38px!important}.pt-xs-38{padding-top:38px!important}.pb-xs-38{padding-bottom:38px!important}.pr-xs-38{padding-right:38px!important}.pl-xs-38{padding-left:38px!important}.mt-n-xs-38{margin-top:-38px!important}.mb-n-xs-38{margin-bottom:-38px!important}.mr-n-xs-38{margin-right:-38px!important}.ml-n-xs-38{margin-left:-38px!important}.t-xs-38{top:38px!important}.b-xs-38{bottom:38px!important}.l-xs-38{left:38px!important}.r-xs-38{right:38px!important}.t-n-xs-38{top:-38px!important}.b-n-xs-38{bottom:-38px!important}.l-n-xs-38{left:-38px!important}.r-n-xs-38{right:-38px!important}.ti-xs-38{text-indent:38px!important}.ti-n-xs-38{text-indent:-38px!important}.fs-xs-38{font-size:38px!important}.row-xs-38{margin-right:-38px!important;margin-left:-38px!important}.row-xs-38 > [class*='col-']{padding-right:38px!important;padding-left:38px!important}.mt-xs-39{margin-top:39px!important}.mb-xs-39{margin-bottom:39px!important}.mr-xs-39{margin-right:39px!important}.ml-xs-39{margin-left:39px!important}.pt-xs-39{padding-top:39px!important}.pb-xs-39{padding-bottom:39px!important}.pr-xs-39{padding-right:39px!important}.pl-xs-39{padding-left:39px!important}.mt-n-xs-39{margin-top:-39px!important}.mb-n-xs-39{margin-bottom:-39px!important}.mr-n-xs-39{margin-right:-39px!important}.ml-n-xs-39{margin-left:-39px!important}.t-xs-39{top:39px!important}.b-xs-39{bottom:39px!important}.l-xs-39{left:39px!important}.r-xs-39{right:39px!important}.t-n-xs-39{top:-39px!important}.b-n-xs-39{bottom:-39px!important}.l-n-xs-39{left:-39px!important}.r-n-xs-39{right:-39px!important}.ti-xs-39{text-indent:39px!important}.ti-n-xs-39{text-indent:-39px!important}.fs-xs-39{font-size:39px!important}.row-xs-39{margin-right:-39px!important;margin-left:-39px!important}.row-xs-39 > [class*='col-']{padding-right:39px!important;padding-left:39px!important}.mt-xs-40{margin-top:40px!important}.mb-xs-40{margin-bottom:40px!important}.mr-xs-40{margin-right:40px!important}.ml-xs-40{margin-left:40px!important}.pt-xs-40{padding-top:40px!important}.pb-xs-40{padding-bottom:40px!important}.pr-xs-40{padding-right:40px!important}.pl-xs-40{padding-left:40px!important}.mt-n-xs-40{margin-top:-40px!important}.mb-n-xs-40{margin-bottom:-40px!important}.mr-n-xs-40{margin-right:-40px!important}.ml-n-xs-40{margin-left:-40px!important}.t-xs-40{top:40px!important}.b-xs-40{bottom:40px!important}.l-xs-40{left:40px!important}.r-xs-40{right:40px!important}.t-n-xs-40{top:-40px!important}.b-n-xs-40{bottom:-40px!important}.l-n-xs-40{left:-40px!important}.r-n-xs-40{right:-40px!important}.ti-xs-40{text-indent:40px!important}.ti-n-xs-40{text-indent:-40px!important}.fs-xs-40{font-size:40px!important}.row-xs-40{margin-right:-40px!important;margin-left:-40px!important}.row-xs-40 > [class*='col-']{padding-right:40px!important;padding-left:40px!important}.mt-xs-41{margin-top:41px!important}.mb-xs-41{margin-bottom:41px!important}.mr-xs-41{margin-right:41px!important}.ml-xs-41{margin-left:41px!important}.pt-xs-41{padding-top:41px!important}.pb-xs-41{padding-bottom:41px!important}.pr-xs-41{padding-right:41px!important}.pl-xs-41{padding-left:41px!important}.mt-n-xs-41{margin-top:-41px!important}.mb-n-xs-41{margin-bottom:-41px!important}.mr-n-xs-41{margin-right:-41px!important}.ml-n-xs-41{margin-left:-41px!important}.t-xs-41{top:41px!important}.b-xs-41{bottom:41px!important}.l-xs-41{left:41px!important}.r-xs-41{right:41px!important}.t-n-xs-41{top:-41px!important}.b-n-xs-41{bottom:-41px!important}.l-n-xs-41{left:-41px!important}.r-n-xs-41{right:-41px!important}.ti-xs-41{text-indent:41px!important}.ti-n-xs-41{text-indent:-41px!important}.fs-xs-41{font-size:41px!important}.row-xs-41{margin-right:-41px!important;margin-left:-41px!important}.row-xs-41 > [class*='col-']{padding-right:41px!important;padding-left:41px!important}.mt-xs-42{margin-top:42px!important}.mb-xs-42{margin-bottom:42px!important}.mr-xs-42{margin-right:42px!important}.ml-xs-42{margin-left:42px!important}.pt-xs-42{padding-top:42px!important}.pb-xs-42{padding-bottom:42px!important}.pr-xs-42{padding-right:42px!important}.pl-xs-42{padding-left:42px!important}.mt-n-xs-42{margin-top:-42px!important}.mb-n-xs-42{margin-bottom:-42px!important}.mr-n-xs-42{margin-right:-42px!important}.ml-n-xs-42{margin-left:-42px!important}.t-xs-42{top:42px!important}.b-xs-42{bottom:42px!important}.l-xs-42{left:42px!important}.r-xs-42{right:42px!important}.t-n-xs-42{top:-42px!important}.b-n-xs-42{bottom:-42px!important}.l-n-xs-42{left:-42px!important}.r-n-xs-42{right:-42px!important}.ti-xs-42{text-indent:42px!important}.ti-n-xs-42{text-indent:-42px!important}.fs-xs-42{font-size:42px!important}.row-xs-42{margin-right:-42px!important;margin-left:-42px!important}.row-xs-42 > [class*='col-']{padding-right:42px!important;padding-left:42px!important}.mt-xs-43{margin-top:43px!important}.mb-xs-43{margin-bottom:43px!important}.mr-xs-43{margin-right:43px!important}.ml-xs-43{margin-left:43px!important}.pt-xs-43{padding-top:43px!important}.pb-xs-43{padding-bottom:43px!important}.pr-xs-43{padding-right:43px!important}.pl-xs-43{padding-left:43px!important}.mt-n-xs-43{margin-top:-43px!important}.mb-n-xs-43{margin-bottom:-43px!important}.mr-n-xs-43{margin-right:-43px!important}.ml-n-xs-43{margin-left:-43px!important}.t-xs-43{top:43px!important}.b-xs-43{bottom:43px!important}.l-xs-43{left:43px!important}.r-xs-43{right:43px!important}.t-n-xs-43{top:-43px!important}.b-n-xs-43{bottom:-43px!important}.l-n-xs-43{left:-43px!important}.r-n-xs-43{right:-43px!important}.ti-xs-43{text-indent:43px!important}.ti-n-xs-43{text-indent:-43px!important}.fs-xs-43{font-size:43px!important}.row-xs-43{margin-right:-43px!important;margin-left:-43px!important}.row-xs-43 > [class*='col-']{padding-right:43px!important;padding-left:43px!important}.mt-xs-44{margin-top:44px!important}.mb-xs-44{margin-bottom:44px!important}.mr-xs-44{margin-right:44px!important}.ml-xs-44{margin-left:44px!important}.pt-xs-44{padding-top:44px!important}.pb-xs-44{padding-bottom:44px!important}.pr-xs-44{padding-right:44px!important}.pl-xs-44{padding-left:44px!important}.mt-n-xs-44{margin-top:-44px!important}.mb-n-xs-44{margin-bottom:-44px!important}.mr-n-xs-44{margin-right:-44px!important}.ml-n-xs-44{margin-left:-44px!important}.t-xs-44{top:44px!important}.b-xs-44{bottom:44px!important}.l-xs-44{left:44px!important}.r-xs-44{right:44px!important}.t-n-xs-44{top:-44px!important}.b-n-xs-44{bottom:-44px!important}.l-n-xs-44{left:-44px!important}.r-n-xs-44{right:-44px!important}.ti-xs-44{text-indent:44px!important}.ti-n-xs-44{text-indent:-44px!important}.fs-xs-44{font-size:44px!important}.row-xs-44{margin-right:-44px!important;margin-left:-44px!important}.row-xs-44 > [class*='col-']{padding-right:44px!important;padding-left:44px!important}.mt-xs-45{margin-top:45px!important}.mb-xs-45{margin-bottom:45px!important}.mr-xs-45{margin-right:45px!important}.ml-xs-45{margin-left:45px!important}.pt-xs-45{padding-top:45px!important}.pb-xs-45{padding-bottom:45px!important}.pr-xs-45{padding-right:45px!important}.pl-xs-45{padding-left:45px!important}.mt-n-xs-45{margin-top:-45px!important}.mb-n-xs-45{margin-bottom:-45px!important}.mr-n-xs-45{margin-right:-45px!important}.ml-n-xs-45{margin-left:-45px!important}.t-xs-45{top:45px!important}.b-xs-45{bottom:45px!important}.l-xs-45{left:45px!important}.r-xs-45{right:45px!important}.t-n-xs-45{top:-45px!important}.b-n-xs-45{bottom:-45px!important}.l-n-xs-45{left:-45px!important}.r-n-xs-45{right:-45px!important}.ti-xs-45{text-indent:45px!important}.ti-n-xs-45{text-indent:-45px!important}.fs-xs-45{font-size:45px!important}.row-xs-45{margin-right:-45px!important;margin-left:-45px!important}.row-xs-45 > [class*='col-']{padding-right:45px!important;padding-left:45px!important}.mt-xs-46{margin-top:46px!important}.mb-xs-46{margin-bottom:46px!important}.mr-xs-46{margin-right:46px!important}.ml-xs-46{margin-left:46px!important}.pt-xs-46{padding-top:46px!important}.pb-xs-46{padding-bottom:46px!important}.pr-xs-46{padding-right:46px!important}.pl-xs-46{padding-left:46px!important}.mt-n-xs-46{margin-top:-46px!important}.mb-n-xs-46{margin-bottom:-46px!important}.mr-n-xs-46{margin-right:-46px!important}.ml-n-xs-46{margin-left:-46px!important}.t-xs-46{top:46px!important}.b-xs-46{bottom:46px!important}.l-xs-46{left:46px!important}.r-xs-46{right:46px!important}.t-n-xs-46{top:-46px!important}.b-n-xs-46{bottom:-46px!important}.l-n-xs-46{left:-46px!important}.r-n-xs-46{right:-46px!important}.ti-xs-46{text-indent:46px!important}.ti-n-xs-46{text-indent:-46px!important}.fs-xs-46{font-size:46px!important}.row-xs-46{margin-right:-46px!important;margin-left:-46px!important}.row-xs-46 > [class*='col-']{padding-right:46px!important;padding-left:46px!important}.mt-xs-47{margin-top:47px!important}.mb-xs-47{margin-bottom:47px!important}.mr-xs-47{margin-right:47px!important}.ml-xs-47{margin-left:47px!important}.pt-xs-47{padding-top:47px!important}.pb-xs-47{padding-bottom:47px!important}.pr-xs-47{padding-right:47px!important}.pl-xs-47{padding-left:47px!important}.mt-n-xs-47{margin-top:-47px!important}.mb-n-xs-47{margin-bottom:-47px!important}.mr-n-xs-47{margin-right:-47px!important}.ml-n-xs-47{margin-left:-47px!important}.t-xs-47{top:47px!important}.b-xs-47{bottom:47px!important}.l-xs-47{left:47px!important}.r-xs-47{right:47px!important}.t-n-xs-47{top:-47px!important}.b-n-xs-47{bottom:-47px!important}.l-n-xs-47{left:-47px!important}.r-n-xs-47{right:-47px!important}.ti-xs-47{text-indent:47px!important}.ti-n-xs-47{text-indent:-47px!important}.fs-xs-47{font-size:47px!important}.row-xs-47{margin-right:-47px!important;margin-left:-47px!important}.row-xs-47 > [class*='col-']{padding-right:47px!important;padding-left:47px!important}.mt-xs-48{margin-top:48px!important}.mb-xs-48{margin-bottom:48px!important}.mr-xs-48{margin-right:48px!important}.ml-xs-48{margin-left:48px!important}.pt-xs-48{padding-top:48px!important}.pb-xs-48{padding-bottom:48px!important}.pr-xs-48{padding-right:48px!important}.pl-xs-48{padding-left:48px!important}.mt-n-xs-48{margin-top:-48px!important}.mb-n-xs-48{margin-bottom:-48px!important}.mr-n-xs-48{margin-right:-48px!important}.ml-n-xs-48{margin-left:-48px!important}.t-xs-48{top:48px!important}.b-xs-48{bottom:48px!important}.l-xs-48{left:48px!important}.r-xs-48{right:48px!important}.t-n-xs-48{top:-48px!important}.b-n-xs-48{bottom:-48px!important}.l-n-xs-48{left:-48px!important}.r-n-xs-48{right:-48px!important}.ti-xs-48{text-indent:48px!important}.ti-n-xs-48{text-indent:-48px!important}.fs-xs-48{font-size:48px!important}.row-xs-48{margin-right:-48px!important;margin-left:-48px!important}.row-xs-48 > [class*='col-']{padding-right:48px!important;padding-left:48px!important}.mt-xs-49{margin-top:49px!important}.mb-xs-49{margin-bottom:49px!important}.mr-xs-49{margin-right:49px!important}.ml-xs-49{margin-left:49px!important}.pt-xs-49{padding-top:49px!important}.pb-xs-49{padding-bottom:49px!important}.pr-xs-49{padding-right:49px!important}.pl-xs-49{padding-left:49px!important}.mt-n-xs-49{margin-top:-49px!important}.mb-n-xs-49{margin-bottom:-49px!important}.mr-n-xs-49{margin-right:-49px!important}.ml-n-xs-49{margin-left:-49px!important}.t-xs-49{top:49px!important}.b-xs-49{bottom:49px!important}.l-xs-49{left:49px!important}.r-xs-49{right:49px!important}.t-n-xs-49{top:-49px!important}.b-n-xs-49{bottom:-49px!important}.l-n-xs-49{left:-49px!important}.r-n-xs-49{right:-49px!important}.ti-xs-49{text-indent:49px!important}.ti-n-xs-49{text-indent:-49px!important}.fs-xs-49{font-size:49px!important}.row-xs-49{margin-right:-49px!important;margin-left:-49px!important}.row-xs-49 > [class*='col-']{padding-right:49px!important;padding-left:49px!important}.mt-xs-50{margin-top:50px!important}.mb-xs-50{margin-bottom:50px!important}.mr-xs-50{margin-right:50px!important}.ml-xs-50{margin-left:50px!important}.pt-xs-50{padding-top:50px!important}.pb-xs-50{padding-bottom:50px!important}.pr-xs-50{padding-right:50px!important}.pl-xs-50{padding-left:50px!important}.mt-n-xs-50{margin-top:-50px!important}.mb-n-xs-50{margin-bottom:-50px!important}.mr-n-xs-50{margin-right:-50px!important}.ml-n-xs-50{margin-left:-50px!important}.t-xs-50{top:50px!important}.b-xs-50{bottom:50px!important}.l-xs-50{left:50px!important}.r-xs-50{right:50px!important}.t-n-xs-50{top:-50px!important}.b-n-xs-50{bottom:-50px!important}.l-n-xs-50{left:-50px!important}.r-n-xs-50{right:-50px!important}.ti-xs-50{text-indent:50px!important}.ti-n-xs-50{text-indent:-50px!important}.fs-xs-50{font-size:50px!important}.row-xs-50{margin-right:-50px!important;margin-left:-50px!important}.row-xs-50 > [class*='col-']{padding-right:50px!important;padding-left:50px!important}.mt-xs-51{margin-top:51px!important}.mb-xs-51{margin-bottom:51px!important}.mr-xs-51{margin-right:51px!important}.ml-xs-51{margin-left:51px!important}.pt-xs-51{padding-top:51px!important}.pb-xs-51{padding-bottom:51px!important}.pr-xs-51{padding-right:51px!important}.pl-xs-51{padding-left:51px!important}.mt-n-xs-51{margin-top:-51px!important}.mb-n-xs-51{margin-bottom:-51px!important}.mr-n-xs-51{margin-right:-51px!important}.ml-n-xs-51{margin-left:-51px!important}.t-xs-51{top:51px!important}.b-xs-51{bottom:51px!important}.l-xs-51{left:51px!important}.r-xs-51{right:51px!important}.t-n-xs-51{top:-51px!important}.b-n-xs-51{bottom:-51px!important}.l-n-xs-51{left:-51px!important}.r-n-xs-51{right:-51px!important}.ti-xs-51{text-indent:51px!important}.ti-n-xs-51{text-indent:-51px!important}.fs-xs-51{font-size:51px!important}.row-xs-51{margin-right:-51px!important;margin-left:-51px!important}.row-xs-51 > [class*='col-']{padding-right:51px!important;padding-left:51px!important}.mt-xs-52{margin-top:52px!important}.mb-xs-52{margin-bottom:52px!important}.mr-xs-52{margin-right:52px!important}.ml-xs-52{margin-left:52px!important}.pt-xs-52{padding-top:52px!important}.pb-xs-52{padding-bottom:52px!important}.pr-xs-52{padding-right:52px!important}.pl-xs-52{padding-left:52px!important}.mt-n-xs-52{margin-top:-52px!important}.mb-n-xs-52{margin-bottom:-52px!important}.mr-n-xs-52{margin-right:-52px!important}.ml-n-xs-52{margin-left:-52px!important}.t-xs-52{top:52px!important}.b-xs-52{bottom:52px!important}.l-xs-52{left:52px!important}.r-xs-52{right:52px!important}.t-n-xs-52{top:-52px!important}.b-n-xs-52{bottom:-52px!important}.l-n-xs-52{left:-52px!important}.r-n-xs-52{right:-52px!important}.ti-xs-52{text-indent:52px!important}.ti-n-xs-52{text-indent:-52px!important}.fs-xs-52{font-size:52px!important}.row-xs-52{margin-right:-52px!important;margin-left:-52px!important}.row-xs-52 > [class*='col-']{padding-right:52px!important;padding-left:52px!important}.mt-xs-53{margin-top:53px!important}.mb-xs-53{margin-bottom:53px!important}.mr-xs-53{margin-right:53px!important}.ml-xs-53{margin-left:53px!important}.pt-xs-53{padding-top:53px!important}.pb-xs-53{padding-bottom:53px!important}.pr-xs-53{padding-right:53px!important}.pl-xs-53{padding-left:53px!important}.mt-n-xs-53{margin-top:-53px!important}.mb-n-xs-53{margin-bottom:-53px!important}.mr-n-xs-53{margin-right:-53px!important}.ml-n-xs-53{margin-left:-53px!important}.t-xs-53{top:53px!important}.b-xs-53{bottom:53px!important}.l-xs-53{left:53px!important}.r-xs-53{right:53px!important}.t-n-xs-53{top:-53px!important}.b-n-xs-53{bottom:-53px!important}.l-n-xs-53{left:-53px!important}.r-n-xs-53{right:-53px!important}.ti-xs-53{text-indent:53px!important}.ti-n-xs-53{text-indent:-53px!important}.fs-xs-53{font-size:53px!important}.row-xs-53{margin-right:-53px!important;margin-left:-53px!important}.row-xs-53 > [class*='col-']{padding-right:53px!important;padding-left:53px!important}.mt-xs-54{margin-top:54px!important}.mb-xs-54{margin-bottom:54px!important}.mr-xs-54{margin-right:54px!important}.ml-xs-54{margin-left:54px!important}.pt-xs-54{padding-top:54px!important}.pb-xs-54{padding-bottom:54px!important}.pr-xs-54{padding-right:54px!important}.pl-xs-54{padding-left:54px!important}.mt-n-xs-54{margin-top:-54px!important}.mb-n-xs-54{margin-bottom:-54px!important}.mr-n-xs-54{margin-right:-54px!important}.ml-n-xs-54{margin-left:-54px!important}.t-xs-54{top:54px!important}.b-xs-54{bottom:54px!important}.l-xs-54{left:54px!important}.r-xs-54{right:54px!important}.t-n-xs-54{top:-54px!important}.b-n-xs-54{bottom:-54px!important}.l-n-xs-54{left:-54px!important}.r-n-xs-54{right:-54px!important}.ti-xs-54{text-indent:54px!important}.ti-n-xs-54{text-indent:-54px!important}.fs-xs-54{font-size:54px!important}.row-xs-54{margin-right:-54px!important;margin-left:-54px!important}.row-xs-54 > [class*='col-']{padding-right:54px!important;padding-left:54px!important}.mt-xs-55{margin-top:55px!important}.mb-xs-55{margin-bottom:55px!important}.mr-xs-55{margin-right:55px!important}.ml-xs-55{margin-left:55px!important}.pt-xs-55{padding-top:55px!important}.pb-xs-55{padding-bottom:55px!important}.pr-xs-55{padding-right:55px!important}.pl-xs-55{padding-left:55px!important}.mt-n-xs-55{margin-top:-55px!important}.mb-n-xs-55{margin-bottom:-55px!important}.mr-n-xs-55{margin-right:-55px!important}.ml-n-xs-55{margin-left:-55px!important}.t-xs-55{top:55px!important}.b-xs-55{bottom:55px!important}.l-xs-55{left:55px!important}.r-xs-55{right:55px!important}.t-n-xs-55{top:-55px!important}.b-n-xs-55{bottom:-55px!important}.l-n-xs-55{left:-55px!important}.r-n-xs-55{right:-55px!important}.ti-xs-55{text-indent:55px!important}.ti-n-xs-55{text-indent:-55px!important}.fs-xs-55{font-size:55px!important}.row-xs-55{margin-right:-55px!important;margin-left:-55px!important}.row-xs-55 > [class*='col-']{padding-right:55px!important;padding-left:55px!important}.mt-xs-56{margin-top:56px!important}.mb-xs-56{margin-bottom:56px!important}.mr-xs-56{margin-right:56px!important}.ml-xs-56{margin-left:56px!important}.pt-xs-56{padding-top:56px!important}.pb-xs-56{padding-bottom:56px!important}.pr-xs-56{padding-right:56px!important}.pl-xs-56{padding-left:56px!important}.mt-n-xs-56{margin-top:-56px!important}.mb-n-xs-56{margin-bottom:-56px!important}.mr-n-xs-56{margin-right:-56px!important}.ml-n-xs-56{margin-left:-56px!important}.t-xs-56{top:56px!important}.b-xs-56{bottom:56px!important}.l-xs-56{left:56px!important}.r-xs-56{right:56px!important}.t-n-xs-56{top:-56px!important}.b-n-xs-56{bottom:-56px!important}.l-n-xs-56{left:-56px!important}.r-n-xs-56{right:-56px!important}.ti-xs-56{text-indent:56px!important}.ti-n-xs-56{text-indent:-56px!important}.fs-xs-56{font-size:56px!important}.row-xs-56{margin-right:-56px!important;margin-left:-56px!important}.row-xs-56 > [class*='col-']{padding-right:56px!important;padding-left:56px!important}.mt-xs-57{margin-top:57px!important}.mb-xs-57{margin-bottom:57px!important}.mr-xs-57{margin-right:57px!important}.ml-xs-57{margin-left:57px!important}.pt-xs-57{padding-top:57px!important}.pb-xs-57{padding-bottom:57px!important}.pr-xs-57{padding-right:57px!important}.pl-xs-57{padding-left:57px!important}.mt-n-xs-57{margin-top:-57px!important}.mb-n-xs-57{margin-bottom:-57px!important}.mr-n-xs-57{margin-right:-57px!important}.ml-n-xs-57{margin-left:-57px!important}.t-xs-57{top:57px!important}.b-xs-57{bottom:57px!important}.l-xs-57{left:57px!important}.r-xs-57{right:57px!important}.t-n-xs-57{top:-57px!important}.b-n-xs-57{bottom:-57px!important}.l-n-xs-57{left:-57px!important}.r-n-xs-57{right:-57px!important}.ti-xs-57{text-indent:57px!important}.ti-n-xs-57{text-indent:-57px!important}.fs-xs-57{font-size:57px!important}.row-xs-57{margin-right:-57px!important;margin-left:-57px!important}.row-xs-57 > [class*='col-']{padding-right:57px!important;padding-left:57px!important}.mt-xs-58{margin-top:58px!important}.mb-xs-58{margin-bottom:58px!important}.mr-xs-58{margin-right:58px!important}.ml-xs-58{margin-left:58px!important}.pt-xs-58{padding-top:58px!important}.pb-xs-58{padding-bottom:58px!important}.pr-xs-58{padding-right:58px!important}.pl-xs-58{padding-left:58px!important}.mt-n-xs-58{margin-top:-58px!important}.mb-n-xs-58{margin-bottom:-58px!important}.mr-n-xs-58{margin-right:-58px!important}.ml-n-xs-58{margin-left:-58px!important}.t-xs-58{top:58px!important}.b-xs-58{bottom:58px!important}.l-xs-58{left:58px!important}.r-xs-58{right:58px!important}.t-n-xs-58{top:-58px!important}.b-n-xs-58{bottom:-58px!important}.l-n-xs-58{left:-58px!important}.r-n-xs-58{right:-58px!important}.ti-xs-58{text-indent:58px!important}.ti-n-xs-58{text-indent:-58px!important}.fs-xs-58{font-size:58px!important}.row-xs-58{margin-right:-58px!important;margin-left:-58px!important}.row-xs-58 > [class*='col-']{padding-right:58px!important;padding-left:58px!important}.mt-xs-59{margin-top:59px!important}.mb-xs-59{margin-bottom:59px!important}.mr-xs-59{margin-right:59px!important}.ml-xs-59{margin-left:59px!important}.pt-xs-59{padding-top:59px!important}.pb-xs-59{padding-bottom:59px!important}.pr-xs-59{padding-right:59px!important}.pl-xs-59{padding-left:59px!important}.mt-n-xs-59{margin-top:-59px!important}.mb-n-xs-59{margin-bottom:-59px!important}.mr-n-xs-59{margin-right:-59px!important}.ml-n-xs-59{margin-left:-59px!important}.t-xs-59{top:59px!important}.b-xs-59{bottom:59px!important}.l-xs-59{left:59px!important}.r-xs-59{right:59px!important}.t-n-xs-59{top:-59px!important}.b-n-xs-59{bottom:-59px!important}.l-n-xs-59{left:-59px!important}.r-n-xs-59{right:-59px!important}.ti-xs-59{text-indent:59px!important}.ti-n-xs-59{text-indent:-59px!important}.fs-xs-59{font-size:59px!important}.row-xs-59{margin-right:-59px!important;margin-left:-59px!important}.row-xs-59 > [class*='col-']{padding-right:59px!important;padding-left:59px!important}.mt-xs-60{margin-top:60px!important}.mb-xs-60{margin-bottom:60px!important}.mr-xs-60{margin-right:60px!important}.ml-xs-60{margin-left:60px!important}.pt-xs-60{padding-top:60px!important}.pb-xs-60{padding-bottom:60px!important}.pr-xs-60{padding-right:60px!important}.pl-xs-60{padding-left:60px!important}.mt-n-xs-60{margin-top:-60px!important}.mb-n-xs-60{margin-bottom:-60px!important}.mr-n-xs-60{margin-right:-60px!important}.ml-n-xs-60{margin-left:-60px!important}.t-xs-60{top:60px!important}.b-xs-60{bottom:60px!important}.l-xs-60{left:60px!important}.r-xs-60{right:60px!important}.t-n-xs-60{top:-60px!important}.b-n-xs-60{bottom:-60px!important}.l-n-xs-60{left:-60px!important}.r-n-xs-60{right:-60px!important}.ti-xs-60{text-indent:60px!important}.ti-n-xs-60{text-indent:-60px!important}.fs-xs-60{font-size:60px!important}.row-xs-60{margin-right:-60px!important;margin-left:-60px!important}.row-xs-60 > [class*='col-']{padding-right:60px!important;padding-left:60px!important}.mt-xs-61{margin-top:61px!important}.mb-xs-61{margin-bottom:61px!important}.mr-xs-61{margin-right:61px!important}.ml-xs-61{margin-left:61px!important}.pt-xs-61{padding-top:61px!important}.pb-xs-61{padding-bottom:61px!important}.pr-xs-61{padding-right:61px!important}.pl-xs-61{padding-left:61px!important}.mt-n-xs-61{margin-top:-61px!important}.mb-n-xs-61{margin-bottom:-61px!important}.mr-n-xs-61{margin-right:-61px!important}.ml-n-xs-61{margin-left:-61px!important}.t-xs-61{top:61px!important}.b-xs-61{bottom:61px!important}.l-xs-61{left:61px!important}.r-xs-61{right:61px!important}.t-n-xs-61{top:-61px!important}.b-n-xs-61{bottom:-61px!important}.l-n-xs-61{left:-61px!important}.r-n-xs-61{right:-61px!important}.ti-xs-61{text-indent:61px!important}.ti-n-xs-61{text-indent:-61px!important}.fs-xs-61{font-size:61px!important}.row-xs-61{margin-right:-61px!important;margin-left:-61px!important}.row-xs-61 > [class*='col-']{padding-right:61px!important;padding-left:61px!important}.mt-xs-62{margin-top:62px!important}.mb-xs-62{margin-bottom:62px!important}.mr-xs-62{margin-right:62px!important}.ml-xs-62{margin-left:62px!important}.pt-xs-62{padding-top:62px!important}.pb-xs-62{padding-bottom:62px!important}.pr-xs-62{padding-right:62px!important}.pl-xs-62{padding-left:62px!important}.mt-n-xs-62{margin-top:-62px!important}.mb-n-xs-62{margin-bottom:-62px!important}.mr-n-xs-62{margin-right:-62px!important}.ml-n-xs-62{margin-left:-62px!important}.t-xs-62{top:62px!important}.b-xs-62{bottom:62px!important}.l-xs-62{left:62px!important}.r-xs-62{right:62px!important}.t-n-xs-62{top:-62px!important}.b-n-xs-62{bottom:-62px!important}.l-n-xs-62{left:-62px!important}.r-n-xs-62{right:-62px!important}.ti-xs-62{text-indent:62px!important}.ti-n-xs-62{text-indent:-62px!important}.fs-xs-62{font-size:62px!important}.row-xs-62{margin-right:-62px!important;margin-left:-62px!important}.row-xs-62 > [class*='col-']{padding-right:62px!important;padding-left:62px!important}.mt-xs-63{margin-top:63px!important}.mb-xs-63{margin-bottom:63px!important}.mr-xs-63{margin-right:63px!important}.ml-xs-63{margin-left:63px!important}.pt-xs-63{padding-top:63px!important}.pb-xs-63{padding-bottom:63px!important}.pr-xs-63{padding-right:63px!important}.pl-xs-63{padding-left:63px!important}.mt-n-xs-63{margin-top:-63px!important}.mb-n-xs-63{margin-bottom:-63px!important}.mr-n-xs-63{margin-right:-63px!important}.ml-n-xs-63{margin-left:-63px!important}.t-xs-63{top:63px!important}.b-xs-63{bottom:63px!important}.l-xs-63{left:63px!important}.r-xs-63{right:63px!important}.t-n-xs-63{top:-63px!important}.b-n-xs-63{bottom:-63px!important}.l-n-xs-63{left:-63px!important}.r-n-xs-63{right:-63px!important}.ti-xs-63{text-indent:63px!important}.ti-n-xs-63{text-indent:-63px!important}.fs-xs-63{font-size:63px!important}.row-xs-63{margin-right:-63px!important;margin-left:-63px!important}.row-xs-63 > [class*='col-']{padding-right:63px!important;padding-left:63px!important}.mt-xs-64{margin-top:64px!important}.mb-xs-64{margin-bottom:64px!important}.mr-xs-64{margin-right:64px!important}.ml-xs-64{margin-left:64px!important}.pt-xs-64{padding-top:64px!important}.pb-xs-64{padding-bottom:64px!important}.pr-xs-64{padding-right:64px!important}.pl-xs-64{padding-left:64px!important}.mt-n-xs-64{margin-top:-64px!important}.mb-n-xs-64{margin-bottom:-64px!important}.mr-n-xs-64{margin-right:-64px!important}.ml-n-xs-64{margin-left:-64px!important}.t-xs-64{top:64px!important}.b-xs-64{bottom:64px!important}.l-xs-64{left:64px!important}.r-xs-64{right:64px!important}.t-n-xs-64{top:-64px!important}.b-n-xs-64{bottom:-64px!important}.l-n-xs-64{left:-64px!important}.r-n-xs-64{right:-64px!important}.ti-xs-64{text-indent:64px!important}.ti-n-xs-64{text-indent:-64px!important}.fs-xs-64{font-size:64px!important}.row-xs-64{margin-right:-64px!important;margin-left:-64px!important}.row-xs-64 > [class*='col-']{padding-right:64px!important;padding-left:64px!important}.mt-xs-65{margin-top:65px!important}.mb-xs-65{margin-bottom:65px!important}.mr-xs-65{margin-right:65px!important}.ml-xs-65{margin-left:65px!important}.pt-xs-65{padding-top:65px!important}.pb-xs-65{padding-bottom:65px!important}.pr-xs-65{padding-right:65px!important}.pl-xs-65{padding-left:65px!important}.mt-n-xs-65{margin-top:-65px!important}.mb-n-xs-65{margin-bottom:-65px!important}.mr-n-xs-65{margin-right:-65px!important}.ml-n-xs-65{margin-left:-65px!important}.t-xs-65{top:65px!important}.b-xs-65{bottom:65px!important}.l-xs-65{left:65px!important}.r-xs-65{right:65px!important}.t-n-xs-65{top:-65px!important}.b-n-xs-65{bottom:-65px!important}.l-n-xs-65{left:-65px!important}.r-n-xs-65{right:-65px!important}.ti-xs-65{text-indent:65px!important}.ti-n-xs-65{text-indent:-65px!important}.fs-xs-65{font-size:65px!important}.row-xs-65{margin-right:-65px!important;margin-left:-65px!important}.row-xs-65 > [class*='col-']{padding-right:65px!important;padding-left:65px!important}.mt-xs-66{margin-top:66px!important}.mb-xs-66{margin-bottom:66px!important}.mr-xs-66{margin-right:66px!important}.ml-xs-66{margin-left:66px!important}.pt-xs-66{padding-top:66px!important}.pb-xs-66{padding-bottom:66px!important}.pr-xs-66{padding-right:66px!important}.pl-xs-66{padding-left:66px!important}.mt-n-xs-66{margin-top:-66px!important}.mb-n-xs-66{margin-bottom:-66px!important}.mr-n-xs-66{margin-right:-66px!important}.ml-n-xs-66{margin-left:-66px!important}.t-xs-66{top:66px!important}.b-xs-66{bottom:66px!important}.l-xs-66{left:66px!important}.r-xs-66{right:66px!important}.t-n-xs-66{top:-66px!important}.b-n-xs-66{bottom:-66px!important}.l-n-xs-66{left:-66px!important}.r-n-xs-66{right:-66px!important}.ti-xs-66{text-indent:66px!important}.ti-n-xs-66{text-indent:-66px!important}.fs-xs-66{font-size:66px!important}.row-xs-66{margin-right:-66px!important;margin-left:-66px!important}.row-xs-66 > [class*='col-']{padding-right:66px!important;padding-left:66px!important}.mt-xs-67{margin-top:67px!important}.mb-xs-67{margin-bottom:67px!important}.mr-xs-67{margin-right:67px!important}.ml-xs-67{margin-left:67px!important}.pt-xs-67{padding-top:67px!important}.pb-xs-67{padding-bottom:67px!important}.pr-xs-67{padding-right:67px!important}.pl-xs-67{padding-left:67px!important}.mt-n-xs-67{margin-top:-67px!important}.mb-n-xs-67{margin-bottom:-67px!important}.mr-n-xs-67{margin-right:-67px!important}.ml-n-xs-67{margin-left:-67px!important}.t-xs-67{top:67px!important}.b-xs-67{bottom:67px!important}.l-xs-67{left:67px!important}.r-xs-67{right:67px!important}.t-n-xs-67{top:-67px!important}.b-n-xs-67{bottom:-67px!important}.l-n-xs-67{left:-67px!important}.r-n-xs-67{right:-67px!important}.ti-xs-67{text-indent:67px!important}.ti-n-xs-67{text-indent:-67px!important}.fs-xs-67{font-size:67px!important}.row-xs-67{margin-right:-67px!important;margin-left:-67px!important}.row-xs-67 > [class*='col-']{padding-right:67px!important;padding-left:67px!important}.mt-xs-68{margin-top:68px!important}.mb-xs-68{margin-bottom:68px!important}.mr-xs-68{margin-right:68px!important}.ml-xs-68{margin-left:68px!important}.pt-xs-68{padding-top:68px!important}.pb-xs-68{padding-bottom:68px!important}.pr-xs-68{padding-right:68px!important}.pl-xs-68{padding-left:68px!important}.mt-n-xs-68{margin-top:-68px!important}.mb-n-xs-68{margin-bottom:-68px!important}.mr-n-xs-68{margin-right:-68px!important}.ml-n-xs-68{margin-left:-68px!important}.t-xs-68{top:68px!important}.b-xs-68{bottom:68px!important}.l-xs-68{left:68px!important}.r-xs-68{right:68px!important}.t-n-xs-68{top:-68px!important}.b-n-xs-68{bottom:-68px!important}.l-n-xs-68{left:-68px!important}.r-n-xs-68{right:-68px!important}.ti-xs-68{text-indent:68px!important}.ti-n-xs-68{text-indent:-68px!important}.fs-xs-68{font-size:68px!important}.row-xs-68{margin-right:-68px!important;margin-left:-68px!important}.row-xs-68 > [class*='col-']{padding-right:68px!important;padding-left:68px!important}.mt-xs-69{margin-top:69px!important}.mb-xs-69{margin-bottom:69px!important}.mr-xs-69{margin-right:69px!important}.ml-xs-69{margin-left:69px!important}.pt-xs-69{padding-top:69px!important}.pb-xs-69{padding-bottom:69px!important}.pr-xs-69{padding-right:69px!important}.pl-xs-69{padding-left:69px!important}.mt-n-xs-69{margin-top:-69px!important}.mb-n-xs-69{margin-bottom:-69px!important}.mr-n-xs-69{margin-right:-69px!important}.ml-n-xs-69{margin-left:-69px!important}.t-xs-69{top:69px!important}.b-xs-69{bottom:69px!important}.l-xs-69{left:69px!important}.r-xs-69{right:69px!important}.t-n-xs-69{top:-69px!important}.b-n-xs-69{bottom:-69px!important}.l-n-xs-69{left:-69px!important}.r-n-xs-69{right:-69px!important}.ti-xs-69{text-indent:69px!important}.ti-n-xs-69{text-indent:-69px!important}.fs-xs-69{font-size:69px!important}.row-xs-69{margin-right:-69px!important;margin-left:-69px!important}.row-xs-69 > [class*='col-']{padding-right:69px!important;padding-left:69px!important}.mt-xs-70{margin-top:70px!important}.mb-xs-70{margin-bottom:70px!important}.mr-xs-70{margin-right:70px!important}.ml-xs-70{margin-left:70px!important}.pt-xs-70{padding-top:70px!important}.pb-xs-70{padding-bottom:70px!important}.pr-xs-70{padding-right:70px!important}.pl-xs-70{padding-left:70px!important}.mt-n-xs-70{margin-top:-70px!important}.mb-n-xs-70{margin-bottom:-70px!important}.mr-n-xs-70{margin-right:-70px!important}.ml-n-xs-70{margin-left:-70px!important}.t-xs-70{top:70px!important}.b-xs-70{bottom:70px!important}.l-xs-70{left:70px!important}.r-xs-70{right:70px!important}.t-n-xs-70{top:-70px!important}.b-n-xs-70{bottom:-70px!important}.l-n-xs-70{left:-70px!important}.r-n-xs-70{right:-70px!important}.ti-xs-70{text-indent:70px!important}.ti-n-xs-70{text-indent:-70px!important}.fs-xs-70{font-size:70px!important}.row-xs-70{margin-right:-70px!important;margin-left:-70px!important}.row-xs-70 > [class*='col-']{padding-right:70px!important;padding-left:70px!important}.mt-xs-71{margin-top:71px!important}.mb-xs-71{margin-bottom:71px!important}.mr-xs-71{margin-right:71px!important}.ml-xs-71{margin-left:71px!important}.pt-xs-71{padding-top:71px!important}.pb-xs-71{padding-bottom:71px!important}.pr-xs-71{padding-right:71px!important}.pl-xs-71{padding-left:71px!important}.mt-n-xs-71{margin-top:-71px!important}.mb-n-xs-71{margin-bottom:-71px!important}.mr-n-xs-71{margin-right:-71px!important}.ml-n-xs-71{margin-left:-71px!important}.t-xs-71{top:71px!important}.b-xs-71{bottom:71px!important}.l-xs-71{left:71px!important}.r-xs-71{right:71px!important}.t-n-xs-71{top:-71px!important}.b-n-xs-71{bottom:-71px!important}.l-n-xs-71{left:-71px!important}.r-n-xs-71{right:-71px!important}.ti-xs-71{text-indent:71px!important}.ti-n-xs-71{text-indent:-71px!important}.fs-xs-71{font-size:71px!important}.row-xs-71{margin-right:-71px!important;margin-left:-71px!important}.row-xs-71 > [class*='col-']{padding-right:71px!important;padding-left:71px!important}.mt-xs-72{margin-top:72px!important}.mb-xs-72{margin-bottom:72px!important}.mr-xs-72{margin-right:72px!important}.ml-xs-72{margin-left:72px!important}.pt-xs-72{padding-top:72px!important}.pb-xs-72{padding-bottom:72px!important}.pr-xs-72{padding-right:72px!important}.pl-xs-72{padding-left:72px!important}.mt-n-xs-72{margin-top:-72px!important}.mb-n-xs-72{margin-bottom:-72px!important}.mr-n-xs-72{margin-right:-72px!important}.ml-n-xs-72{margin-left:-72px!important}.t-xs-72{top:72px!important}.b-xs-72{bottom:72px!important}.l-xs-72{left:72px!important}.r-xs-72{right:72px!important}.t-n-xs-72{top:-72px!important}.b-n-xs-72{bottom:-72px!important}.l-n-xs-72{left:-72px!important}.r-n-xs-72{right:-72px!important}.ti-xs-72{text-indent:72px!important}.ti-n-xs-72{text-indent:-72px!important}.fs-xs-72{font-size:72px!important}.row-xs-72{margin-right:-72px!important;margin-left:-72px!important}.row-xs-72 > [class*='col-']{padding-right:72px!important;padding-left:72px!important}.mt-xs-73{margin-top:73px!important}.mb-xs-73{margin-bottom:73px!important}.mr-xs-73{margin-right:73px!important}.ml-xs-73{margin-left:73px!important}.pt-xs-73{padding-top:73px!important}.pb-xs-73{padding-bottom:73px!important}.pr-xs-73{padding-right:73px!important}.pl-xs-73{padding-left:73px!important}.mt-n-xs-73{margin-top:-73px!important}.mb-n-xs-73{margin-bottom:-73px!important}.mr-n-xs-73{margin-right:-73px!important}.ml-n-xs-73{margin-left:-73px!important}.t-xs-73{top:73px!important}.b-xs-73{bottom:73px!important}.l-xs-73{left:73px!important}.r-xs-73{right:73px!important}.t-n-xs-73{top:-73px!important}.b-n-xs-73{bottom:-73px!important}.l-n-xs-73{left:-73px!important}.r-n-xs-73{right:-73px!important}.ti-xs-73{text-indent:73px!important}.ti-n-xs-73{text-indent:-73px!important}.fs-xs-73{font-size:73px!important}.row-xs-73{margin-right:-73px!important;margin-left:-73px!important}.row-xs-73 > [class*='col-']{padding-right:73px!important;padding-left:73px!important}.mt-xs-74{margin-top:74px!important}.mb-xs-74{margin-bottom:74px!important}.mr-xs-74{margin-right:74px!important}.ml-xs-74{margin-left:74px!important}.pt-xs-74{padding-top:74px!important}.pb-xs-74{padding-bottom:74px!important}.pr-xs-74{padding-right:74px!important}.pl-xs-74{padding-left:74px!important}.mt-n-xs-74{margin-top:-74px!important}.mb-n-xs-74{margin-bottom:-74px!important}.mr-n-xs-74{margin-right:-74px!important}.ml-n-xs-74{margin-left:-74px!important}.t-xs-74{top:74px!important}.b-xs-74{bottom:74px!important}.l-xs-74{left:74px!important}.r-xs-74{right:74px!important}.t-n-xs-74{top:-74px!important}.b-n-xs-74{bottom:-74px!important}.l-n-xs-74{left:-74px!important}.r-n-xs-74{right:-74px!important}.ti-xs-74{text-indent:74px!important}.ti-n-xs-74{text-indent:-74px!important}.fs-xs-74{font-size:74px!important}.row-xs-74{margin-right:-74px!important;margin-left:-74px!important}.row-xs-74 > [class*='col-']{padding-right:74px!important;padding-left:74px!important}.mt-xs-75{margin-top:75px!important}.mb-xs-75{margin-bottom:75px!important}.mr-xs-75{margin-right:75px!important}.ml-xs-75{margin-left:75px!important}.pt-xs-75{padding-top:75px!important}.pb-xs-75{padding-bottom:75px!important}.pr-xs-75{padding-right:75px!important}.pl-xs-75{padding-left:75px!important}.mt-n-xs-75{margin-top:-75px!important}.mb-n-xs-75{margin-bottom:-75px!important}.mr-n-xs-75{margin-right:-75px!important}.ml-n-xs-75{margin-left:-75px!important}.t-xs-75{top:75px!important}.b-xs-75{bottom:75px!important}.l-xs-75{left:75px!important}.r-xs-75{right:75px!important}.t-n-xs-75{top:-75px!important}.b-n-xs-75{bottom:-75px!important}.l-n-xs-75{left:-75px!important}.r-n-xs-75{right:-75px!important}.ti-xs-75{text-indent:75px!important}.ti-n-xs-75{text-indent:-75px!important}.fs-xs-75{font-size:75px!important}.row-xs-75{margin-right:-75px!important;margin-left:-75px!important}.row-xs-75 > [class*='col-']{padding-right:75px!important;padding-left:75px!important}.mt-xs-76{margin-top:76px!important}.mb-xs-76{margin-bottom:76px!important}.mr-xs-76{margin-right:76px!important}.ml-xs-76{margin-left:76px!important}.pt-xs-76{padding-top:76px!important}.pb-xs-76{padding-bottom:76px!important}.pr-xs-76{padding-right:76px!important}.pl-xs-76{padding-left:76px!important}.mt-n-xs-76{margin-top:-76px!important}.mb-n-xs-76{margin-bottom:-76px!important}.mr-n-xs-76{margin-right:-76px!important}.ml-n-xs-76{margin-left:-76px!important}.t-xs-76{top:76px!important}.b-xs-76{bottom:76px!important}.l-xs-76{left:76px!important}.r-xs-76{right:76px!important}.t-n-xs-76{top:-76px!important}.b-n-xs-76{bottom:-76px!important}.l-n-xs-76{left:-76px!important}.r-n-xs-76{right:-76px!important}.ti-xs-76{text-indent:76px!important}.ti-n-xs-76{text-indent:-76px!important}.fs-xs-76{font-size:76px!important}.row-xs-76{margin-right:-76px!important;margin-left:-76px!important}.row-xs-76 > [class*='col-']{padding-right:76px!important;padding-left:76px!important}.mt-xs-77{margin-top:77px!important}.mb-xs-77{margin-bottom:77px!important}.mr-xs-77{margin-right:77px!important}.ml-xs-77{margin-left:77px!important}.pt-xs-77{padding-top:77px!important}.pb-xs-77{padding-bottom:77px!important}.pr-xs-77{padding-right:77px!important}.pl-xs-77{padding-left:77px!important}.mt-n-xs-77{margin-top:-77px!important}.mb-n-xs-77{margin-bottom:-77px!important}.mr-n-xs-77{margin-right:-77px!important}.ml-n-xs-77{margin-left:-77px!important}.t-xs-77{top:77px!important}.b-xs-77{bottom:77px!important}.l-xs-77{left:77px!important}.r-xs-77{right:77px!important}.t-n-xs-77{top:-77px!important}.b-n-xs-77{bottom:-77px!important}.l-n-xs-77{left:-77px!important}.r-n-xs-77{right:-77px!important}.ti-xs-77{text-indent:77px!important}.ti-n-xs-77{text-indent:-77px!important}.fs-xs-77{font-size:77px!important}.row-xs-77{margin-right:-77px!important;margin-left:-77px!important}.row-xs-77 > [class*='col-']{padding-right:77px!important;padding-left:77px!important}.mt-xs-78{margin-top:78px!important}.mb-xs-78{margin-bottom:78px!important}.mr-xs-78{margin-right:78px!important}.ml-xs-78{margin-left:78px!important}.pt-xs-78{padding-top:78px!important}.pb-xs-78{padding-bottom:78px!important}.pr-xs-78{padding-right:78px!important}.pl-xs-78{padding-left:78px!important}.mt-n-xs-78{margin-top:-78px!important}.mb-n-xs-78{margin-bottom:-78px!important}.mr-n-xs-78{margin-right:-78px!important}.ml-n-xs-78{margin-left:-78px!important}.t-xs-78{top:78px!important}.b-xs-78{bottom:78px!important}.l-xs-78{left:78px!important}.r-xs-78{right:78px!important}.t-n-xs-78{top:-78px!important}.b-n-xs-78{bottom:-78px!important}.l-n-xs-78{left:-78px!important}.r-n-xs-78{right:-78px!important}.ti-xs-78{text-indent:78px!important}.ti-n-xs-78{text-indent:-78px!important}.fs-xs-78{font-size:78px!important}.row-xs-78{margin-right:-78px!important;margin-left:-78px!important}.row-xs-78 > [class*='col-']{padding-right:78px!important;padding-left:78px!important}.mt-xs-79{margin-top:79px!important}.mb-xs-79{margin-bottom:79px!important}.mr-xs-79{margin-right:79px!important}.ml-xs-79{margin-left:79px!important}.pt-xs-79{padding-top:79px!important}.pb-xs-79{padding-bottom:79px!important}.pr-xs-79{padding-right:79px!important}.pl-xs-79{padding-left:79px!important}.mt-n-xs-79{margin-top:-79px!important}.mb-n-xs-79{margin-bottom:-79px!important}.mr-n-xs-79{margin-right:-79px!important}.ml-n-xs-79{margin-left:-79px!important}.t-xs-79{top:79px!important}.b-xs-79{bottom:79px!important}.l-xs-79{left:79px!important}.r-xs-79{right:79px!important}.t-n-xs-79{top:-79px!important}.b-n-xs-79{bottom:-79px!important}.l-n-xs-79{left:-79px!important}.r-n-xs-79{right:-79px!important}.ti-xs-79{text-indent:79px!important}.ti-n-xs-79{text-indent:-79px!important}.fs-xs-79{font-size:79px!important}.row-xs-79{margin-right:-79px!important;margin-left:-79px!important}.row-xs-79 > [class*='col-']{padding-right:79px!important;padding-left:79px!important}.mt-xs-80{margin-top:80px!important}.mb-xs-80{margin-bottom:80px!important}.mr-xs-80{margin-right:80px!important}.ml-xs-80{margin-left:80px!important}.pt-xs-80{padding-top:80px!important}.pb-xs-80{padding-bottom:80px!important}.pr-xs-80{padding-right:80px!important}.pl-xs-80{padding-left:80px!important}.mt-n-xs-80{margin-top:-80px!important}.mb-n-xs-80{margin-bottom:-80px!important}.mr-n-xs-80{margin-right:-80px!important}.ml-n-xs-80{margin-left:-80px!important}.t-xs-80{top:80px!important}.b-xs-80{bottom:80px!important}.l-xs-80{left:80px!important}.r-xs-80{right:80px!important}.t-n-xs-80{top:-80px!important}.b-n-xs-80{bottom:-80px!important}.l-n-xs-80{left:-80px!important}.r-n-xs-80{right:-80px!important}.ti-xs-80{text-indent:80px!important}.ti-n-xs-80{text-indent:-80px!important}.fs-xs-80{font-size:80px!important}.row-xs-80{margin-right:-80px!important;margin-left:-80px!important}.row-xs-80 > [class*='col-']{padding-right:80px!important;padding-left:80px!important}@media (min-width: 2px){.mt-sm-0{margin-top:0!important}.mb-sm-0{margin-bottom:0!important}.mr-sm-0{margin-right:0!important}.ml-sm-0{margin-left:0!important}.pt-sm-0{padding-top:0!important}.pb-sm-0{padding-bottom:0!important}.pr-sm-0{padding-right:0!important}.pl-sm-0{padding-left:0!important}.mt-n-sm-0{margin-top:0!important}.mb-n-sm-0{margin-bottom:0!important}.mr-n-sm-0{margin-right:0!important}.ml-n-sm-0{margin-left:0!important}.t-sm-0{top:0!important}.b-sm-0{bottom:0!important}.l-sm-0{left:0!important}.r-sm-0{right:0!important}.t-n-sm-0{top:0!important}.b-n-sm-0{bottom:0!important}.l-n-sm-0{left:0!important}.r-n-sm-0{right:0!important}.ti-sm-0{text-indent:0!important}.ti-n-sm-0{text-indent:0!important}.fs-sm-0{font-size:0!important}.row-sm-0{margin-right:0!important;margin-left:0!important}.row-sm-0 > [class*='col-']{padding-right:0!important;padding-left:0!important}.mt-sm-1{margin-top:1px!important}.mb-sm-1{margin-bottom:1px!important}.mr-sm-1{margin-right:1px!important}.ml-sm-1{margin-left:1px!important}.pt-sm-1{padding-top:1px!important}.pb-sm-1{padding-bottom:1px!important}.pr-sm-1{padding-right:1px!important}.pl-sm-1{padding-left:1px!important}.mt-n-sm-1{margin-top:-1px!important}.mb-n-sm-1{margin-bottom:-1px!important}.mr-n-sm-1{margin-right:-1px!important}.ml-n-sm-1{margin-left:-1px!important}.t-sm-1{top:1px!important}.b-sm-1{bottom:1px!important}.l-sm-1{left:1px!important}.r-sm-1{right:1px!important}.t-n-sm-1{top:-1px!important}.b-n-sm-1{bottom:-1px!important}.l-n-sm-1{left:-1px!important}.r-n-sm-1{right:-1px!important}.ti-sm-1{text-indent:1px!important}.ti-n-sm-1{text-indent:-1px!important}.fs-sm-1{font-size:1px!important}.row-sm-1{margin-right:-1px!important;margin-left:-1px!important}.row-sm-1 > [class*='col-']{padding-right:1px!important;padding-left:1px!important}.mt-sm-2{margin-top:2px!important}.mb-sm-2{margin-bottom:2px!important}.mr-sm-2{margin-right:2px!important}.ml-sm-2{margin-left:2px!important}.pt-sm-2{padding-top:2px!important}.pb-sm-2{padding-bottom:2px!important}.pr-sm-2{padding-right:2px!important}.pl-sm-2{padding-left:2px!important}.mt-n-sm-2{margin-top:-2px!important}.mb-n-sm-2{margin-bottom:-2px!important}.mr-n-sm-2{margin-right:-2px!important}.ml-n-sm-2{margin-left:-2px!important}.t-sm-2{top:2px!important}.b-sm-2{bottom:2px!important}.l-sm-2{left:2px!important}.r-sm-2{right:2px!important}.t-n-sm-2{top:-2px!important}.b-n-sm-2{bottom:-2px!important}.l-n-sm-2{left:-2px!important}.r-n-sm-2{right:-2px!important}.ti-sm-2{text-indent:2px!important}.ti-n-sm-2{text-indent:-2px!important}.fs-sm-2{font-size:2px!important}.row-sm-2{margin-right:-2px!important;margin-left:-2px!important}.row-sm-2 > [class*='col-']{padding-right:2px!important;padding-left:2px!important}.mt-sm-3{margin-top:3px!important}.mb-sm-3{margin-bottom:3px!important}.mr-sm-3{margin-right:3px!important}.ml-sm-3{margin-left:3px!important}.pt-sm-3{padding-top:3px!important}.pb-sm-3{padding-bottom:3px!important}.pr-sm-3{padding-right:3px!important}.pl-sm-3{padding-left:3px!important}.mt-n-sm-3{margin-top:-3px!important}.mb-n-sm-3{margin-bottom:-3px!important}.mr-n-sm-3{margin-right:-3px!important}.ml-n-sm-3{margin-left:-3px!important}.t-sm-3{top:3px!important}.b-sm-3{bottom:3px!important}.l-sm-3{left:3px!important}.r-sm-3{right:3px!important}.t-n-sm-3{top:-3px!important}.b-n-sm-3{bottom:-3px!important}.l-n-sm-3{left:-3px!important}.r-n-sm-3{right:-3px!important}.ti-sm-3{text-indent:3px!important}.ti-n-sm-3{text-indent:-3px!important}.fs-sm-3{font-size:3px!important}.row-sm-3{margin-right:-3px!important;margin-left:-3px!important}.row-sm-3 > [class*='col-']{padding-right:3px!important;padding-left:3px!important}.mt-sm-4{margin-top:4px!important}.mb-sm-4{margin-bottom:4px!important}.mr-sm-4{margin-right:4px!important}.ml-sm-4{margin-left:4px!important}.pt-sm-4{padding-top:4px!important}.pb-sm-4{padding-bottom:4px!important}.pr-sm-4{padding-right:4px!important}.pl-sm-4{padding-left:4px!important}.mt-n-sm-4{margin-top:-4px!important}.mb-n-sm-4{margin-bottom:-4px!important}.mr-n-sm-4{margin-right:-4px!important}.ml-n-sm-4{margin-left:-4px!important}.t-sm-4{top:4px!important}.b-sm-4{bottom:4px!important}.l-sm-4{left:4px!important}.r-sm-4{right:4px!important}.t-n-sm-4{top:-4px!important}.b-n-sm-4{bottom:-4px!important}.l-n-sm-4{left:-4px!important}.r-n-sm-4{right:-4px!important}.ti-sm-4{text-indent:4px!important}.ti-n-sm-4{text-indent:-4px!important}.fs-sm-4{font-size:4px!important}.row-sm-4{margin-right:-4px!important;margin-left:-4px!important}.row-sm-4 > [class*='col-']{padding-right:4px!important;padding-left:4px!important}.mt-sm-5{margin-top:5px!important}.mb-sm-5{margin-bottom:5px!important}.mr-sm-5{margin-right:5px!important}.ml-sm-5{margin-left:5px!important}.pt-sm-5{padding-top:5px!important}.pb-sm-5{padding-bottom:5px!important}.pr-sm-5{padding-right:5px!important}.pl-sm-5{padding-left:5px!important}.mt-n-sm-5{margin-top:-5px!important}.mb-n-sm-5{margin-bottom:-5px!important}.mr-n-sm-5{margin-right:-5px!important}.ml-n-sm-5{margin-left:-5px!important}.t-sm-5{top:5px!important}.b-sm-5{bottom:5px!important}.l-sm-5{left:5px!important}.r-sm-5{right:5px!important}.t-n-sm-5{top:-5px!important}.b-n-sm-5{bottom:-5px!important}.l-n-sm-5{left:-5px!important}.r-n-sm-5{right:-5px!important}.ti-sm-5{text-indent:5px!important}.ti-n-sm-5{text-indent:-5px!important}.fs-sm-5{font-size:5px!important}.row-sm-5{margin-right:-5px!important;margin-left:-5px!important}.row-sm-5 > [class*='col-']{padding-right:5px!important;padding-left:5px!important}.mt-sm-6{margin-top:6px!important}.mb-sm-6{margin-bottom:6px!important}.mr-sm-6{margin-right:6px!important}.ml-sm-6{margin-left:6px!important}.pt-sm-6{padding-top:6px!important}.pb-sm-6{padding-bottom:6px!important}.pr-sm-6{padding-right:6px!important}.pl-sm-6{padding-left:6px!important}.mt-n-sm-6{margin-top:-6px!important}.mb-n-sm-6{margin-bottom:-6px!important}.mr-n-sm-6{margin-right:-6px!important}.ml-n-sm-6{margin-left:-6px!important}.t-sm-6{top:6px!important}.b-sm-6{bottom:6px!important}.l-sm-6{left:6px!important}.r-sm-6{right:6px!important}.t-n-sm-6{top:-6px!important}.b-n-sm-6{bottom:-6px!important}.l-n-sm-6{left:-6px!important}.r-n-sm-6{right:-6px!important}.ti-sm-6{text-indent:6px!important}.ti-n-sm-6{text-indent:-6px!important}.fs-sm-6{font-size:6px!important}.row-sm-6{margin-right:-6px!important;margin-left:-6px!important}.row-sm-6 > [class*='col-']{padding-right:6px!important;padding-left:6px!important}.mt-sm-7{margin-top:7px!important}.mb-sm-7{margin-bottom:7px!important}.mr-sm-7{margin-right:7px!important}.ml-sm-7{margin-left:7px!important}.pt-sm-7{padding-top:7px!important}.pb-sm-7{padding-bottom:7px!important}.pr-sm-7{padding-right:7px!important}.pl-sm-7{padding-left:7px!important}.mt-n-sm-7{margin-top:-7px!important}.mb-n-sm-7{margin-bottom:-7px!important}.mr-n-sm-7{margin-right:-7px!important}.ml-n-sm-7{margin-left:-7px!important}.t-sm-7{top:7px!important}.b-sm-7{bottom:7px!important}.l-sm-7{left:7px!important}.r-sm-7{right:7px!important}.t-n-sm-7{top:-7px!important}.b-n-sm-7{bottom:-7px!important}.l-n-sm-7{left:-7px!important}.r-n-sm-7{right:-7px!important}.ti-sm-7{text-indent:7px!important}.ti-n-sm-7{text-indent:-7px!important}.fs-sm-7{font-size:7px!important}.row-sm-7{margin-right:-7px!important;margin-left:-7px!important}.row-sm-7 > [class*='col-']{padding-right:7px!important;padding-left:7px!important}.mt-sm-8{margin-top:8px!important}.mb-sm-8{margin-bottom:8px!important}.mr-sm-8{margin-right:8px!important}.ml-sm-8{margin-left:8px!important}.pt-sm-8{padding-top:8px!important}.pb-sm-8{padding-bottom:8px!important}.pr-sm-8{padding-right:8px!important}.pl-sm-8{padding-left:8px!important}.mt-n-sm-8{margin-top:-8px!important}.mb-n-sm-8{margin-bottom:-8px!important}.mr-n-sm-8{margin-right:-8px!important}.ml-n-sm-8{margin-left:-8px!important}.t-sm-8{top:8px!important}.b-sm-8{bottom:8px!important}.l-sm-8{left:8px!important}.r-sm-8{right:8px!important}.t-n-sm-8{top:-8px!important}.b-n-sm-8{bottom:-8px!important}.l-n-sm-8{left:-8px!important}.r-n-sm-8{right:-8px!important}.ti-sm-8{text-indent:8px!important}.ti-n-sm-8{text-indent:-8px!important}.fs-sm-8{font-size:8px!important}.row-sm-8{margin-right:-8px!important;margin-left:-8px!important}.row-sm-8 > [class*='col-']{padding-right:8px!important;padding-left:8px!important}.mt-sm-9{margin-top:9px!important}.mb-sm-9{margin-bottom:9px!important}.mr-sm-9{margin-right:9px!important}.ml-sm-9{margin-left:9px!important}.pt-sm-9{padding-top:9px!important}.pb-sm-9{padding-bottom:9px!important}.pr-sm-9{padding-right:9px!important}.pl-sm-9{padding-left:9px!important}.mt-n-sm-9{margin-top:-9px!important}.mb-n-sm-9{margin-bottom:-9px!important}.mr-n-sm-9{margin-right:-9px!important}.ml-n-sm-9{margin-left:-9px!important}.t-sm-9{top:9px!important}.b-sm-9{bottom:9px!important}.l-sm-9{left:9px!important}.r-sm-9{right:9px!important}.t-n-sm-9{top:-9px!important}.b-n-sm-9{bottom:-9px!important}.l-n-sm-9{left:-9px!important}.r-n-sm-9{right:-9px!important}.ti-sm-9{text-indent:9px!important}.ti-n-sm-9{text-indent:-9px!important}.fs-sm-9{font-size:9px!important}.row-sm-9{margin-right:-9px!important;margin-left:-9px!important}.row-sm-9 > [class*='col-']{padding-right:9px!important;padding-left:9px!important}.mt-sm-10{margin-top:10px!important}.mb-sm-10{margin-bottom:10px!important}.mr-sm-10{margin-right:10px!important}.ml-sm-10{margin-left:10px!important}.pt-sm-10{padding-top:10px!important}.pb-sm-10{padding-bottom:10px!important}.pr-sm-10{padding-right:10px!important}.pl-sm-10{padding-left:10px!important}.mt-n-sm-10{margin-top:-10px!important}.mb-n-sm-10{margin-bottom:-10px!important}.mr-n-sm-10{margin-right:-10px!important}.ml-n-sm-10{margin-left:-10px!important}.t-sm-10{top:10px!important}.b-sm-10{bottom:10px!important}.l-sm-10{left:10px!important}.r-sm-10{right:10px!important}.t-n-sm-10{top:-10px!important}.b-n-sm-10{bottom:-10px!important}.l-n-sm-10{left:-10px!important}.r-n-sm-10{right:-10px!important}.ti-sm-10{text-indent:10px!important}.ti-n-sm-10{text-indent:-10px!important}.fs-sm-10{font-size:10px!important}.row-sm-10{margin-right:-10px!important;margin-left:-10px!important}.row-sm-10 > [class*='col-']{padding-right:10px!important;padding-left:10px!important}.mt-sm-11{margin-top:11px!important}.mb-sm-11{margin-bottom:11px!important}.mr-sm-11{margin-right:11px!important}.ml-sm-11{margin-left:11px!important}.pt-sm-11{padding-top:11px!important}.pb-sm-11{padding-bottom:11px!important}.pr-sm-11{padding-right:11px!important}.pl-sm-11{padding-left:11px!important}.mt-n-sm-11{margin-top:-11px!important}.mb-n-sm-11{margin-bottom:-11px!important}.mr-n-sm-11{margin-right:-11px!important}.ml-n-sm-11{margin-left:-11px!important}.t-sm-11{top:11px!important}.b-sm-11{bottom:11px!important}.l-sm-11{left:11px!important}.r-sm-11{right:11px!important}.t-n-sm-11{top:-11px!important}.b-n-sm-11{bottom:-11px!important}.l-n-sm-11{left:-11px!important}.r-n-sm-11{right:-11px!important}.ti-sm-11{text-indent:11px!important}.ti-n-sm-11{text-indent:-11px!important}.fs-sm-11{font-size:11px!important}.row-sm-11{margin-right:-11px!important;margin-left:-11px!important}.row-sm-11 > [class*='col-']{padding-right:11px!important;padding-left:11px!important}.mt-sm-12{margin-top:12px!important}.mb-sm-12{margin-bottom:12px!important}.mr-sm-12{margin-right:12px!important}.ml-sm-12{margin-left:12px!important}.pt-sm-12{padding-top:12px!important}.pb-sm-12{padding-bottom:12px!important}.pr-sm-12{padding-right:12px!important}.pl-sm-12{padding-left:12px!important}.mt-n-sm-12{margin-top:-12px!important}.mb-n-sm-12{margin-bottom:-12px!important}.mr-n-sm-12{margin-right:-12px!important}.ml-n-sm-12{margin-left:-12px!important}.t-sm-12{top:12px!important}.b-sm-12{bottom:12px!important}.l-sm-12{left:12px!important}.r-sm-12{right:12px!important}.t-n-sm-12{top:-12px!important}.b-n-sm-12{bottom:-12px!important}.l-n-sm-12{left:-12px!important}.r-n-sm-12{right:-12px!important}.ti-sm-12{text-indent:12px!important}.ti-n-sm-12{text-indent:-12px!important}.fs-sm-12{font-size:12px!important}.row-sm-12{margin-right:-12px!important;margin-left:-12px!important}.row-sm-12 > [class*='col-']{padding-right:12px!important;padding-left:12px!important}.mt-sm-13{margin-top:13px!important}.mb-sm-13{margin-bottom:13px!important}.mr-sm-13{margin-right:13px!important}.ml-sm-13{margin-left:13px!important}.pt-sm-13{padding-top:13px!important}.pb-sm-13{padding-bottom:13px!important}.pr-sm-13{padding-right:13px!important}.pl-sm-13{padding-left:13px!important}.mt-n-sm-13{margin-top:-13px!important}.mb-n-sm-13{margin-bottom:-13px!important}.mr-n-sm-13{margin-right:-13px!important}.ml-n-sm-13{margin-left:-13px!important}.t-sm-13{top:13px!important}.b-sm-13{bottom:13px!important}.l-sm-13{left:13px!important}.r-sm-13{right:13px!important}.t-n-sm-13{top:-13px!important}.b-n-sm-13{bottom:-13px!important}.l-n-sm-13{left:-13px!important}.r-n-sm-13{right:-13px!important}.ti-sm-13{text-indent:13px!important}.ti-n-sm-13{text-indent:-13px!important}.fs-sm-13{font-size:13px!important}.row-sm-13{margin-right:-13px!important;margin-left:-13px!important}.row-sm-13 > [class*='col-']{padding-right:13px!important;padding-left:13px!important}.mt-sm-14{margin-top:14px!important}.mb-sm-14{margin-bottom:14px!important}.mr-sm-14{margin-right:14px!important}.ml-sm-14{margin-left:14px!important}.pt-sm-14{padding-top:14px!important}.pb-sm-14{padding-bottom:14px!important}.pr-sm-14{padding-right:14px!important}.pl-sm-14{padding-left:14px!important}.mt-n-sm-14{margin-top:-14px!important}.mb-n-sm-14{margin-bottom:-14px!important}.mr-n-sm-14{margin-right:-14px!important}.ml-n-sm-14{margin-left:-14px!important}.t-sm-14{top:14px!important}.b-sm-14{bottom:14px!important}.l-sm-14{left:14px!important}.r-sm-14{right:14px!important}.t-n-sm-14{top:-14px!important}.b-n-sm-14{bottom:-14px!important}.l-n-sm-14{left:-14px!important}.r-n-sm-14{right:-14px!important}.ti-sm-14{text-indent:14px!important}.ti-n-sm-14{text-indent:-14px!important}.fs-sm-14{font-size:14px!important}.row-sm-14{margin-right:-14px!important;margin-left:-14px!important}.row-sm-14 > [class*='col-']{padding-right:14px!important;padding-left:14px!important}.mt-sm-15{margin-top:15px!important}.mb-sm-15{margin-bottom:15px!important}.mr-sm-15{margin-right:15px!important}.ml-sm-15{margin-left:15px!important}.pt-sm-15{padding-top:15px!important}.pb-sm-15{padding-bottom:15px!important}.pr-sm-15{padding-right:15px!important}.pl-sm-15{padding-left:15px!important}.mt-n-sm-15{margin-top:-15px!important}.mb-n-sm-15{margin-bottom:-15px!important}.mr-n-sm-15{margin-right:-15px!important}.ml-n-sm-15{margin-left:-15px!important}.t-sm-15{top:15px!important}.b-sm-15{bottom:15px!important}.l-sm-15{left:15px!important}.r-sm-15{right:15px!important}.t-n-sm-15{top:-15px!important}.b-n-sm-15{bottom:-15px!important}.l-n-sm-15{left:-15px!important}.r-n-sm-15{right:-15px!important}.ti-sm-15{text-indent:15px!important}.ti-n-sm-15{text-indent:-15px!important}.fs-sm-15{font-size:15px!important}.row-sm-15{margin-right:-15px!important;margin-left:-15px!important}.row-sm-15 > [class*='col-']{padding-right:15px!important;padding-left:15px!important}.mt-sm-16{margin-top:16px!important}.mb-sm-16{margin-bottom:16px!important}.mr-sm-16{margin-right:16px!important}.ml-sm-16{margin-left:16px!important}.pt-sm-16{padding-top:16px!important}.pb-sm-16{padding-bottom:16px!important}.pr-sm-16{padding-right:16px!important}.pl-sm-16{padding-left:16px!important}.mt-n-sm-16{margin-top:-16px!important}.mb-n-sm-16{margin-bottom:-16px!important}.mr-n-sm-16{margin-right:-16px!important}.ml-n-sm-16{margin-left:-16px!important}.t-sm-16{top:16px!important}.b-sm-16{bottom:16px!important}.l-sm-16{left:16px!important}.r-sm-16{right:16px!important}.t-n-sm-16{top:-16px!important}.b-n-sm-16{bottom:-16px!important}.l-n-sm-16{left:-16px!important}.r-n-sm-16{right:-16px!important}.ti-sm-16{text-indent:16px!important}.ti-n-sm-16{text-indent:-16px!important}.fs-sm-16{font-size:16px!important}.row-sm-16{margin-right:-16px!important;margin-left:-16px!important}.row-sm-16 > [class*='col-']{padding-right:16px!important;padding-left:16px!important}.mt-sm-17{margin-top:17px!important}.mb-sm-17{margin-bottom:17px!important}.mr-sm-17{margin-right:17px!important}.ml-sm-17{margin-left:17px!important}.pt-sm-17{padding-top:17px!important}.pb-sm-17{padding-bottom:17px!important}.pr-sm-17{padding-right:17px!important}.pl-sm-17{padding-left:17px!important}.mt-n-sm-17{margin-top:-17px!important}.mb-n-sm-17{margin-bottom:-17px!important}.mr-n-sm-17{margin-right:-17px!important}.ml-n-sm-17{margin-left:-17px!important}.t-sm-17{top:17px!important}.b-sm-17{bottom:17px!important}.l-sm-17{left:17px!important}.r-sm-17{right:17px!important}.t-n-sm-17{top:-17px!important}.b-n-sm-17{bottom:-17px!important}.l-n-sm-17{left:-17px!important}.r-n-sm-17{right:-17px!important}.ti-sm-17{text-indent:17px!important}.ti-n-sm-17{text-indent:-17px!important}.fs-sm-17{font-size:17px!important}.row-sm-17{margin-right:-17px!important;margin-left:-17px!important}.row-sm-17 > [class*='col-']{padding-right:17px!important;padding-left:17px!important}.mt-sm-18{margin-top:18px!important}.mb-sm-18{margin-bottom:18px!important}.mr-sm-18{margin-right:18px!important}.ml-sm-18{margin-left:18px!important}.pt-sm-18{padding-top:18px!important}.pb-sm-18{padding-bottom:18px!important}.pr-sm-18{padding-right:18px!important}.pl-sm-18{padding-left:18px!important}.mt-n-sm-18{margin-top:-18px!important}.mb-n-sm-18{margin-bottom:-18px!important}.mr-n-sm-18{margin-right:-18px!important}.ml-n-sm-18{margin-left:-18px!important}.t-sm-18{top:18px!important}.b-sm-18{bottom:18px!important}.l-sm-18{left:18px!important}.r-sm-18{right:18px!important}.t-n-sm-18{top:-18px!important}.b-n-sm-18{bottom:-18px!important}.l-n-sm-18{left:-18px!important}.r-n-sm-18{right:-18px!important}.ti-sm-18{text-indent:18px!important}.ti-n-sm-18{text-indent:-18px!important}.fs-sm-18{font-size:18px!important}.row-sm-18{margin-right:-18px!important;margin-left:-18px!important}.row-sm-18 > [class*='col-']{padding-right:18px!important;padding-left:18px!important}.mt-sm-19{margin-top:19px!important}.mb-sm-19{margin-bottom:19px!important}.mr-sm-19{margin-right:19px!important}.ml-sm-19{margin-left:19px!important}.pt-sm-19{padding-top:19px!important}.pb-sm-19{padding-bottom:19px!important}.pr-sm-19{padding-right:19px!important}.pl-sm-19{padding-left:19px!important}.mt-n-sm-19{margin-top:-19px!important}.mb-n-sm-19{margin-bottom:-19px!important}.mr-n-sm-19{margin-right:-19px!important}.ml-n-sm-19{margin-left:-19px!important}.t-sm-19{top:19px!important}.b-sm-19{bottom:19px!important}.l-sm-19{left:19px!important}.r-sm-19{right:19px!important}.t-n-sm-19{top:-19px!important}.b-n-sm-19{bottom:-19px!important}.l-n-sm-19{left:-19px!important}.r-n-sm-19{right:-19px!important}.ti-sm-19{text-indent:19px!important}.ti-n-sm-19{text-indent:-19px!important}.fs-sm-19{font-size:19px!important}.row-sm-19{margin-right:-19px!important;margin-left:-19px!important}.row-sm-19 > [class*='col-']{padding-right:19px!important;padding-left:19px!important}.mt-sm-20{margin-top:20px!important}.mb-sm-20{margin-bottom:20px!important}.mr-sm-20{margin-right:20px!important}.ml-sm-20{margin-left:20px!important}.pt-sm-20{padding-top:20px!important}.pb-sm-20{padding-bottom:20px!important}.pr-sm-20{padding-right:20px!important}.pl-sm-20{padding-left:20px!important}.mt-n-sm-20{margin-top:-20px!important}.mb-n-sm-20{margin-bottom:-20px!important}.mr-n-sm-20{margin-right:-20px!important}.ml-n-sm-20{margin-left:-20px!important}.t-sm-20{top:20px!important}.b-sm-20{bottom:20px!important}.l-sm-20{left:20px!important}.r-sm-20{right:20px!important}.t-n-sm-20{top:-20px!important}.b-n-sm-20{bottom:-20px!important}.l-n-sm-20{left:-20px!important}.r-n-sm-20{right:-20px!important}.ti-sm-20{text-indent:20px!important}.ti-n-sm-20{text-indent:-20px!important}.fs-sm-20{font-size:20px!important}.row-sm-20{margin-right:-20px!important;margin-left:-20px!important}.row-sm-20 > [class*='col-']{padding-right:20px!important;padding-left:20px!important}.mt-sm-21{margin-top:21px!important}.mb-sm-21{margin-bottom:21px!important}.mr-sm-21{margin-right:21px!important}.ml-sm-21{margin-left:21px!important}.pt-sm-21{padding-top:21px!important}.pb-sm-21{padding-bottom:21px!important}.pr-sm-21{padding-right:21px!important}.pl-sm-21{padding-left:21px!important}.mt-n-sm-21{margin-top:-21px!important}.mb-n-sm-21{margin-bottom:-21px!important}.mr-n-sm-21{margin-right:-21px!important}.ml-n-sm-21{margin-left:-21px!important}.t-sm-21{top:21px!important}.b-sm-21{bottom:21px!important}.l-sm-21{left:21px!important}.r-sm-21{right:21px!important}.t-n-sm-21{top:-21px!important}.b-n-sm-21{bottom:-21px!important}.l-n-sm-21{left:-21px!important}.r-n-sm-21{right:-21px!important}.ti-sm-21{text-indent:21px!important}.ti-n-sm-21{text-indent:-21px!important}.fs-sm-21{font-size:21px!important}.row-sm-21{margin-right:-21px!important;margin-left:-21px!important}.row-sm-21 > [class*='col-']{padding-right:21px!important;padding-left:21px!important}.mt-sm-22{margin-top:22px!important}.mb-sm-22{margin-bottom:22px!important}.mr-sm-22{margin-right:22px!important}.ml-sm-22{margin-left:22px!important}.pt-sm-22{padding-top:22px!important}.pb-sm-22{padding-bottom:22px!important}.pr-sm-22{padding-right:22px!important}.pl-sm-22{padding-left:22px!important}.mt-n-sm-22{margin-top:-22px!important}.mb-n-sm-22{margin-bottom:-22px!important}.mr-n-sm-22{margin-right:-22px!important}.ml-n-sm-22{margin-left:-22px!important}.t-sm-22{top:22px!important}.b-sm-22{bottom:22px!important}.l-sm-22{left:22px!important}.r-sm-22{right:22px!important}.t-n-sm-22{top:-22px!important}.b-n-sm-22{bottom:-22px!important}.l-n-sm-22{left:-22px!important}.r-n-sm-22{right:-22px!important}.ti-sm-22{text-indent:22px!important}.ti-n-sm-22{text-indent:-22px!important}.fs-sm-22{font-size:22px!important}.row-sm-22{margin-right:-22px!important;margin-left:-22px!important}.row-sm-22 > [class*='col-']{padding-right:22px!important;padding-left:22px!important}.mt-sm-23{margin-top:23px!important}.mb-sm-23{margin-bottom:23px!important}.mr-sm-23{margin-right:23px!important}.ml-sm-23{margin-left:23px!important}.pt-sm-23{padding-top:23px!important}.pb-sm-23{padding-bottom:23px!important}.pr-sm-23{padding-right:23px!important}.pl-sm-23{padding-left:23px!important}.mt-n-sm-23{margin-top:-23px!important}.mb-n-sm-23{margin-bottom:-23px!important}.mr-n-sm-23{margin-right:-23px!important}.ml-n-sm-23{margin-left:-23px!important}.t-sm-23{top:23px!important}.b-sm-23{bottom:23px!important}.l-sm-23{left:23px!important}.r-sm-23{right:23px!important}.t-n-sm-23{top:-23px!important}.b-n-sm-23{bottom:-23px!important}.l-n-sm-23{left:-23px!important}.r-n-sm-23{right:-23px!important}.ti-sm-23{text-indent:23px!important}.ti-n-sm-23{text-indent:-23px!important}.fs-sm-23{font-size:23px!important}.row-sm-23{margin-right:-23px!important;margin-left:-23px!important}.row-sm-23 > [class*='col-']{padding-right:23px!important;padding-left:23px!important}.mt-sm-24{margin-top:24px!important}.mb-sm-24{margin-bottom:24px!important}.mr-sm-24{margin-right:24px!important}.ml-sm-24{margin-left:24px!important}.pt-sm-24{padding-top:24px!important}.pb-sm-24{padding-bottom:24px!important}.pr-sm-24{padding-right:24px!important}.pl-sm-24{padding-left:24px!important}.mt-n-sm-24{margin-top:-24px!important}.mb-n-sm-24{margin-bottom:-24px!important}.mr-n-sm-24{margin-right:-24px!important}.ml-n-sm-24{margin-left:-24px!important}.t-sm-24{top:24px!important}.b-sm-24{bottom:24px!important}.l-sm-24{left:24px!important}.r-sm-24{right:24px!important}.t-n-sm-24{top:-24px!important}.b-n-sm-24{bottom:-24px!important}.l-n-sm-24{left:-24px!important}.r-n-sm-24{right:-24px!important}.ti-sm-24{text-indent:24px!important}.ti-n-sm-24{text-indent:-24px!important}.fs-sm-24{font-size:24px!important}.row-sm-24{margin-right:-24px!important;margin-left:-24px!important}.row-sm-24 > [class*='col-']{padding-right:24px!important;padding-left:24px!important}.mt-sm-25{margin-top:25px!important}.mb-sm-25{margin-bottom:25px!important}.mr-sm-25{margin-right:25px!important}.ml-sm-25{margin-left:25px!important}.pt-sm-25{padding-top:25px!important}.pb-sm-25{padding-bottom:25px!important}.pr-sm-25{padding-right:25px!important}.pl-sm-25{padding-left:25px!important}.mt-n-sm-25{margin-top:-25px!important}.mb-n-sm-25{margin-bottom:-25px!important}.mr-n-sm-25{margin-right:-25px!important}.ml-n-sm-25{margin-left:-25px!important}.t-sm-25{top:25px!important}.b-sm-25{bottom:25px!important}.l-sm-25{left:25px!important}.r-sm-25{right:25px!important}.t-n-sm-25{top:-25px!important}.b-n-sm-25{bottom:-25px!important}.l-n-sm-25{left:-25px!important}.r-n-sm-25{right:-25px!important}.ti-sm-25{text-indent:25px!important}.ti-n-sm-25{text-indent:-25px!important}.fs-sm-25{font-size:25px!important}.row-sm-25{margin-right:-25px!important;margin-left:-25px!important}.row-sm-25 > [class*='col-']{padding-right:25px!important;padding-left:25px!important}.mt-sm-26{margin-top:26px!important}.mb-sm-26{margin-bottom:26px!important}.mr-sm-26{margin-right:26px!important}.ml-sm-26{margin-left:26px!important}.pt-sm-26{padding-top:26px!important}.pb-sm-26{padding-bottom:26px!important}.pr-sm-26{padding-right:26px!important}.pl-sm-26{padding-left:26px!important}.mt-n-sm-26{margin-top:-26px!important}.mb-n-sm-26{margin-bottom:-26px!important}.mr-n-sm-26{margin-right:-26px!important}.ml-n-sm-26{margin-left:-26px!important}.t-sm-26{top:26px!important}.b-sm-26{bottom:26px!important}.l-sm-26{left:26px!important}.r-sm-26{right:26px!important}.t-n-sm-26{top:-26px!important}.b-n-sm-26{bottom:-26px!important}.l-n-sm-26{left:-26px!important}.r-n-sm-26{right:-26px!important}.ti-sm-26{text-indent:26px!important}.ti-n-sm-26{text-indent:-26px!important}.fs-sm-26{font-size:26px!important}.row-sm-26{margin-right:-26px!important;margin-left:-26px!important}.row-sm-26 > [class*='col-']{padding-right:26px!important;padding-left:26px!important}.mt-sm-27{margin-top:27px!important}.mb-sm-27{margin-bottom:27px!important}.mr-sm-27{margin-right:27px!important}.ml-sm-27{margin-left:27px!important}.pt-sm-27{padding-top:27px!important}.pb-sm-27{padding-bottom:27px!important}.pr-sm-27{padding-right:27px!important}.pl-sm-27{padding-left:27px!important}.mt-n-sm-27{margin-top:-27px!important}.mb-n-sm-27{margin-bottom:-27px!important}.mr-n-sm-27{margin-right:-27px!important}.ml-n-sm-27{margin-left:-27px!important}.t-sm-27{top:27px!important}.b-sm-27{bottom:27px!important}.l-sm-27{left:27px!important}.r-sm-27{right:27px!important}.t-n-sm-27{top:-27px!important}.b-n-sm-27{bottom:-27px!important}.l-n-sm-27{left:-27px!important}.r-n-sm-27{right:-27px!important}.ti-sm-27{text-indent:27px!important}.ti-n-sm-27{text-indent:-27px!important}.fs-sm-27{font-size:27px!important}.row-sm-27{margin-right:-27px!important;margin-left:-27px!important}.row-sm-27 > [class*='col-']{padding-right:27px!important;padding-left:27px!important}.mt-sm-28{margin-top:28px!important}.mb-sm-28{margin-bottom:28px!important}.mr-sm-28{margin-right:28px!important}.ml-sm-28{margin-left:28px!important}.pt-sm-28{padding-top:28px!important}.pb-sm-28{padding-bottom:28px!important}.pr-sm-28{padding-right:28px!important}.pl-sm-28{padding-left:28px!important}.mt-n-sm-28{margin-top:-28px!important}.mb-n-sm-28{margin-bottom:-28px!important}.mr-n-sm-28{margin-right:-28px!important}.ml-n-sm-28{margin-left:-28px!important}.t-sm-28{top:28px!important}.b-sm-28{bottom:28px!important}.l-sm-28{left:28px!important}.r-sm-28{right:28px!important}.t-n-sm-28{top:-28px!important}.b-n-sm-28{bottom:-28px!important}.l-n-sm-28{left:-28px!important}.r-n-sm-28{right:-28px!important}.ti-sm-28{text-indent:28px!important}.ti-n-sm-28{text-indent:-28px!important}.fs-sm-28{font-size:28px!important}.row-sm-28{margin-right:-28px!important;margin-left:-28px!important}.row-sm-28 > [class*='col-']{padding-right:28px!important;padding-left:28px!important}.mt-sm-29{margin-top:29px!important}.mb-sm-29{margin-bottom:29px!important}.mr-sm-29{margin-right:29px!important}.ml-sm-29{margin-left:29px!important}.pt-sm-29{padding-top:29px!important}.pb-sm-29{padding-bottom:29px!important}.pr-sm-29{padding-right:29px!important}.pl-sm-29{padding-left:29px!important}.mt-n-sm-29{margin-top:-29px!important}.mb-n-sm-29{margin-bottom:-29px!important}.mr-n-sm-29{margin-right:-29px!important}.ml-n-sm-29{margin-left:-29px!important}.t-sm-29{top:29px!important}.b-sm-29{bottom:29px!important}.l-sm-29{left:29px!important}.r-sm-29{right:29px!important}.t-n-sm-29{top:-29px!important}.b-n-sm-29{bottom:-29px!important}.l-n-sm-29{left:-29px!important}.r-n-sm-29{right:-29px!important}.ti-sm-29{text-indent:29px!important}.ti-n-sm-29{text-indent:-29px!important}.fs-sm-29{font-size:29px!important}.row-sm-29{margin-right:-29px!important;margin-left:-29px!important}.row-sm-29 > [class*='col-']{padding-right:29px!important;padding-left:29px!important}.mt-sm-30{margin-top:30px!important}.mb-sm-30{margin-bottom:30px!important}.mr-sm-30{margin-right:30px!important}.ml-sm-30{margin-left:30px!important}.pt-sm-30{padding-top:30px!important}.pb-sm-30{padding-bottom:30px!important}.pr-sm-30{padding-right:30px!important}.pl-sm-30{padding-left:30px!important}.mt-n-sm-30{margin-top:-30px!important}.mb-n-sm-30{margin-bottom:-30px!important}.mr-n-sm-30{margin-right:-30px!important}.ml-n-sm-30{margin-left:-30px!important}.t-sm-30{top:30px!important}.b-sm-30{bottom:30px!important}.l-sm-30{left:30px!important}.r-sm-30{right:30px!important}.t-n-sm-30{top:-30px!important}.b-n-sm-30{bottom:-30px!important}.l-n-sm-30{left:-30px!important}.r-n-sm-30{right:-30px!important}.ti-sm-30{text-indent:30px!important}.ti-n-sm-30{text-indent:-30px!important}.fs-sm-30{font-size:30px!important}.row-sm-30{margin-right:-30px!important;margin-left:-30px!important}.row-sm-30 > [class*='col-']{padding-right:30px!important;padding-left:30px!important}.mt-sm-31{margin-top:31px!important}.mb-sm-31{margin-bottom:31px!important}.mr-sm-31{margin-right:31px!important}.ml-sm-31{margin-left:31px!important}.pt-sm-31{padding-top:31px!important}.pb-sm-31{padding-bottom:31px!important}.pr-sm-31{padding-right:31px!important}.pl-sm-31{padding-left:31px!important}.mt-n-sm-31{margin-top:-31px!important}.mb-n-sm-31{margin-bottom:-31px!important}.mr-n-sm-31{margin-right:-31px!important}.ml-n-sm-31{margin-left:-31px!important}.t-sm-31{top:31px!important}.b-sm-31{bottom:31px!important}.l-sm-31{left:31px!important}.r-sm-31{right:31px!important}.t-n-sm-31{top:-31px!important}.b-n-sm-31{bottom:-31px!important}.l-n-sm-31{left:-31px!important}.r-n-sm-31{right:-31px!important}.ti-sm-31{text-indent:31px!important}.ti-n-sm-31{text-indent:-31px!important}.fs-sm-31{font-size:31px!important}.row-sm-31{margin-right:-31px!important;margin-left:-31px!important}.row-sm-31 > [class*='col-']{padding-right:31px!important;padding-left:31px!important}.mt-sm-32{margin-top:32px!important}.mb-sm-32{margin-bottom:32px!important}.mr-sm-32{margin-right:32px!important}.ml-sm-32{margin-left:32px!important}.pt-sm-32{padding-top:32px!important}.pb-sm-32{padding-bottom:32px!important}.pr-sm-32{padding-right:32px!important}.pl-sm-32{padding-left:32px!important}.mt-n-sm-32{margin-top:-32px!important}.mb-n-sm-32{margin-bottom:-32px!important}.mr-n-sm-32{margin-right:-32px!important}.ml-n-sm-32{margin-left:-32px!important}.t-sm-32{top:32px!important}.b-sm-32{bottom:32px!important}.l-sm-32{left:32px!important}.r-sm-32{right:32px!important}.t-n-sm-32{top:-32px!important}.b-n-sm-32{bottom:-32px!important}.l-n-sm-32{left:-32px!important}.r-n-sm-32{right:-32px!important}.ti-sm-32{text-indent:32px!important}.ti-n-sm-32{text-indent:-32px!important}.fs-sm-32{font-size:32px!important}.row-sm-32{margin-right:-32px!important;margin-left:-32px!important}.row-sm-32 > [class*='col-']{padding-right:32px!important;padding-left:32px!important}.mt-sm-33{margin-top:33px!important}.mb-sm-33{margin-bottom:33px!important}.mr-sm-33{margin-right:33px!important}.ml-sm-33{margin-left:33px!important}.pt-sm-33{padding-top:33px!important}.pb-sm-33{padding-bottom:33px!important}.pr-sm-33{padding-right:33px!important}.pl-sm-33{padding-left:33px!important}.mt-n-sm-33{margin-top:-33px!important}.mb-n-sm-33{margin-bottom:-33px!important}.mr-n-sm-33{margin-right:-33px!important}.ml-n-sm-33{margin-left:-33px!important}.t-sm-33{top:33px!important}.b-sm-33{bottom:33px!important}.l-sm-33{left:33px!important}.r-sm-33{right:33px!important}.t-n-sm-33{top:-33px!important}.b-n-sm-33{bottom:-33px!important}.l-n-sm-33{left:-33px!important}.r-n-sm-33{right:-33px!important}.ti-sm-33{text-indent:33px!important}.ti-n-sm-33{text-indent:-33px!important}.fs-sm-33{font-size:33px!important}.row-sm-33{margin-right:-33px!important;margin-left:-33px!important}.row-sm-33 > [class*='col-']{padding-right:33px!important;padding-left:33px!important}.mt-sm-34{margin-top:34px!important}.mb-sm-34{margin-bottom:34px!important}.mr-sm-34{margin-right:34px!important}.ml-sm-34{margin-left:34px!important}.pt-sm-34{padding-top:34px!important}.pb-sm-34{padding-bottom:34px!important}.pr-sm-34{padding-right:34px!important}.pl-sm-34{padding-left:34px!important}.mt-n-sm-34{margin-top:-34px!important}.mb-n-sm-34{margin-bottom:-34px!important}.mr-n-sm-34{margin-right:-34px!important}.ml-n-sm-34{margin-left:-34px!important}.t-sm-34{top:34px!important}.b-sm-34{bottom:34px!important}.l-sm-34{left:34px!important}.r-sm-34{right:34px!important}.t-n-sm-34{top:-34px!important}.b-n-sm-34{bottom:-34px!important}.l-n-sm-34{left:-34px!important}.r-n-sm-34{right:-34px!important}.ti-sm-34{text-indent:34px!important}.ti-n-sm-34{text-indent:-34px!important}.fs-sm-34{font-size:34px!important}.row-sm-34{margin-right:-34px!important;margin-left:-34px!important}.row-sm-34 > [class*='col-']{padding-right:34px!important;padding-left:34px!important}.mt-sm-35{margin-top:35px!important}.mb-sm-35{margin-bottom:35px!important}.mr-sm-35{margin-right:35px!important}.ml-sm-35{margin-left:35px!important}.pt-sm-35{padding-top:35px!important}.pb-sm-35{padding-bottom:35px!important}.pr-sm-35{padding-right:35px!important}.pl-sm-35{padding-left:35px!important}.mt-n-sm-35{margin-top:-35px!important}.mb-n-sm-35{margin-bottom:-35px!important}.mr-n-sm-35{margin-right:-35px!important}.ml-n-sm-35{margin-left:-35px!important}.t-sm-35{top:35px!important}.b-sm-35{bottom:35px!important}.l-sm-35{left:35px!important}.r-sm-35{right:35px!important}.t-n-sm-35{top:-35px!important}.b-n-sm-35{bottom:-35px!important}.l-n-sm-35{left:-35px!important}.r-n-sm-35{right:-35px!important}.ti-sm-35{text-indent:35px!important}.ti-n-sm-35{text-indent:-35px!important}.fs-sm-35{font-size:35px!important}.row-sm-35{margin-right:-35px!important;margin-left:-35px!important}.row-sm-35 > [class*='col-']{padding-right:35px!important;padding-left:35px!important}.mt-sm-36{margin-top:36px!important}.mb-sm-36{margin-bottom:36px!important}.mr-sm-36{margin-right:36px!important}.ml-sm-36{margin-left:36px!important}.pt-sm-36{padding-top:36px!important}.pb-sm-36{padding-bottom:36px!important}.pr-sm-36{padding-right:36px!important}.pl-sm-36{padding-left:36px!important}.mt-n-sm-36{margin-top:-36px!important}.mb-n-sm-36{margin-bottom:-36px!important}.mr-n-sm-36{margin-right:-36px!important}.ml-n-sm-36{margin-left:-36px!important}.t-sm-36{top:36px!important}.b-sm-36{bottom:36px!important}.l-sm-36{left:36px!important}.r-sm-36{right:36px!important}.t-n-sm-36{top:-36px!important}.b-n-sm-36{bottom:-36px!important}.l-n-sm-36{left:-36px!important}.r-n-sm-36{right:-36px!important}.ti-sm-36{text-indent:36px!important}.ti-n-sm-36{text-indent:-36px!important}.fs-sm-36{font-size:36px!important}.row-sm-36{margin-right:-36px!important;margin-left:-36px!important}.row-sm-36 > [class*='col-']{padding-right:36px!important;padding-left:36px!important}.mt-sm-37{margin-top:37px!important}.mb-sm-37{margin-bottom:37px!important}.mr-sm-37{margin-right:37px!important}.ml-sm-37{margin-left:37px!important}.pt-sm-37{padding-top:37px!important}.pb-sm-37{padding-bottom:37px!important}.pr-sm-37{padding-right:37px!important}.pl-sm-37{padding-left:37px!important}.mt-n-sm-37{margin-top:-37px!important}.mb-n-sm-37{margin-bottom:-37px!important}.mr-n-sm-37{margin-right:-37px!important}.ml-n-sm-37{margin-left:-37px!important}.t-sm-37{top:37px!important}.b-sm-37{bottom:37px!important}.l-sm-37{left:37px!important}.r-sm-37{right:37px!important}.t-n-sm-37{top:-37px!important}.b-n-sm-37{bottom:-37px!important}.l-n-sm-37{left:-37px!important}.r-n-sm-37{right:-37px!important}.ti-sm-37{text-indent:37px!important}.ti-n-sm-37{text-indent:-37px!important}.fs-sm-37{font-size:37px!important}.row-sm-37{margin-right:-37px!important;margin-left:-37px!important}.row-sm-37 > [class*='col-']{padding-right:37px!important;padding-left:37px!important}.mt-sm-38{margin-top:38px!important}.mb-sm-38{margin-bottom:38px!important}.mr-sm-38{margin-right:38px!important}.ml-sm-38{margin-left:38px!important}.pt-sm-38{padding-top:38px!important}.pb-sm-38{padding-bottom:38px!important}.pr-sm-38{padding-right:38px!important}.pl-sm-38{padding-left:38px!important}.mt-n-sm-38{margin-top:-38px!important}.mb-n-sm-38{margin-bottom:-38px!important}.mr-n-sm-38{margin-right:-38px!important}.ml-n-sm-38{margin-left:-38px!important}.t-sm-38{top:38px!important}.b-sm-38{bottom:38px!important}.l-sm-38{left:38px!important}.r-sm-38{right:38px!important}.t-n-sm-38{top:-38px!important}.b-n-sm-38{bottom:-38px!important}.l-n-sm-38{left:-38px!important}.r-n-sm-38{right:-38px!important}.ti-sm-38{text-indent:38px!important}.ti-n-sm-38{text-indent:-38px!important}.fs-sm-38{font-size:38px!important}.row-sm-38{margin-right:-38px!important;margin-left:-38px!important}.row-sm-38 > [class*='col-']{padding-right:38px!important;padding-left:38px!important}.mt-sm-39{margin-top:39px!important}.mb-sm-39{margin-bottom:39px!important}.mr-sm-39{margin-right:39px!important}.ml-sm-39{margin-left:39px!important}.pt-sm-39{padding-top:39px!important}.pb-sm-39{padding-bottom:39px!important}.pr-sm-39{padding-right:39px!important}.pl-sm-39{padding-left:39px!important}.mt-n-sm-39{margin-top:-39px!important}.mb-n-sm-39{margin-bottom:-39px!important}.mr-n-sm-39{margin-right:-39px!important}.ml-n-sm-39{margin-left:-39px!important}.t-sm-39{top:39px!important}.b-sm-39{bottom:39px!important}.l-sm-39{left:39px!important}.r-sm-39{right:39px!important}.t-n-sm-39{top:-39px!important}.b-n-sm-39{bottom:-39px!important}.l-n-sm-39{left:-39px!important}.r-n-sm-39{right:-39px!important}.ti-sm-39{text-indent:39px!important}.ti-n-sm-39{text-indent:-39px!important}.fs-sm-39{font-size:39px!important}.row-sm-39{margin-right:-39px!important;margin-left:-39px!important}.row-sm-39 > [class*='col-']{padding-right:39px!important;padding-left:39px!important}.mt-sm-40{margin-top:40px!important}.mb-sm-40{margin-bottom:40px!important}.mr-sm-40{margin-right:40px!important}.ml-sm-40{margin-left:40px!important}.pt-sm-40{padding-top:40px!important}.pb-sm-40{padding-bottom:40px!important}.pr-sm-40{padding-right:40px!important}.pl-sm-40{padding-left:40px!important}.mt-n-sm-40{margin-top:-40px!important}.mb-n-sm-40{margin-bottom:-40px!important}.mr-n-sm-40{margin-right:-40px!important}.ml-n-sm-40{margin-left:-40px!important}.t-sm-40{top:40px!important}.b-sm-40{bottom:40px!important}.l-sm-40{left:40px!important}.r-sm-40{right:40px!important}.t-n-sm-40{top:-40px!important}.b-n-sm-40{bottom:-40px!important}.l-n-sm-40{left:-40px!important}.r-n-sm-40{right:-40px!important}.ti-sm-40{text-indent:40px!important}.ti-n-sm-40{text-indent:-40px!important}.fs-sm-40{font-size:40px!important}.row-sm-40{margin-right:-40px!important;margin-left:-40px!important}.row-sm-40 > [class*='col-']{padding-right:40px!important;padding-left:40px!important}.mt-sm-41{margin-top:41px!important}.mb-sm-41{margin-bottom:41px!important}.mr-sm-41{margin-right:41px!important}.ml-sm-41{margin-left:41px!important}.pt-sm-41{padding-top:41px!important}.pb-sm-41{padding-bottom:41px!important}.pr-sm-41{padding-right:41px!important}.pl-sm-41{padding-left:41px!important}.mt-n-sm-41{margin-top:-41px!important}.mb-n-sm-41{margin-bottom:-41px!important}.mr-n-sm-41{margin-right:-41px!important}.ml-n-sm-41{margin-left:-41px!important}.t-sm-41{top:41px!important}.b-sm-41{bottom:41px!important}.l-sm-41{left:41px!important}.r-sm-41{right:41px!important}.t-n-sm-41{top:-41px!important}.b-n-sm-41{bottom:-41px!important}.l-n-sm-41{left:-41px!important}.r-n-sm-41{right:-41px!important}.ti-sm-41{text-indent:41px!important}.ti-n-sm-41{text-indent:-41px!important}.fs-sm-41{font-size:41px!important}.row-sm-41{margin-right:-41px!important;margin-left:-41px!important}.row-sm-41 > [class*='col-']{padding-right:41px!important;padding-left:41px!important}.mt-sm-42{margin-top:42px!important}.mb-sm-42{margin-bottom:42px!important}.mr-sm-42{margin-right:42px!important}.ml-sm-42{margin-left:42px!important}.pt-sm-42{padding-top:42px!important}.pb-sm-42{padding-bottom:42px!important}.pr-sm-42{padding-right:42px!important}.pl-sm-42{padding-left:42px!important}.mt-n-sm-42{margin-top:-42px!important}.mb-n-sm-42{margin-bottom:-42px!important}.mr-n-sm-42{margin-right:-42px!important}.ml-n-sm-42{margin-left:-42px!important}.t-sm-42{top:42px!important}.b-sm-42{bottom:42px!important}.l-sm-42{left:42px!important}.r-sm-42{right:42px!important}.t-n-sm-42{top:-42px!important}.b-n-sm-42{bottom:-42px!important}.l-n-sm-42{left:-42px!important}.r-n-sm-42{right:-42px!important}.ti-sm-42{text-indent:42px!important}.ti-n-sm-42{text-indent:-42px!important}.fs-sm-42{font-size:42px!important}.row-sm-42{margin-right:-42px!important;margin-left:-42px!important}.row-sm-42 > [class*='col-']{padding-right:42px!important;padding-left:42px!important}.mt-sm-43{margin-top:43px!important}.mb-sm-43{margin-bottom:43px!important}.mr-sm-43{margin-right:43px!important}.ml-sm-43{margin-left:43px!important}.pt-sm-43{padding-top:43px!important}.pb-sm-43{padding-bottom:43px!important}.pr-sm-43{padding-right:43px!important}.pl-sm-43{padding-left:43px!important}.mt-n-sm-43{margin-top:-43px!important}.mb-n-sm-43{margin-bottom:-43px!important}.mr-n-sm-43{margin-right:-43px!important}.ml-n-sm-43{margin-left:-43px!important}.t-sm-43{top:43px!important}.b-sm-43{bottom:43px!important}.l-sm-43{left:43px!important}.r-sm-43{right:43px!important}.t-n-sm-43{top:-43px!important}.b-n-sm-43{bottom:-43px!important}.l-n-sm-43{left:-43px!important}.r-n-sm-43{right:-43px!important}.ti-sm-43{text-indent:43px!important}.ti-n-sm-43{text-indent:-43px!important}.fs-sm-43{font-size:43px!important}.row-sm-43{margin-right:-43px!important;margin-left:-43px!important}.row-sm-43 > [class*='col-']{padding-right:43px!important;padding-left:43px!important}.mt-sm-44{margin-top:44px!important}.mb-sm-44{margin-bottom:44px!important}.mr-sm-44{margin-right:44px!important}.ml-sm-44{margin-left:44px!important}.pt-sm-44{padding-top:44px!important}.pb-sm-44{padding-bottom:44px!important}.pr-sm-44{padding-right:44px!important}.pl-sm-44{padding-left:44px!important}.mt-n-sm-44{margin-top:-44px!important}.mb-n-sm-44{margin-bottom:-44px!important}.mr-n-sm-44{margin-right:-44px!important}.ml-n-sm-44{margin-left:-44px!important}.t-sm-44{top:44px!important}.b-sm-44{bottom:44px!important}.l-sm-44{left:44px!important}.r-sm-44{right:44px!important}.t-n-sm-44{top:-44px!important}.b-n-sm-44{bottom:-44px!important}.l-n-sm-44{left:-44px!important}.r-n-sm-44{right:-44px!important}.ti-sm-44{text-indent:44px!important}.ti-n-sm-44{text-indent:-44px!important}.fs-sm-44{font-size:44px!important}.row-sm-44{margin-right:-44px!important;margin-left:-44px!important}.row-sm-44 > [class*='col-']{padding-right:44px!important;padding-left:44px!important}.mt-sm-45{margin-top:45px!important}.mb-sm-45{margin-bottom:45px!important}.mr-sm-45{margin-right:45px!important}.ml-sm-45{margin-left:45px!important}.pt-sm-45{padding-top:45px!important}.pb-sm-45{padding-bottom:45px!important}.pr-sm-45{padding-right:45px!important}.pl-sm-45{padding-left:45px!important}.mt-n-sm-45{margin-top:-45px!important}.mb-n-sm-45{margin-bottom:-45px!important}.mr-n-sm-45{margin-right:-45px!important}.ml-n-sm-45{margin-left:-45px!important}.t-sm-45{top:45px!important}.b-sm-45{bottom:45px!important}.l-sm-45{left:45px!important}.r-sm-45{right:45px!important}.t-n-sm-45{top:-45px!important}.b-n-sm-45{bottom:-45px!important}.l-n-sm-45{left:-45px!important}.r-n-sm-45{right:-45px!important}.ti-sm-45{text-indent:45px!important}.ti-n-sm-45{text-indent:-45px!important}.fs-sm-45{font-size:45px!important}.row-sm-45{margin-right:-45px!important;margin-left:-45px!important}.row-sm-45 > [class*='col-']{padding-right:45px!important;padding-left:45px!important}.mt-sm-46{margin-top:46px!important}.mb-sm-46{margin-bottom:46px!important}.mr-sm-46{margin-right:46px!important}.ml-sm-46{margin-left:46px!important}.pt-sm-46{padding-top:46px!important}.pb-sm-46{padding-bottom:46px!important}.pr-sm-46{padding-right:46px!important}.pl-sm-46{padding-left:46px!important}.mt-n-sm-46{margin-top:-46px!important}.mb-n-sm-46{margin-bottom:-46px!important}.mr-n-sm-46{margin-right:-46px!important}.ml-n-sm-46{margin-left:-46px!important}.t-sm-46{top:46px!important}.b-sm-46{bottom:46px!important}.l-sm-46{left:46px!important}.r-sm-46{right:46px!important}.t-n-sm-46{top:-46px!important}.b-n-sm-46{bottom:-46px!important}.l-n-sm-46{left:-46px!important}.r-n-sm-46{right:-46px!important}.ti-sm-46{text-indent:46px!important}.ti-n-sm-46{text-indent:-46px!important}.fs-sm-46{font-size:46px!important}.row-sm-46{margin-right:-46px!important;margin-left:-46px!important}.row-sm-46 > [class*='col-']{padding-right:46px!important;padding-left:46px!important}.mt-sm-47{margin-top:47px!important}.mb-sm-47{margin-bottom:47px!important}.mr-sm-47{margin-right:47px!important}.ml-sm-47{margin-left:47px!important}.pt-sm-47{padding-top:47px!important}.pb-sm-47{padding-bottom:47px!important}.pr-sm-47{padding-right:47px!important}.pl-sm-47{padding-left:47px!important}.mt-n-sm-47{margin-top:-47px!important}.mb-n-sm-47{margin-bottom:-47px!important}.mr-n-sm-47{margin-right:-47px!important}.ml-n-sm-47{margin-left:-47px!important}.t-sm-47{top:47px!important}.b-sm-47{bottom:47px!important}.l-sm-47{left:47px!important}.r-sm-47{right:47px!important}.t-n-sm-47{top:-47px!important}.b-n-sm-47{bottom:-47px!important}.l-n-sm-47{left:-47px!important}.r-n-sm-47{right:-47px!important}.ti-sm-47{text-indent:47px!important}.ti-n-sm-47{text-indent:-47px!important}.fs-sm-47{font-size:47px!important}.row-sm-47{margin-right:-47px!important;margin-left:-47px!important}.row-sm-47 > [class*='col-']{padding-right:47px!important;padding-left:47px!important}.mt-sm-48{margin-top:48px!important}.mb-sm-48{margin-bottom:48px!important}.mr-sm-48{margin-right:48px!important}.ml-sm-48{margin-left:48px!important}.pt-sm-48{padding-top:48px!important}.pb-sm-48{padding-bottom:48px!important}.pr-sm-48{padding-right:48px!important}.pl-sm-48{padding-left:48px!important}.mt-n-sm-48{margin-top:-48px!important}.mb-n-sm-48{margin-bottom:-48px!important}.mr-n-sm-48{margin-right:-48px!important}.ml-n-sm-48{margin-left:-48px!important}.t-sm-48{top:48px!important}.b-sm-48{bottom:48px!important}.l-sm-48{left:48px!important}.r-sm-48{right:48px!important}.t-n-sm-48{top:-48px!important}.b-n-sm-48{bottom:-48px!important}.l-n-sm-48{left:-48px!important}.r-n-sm-48{right:-48px!important}.ti-sm-48{text-indent:48px!important}.ti-n-sm-48{text-indent:-48px!important}.fs-sm-48{font-size:48px!important}.row-sm-48{margin-right:-48px!important;margin-left:-48px!important}.row-sm-48 > [class*='col-']{padding-right:48px!important;padding-left:48px!important}.mt-sm-49{margin-top:49px!important}.mb-sm-49{margin-bottom:49px!important}.mr-sm-49{margin-right:49px!important}.ml-sm-49{margin-left:49px!important}.pt-sm-49{padding-top:49px!important}.pb-sm-49{padding-bottom:49px!important}.pr-sm-49{padding-right:49px!important}.pl-sm-49{padding-left:49px!important}.mt-n-sm-49{margin-top:-49px!important}.mb-n-sm-49{margin-bottom:-49px!important}.mr-n-sm-49{margin-right:-49px!important}.ml-n-sm-49{margin-left:-49px!important}.t-sm-49{top:49px!important}.b-sm-49{bottom:49px!important}.l-sm-49{left:49px!important}.r-sm-49{right:49px!important}.t-n-sm-49{top:-49px!important}.b-n-sm-49{bottom:-49px!important}.l-n-sm-49{left:-49px!important}.r-n-sm-49{right:-49px!important}.ti-sm-49{text-indent:49px!important}.ti-n-sm-49{text-indent:-49px!important}.fs-sm-49{font-size:49px!important}.row-sm-49{margin-right:-49px!important;margin-left:-49px!important}.row-sm-49 > [class*='col-']{padding-right:49px!important;padding-left:49px!important}.mt-sm-50{margin-top:50px!important}.mb-sm-50{margin-bottom:50px!important}.mr-sm-50{margin-right:50px!important}.ml-sm-50{margin-left:50px!important}.pt-sm-50{padding-top:50px!important}.pb-sm-50{padding-bottom:50px!important}.pr-sm-50{padding-right:50px!important}.pl-sm-50{padding-left:50px!important}.mt-n-sm-50{margin-top:-50px!important}.mb-n-sm-50{margin-bottom:-50px!important}.mr-n-sm-50{margin-right:-50px!important}.ml-n-sm-50{margin-left:-50px!important}.t-sm-50{top:50px!important}.b-sm-50{bottom:50px!important}.l-sm-50{left:50px!important}.r-sm-50{right:50px!important}.t-n-sm-50{top:-50px!important}.b-n-sm-50{bottom:-50px!important}.l-n-sm-50{left:-50px!important}.r-n-sm-50{right:-50px!important}.ti-sm-50{text-indent:50px!important}.ti-n-sm-50{text-indent:-50px!important}.fs-sm-50{font-size:50px!important}.row-sm-50{margin-right:-50px!important;margin-left:-50px!important}.row-sm-50 > [class*='col-']{padding-right:50px!important;padding-left:50px!important}.mt-sm-51{margin-top:51px!important}.mb-sm-51{margin-bottom:51px!important}.mr-sm-51{margin-right:51px!important}.ml-sm-51{margin-left:51px!important}.pt-sm-51{padding-top:51px!important}.pb-sm-51{padding-bottom:51px!important}.pr-sm-51{padding-right:51px!important}.pl-sm-51{padding-left:51px!important}.mt-n-sm-51{margin-top:-51px!important}.mb-n-sm-51{margin-bottom:-51px!important}.mr-n-sm-51{margin-right:-51px!important}.ml-n-sm-51{margin-left:-51px!important}.t-sm-51{top:51px!important}.b-sm-51{bottom:51px!important}.l-sm-51{left:51px!important}.r-sm-51{right:51px!important}.t-n-sm-51{top:-51px!important}.b-n-sm-51{bottom:-51px!important}.l-n-sm-51{left:-51px!important}.r-n-sm-51{right:-51px!important}.ti-sm-51{text-indent:51px!important}.ti-n-sm-51{text-indent:-51px!important}.fs-sm-51{font-size:51px!important}.row-sm-51{margin-right:-51px!important;margin-left:-51px!important}.row-sm-51 > [class*='col-']{padding-right:51px!important;padding-left:51px!important}.mt-sm-52{margin-top:52px!important}.mb-sm-52{margin-bottom:52px!important}.mr-sm-52{margin-right:52px!important}.ml-sm-52{margin-left:52px!important}.pt-sm-52{padding-top:52px!important}.pb-sm-52{padding-bottom:52px!important}.pr-sm-52{padding-right:52px!important}.pl-sm-52{padding-left:52px!important}.mt-n-sm-52{margin-top:-52px!important}.mb-n-sm-52{margin-bottom:-52px!important}.mr-n-sm-52{margin-right:-52px!important}.ml-n-sm-52{margin-left:-52px!important}.t-sm-52{top:52px!important}.b-sm-52{bottom:52px!important}.l-sm-52{left:52px!important}.r-sm-52{right:52px!important}.t-n-sm-52{top:-52px!important}.b-n-sm-52{bottom:-52px!important}.l-n-sm-52{left:-52px!important}.r-n-sm-52{right:-52px!important}.ti-sm-52{text-indent:52px!important}.ti-n-sm-52{text-indent:-52px!important}.fs-sm-52{font-size:52px!important}.row-sm-52{margin-right:-52px!important;margin-left:-52px!important}.row-sm-52 > [class*='col-']{padding-right:52px!important;padding-left:52px!important}.mt-sm-53{margin-top:53px!important}.mb-sm-53{margin-bottom:53px!important}.mr-sm-53{margin-right:53px!important}.ml-sm-53{margin-left:53px!important}.pt-sm-53{padding-top:53px!important}.pb-sm-53{padding-bottom:53px!important}.pr-sm-53{padding-right:53px!important}.pl-sm-53{padding-left:53px!important}.mt-n-sm-53{margin-top:-53px!important}.mb-n-sm-53{margin-bottom:-53px!important}.mr-n-sm-53{margin-right:-53px!important}.ml-n-sm-53{margin-left:-53px!important}.t-sm-53{top:53px!important}.b-sm-53{bottom:53px!important}.l-sm-53{left:53px!important}.r-sm-53{right:53px!important}.t-n-sm-53{top:-53px!important}.b-n-sm-53{bottom:-53px!important}.l-n-sm-53{left:-53px!important}.r-n-sm-53{right:-53px!important}.ti-sm-53{text-indent:53px!important}.ti-n-sm-53{text-indent:-53px!important}.fs-sm-53{font-size:53px!important}.row-sm-53{margin-right:-53px!important;margin-left:-53px!important}.row-sm-53 > [class*='col-']{padding-right:53px!important;padding-left:53px!important}.mt-sm-54{margin-top:54px!important}.mb-sm-54{margin-bottom:54px!important}.mr-sm-54{margin-right:54px!important}.ml-sm-54{margin-left:54px!important}.pt-sm-54{padding-top:54px!important}.pb-sm-54{padding-bottom:54px!important}.pr-sm-54{padding-right:54px!important}.pl-sm-54{padding-left:54px!important}.mt-n-sm-54{margin-top:-54px!important}.mb-n-sm-54{margin-bottom:-54px!important}.mr-n-sm-54{margin-right:-54px!important}.ml-n-sm-54{margin-left:-54px!important}.t-sm-54{top:54px!important}.b-sm-54{bottom:54px!important}.l-sm-54{left:54px!important}.r-sm-54{right:54px!important}.t-n-sm-54{top:-54px!important}.b-n-sm-54{bottom:-54px!important}.l-n-sm-54{left:-54px!important}.r-n-sm-54{right:-54px!important}.ti-sm-54{text-indent:54px!important}.ti-n-sm-54{text-indent:-54px!important}.fs-sm-54{font-size:54px!important}.row-sm-54{margin-right:-54px!important;margin-left:-54px!important}.row-sm-54 > [class*='col-']{padding-right:54px!important;padding-left:54px!important}.mt-sm-55{margin-top:55px!important}.mb-sm-55{margin-bottom:55px!important}.mr-sm-55{margin-right:55px!important}.ml-sm-55{margin-left:55px!important}.pt-sm-55{padding-top:55px!important}.pb-sm-55{padding-bottom:55px!important}.pr-sm-55{padding-right:55px!important}.pl-sm-55{padding-left:55px!important}.mt-n-sm-55{margin-top:-55px!important}.mb-n-sm-55{margin-bottom:-55px!important}.mr-n-sm-55{margin-right:-55px!important}.ml-n-sm-55{margin-left:-55px!important}.t-sm-55{top:55px!important}.b-sm-55{bottom:55px!important}.l-sm-55{left:55px!important}.r-sm-55{right:55px!important}.t-n-sm-55{top:-55px!important}.b-n-sm-55{bottom:-55px!important}.l-n-sm-55{left:-55px!important}.r-n-sm-55{right:-55px!important}.ti-sm-55{text-indent:55px!important}.ti-n-sm-55{text-indent:-55px!important}.fs-sm-55{font-size:55px!important}.row-sm-55{margin-right:-55px!important;margin-left:-55px!important}.row-sm-55 > [class*='col-']{padding-right:55px!important;padding-left:55px!important}.mt-sm-56{margin-top:56px!important}.mb-sm-56{margin-bottom:56px!important}.mr-sm-56{margin-right:56px!important}.ml-sm-56{margin-left:56px!important}.pt-sm-56{padding-top:56px!important}.pb-sm-56{padding-bottom:56px!important}.pr-sm-56{padding-right:56px!important}.pl-sm-56{padding-left:56px!important}.mt-n-sm-56{margin-top:-56px!important}.mb-n-sm-56{margin-bottom:-56px!important}.mr-n-sm-56{margin-right:-56px!important}.ml-n-sm-56{margin-left:-56px!important}.t-sm-56{top:56px!important}.b-sm-56{bottom:56px!important}.l-sm-56{left:56px!important}.r-sm-56{right:56px!important}.t-n-sm-56{top:-56px!important}.b-n-sm-56{bottom:-56px!important}.l-n-sm-56{left:-56px!important}.r-n-sm-56{right:-56px!important}.ti-sm-56{text-indent:56px!important}.ti-n-sm-56{text-indent:-56px!important}.fs-sm-56{font-size:56px!important}.row-sm-56{margin-right:-56px!important;margin-left:-56px!important}.row-sm-56 > [class*='col-']{padding-right:56px!important;padding-left:56px!important}.mt-sm-57{margin-top:57px!important}.mb-sm-57{margin-bottom:57px!important}.mr-sm-57{margin-right:57px!important}.ml-sm-57{margin-left:57px!important}.pt-sm-57{padding-top:57px!important}.pb-sm-57{padding-bottom:57px!important}.pr-sm-57{padding-right:57px!important}.pl-sm-57{padding-left:57px!important}.mt-n-sm-57{margin-top:-57px!important}.mb-n-sm-57{margin-bottom:-57px!important}.mr-n-sm-57{margin-right:-57px!important}.ml-n-sm-57{margin-left:-57px!important}.t-sm-57{top:57px!important}.b-sm-57{bottom:57px!important}.l-sm-57{left:57px!important}.r-sm-57{right:57px!important}.t-n-sm-57{top:-57px!important}.b-n-sm-57{bottom:-57px!important}.l-n-sm-57{left:-57px!important}.r-n-sm-57{right:-57px!important}.ti-sm-57{text-indent:57px!important}.ti-n-sm-57{text-indent:-57px!important}.fs-sm-57{font-size:57px!important}.row-sm-57{margin-right:-57px!important;margin-left:-57px!important}.row-sm-57 > [class*='col-']{padding-right:57px!important;padding-left:57px!important}.mt-sm-58{margin-top:58px!important}.mb-sm-58{margin-bottom:58px!important}.mr-sm-58{margin-right:58px!important}.ml-sm-58{margin-left:58px!important}.pt-sm-58{padding-top:58px!important}.pb-sm-58{padding-bottom:58px!important}.pr-sm-58{padding-right:58px!important}.pl-sm-58{padding-left:58px!important}.mt-n-sm-58{margin-top:-58px!important}.mb-n-sm-58{margin-bottom:-58px!important}.mr-n-sm-58{margin-right:-58px!important}.ml-n-sm-58{margin-left:-58px!important}.t-sm-58{top:58px!important}.b-sm-58{bottom:58px!important}.l-sm-58{left:58px!important}.r-sm-58{right:58px!important}.t-n-sm-58{top:-58px!important}.b-n-sm-58{bottom:-58px!important}.l-n-sm-58{left:-58px!important}.r-n-sm-58{right:-58px!important}.ti-sm-58{text-indent:58px!important}.ti-n-sm-58{text-indent:-58px!important}.fs-sm-58{font-size:58px!important}.row-sm-58{margin-right:-58px!important;margin-left:-58px!important}.row-sm-58 > [class*='col-']{padding-right:58px!important;padding-left:58px!important}.mt-sm-59{margin-top:59px!important}.mb-sm-59{margin-bottom:59px!important}.mr-sm-59{margin-right:59px!important}.ml-sm-59{margin-left:59px!important}.pt-sm-59{padding-top:59px!important}.pb-sm-59{padding-bottom:59px!important}.pr-sm-59{padding-right:59px!important}.pl-sm-59{padding-left:59px!important}.mt-n-sm-59{margin-top:-59px!important}.mb-n-sm-59{margin-bottom:-59px!important}.mr-n-sm-59{margin-right:-59px!important}.ml-n-sm-59{margin-left:-59px!important}.t-sm-59{top:59px!important}.b-sm-59{bottom:59px!important}.l-sm-59{left:59px!important}.r-sm-59{right:59px!important}.t-n-sm-59{top:-59px!important}.b-n-sm-59{bottom:-59px!important}.l-n-sm-59{left:-59px!important}.r-n-sm-59{right:-59px!important}.ti-sm-59{text-indent:59px!important}.ti-n-sm-59{text-indent:-59px!important}.fs-sm-59{font-size:59px!important}.row-sm-59{margin-right:-59px!important;margin-left:-59px!important}.row-sm-59 > [class*='col-']{padding-right:59px!important;padding-left:59px!important}.mt-sm-60{margin-top:60px!important}.mb-sm-60{margin-bottom:60px!important}.mr-sm-60{margin-right:60px!important}.ml-sm-60{margin-left:60px!important}.pt-sm-60{padding-top:60px!important}.pb-sm-60{padding-bottom:60px!important}.pr-sm-60{padding-right:60px!important}.pl-sm-60{padding-left:60px!important}.mt-n-sm-60{margin-top:-60px!important}.mb-n-sm-60{margin-bottom:-60px!important}.mr-n-sm-60{margin-right:-60px!important}.ml-n-sm-60{margin-left:-60px!important}.t-sm-60{top:60px!important}.b-sm-60{bottom:60px!important}.l-sm-60{left:60px!important}.r-sm-60{right:60px!important}.t-n-sm-60{top:-60px!important}.b-n-sm-60{bottom:-60px!important}.l-n-sm-60{left:-60px!important}.r-n-sm-60{right:-60px!important}.ti-sm-60{text-indent:60px!important}.ti-n-sm-60{text-indent:-60px!important}.fs-sm-60{font-size:60px!important}.row-sm-60{margin-right:-60px!important;margin-left:-60px!important}.row-sm-60 > [class*='col-']{padding-right:60px!important;padding-left:60px!important}.mt-sm-61{margin-top:61px!important}.mb-sm-61{margin-bottom:61px!important}.mr-sm-61{margin-right:61px!important}.ml-sm-61{margin-left:61px!important}.pt-sm-61{padding-top:61px!important}.pb-sm-61{padding-bottom:61px!important}.pr-sm-61{padding-right:61px!important}.pl-sm-61{padding-left:61px!important}.mt-n-sm-61{margin-top:-61px!important}.mb-n-sm-61{margin-bottom:-61px!important}.mr-n-sm-61{margin-right:-61px!important}.ml-n-sm-61{margin-left:-61px!important}.t-sm-61{top:61px!important}.b-sm-61{bottom:61px!important}.l-sm-61{left:61px!important}.r-sm-61{right:61px!important}.t-n-sm-61{top:-61px!important}.b-n-sm-61{bottom:-61px!important}.l-n-sm-61{left:-61px!important}.r-n-sm-61{right:-61px!important}.ti-sm-61{text-indent:61px!important}.ti-n-sm-61{text-indent:-61px!important}.fs-sm-61{font-size:61px!important}.row-sm-61{margin-right:-61px!important;margin-left:-61px!important}.row-sm-61 > [class*='col-']{padding-right:61px!important;padding-left:61px!important}.mt-sm-62{margin-top:62px!important}.mb-sm-62{margin-bottom:62px!important}.mr-sm-62{margin-right:62px!important}.ml-sm-62{margin-left:62px!important}.pt-sm-62{padding-top:62px!important}.pb-sm-62{padding-bottom:62px!important}.pr-sm-62{padding-right:62px!important}.pl-sm-62{padding-left:62px!important}.mt-n-sm-62{margin-top:-62px!important}.mb-n-sm-62{margin-bottom:-62px!important}.mr-n-sm-62{margin-right:-62px!important}.ml-n-sm-62{margin-left:-62px!important}.t-sm-62{top:62px!important}.b-sm-62{bottom:62px!important}.l-sm-62{left:62px!important}.r-sm-62{right:62px!important}.t-n-sm-62{top:-62px!important}.b-n-sm-62{bottom:-62px!important}.l-n-sm-62{left:-62px!important}.r-n-sm-62{right:-62px!important}.ti-sm-62{text-indent:62px!important}.ti-n-sm-62{text-indent:-62px!important}.fs-sm-62{font-size:62px!important}.row-sm-62{margin-right:-62px!important;margin-left:-62px!important}.row-sm-62 > [class*='col-']{padding-right:62px!important;padding-left:62px!important}.mt-sm-63{margin-top:63px!important}.mb-sm-63{margin-bottom:63px!important}.mr-sm-63{margin-right:63px!important}.ml-sm-63{margin-left:63px!important}.pt-sm-63{padding-top:63px!important}.pb-sm-63{padding-bottom:63px!important}.pr-sm-63{padding-right:63px!important}.pl-sm-63{padding-left:63px!important}.mt-n-sm-63{margin-top:-63px!important}.mb-n-sm-63{margin-bottom:-63px!important}.mr-n-sm-63{margin-right:-63px!important}.ml-n-sm-63{margin-left:-63px!important}.t-sm-63{top:63px!important}.b-sm-63{bottom:63px!important}.l-sm-63{left:63px!important}.r-sm-63{right:63px!important}.t-n-sm-63{top:-63px!important}.b-n-sm-63{bottom:-63px!important}.l-n-sm-63{left:-63px!important}.r-n-sm-63{right:-63px!important}.ti-sm-63{text-indent:63px!important}.ti-n-sm-63{text-indent:-63px!important}.fs-sm-63{font-size:63px!important}.row-sm-63{margin-right:-63px!important;margin-left:-63px!important}.row-sm-63 > [class*='col-']{padding-right:63px!important;padding-left:63px!important}.mt-sm-64{margin-top:64px!important}.mb-sm-64{margin-bottom:64px!important}.mr-sm-64{margin-right:64px!important}.ml-sm-64{margin-left:64px!important}.pt-sm-64{padding-top:64px!important}.pb-sm-64{padding-bottom:64px!important}.pr-sm-64{padding-right:64px!important}.pl-sm-64{padding-left:64px!important}.mt-n-sm-64{margin-top:-64px!important}.mb-n-sm-64{margin-bottom:-64px!important}.mr-n-sm-64{margin-right:-64px!important}.ml-n-sm-64{margin-left:-64px!important}.t-sm-64{top:64px!important}.b-sm-64{bottom:64px!important}.l-sm-64{left:64px!important}.r-sm-64{right:64px!important}.t-n-sm-64{top:-64px!important}.b-n-sm-64{bottom:-64px!important}.l-n-sm-64{left:-64px!important}.r-n-sm-64{right:-64px!important}.ti-sm-64{text-indent:64px!important}.ti-n-sm-64{text-indent:-64px!important}.fs-sm-64{font-size:64px!important}.row-sm-64{margin-right:-64px!important;margin-left:-64px!important}.row-sm-64 > [class*='col-']{padding-right:64px!important;padding-left:64px!important}.mt-sm-65{margin-top:65px!important}.mb-sm-65{margin-bottom:65px!important}.mr-sm-65{margin-right:65px!important}.ml-sm-65{margin-left:65px!important}.pt-sm-65{padding-top:65px!important}.pb-sm-65{padding-bottom:65px!important}.pr-sm-65{padding-right:65px!important}.pl-sm-65{padding-left:65px!important}.mt-n-sm-65{margin-top:-65px!important}.mb-n-sm-65{margin-bottom:-65px!important}.mr-n-sm-65{margin-right:-65px!important}.ml-n-sm-65{margin-left:-65px!important}.t-sm-65{top:65px!important}.b-sm-65{bottom:65px!important}.l-sm-65{left:65px!important}.r-sm-65{right:65px!important}.t-n-sm-65{top:-65px!important}.b-n-sm-65{bottom:-65px!important}.l-n-sm-65{left:-65px!important}.r-n-sm-65{right:-65px!important}.ti-sm-65{text-indent:65px!important}.ti-n-sm-65{text-indent:-65px!important}.fs-sm-65{font-size:65px!important}.row-sm-65{margin-right:-65px!important;margin-left:-65px!important}.row-sm-65 > [class*='col-']{padding-right:65px!important;padding-left:65px!important}.mt-sm-66{margin-top:66px!important}.mb-sm-66{margin-bottom:66px!important}.mr-sm-66{margin-right:66px!important}.ml-sm-66{margin-left:66px!important}.pt-sm-66{padding-top:66px!important}.pb-sm-66{padding-bottom:66px!important}.pr-sm-66{padding-right:66px!important}.pl-sm-66{padding-left:66px!important}.mt-n-sm-66{margin-top:-66px!important}.mb-n-sm-66{margin-bottom:-66px!important}.mr-n-sm-66{margin-right:-66px!important}.ml-n-sm-66{margin-left:-66px!important}.t-sm-66{top:66px!important}.b-sm-66{bottom:66px!important}.l-sm-66{left:66px!important}.r-sm-66{right:66px!important}.t-n-sm-66{top:-66px!important}.b-n-sm-66{bottom:-66px!important}.l-n-sm-66{left:-66px!important}.r-n-sm-66{right:-66px!important}.ti-sm-66{text-indent:66px!important}.ti-n-sm-66{text-indent:-66px!important}.fs-sm-66{font-size:66px!important}.row-sm-66{margin-right:-66px!important;margin-left:-66px!important}.row-sm-66 > [class*='col-']{padding-right:66px!important;padding-left:66px!important}.mt-sm-67{margin-top:67px!important}.mb-sm-67{margin-bottom:67px!important}.mr-sm-67{margin-right:67px!important}.ml-sm-67{margin-left:67px!important}.pt-sm-67{padding-top:67px!important}.pb-sm-67{padding-bottom:67px!important}.pr-sm-67{padding-right:67px!important}.pl-sm-67{padding-left:67px!important}.mt-n-sm-67{margin-top:-67px!important}.mb-n-sm-67{margin-bottom:-67px!important}.mr-n-sm-67{margin-right:-67px!important}.ml-n-sm-67{margin-left:-67px!important}.t-sm-67{top:67px!important}.b-sm-67{bottom:67px!important}.l-sm-67{left:67px!important}.r-sm-67{right:67px!important}.t-n-sm-67{top:-67px!important}.b-n-sm-67{bottom:-67px!important}.l-n-sm-67{left:-67px!important}.r-n-sm-67{right:-67px!important}.ti-sm-67{text-indent:67px!important}.ti-n-sm-67{text-indent:-67px!important}.fs-sm-67{font-size:67px!important}.row-sm-67{margin-right:-67px!important;margin-left:-67px!important}.row-sm-67 > [class*='col-']{padding-right:67px!important;padding-left:67px!important}.mt-sm-68{margin-top:68px!important}.mb-sm-68{margin-bottom:68px!important}.mr-sm-68{margin-right:68px!important}.ml-sm-68{margin-left:68px!important}.pt-sm-68{padding-top:68px!important}.pb-sm-68{padding-bottom:68px!important}.pr-sm-68{padding-right:68px!important}.pl-sm-68{padding-left:68px!important}.mt-n-sm-68{margin-top:-68px!important}.mb-n-sm-68{margin-bottom:-68px!important}.mr-n-sm-68{margin-right:-68px!important}.ml-n-sm-68{margin-left:-68px!important}.t-sm-68{top:68px!important}.b-sm-68{bottom:68px!important}.l-sm-68{left:68px!important}.r-sm-68{right:68px!important}.t-n-sm-68{top:-68px!important}.b-n-sm-68{bottom:-68px!important}.l-n-sm-68{left:-68px!important}.r-n-sm-68{right:-68px!important}.ti-sm-68{text-indent:68px!important}.ti-n-sm-68{text-indent:-68px!important}.fs-sm-68{font-size:68px!important}.row-sm-68{margin-right:-68px!important;margin-left:-68px!important}.row-sm-68 > [class*='col-']{padding-right:68px!important;padding-left:68px!important}.mt-sm-69{margin-top:69px!important}.mb-sm-69{margin-bottom:69px!important}.mr-sm-69{margin-right:69px!important}.ml-sm-69{margin-left:69px!important}.pt-sm-69{padding-top:69px!important}.pb-sm-69{padding-bottom:69px!important}.pr-sm-69{padding-right:69px!important}.pl-sm-69{padding-left:69px!important}.mt-n-sm-69{margin-top:-69px!important}.mb-n-sm-69{margin-bottom:-69px!important}.mr-n-sm-69{margin-right:-69px!important}.ml-n-sm-69{margin-left:-69px!important}.t-sm-69{top:69px!important}.b-sm-69{bottom:69px!important}.l-sm-69{left:69px!important}.r-sm-69{right:69px!important}.t-n-sm-69{top:-69px!important}.b-n-sm-69{bottom:-69px!important}.l-n-sm-69{left:-69px!important}.r-n-sm-69{right:-69px!important}.ti-sm-69{text-indent:69px!important}.ti-n-sm-69{text-indent:-69px!important}.fs-sm-69{font-size:69px!important}.row-sm-69{margin-right:-69px!important;margin-left:-69px!important}.row-sm-69 > [class*='col-']{padding-right:69px!important;padding-left:69px!important}.mt-sm-70{margin-top:70px!important}.mb-sm-70{margin-bottom:70px!important}.mr-sm-70{margin-right:70px!important}.ml-sm-70{margin-left:70px!important}.pt-sm-70{padding-top:70px!important}.pb-sm-70{padding-bottom:70px!important}.pr-sm-70{padding-right:70px!important}.pl-sm-70{padding-left:70px!important}.mt-n-sm-70{margin-top:-70px!important}.mb-n-sm-70{margin-bottom:-70px!important}.mr-n-sm-70{margin-right:-70px!important}.ml-n-sm-70{margin-left:-70px!important}.t-sm-70{top:70px!important}.b-sm-70{bottom:70px!important}.l-sm-70{left:70px!important}.r-sm-70{right:70px!important}.t-n-sm-70{top:-70px!important}.b-n-sm-70{bottom:-70px!important}.l-n-sm-70{left:-70px!important}.r-n-sm-70{right:-70px!important}.ti-sm-70{text-indent:70px!important}.ti-n-sm-70{text-indent:-70px!important}.fs-sm-70{font-size:70px!important}.row-sm-70{margin-right:-70px!important;margin-left:-70px!important}.row-sm-70 > [class*='col-']{padding-right:70px!important;padding-left:70px!important}.mt-sm-71{margin-top:71px!important}.mb-sm-71{margin-bottom:71px!important}.mr-sm-71{margin-right:71px!important}.ml-sm-71{margin-left:71px!important}.pt-sm-71{padding-top:71px!important}.pb-sm-71{padding-bottom:71px!important}.pr-sm-71{padding-right:71px!important}.pl-sm-71{padding-left:71px!important}.mt-n-sm-71{margin-top:-71px!important}.mb-n-sm-71{margin-bottom:-71px!important}.mr-n-sm-71{margin-right:-71px!important}.ml-n-sm-71{margin-left:-71px!important}.t-sm-71{top:71px!important}.b-sm-71{bottom:71px!important}.l-sm-71{left:71px!important}.r-sm-71{right:71px!important}.t-n-sm-71{top:-71px!important}.b-n-sm-71{bottom:-71px!important}.l-n-sm-71{left:-71px!important}.r-n-sm-71{right:-71px!important}.ti-sm-71{text-indent:71px!important}.ti-n-sm-71{text-indent:-71px!important}.fs-sm-71{font-size:71px!important}.row-sm-71{margin-right:-71px!important;margin-left:-71px!important}.row-sm-71 > [class*='col-']{padding-right:71px!important;padding-left:71px!important}.mt-sm-72{margin-top:72px!important}.mb-sm-72{margin-bottom:72px!important}.mr-sm-72{margin-right:72px!important}.ml-sm-72{margin-left:72px!important}.pt-sm-72{padding-top:72px!important}.pb-sm-72{padding-bottom:72px!important}.pr-sm-72{padding-right:72px!important}.pl-sm-72{padding-left:72px!important}.mt-n-sm-72{margin-top:-72px!important}.mb-n-sm-72{margin-bottom:-72px!important}.mr-n-sm-72{margin-right:-72px!important}.ml-n-sm-72{margin-left:-72px!important}.t-sm-72{top:72px!important}.b-sm-72{bottom:72px!important}.l-sm-72{left:72px!important}.r-sm-72{right:72px!important}.t-n-sm-72{top:-72px!important}.b-n-sm-72{bottom:-72px!important}.l-n-sm-72{left:-72px!important}.r-n-sm-72{right:-72px!important}.ti-sm-72{text-indent:72px!important}.ti-n-sm-72{text-indent:-72px!important}.fs-sm-72{font-size:72px!important}.row-sm-72{margin-right:-72px!important;margin-left:-72px!important}.row-sm-72 > [class*='col-']{padding-right:72px!important;padding-left:72px!important}.mt-sm-73{margin-top:73px!important}.mb-sm-73{margin-bottom:73px!important}.mr-sm-73{margin-right:73px!important}.ml-sm-73{margin-left:73px!important}.pt-sm-73{padding-top:73px!important}.pb-sm-73{padding-bottom:73px!important}.pr-sm-73{padding-right:73px!important}.pl-sm-73{padding-left:73px!important}.mt-n-sm-73{margin-top:-73px!important}.mb-n-sm-73{margin-bottom:-73px!important}.mr-n-sm-73{margin-right:-73px!important}.ml-n-sm-73{margin-left:-73px!important}.t-sm-73{top:73px!important}.b-sm-73{bottom:73px!important}.l-sm-73{left:73px!important}.r-sm-73{right:73px!important}.t-n-sm-73{top:-73px!important}.b-n-sm-73{bottom:-73px!important}.l-n-sm-73{left:-73px!important}.r-n-sm-73{right:-73px!important}.ti-sm-73{text-indent:73px!important}.ti-n-sm-73{text-indent:-73px!important}.fs-sm-73{font-size:73px!important}.row-sm-73{margin-right:-73px!important;margin-left:-73px!important}.row-sm-73 > [class*='col-']{padding-right:73px!important;padding-left:73px!important}.mt-sm-74{margin-top:74px!important}.mb-sm-74{margin-bottom:74px!important}.mr-sm-74{margin-right:74px!important}.ml-sm-74{margin-left:74px!important}.pt-sm-74{padding-top:74px!important}.pb-sm-74{padding-bottom:74px!important}.pr-sm-74{padding-right:74px!important}.pl-sm-74{padding-left:74px!important}.mt-n-sm-74{margin-top:-74px!important}.mb-n-sm-74{margin-bottom:-74px!important}.mr-n-sm-74{margin-right:-74px!important}.ml-n-sm-74{margin-left:-74px!important}.t-sm-74{top:74px!important}.b-sm-74{bottom:74px!important}.l-sm-74{left:74px!important}.r-sm-74{right:74px!important}.t-n-sm-74{top:-74px!important}.b-n-sm-74{bottom:-74px!important}.l-n-sm-74{left:-74px!important}.r-n-sm-74{right:-74px!important}.ti-sm-74{text-indent:74px!important}.ti-n-sm-74{text-indent:-74px!important}.fs-sm-74{font-size:74px!important}.row-sm-74{margin-right:-74px!important;margin-left:-74px!important}.row-sm-74 > [class*='col-']{padding-right:74px!important;padding-left:74px!important}.mt-sm-75{margin-top:75px!important}.mb-sm-75{margin-bottom:75px!important}.mr-sm-75{margin-right:75px!important}.ml-sm-75{margin-left:75px!important}.pt-sm-75{padding-top:75px!important}.pb-sm-75{padding-bottom:75px!important}.pr-sm-75{padding-right:75px!important}.pl-sm-75{padding-left:75px!important}.mt-n-sm-75{margin-top:-75px!important}.mb-n-sm-75{margin-bottom:-75px!important}.mr-n-sm-75{margin-right:-75px!important}.ml-n-sm-75{margin-left:-75px!important}.t-sm-75{top:75px!important}.b-sm-75{bottom:75px!important}.l-sm-75{left:75px!important}.r-sm-75{right:75px!important}.t-n-sm-75{top:-75px!important}.b-n-sm-75{bottom:-75px!important}.l-n-sm-75{left:-75px!important}.r-n-sm-75{right:-75px!important}.ti-sm-75{text-indent:75px!important}.ti-n-sm-75{text-indent:-75px!important}.fs-sm-75{font-size:75px!important}.row-sm-75{margin-right:-75px!important;margin-left:-75px!important}.row-sm-75 > [class*='col-']{padding-right:75px!important;padding-left:75px!important}.mt-sm-76{margin-top:76px!important}.mb-sm-76{margin-bottom:76px!important}.mr-sm-76{margin-right:76px!important}.ml-sm-76{margin-left:76px!important}.pt-sm-76{padding-top:76px!important}.pb-sm-76{padding-bottom:76px!important}.pr-sm-76{padding-right:76px!important}.pl-sm-76{padding-left:76px!important}.mt-n-sm-76{margin-top:-76px!important}.mb-n-sm-76{margin-bottom:-76px!important}.mr-n-sm-76{margin-right:-76px!important}.ml-n-sm-76{margin-left:-76px!important}.t-sm-76{top:76px!important}.b-sm-76{bottom:76px!important}.l-sm-76{left:76px!important}.r-sm-76{right:76px!important}.t-n-sm-76{top:-76px!important}.b-n-sm-76{bottom:-76px!important}.l-n-sm-76{left:-76px!important}.r-n-sm-76{right:-76px!important}.ti-sm-76{text-indent:76px!important}.ti-n-sm-76{text-indent:-76px!important}.fs-sm-76{font-size:76px!important}.row-sm-76{margin-right:-76px!important;margin-left:-76px!important}.row-sm-76 > [class*='col-']{padding-right:76px!important;padding-left:76px!important}.mt-sm-77{margin-top:77px!important}.mb-sm-77{margin-bottom:77px!important}.mr-sm-77{margin-right:77px!important}.ml-sm-77{margin-left:77px!important}.pt-sm-77{padding-top:77px!important}.pb-sm-77{padding-bottom:77px!important}.pr-sm-77{padding-right:77px!important}.pl-sm-77{padding-left:77px!important}.mt-n-sm-77{margin-top:-77px!important}.mb-n-sm-77{margin-bottom:-77px!important}.mr-n-sm-77{margin-right:-77px!important}.ml-n-sm-77{margin-left:-77px!important}.t-sm-77{top:77px!important}.b-sm-77{bottom:77px!important}.l-sm-77{left:77px!important}.r-sm-77{right:77px!important}.t-n-sm-77{top:-77px!important}.b-n-sm-77{bottom:-77px!important}.l-n-sm-77{left:-77px!important}.r-n-sm-77{right:-77px!important}.ti-sm-77{text-indent:77px!important}.ti-n-sm-77{text-indent:-77px!important}.fs-sm-77{font-size:77px!important}.row-sm-77{margin-right:-77px!important;margin-left:-77px!important}.row-sm-77 > [class*='col-']{padding-right:77px!important;padding-left:77px!important}.mt-sm-78{margin-top:78px!important}.mb-sm-78{margin-bottom:78px!important}.mr-sm-78{margin-right:78px!important}.ml-sm-78{margin-left:78px!important}.pt-sm-78{padding-top:78px!important}.pb-sm-78{padding-bottom:78px!important}.pr-sm-78{padding-right:78px!important}.pl-sm-78{padding-left:78px!important}.mt-n-sm-78{margin-top:-78px!important}.mb-n-sm-78{margin-bottom:-78px!important}.mr-n-sm-78{margin-right:-78px!important}.ml-n-sm-78{margin-left:-78px!important}.t-sm-78{top:78px!important}.b-sm-78{bottom:78px!important}.l-sm-78{left:78px!important}.r-sm-78{right:78px!important}.t-n-sm-78{top:-78px!important}.b-n-sm-78{bottom:-78px!important}.l-n-sm-78{left:-78px!important}.r-n-sm-78{right:-78px!important}.ti-sm-78{text-indent:78px!important}.ti-n-sm-78{text-indent:-78px!important}.fs-sm-78{font-size:78px!important}.row-sm-78{margin-right:-78px!important;margin-left:-78px!important}.row-sm-78 > [class*='col-']{padding-right:78px!important;padding-left:78px!important}.mt-sm-79{margin-top:79px!important}.mb-sm-79{margin-bottom:79px!important}.mr-sm-79{margin-right:79px!important}.ml-sm-79{margin-left:79px!important}.pt-sm-79{padding-top:79px!important}.pb-sm-79{padding-bottom:79px!important}.pr-sm-79{padding-right:79px!important}.pl-sm-79{padding-left:79px!important}.mt-n-sm-79{margin-top:-79px!important}.mb-n-sm-79{margin-bottom:-79px!important}.mr-n-sm-79{margin-right:-79px!important}.ml-n-sm-79{margin-left:-79px!important}.t-sm-79{top:79px!important}.b-sm-79{bottom:79px!important}.l-sm-79{left:79px!important}.r-sm-79{right:79px!important}.t-n-sm-79{top:-79px!important}.b-n-sm-79{bottom:-79px!important}.l-n-sm-79{left:-79px!important}.r-n-sm-79{right:-79px!important}.ti-sm-79{text-indent:79px!important}.ti-n-sm-79{text-indent:-79px!important}.fs-sm-79{font-size:79px!important}.row-sm-79{margin-right:-79px!important;margin-left:-79px!important}.row-sm-79 > [class*='col-']{padding-right:79px!important;padding-left:79px!important}.mt-sm-80{margin-top:80px!important}.mb-sm-80{margin-bottom:80px!important}.mr-sm-80{margin-right:80px!important}.ml-sm-80{margin-left:80px!important}.pt-sm-80{padding-top:80px!important}.pb-sm-80{padding-bottom:80px!important}.pr-sm-80{padding-right:80px!important}.pl-sm-80{padding-left:80px!important}.mt-n-sm-80{margin-top:-80px!important}.mb-n-sm-80{margin-bottom:-80px!important}.mr-n-sm-80{margin-right:-80px!important}.ml-n-sm-80{margin-left:-80px!important}.t-sm-80{top:80px!important}.b-sm-80{bottom:80px!important}.l-sm-80{left:80px!important}.r-sm-80{right:80px!important}.t-n-sm-80{top:-80px!important}.b-n-sm-80{bottom:-80px!important}.l-n-sm-80{left:-80px!important}.r-n-sm-80{right:-80px!important}.ti-sm-80{text-indent:80px!important}.ti-n-sm-80{text-indent:-80px!important}.fs-sm-80{font-size:80px!important}.row-sm-80{margin-right:-80px!important;margin-left:-80px!important}.row-sm-80 > [class*='col-']{padding-right:80px!important;padding-left:80px!important}}@media (min-width: 3px){.mt-md-0{margin-top:0!important}.mb-md-0{margin-bottom:0!important}.mr-md-0{margin-right:0!important}.ml-md-0{margin-left:0!important}.pt-md-0{padding-top:0!important}.pb-md-0{padding-bottom:0!important}.pr-md-0{padding-right:0!important}.pl-md-0{padding-left:0!important}.mt-n-md-0{margin-top:0!important}.mb-n-md-0{margin-bottom:0!important}.mr-n-md-0{margin-right:0!important}.ml-n-md-0{margin-left:0!important}.t-md-0{top:0!important}.b-md-0{bottom:0!important}.l-md-0{left:0!important}.r-md-0{right:0!important}.t-n-md-0{top:0!important}.b-n-md-0{bottom:0!important}.l-n-md-0{left:0!important}.r-n-md-0{right:0!important}.ti-md-0{text-indent:0!important}.ti-n-md-0{text-indent:0!important}.fs-md-0{font-size:0!important}.row-md-0{margin-right:0!important;margin-left:0!important}.row-md-0 > [class*='col-']{padding-right:0!important;padding-left:0!important}.mt-md-1{margin-top:1px!important}.mb-md-1{margin-bottom:1px!important}.mr-md-1{margin-right:1px!important}.ml-md-1{margin-left:1px!important}.pt-md-1{padding-top:1px!important}.pb-md-1{padding-bottom:1px!important}.pr-md-1{padding-right:1px!important}.pl-md-1{padding-left:1px!important}.mt-n-md-1{margin-top:-1px!important}.mb-n-md-1{margin-bottom:-1px!important}.mr-n-md-1{margin-right:-1px!important}.ml-n-md-1{margin-left:-1px!important}.t-md-1{top:1px!important}.b-md-1{bottom:1px!important}.l-md-1{left:1px!important}.r-md-1{right:1px!important}.t-n-md-1{top:-1px!important}.b-n-md-1{bottom:-1px!important}.l-n-md-1{left:-1px!important}.r-n-md-1{right:-1px!important}.ti-md-1{text-indent:1px!important}.ti-n-md-1{text-indent:-1px!important}.fs-md-1{font-size:1px!important}.row-md-1{margin-right:-1px!important;margin-left:-1px!important}.row-md-1 > [class*='col-']{padding-right:1px!important;padding-left:1px!important}.mt-md-2{margin-top:2px!important}.mb-md-2{margin-bottom:2px!important}.mr-md-2{margin-right:2px!important}.ml-md-2{margin-left:2px!important}.pt-md-2{padding-top:2px!important}.pb-md-2{padding-bottom:2px!important}.pr-md-2{padding-right:2px!important}.pl-md-2{padding-left:2px!important}.mt-n-md-2{margin-top:-2px!important}.mb-n-md-2{margin-bottom:-2px!important}.mr-n-md-2{margin-right:-2px!important}.ml-n-md-2{margin-left:-2px!important}.t-md-2{top:2px!important}.b-md-2{bottom:2px!important}.l-md-2{left:2px!important}.r-md-2{right:2px!important}.t-n-md-2{top:-2px!important}.b-n-md-2{bottom:-2px!important}.l-n-md-2{left:-2px!important}.r-n-md-2{right:-2px!important}.ti-md-2{text-indent:2px!important}.ti-n-md-2{text-indent:-2px!important}.fs-md-2{font-size:2px!important}.row-md-2{margin-right:-2px!important;margin-left:-2px!important}.row-md-2 > [class*='col-']{padding-right:2px!important;padding-left:2px!important}.mt-md-3{margin-top:3px!important}.mb-md-3{margin-bottom:3px!important}.mr-md-3{margin-right:3px!important}.ml-md-3{margin-left:3px!important}.pt-md-3{padding-top:3px!important}.pb-md-3{padding-bottom:3px!important}.pr-md-3{padding-right:3px!important}.pl-md-3{padding-left:3px!important}.mt-n-md-3{margin-top:-3px!important}.mb-n-md-3{margin-bottom:-3px!important}.mr-n-md-3{margin-right:-3px!important}.ml-n-md-3{margin-left:-3px!important}.t-md-3{top:3px!important}.b-md-3{bottom:3px!important}.l-md-3{left:3px!important}.r-md-3{right:3px!important}.t-n-md-3{top:-3px!important}.b-n-md-3{bottom:-3px!important}.l-n-md-3{left:-3px!important}.r-n-md-3{right:-3px!important}.ti-md-3{text-indent:3px!important}.ti-n-md-3{text-indent:-3px!important}.fs-md-3{font-size:3px!important}.row-md-3{margin-right:-3px!important;margin-left:-3px!important}.row-md-3 > [class*='col-']{padding-right:3px!important;padding-left:3px!important}.mt-md-4{margin-top:4px!important}.mb-md-4{margin-bottom:4px!important}.mr-md-4{margin-right:4px!important}.ml-md-4{margin-left:4px!important}.pt-md-4{padding-top:4px!important}.pb-md-4{padding-bottom:4px!important}.pr-md-4{padding-right:4px!important}.pl-md-4{padding-left:4px!important}.mt-n-md-4{margin-top:-4px!important}.mb-n-md-4{margin-bottom:-4px!important}.mr-n-md-4{margin-right:-4px!important}.ml-n-md-4{margin-left:-4px!important}.t-md-4{top:4px!important}.b-md-4{bottom:4px!important}.l-md-4{left:4px!important}.r-md-4{right:4px!important}.t-n-md-4{top:-4px!important}.b-n-md-4{bottom:-4px!important}.l-n-md-4{left:-4px!important}.r-n-md-4{right:-4px!important}.ti-md-4{text-indent:4px!important}.ti-n-md-4{text-indent:-4px!important}.fs-md-4{font-size:4px!important}.row-md-4{margin-right:-4px!important;margin-left:-4px!important}.row-md-4 > [class*='col-']{padding-right:4px!important;padding-left:4px!important}.mt-md-5{margin-top:5px!important}.mb-md-5{margin-bottom:5px!important}.mr-md-5{margin-right:5px!important}.ml-md-5{margin-left:5px!important}.pt-md-5{padding-top:5px!important}.pb-md-5{padding-bottom:5px!important}.pr-md-5{padding-right:5px!important}.pl-md-5{padding-left:5px!important}.mt-n-md-5{margin-top:-5px!important}.mb-n-md-5{margin-bottom:-5px!important}.mr-n-md-5{margin-right:-5px!important}.ml-n-md-5{margin-left:-5px!important}.t-md-5{top:5px!important}.b-md-5{bottom:5px!important}.l-md-5{left:5px!important}.r-md-5{right:5px!important}.t-n-md-5{top:-5px!important}.b-n-md-5{bottom:-5px!important}.l-n-md-5{left:-5px!important}.r-n-md-5{right:-5px!important}.ti-md-5{text-indent:5px!important}.ti-n-md-5{text-indent:-5px!important}.fs-md-5{font-size:5px!important}.row-md-5{margin-right:-5px!important;margin-left:-5px!important}.row-md-5 > [class*='col-']{padding-right:5px!important;padding-left:5px!important}.mt-md-6{margin-top:6px!important}.mb-md-6{margin-bottom:6px!important}.mr-md-6{margin-right:6px!important}.ml-md-6{margin-left:6px!important}.pt-md-6{padding-top:6px!important}.pb-md-6{padding-bottom:6px!important}.pr-md-6{padding-right:6px!important}.pl-md-6{padding-left:6px!important}.mt-n-md-6{margin-top:-6px!important}.mb-n-md-6{margin-bottom:-6px!important}.mr-n-md-6{margin-right:-6px!important}.ml-n-md-6{margin-left:-6px!important}.t-md-6{top:6px!important}.b-md-6{bottom:6px!important}.l-md-6{left:6px!important}.r-md-6{right:6px!important}.t-n-md-6{top:-6px!important}.b-n-md-6{bottom:-6px!important}.l-n-md-6{left:-6px!important}.r-n-md-6{right:-6px!important}.ti-md-6{text-indent:6px!important}.ti-n-md-6{text-indent:-6px!important}.fs-md-6{font-size:6px!important}.row-md-6{margin-right:-6px!important;margin-left:-6px!important}.row-md-6 > [class*='col-']{padding-right:6px!important;padding-left:6px!important}.mt-md-7{margin-top:7px!important}.mb-md-7{margin-bottom:7px!important}.mr-md-7{margin-right:7px!important}.ml-md-7{margin-left:7px!important}.pt-md-7{padding-top:7px!important}.pb-md-7{padding-bottom:7px!important}.pr-md-7{padding-right:7px!important}.pl-md-7{padding-left:7px!important}.mt-n-md-7{margin-top:-7px!important}.mb-n-md-7{margin-bottom:-7px!important}.mr-n-md-7{margin-right:-7px!important}.ml-n-md-7{margin-left:-7px!important}.t-md-7{top:7px!important}.b-md-7{bottom:7px!important}.l-md-7{left:7px!important}.r-md-7{right:7px!important}.t-n-md-7{top:-7px!important}.b-n-md-7{bottom:-7px!important}.l-n-md-7{left:-7px!important}.r-n-md-7{right:-7px!important}.ti-md-7{text-indent:7px!important}.ti-n-md-7{text-indent:-7px!important}.fs-md-7{font-size:7px!important}.row-md-7{margin-right:-7px!important;margin-left:-7px!important}.row-md-7 > [class*='col-']{padding-right:7px!important;padding-left:7px!important}.mt-md-8{margin-top:8px!important}.mb-md-8{margin-bottom:8px!important}.mr-md-8{margin-right:8px!important}.ml-md-8{margin-left:8px!important}.pt-md-8{padding-top:8px!important}.pb-md-8{padding-bottom:8px!important}.pr-md-8{padding-right:8px!important}.pl-md-8{padding-left:8px!important}.mt-n-md-8{margin-top:-8px!important}.mb-n-md-8{margin-bottom:-8px!important}.mr-n-md-8{margin-right:-8px!important}.ml-n-md-8{margin-left:-8px!important}.t-md-8{top:8px!important}.b-md-8{bottom:8px!important}.l-md-8{left:8px!important}.r-md-8{right:8px!important}.t-n-md-8{top:-8px!important}.b-n-md-8{bottom:-8px!important}.l-n-md-8{left:-8px!important}.r-n-md-8{right:-8px!important}.ti-md-8{text-indent:8px!important}.ti-n-md-8{text-indent:-8px!important}.fs-md-8{font-size:8px!important}.row-md-8{margin-right:-8px!important;margin-left:-8px!important}.row-md-8 > [class*='col-']{padding-right:8px!important;padding-left:8px!important}.mt-md-9{margin-top:9px!important}.mb-md-9{margin-bottom:9px!important}.mr-md-9{margin-right:9px!important}.ml-md-9{margin-left:9px!important}.pt-md-9{padding-top:9px!important}.pb-md-9{padding-bottom:9px!important}.pr-md-9{padding-right:9px!important}.pl-md-9{padding-left:9px!important}.mt-n-md-9{margin-top:-9px!important}.mb-n-md-9{margin-bottom:-9px!important}.mr-n-md-9{margin-right:-9px!important}.ml-n-md-9{margin-left:-9px!important}.t-md-9{top:9px!important}.b-md-9{bottom:9px!important}.l-md-9{left:9px!important}.r-md-9{right:9px!important}.t-n-md-9{top:-9px!important}.b-n-md-9{bottom:-9px!important}.l-n-md-9{left:-9px!important}.r-n-md-9{right:-9px!important}.ti-md-9{text-indent:9px!important}.ti-n-md-9{text-indent:-9px!important}.fs-md-9{font-size:9px!important}.row-md-9{margin-right:-9px!important;margin-left:-9px!important}.row-md-9 > [class*='col-']{padding-right:9px!important;padding-left:9px!important}.mt-md-10{margin-top:10px!important}.mb-md-10{margin-bottom:10px!important}.mr-md-10{margin-right:10px!important}.ml-md-10{margin-left:10px!important}.pt-md-10{padding-top:10px!important}.pb-md-10{padding-bottom:10px!important}.pr-md-10{padding-right:10px!important}.pl-md-10{padding-left:10px!important}.mt-n-md-10{margin-top:-10px!important}.mb-n-md-10{margin-bottom:-10px!important}.mr-n-md-10{margin-right:-10px!important}.ml-n-md-10{margin-left:-10px!important}.t-md-10{top:10px!important}.b-md-10{bottom:10px!important}.l-md-10{left:10px!important}.r-md-10{right:10px!important}.t-n-md-10{top:-10px!important}.b-n-md-10{bottom:-10px!important}.l-n-md-10{left:-10px!important}.r-n-md-10{right:-10px!important}.ti-md-10{text-indent:10px!important}.ti-n-md-10{text-indent:-10px!important}.fs-md-10{font-size:10px!important}.row-md-10{margin-right:-10px!important;margin-left:-10px!important}.row-md-10 > [class*='col-']{padding-right:10px!important;padding-left:10px!important}.mt-md-11{margin-top:11px!important}.mb-md-11{margin-bottom:11px!important}.mr-md-11{margin-right:11px!important}.ml-md-11{margin-left:11px!important}.pt-md-11{padding-top:11px!important}.pb-md-11{padding-bottom:11px!important}.pr-md-11{padding-right:11px!important}.pl-md-11{padding-left:11px!important}.mt-n-md-11{margin-top:-11px!important}.mb-n-md-11{margin-bottom:-11px!important}.mr-n-md-11{margin-right:-11px!important}.ml-n-md-11{margin-left:-11px!important}.t-md-11{top:11px!important}.b-md-11{bottom:11px!important}.l-md-11{left:11px!important}.r-md-11{right:11px!important}.t-n-md-11{top:-11px!important}.b-n-md-11{bottom:-11px!important}.l-n-md-11{left:-11px!important}.r-n-md-11{right:-11px!important}.ti-md-11{text-indent:11px!important}.ti-n-md-11{text-indent:-11px!important}.fs-md-11{font-size:11px!important}.row-md-11{margin-right:-11px!important;margin-left:-11px!important}.row-md-11 > [class*='col-']{padding-right:11px!important;padding-left:11px!important}.mt-md-12{margin-top:12px!important}.mb-md-12{margin-bottom:12px!important}.mr-md-12{margin-right:12px!important}.ml-md-12{margin-left:12px!important}.pt-md-12{padding-top:12px!important}.pb-md-12{padding-bottom:12px!important}.pr-md-12{padding-right:12px!important}.pl-md-12{padding-left:12px!important}.mt-n-md-12{margin-top:-12px!important}.mb-n-md-12{margin-bottom:-12px!important}.mr-n-md-12{margin-right:-12px!important}.ml-n-md-12{margin-left:-12px!important}.t-md-12{top:12px!important}.b-md-12{bottom:12px!important}.l-md-12{left:12px!important}.r-md-12{right:12px!important}.t-n-md-12{top:-12px!important}.b-n-md-12{bottom:-12px!important}.l-n-md-12{left:-12px!important}.r-n-md-12{right:-12px!important}.ti-md-12{text-indent:12px!important}.ti-n-md-12{text-indent:-12px!important}.fs-md-12{font-size:12px!important}.row-md-12{margin-right:-12px!important;margin-left:-12px!important}.row-md-12 > [class*='col-']{padding-right:12px!important;padding-left:12px!important}.mt-md-13{margin-top:13px!important}.mb-md-13{margin-bottom:13px!important}.mr-md-13{margin-right:13px!important}.ml-md-13{margin-left:13px!important}.pt-md-13{padding-top:13px!important}.pb-md-13{padding-bottom:13px!important}.pr-md-13{padding-right:13px!important}.pl-md-13{padding-left:13px!important}.mt-n-md-13{margin-top:-13px!important}.mb-n-md-13{margin-bottom:-13px!important}.mr-n-md-13{margin-right:-13px!important}.ml-n-md-13{margin-left:-13px!important}.t-md-13{top:13px!important}.b-md-13{bottom:13px!important}.l-md-13{left:13px!important}.r-md-13{right:13px!important}.t-n-md-13{top:-13px!important}.b-n-md-13{bottom:-13px!important}.l-n-md-13{left:-13px!important}.r-n-md-13{right:-13px!important}.ti-md-13{text-indent:13px!important}.ti-n-md-13{text-indent:-13px!important}.fs-md-13{font-size:13px!important}.row-md-13{margin-right:-13px!important;margin-left:-13px!important}.row-md-13 > [class*='col-']{padding-right:13px!important;padding-left:13px!important}.mt-md-14{margin-top:14px!important}.mb-md-14{margin-bottom:14px!important}.mr-md-14{margin-right:14px!important}.ml-md-14{margin-left:14px!important}.pt-md-14{padding-top:14px!important}.pb-md-14{padding-bottom:14px!important}.pr-md-14{padding-right:14px!important}.pl-md-14{padding-left:14px!important}.mt-n-md-14{margin-top:-14px!important}.mb-n-md-14{margin-bottom:-14px!important}.mr-n-md-14{margin-right:-14px!important}.ml-n-md-14{margin-left:-14px!important}.t-md-14{top:14px!important}.b-md-14{bottom:14px!important}.l-md-14{left:14px!important}.r-md-14{right:14px!important}.t-n-md-14{top:-14px!important}.b-n-md-14{bottom:-14px!important}.l-n-md-14{left:-14px!important}.r-n-md-14{right:-14px!important}.ti-md-14{text-indent:14px!important}.ti-n-md-14{text-indent:-14px!important}.fs-md-14{font-size:14px!important}.row-md-14{margin-right:-14px!important;margin-left:-14px!important}.row-md-14 > [class*='col-']{padding-right:14px!important;padding-left:14px!important}.mt-md-15{margin-top:15px!important}.mb-md-15{margin-bottom:15px!important}.mr-md-15{margin-right:15px!important}.ml-md-15{margin-left:15px!important}.pt-md-15{padding-top:15px!important}.pb-md-15{padding-bottom:15px!important}.pr-md-15{padding-right:15px!important}.pl-md-15{padding-left:15px!important}.mt-n-md-15{margin-top:-15px!important}.mb-n-md-15{margin-bottom:-15px!important}.mr-n-md-15{margin-right:-15px!important}.ml-n-md-15{margin-left:-15px!important}.t-md-15{top:15px!important}.b-md-15{bottom:15px!important}.l-md-15{left:15px!important}.r-md-15{right:15px!important}.t-n-md-15{top:-15px!important}.b-n-md-15{bottom:-15px!important}.l-n-md-15{left:-15px!important}.r-n-md-15{right:-15px!important}.ti-md-15{text-indent:15px!important}.ti-n-md-15{text-indent:-15px!important}.fs-md-15{font-size:15px!important}.row-md-15{margin-right:-15px!important;margin-left:-15px!important}.row-md-15 > [class*='col-']{padding-right:15px!important;padding-left:15px!important}.mt-md-16{margin-top:16px!important}.mb-md-16{margin-bottom:16px!important}.mr-md-16{margin-right:16px!important}.ml-md-16{margin-left:16px!important}.pt-md-16{padding-top:16px!important}.pb-md-16{padding-bottom:16px!important}.pr-md-16{padding-right:16px!important}.pl-md-16{padding-left:16px!important}.mt-n-md-16{margin-top:-16px!important}.mb-n-md-16{margin-bottom:-16px!important}.mr-n-md-16{margin-right:-16px!important}.ml-n-md-16{margin-left:-16px!important}.t-md-16{top:16px!important}.b-md-16{bottom:16px!important}.l-md-16{left:16px!important}.r-md-16{right:16px!important}.t-n-md-16{top:-16px!important}.b-n-md-16{bottom:-16px!important}.l-n-md-16{left:-16px!important}.r-n-md-16{right:-16px!important}.ti-md-16{text-indent:16px!important}.ti-n-md-16{text-indent:-16px!important}.fs-md-16{font-size:16px!important}.row-md-16{margin-right:-16px!important;margin-left:-16px!important}.row-md-16 > [class*='col-']{padding-right:16px!important;padding-left:16px!important}.mt-md-17{margin-top:17px!important}.mb-md-17{margin-bottom:17px!important}.mr-md-17{margin-right:17px!important}.ml-md-17{margin-left:17px!important}.pt-md-17{padding-top:17px!important}.pb-md-17{padding-bottom:17px!important}.pr-md-17{padding-right:17px!important}.pl-md-17{padding-left:17px!important}.mt-n-md-17{margin-top:-17px!important}.mb-n-md-17{margin-bottom:-17px!important}.mr-n-md-17{margin-right:-17px!important}.ml-n-md-17{margin-left:-17px!important}.t-md-17{top:17px!important}.b-md-17{bottom:17px!important}.l-md-17{left:17px!important}.r-md-17{right:17px!important}.t-n-md-17{top:-17px!important}.b-n-md-17{bottom:-17px!important}.l-n-md-17{left:-17px!important}.r-n-md-17{right:-17px!important}.ti-md-17{text-indent:17px!important}.ti-n-md-17{text-indent:-17px!important}.fs-md-17{font-size:17px!important}.row-md-17{margin-right:-17px!important;margin-left:-17px!important}.row-md-17 > [class*='col-']{padding-right:17px!important;padding-left:17px!important}.mt-md-18{margin-top:18px!important}.mb-md-18{margin-bottom:18px!important}.mr-md-18{margin-right:18px!important}.ml-md-18{margin-left:18px!important}.pt-md-18{padding-top:18px!important}.pb-md-18{padding-bottom:18px!important}.pr-md-18{padding-right:18px!important}.pl-md-18{padding-left:18px!important}.mt-n-md-18{margin-top:-18px!important}.mb-n-md-18{margin-bottom:-18px!important}.mr-n-md-18{margin-right:-18px!important}.ml-n-md-18{margin-left:-18px!important}.t-md-18{top:18px!important}.b-md-18{bottom:18px!important}.l-md-18{left:18px!important}.r-md-18{right:18px!important}.t-n-md-18{top:-18px!important}.b-n-md-18{bottom:-18px!important}.l-n-md-18{left:-18px!important}.r-n-md-18{right:-18px!important}.ti-md-18{text-indent:18px!important}.ti-n-md-18{text-indent:-18px!important}.fs-md-18{font-size:18px!important}.row-md-18{margin-right:-18px!important;margin-left:-18px!important}.row-md-18 > [class*='col-']{padding-right:18px!important;padding-left:18px!important}.mt-md-19{margin-top:19px!important}.mb-md-19{margin-bottom:19px!important}.mr-md-19{margin-right:19px!important}.ml-md-19{margin-left:19px!important}.pt-md-19{padding-top:19px!important}.pb-md-19{padding-bottom:19px!important}.pr-md-19{padding-right:19px!important}.pl-md-19{padding-left:19px!important}.mt-n-md-19{margin-top:-19px!important}.mb-n-md-19{margin-bottom:-19px!important}.mr-n-md-19{margin-right:-19px!important}.ml-n-md-19{margin-left:-19px!important}.t-md-19{top:19px!important}.b-md-19{bottom:19px!important}.l-md-19{left:19px!important}.r-md-19{right:19px!important}.t-n-md-19{top:-19px!important}.b-n-md-19{bottom:-19px!important}.l-n-md-19{left:-19px!important}.r-n-md-19{right:-19px!important}.ti-md-19{text-indent:19px!important}.ti-n-md-19{text-indent:-19px!important}.fs-md-19{font-size:19px!important}.row-md-19{margin-right:-19px!important;margin-left:-19px!important}.row-md-19 > [class*='col-']{padding-right:19px!important;padding-left:19px!important}.mt-md-20{margin-top:20px!important}.mb-md-20{margin-bottom:20px!important}.mr-md-20{margin-right:20px!important}.ml-md-20{margin-left:20px!important}.pt-md-20{padding-top:20px!important}.pb-md-20{padding-bottom:20px!important}.pr-md-20{padding-right:20px!important}.pl-md-20{padding-left:20px!important}.mt-n-md-20{margin-top:-20px!important}.mb-n-md-20{margin-bottom:-20px!important}.mr-n-md-20{margin-right:-20px!important}.ml-n-md-20{margin-left:-20px!important}.t-md-20{top:20px!important}.b-md-20{bottom:20px!important}.l-md-20{left:20px!important}.r-md-20{right:20px!important}.t-n-md-20{top:-20px!important}.b-n-md-20{bottom:-20px!important}.l-n-md-20{left:-20px!important}.r-n-md-20{right:-20px!important}.ti-md-20{text-indent:20px!important}.ti-n-md-20{text-indent:-20px!important}.fs-md-20{font-size:20px!important}.row-md-20{margin-right:-20px!important;margin-left:-20px!important}.row-md-20 > [class*='col-']{padding-right:20px!important;padding-left:20px!important}.mt-md-21{margin-top:21px!important}.mb-md-21{margin-bottom:21px!important}.mr-md-21{margin-right:21px!important}.ml-md-21{margin-left:21px!important}.pt-md-21{padding-top:21px!important}.pb-md-21{padding-bottom:21px!important}.pr-md-21{padding-right:21px!important}.pl-md-21{padding-left:21px!important}.mt-n-md-21{margin-top:-21px!important}.mb-n-md-21{margin-bottom:-21px!important}.mr-n-md-21{margin-right:-21px!important}.ml-n-md-21{margin-left:-21px!important}.t-md-21{top:21px!important}.b-md-21{bottom:21px!important}.l-md-21{left:21px!important}.r-md-21{right:21px!important}.t-n-md-21{top:-21px!important}.b-n-md-21{bottom:-21px!important}.l-n-md-21{left:-21px!important}.r-n-md-21{right:-21px!important}.ti-md-21{text-indent:21px!important}.ti-n-md-21{text-indent:-21px!important}.fs-md-21{font-size:21px!important}.row-md-21{margin-right:-21px!important;margin-left:-21px!important}.row-md-21 > [class*='col-']{padding-right:21px!important;padding-left:21px!important}.mt-md-22{margin-top:22px!important}.mb-md-22{margin-bottom:22px!important}.mr-md-22{margin-right:22px!important}.ml-md-22{margin-left:22px!important}.pt-md-22{padding-top:22px!important}.pb-md-22{padding-bottom:22px!important}.pr-md-22{padding-right:22px!important}.pl-md-22{padding-left:22px!important}.mt-n-md-22{margin-top:-22px!important}.mb-n-md-22{margin-bottom:-22px!important}.mr-n-md-22{margin-right:-22px!important}.ml-n-md-22{margin-left:-22px!important}.t-md-22{top:22px!important}.b-md-22{bottom:22px!important}.l-md-22{left:22px!important}.r-md-22{right:22px!important}.t-n-md-22{top:-22px!important}.b-n-md-22{bottom:-22px!important}.l-n-md-22{left:-22px!important}.r-n-md-22{right:-22px!important}.ti-md-22{text-indent:22px!important}.ti-n-md-22{text-indent:-22px!important}.fs-md-22{font-size:22px!important}.row-md-22{margin-right:-22px!important;margin-left:-22px!important}.row-md-22 > [class*='col-']{padding-right:22px!important;padding-left:22px!important}.mt-md-23{margin-top:23px!important}.mb-md-23{margin-bottom:23px!important}.mr-md-23{margin-right:23px!important}.ml-md-23{margin-left:23px!important}.pt-md-23{padding-top:23px!important}.pb-md-23{padding-bottom:23px!important}.pr-md-23{padding-right:23px!important}.pl-md-23{padding-left:23px!important}.mt-n-md-23{margin-top:-23px!important}.mb-n-md-23{margin-bottom:-23px!important}.mr-n-md-23{margin-right:-23px!important}.ml-n-md-23{margin-left:-23px!important}.t-md-23{top:23px!important}.b-md-23{bottom:23px!important}.l-md-23{left:23px!important}.r-md-23{right:23px!important}.t-n-md-23{top:-23px!important}.b-n-md-23{bottom:-23px!important}.l-n-md-23{left:-23px!important}.r-n-md-23{right:-23px!important}.ti-md-23{text-indent:23px!important}.ti-n-md-23{text-indent:-23px!important}.fs-md-23{font-size:23px!important}.row-md-23{margin-right:-23px!important;margin-left:-23px!important}.row-md-23 > [class*='col-']{padding-right:23px!important;padding-left:23px!important}.mt-md-24{margin-top:24px!important}.mb-md-24{margin-bottom:24px!important}.mr-md-24{margin-right:24px!important}.ml-md-24{margin-left:24px!important}.pt-md-24{padding-top:24px!important}.pb-md-24{padding-bottom:24px!important}.pr-md-24{padding-right:24px!important}.pl-md-24{padding-left:24px!important}.mt-n-md-24{margin-top:-24px!important}.mb-n-md-24{margin-bottom:-24px!important}.mr-n-md-24{margin-right:-24px!important}.ml-n-md-24{margin-left:-24px!important}.t-md-24{top:24px!important}.b-md-24{bottom:24px!important}.l-md-24{left:24px!important}.r-md-24{right:24px!important}.t-n-md-24{top:-24px!important}.b-n-md-24{bottom:-24px!important}.l-n-md-24{left:-24px!important}.r-n-md-24{right:-24px!important}.ti-md-24{text-indent:24px!important}.ti-n-md-24{text-indent:-24px!important}.fs-md-24{font-size:24px!important}.row-md-24{margin-right:-24px!important;margin-left:-24px!important}.row-md-24 > [class*='col-']{padding-right:24px!important;padding-left:24px!important}.mt-md-25{margin-top:25px!important}.mb-md-25{margin-bottom:25px!important}.mr-md-25{margin-right:25px!important}.ml-md-25{margin-left:25px!important}.pt-md-25{padding-top:25px!important}.pb-md-25{padding-bottom:25px!important}.pr-md-25{padding-right:25px!important}.pl-md-25{padding-left:25px!important}.mt-n-md-25{margin-top:-25px!important}.mb-n-md-25{margin-bottom:-25px!important}.mr-n-md-25{margin-right:-25px!important}.ml-n-md-25{margin-left:-25px!important}.t-md-25{top:25px!important}.b-md-25{bottom:25px!important}.l-md-25{left:25px!important}.r-md-25{right:25px!important}.t-n-md-25{top:-25px!important}.b-n-md-25{bottom:-25px!important}.l-n-md-25{left:-25px!important}.r-n-md-25{right:-25px!important}.ti-md-25{text-indent:25px!important}.ti-n-md-25{text-indent:-25px!important}.fs-md-25{font-size:25px!important}.row-md-25{margin-right:-25px!important;margin-left:-25px!important}.row-md-25 > [class*='col-']{padding-right:25px!important;padding-left:25px!important}.mt-md-26{margin-top:26px!important}.mb-md-26{margin-bottom:26px!important}.mr-md-26{margin-right:26px!important}.ml-md-26{margin-left:26px!important}.pt-md-26{padding-top:26px!important}.pb-md-26{padding-bottom:26px!important}.pr-md-26{padding-right:26px!important}.pl-md-26{padding-left:26px!important}.mt-n-md-26{margin-top:-26px!important}.mb-n-md-26{margin-bottom:-26px!important}.mr-n-md-26{margin-right:-26px!important}.ml-n-md-26{margin-left:-26px!important}.t-md-26{top:26px!important}.b-md-26{bottom:26px!important}.l-md-26{left:26px!important}.r-md-26{right:26px!important}.t-n-md-26{top:-26px!important}.b-n-md-26{bottom:-26px!important}.l-n-md-26{left:-26px!important}.r-n-md-26{right:-26px!important}.ti-md-26{text-indent:26px!important}.ti-n-md-26{text-indent:-26px!important}.fs-md-26{font-size:26px!important}.row-md-26{margin-right:-26px!important;margin-left:-26px!important}.row-md-26 > [class*='col-']{padding-right:26px!important;padding-left:26px!important}.mt-md-27{margin-top:27px!important}.mb-md-27{margin-bottom:27px!important}.mr-md-27{margin-right:27px!important}.ml-md-27{margin-left:27px!important}.pt-md-27{padding-top:27px!important}.pb-md-27{padding-bottom:27px!important}.pr-md-27{padding-right:27px!important}.pl-md-27{padding-left:27px!important}.mt-n-md-27{margin-top:-27px!important}.mb-n-md-27{margin-bottom:-27px!important}.mr-n-md-27{margin-right:-27px!important}.ml-n-md-27{margin-left:-27px!important}.t-md-27{top:27px!important}.b-md-27{bottom:27px!important}.l-md-27{left:27px!important}.r-md-27{right:27px!important}.t-n-md-27{top:-27px!important}.b-n-md-27{bottom:-27px!important}.l-n-md-27{left:-27px!important}.r-n-md-27{right:-27px!important}.ti-md-27{text-indent:27px!important}.ti-n-md-27{text-indent:-27px!important}.fs-md-27{font-size:27px!important}.row-md-27{margin-right:-27px!important;margin-left:-27px!important}.row-md-27 > [class*='col-']{padding-right:27px!important;padding-left:27px!important}.mt-md-28{margin-top:28px!important}.mb-md-28{margin-bottom:28px!important}.mr-md-28{margin-right:28px!important}.ml-md-28{margin-left:28px!important}.pt-md-28{padding-top:28px!important}.pb-md-28{padding-bottom:28px!important}.pr-md-28{padding-right:28px!important}.pl-md-28{padding-left:28px!important}.mt-n-md-28{margin-top:-28px!important}.mb-n-md-28{margin-bottom:-28px!important}.mr-n-md-28{margin-right:-28px!important}.ml-n-md-28{margin-left:-28px!important}.t-md-28{top:28px!important}.b-md-28{bottom:28px!important}.l-md-28{left:28px!important}.r-md-28{right:28px!important}.t-n-md-28{top:-28px!important}.b-n-md-28{bottom:-28px!important}.l-n-md-28{left:-28px!important}.r-n-md-28{right:-28px!important}.ti-md-28{text-indent:28px!important}.ti-n-md-28{text-indent:-28px!important}.fs-md-28{font-size:28px!important}.row-md-28{margin-right:-28px!important;margin-left:-28px!important}.row-md-28 > [class*='col-']{padding-right:28px!important;padding-left:28px!important}.mt-md-29{margin-top:29px!important}.mb-md-29{margin-bottom:29px!important}.mr-md-29{margin-right:29px!important}.ml-md-29{margin-left:29px!important}.pt-md-29{padding-top:29px!important}.pb-md-29{padding-bottom:29px!important}.pr-md-29{padding-right:29px!important}.pl-md-29{padding-left:29px!important}.mt-n-md-29{margin-top:-29px!important}.mb-n-md-29{margin-bottom:-29px!important}.mr-n-md-29{margin-right:-29px!important}.ml-n-md-29{margin-left:-29px!important}.t-md-29{top:29px!important}.b-md-29{bottom:29px!important}.l-md-29{left:29px!important}.r-md-29{right:29px!important}.t-n-md-29{top:-29px!important}.b-n-md-29{bottom:-29px!important}.l-n-md-29{left:-29px!important}.r-n-md-29{right:-29px!important}.ti-md-29{text-indent:29px!important}.ti-n-md-29{text-indent:-29px!important}.fs-md-29{font-size:29px!important}.row-md-29{margin-right:-29px!important;margin-left:-29px!important}.row-md-29 > [class*='col-']{padding-right:29px!important;padding-left:29px!important}.mt-md-30{margin-top:30px!important}.mb-md-30{margin-bottom:30px!important}.mr-md-30{margin-right:30px!important}.ml-md-30{margin-left:30px!important}.pt-md-30{padding-top:30px!important}.pb-md-30{padding-bottom:30px!important}.pr-md-30{padding-right:30px!important}.pl-md-30{padding-left:30px!important}.mt-n-md-30{margin-top:-30px!important}.mb-n-md-30{margin-bottom:-30px!important}.mr-n-md-30{margin-right:-30px!important}.ml-n-md-30{margin-left:-30px!important}.t-md-30{top:30px!important}.b-md-30{bottom:30px!important}.l-md-30{left:30px!important}.r-md-30{right:30px!important}.t-n-md-30{top:-30px!important}.b-n-md-30{bottom:-30px!important}.l-n-md-30{left:-30px!important}.r-n-md-30{right:-30px!important}.ti-md-30{text-indent:30px!important}.ti-n-md-30{text-indent:-30px!important}.fs-md-30{font-size:30px!important}.row-md-30{margin-right:-30px!important;margin-left:-30px!important}.row-md-30 > [class*='col-']{padding-right:30px!important;padding-left:30px!important}.mt-md-31{margin-top:31px!important}.mb-md-31{margin-bottom:31px!important}.mr-md-31{margin-right:31px!important}.ml-md-31{margin-left:31px!important}.pt-md-31{padding-top:31px!important}.pb-md-31{padding-bottom:31px!important}.pr-md-31{padding-right:31px!important}.pl-md-31{padding-left:31px!important}.mt-n-md-31{margin-top:-31px!important}.mb-n-md-31{margin-bottom:-31px!important}.mr-n-md-31{margin-right:-31px!important}.ml-n-md-31{margin-left:-31px!important}.t-md-31{top:31px!important}.b-md-31{bottom:31px!important}.l-md-31{left:31px!important}.r-md-31{right:31px!important}.t-n-md-31{top:-31px!important}.b-n-md-31{bottom:-31px!important}.l-n-md-31{left:-31px!important}.r-n-md-31{right:-31px!important}.ti-md-31{text-indent:31px!important}.ti-n-md-31{text-indent:-31px!important}.fs-md-31{font-size:31px!important}.row-md-31{margin-right:-31px!important;margin-left:-31px!important}.row-md-31 > [class*='col-']{padding-right:31px!important;padding-left:31px!important}.mt-md-32{margin-top:32px!important}.mb-md-32{margin-bottom:32px!important}.mr-md-32{margin-right:32px!important}.ml-md-32{margin-left:32px!important}.pt-md-32{padding-top:32px!important}.pb-md-32{padding-bottom:32px!important}.pr-md-32{padding-right:32px!important}.pl-md-32{padding-left:32px!important}.mt-n-md-32{margin-top:-32px!important}.mb-n-md-32{margin-bottom:-32px!important}.mr-n-md-32{margin-right:-32px!important}.ml-n-md-32{margin-left:-32px!important}.t-md-32{top:32px!important}.b-md-32{bottom:32px!important}.l-md-32{left:32px!important}.r-md-32{right:32px!important}.t-n-md-32{top:-32px!important}.b-n-md-32{bottom:-32px!important}.l-n-md-32{left:-32px!important}.r-n-md-32{right:-32px!important}.ti-md-32{text-indent:32px!important}.ti-n-md-32{text-indent:-32px!important}.fs-md-32{font-size:32px!important}.row-md-32{margin-right:-32px!important;margin-left:-32px!important}.row-md-32 > [class*='col-']{padding-right:32px!important;padding-left:32px!important}.mt-md-33{margin-top:33px!important}.mb-md-33{margin-bottom:33px!important}.mr-md-33{margin-right:33px!important}.ml-md-33{margin-left:33px!important}.pt-md-33{padding-top:33px!important}.pb-md-33{padding-bottom:33px!important}.pr-md-33{padding-right:33px!important}.pl-md-33{padding-left:33px!important}.mt-n-md-33{margin-top:-33px!important}.mb-n-md-33{margin-bottom:-33px!important}.mr-n-md-33{margin-right:-33px!important}.ml-n-md-33{margin-left:-33px!important}.t-md-33{top:33px!important}.b-md-33{bottom:33px!important}.l-md-33{left:33px!important}.r-md-33{right:33px!important}.t-n-md-33{top:-33px!important}.b-n-md-33{bottom:-33px!important}.l-n-md-33{left:-33px!important}.r-n-md-33{right:-33px!important}.ti-md-33{text-indent:33px!important}.ti-n-md-33{text-indent:-33px!important}.fs-md-33{font-size:33px!important}.row-md-33{margin-right:-33px!important;margin-left:-33px!important}.row-md-33 > [class*='col-']{padding-right:33px!important;padding-left:33px!important}.mt-md-34{margin-top:34px!important}.mb-md-34{margin-bottom:34px!important}.mr-md-34{margin-right:34px!important}.ml-md-34{margin-left:34px!important}.pt-md-34{padding-top:34px!important}.pb-md-34{padding-bottom:34px!important}.pr-md-34{padding-right:34px!important}.pl-md-34{padding-left:34px!important}.mt-n-md-34{margin-top:-34px!important}.mb-n-md-34{margin-bottom:-34px!important}.mr-n-md-34{margin-right:-34px!important}.ml-n-md-34{margin-left:-34px!important}.t-md-34{top:34px!important}.b-md-34{bottom:34px!important}.l-md-34{left:34px!important}.r-md-34{right:34px!important}.t-n-md-34{top:-34px!important}.b-n-md-34{bottom:-34px!important}.l-n-md-34{left:-34px!important}.r-n-md-34{right:-34px!important}.ti-md-34{text-indent:34px!important}.ti-n-md-34{text-indent:-34px!important}.fs-md-34{font-size:34px!important}.row-md-34{margin-right:-34px!important;margin-left:-34px!important}.row-md-34 > [class*='col-']{padding-right:34px!important;padding-left:34px!important}.mt-md-35{margin-top:35px!important}.mb-md-35{margin-bottom:35px!important}.mr-md-35{margin-right:35px!important}.ml-md-35{margin-left:35px!important}.pt-md-35{padding-top:35px!important}.pb-md-35{padding-bottom:35px!important}.pr-md-35{padding-right:35px!important}.pl-md-35{padding-left:35px!important}.mt-n-md-35{margin-top:-35px!important}.mb-n-md-35{margin-bottom:-35px!important}.mr-n-md-35{margin-right:-35px!important}.ml-n-md-35{margin-left:-35px!important}.t-md-35{top:35px!important}.b-md-35{bottom:35px!important}.l-md-35{left:35px!important}.r-md-35{right:35px!important}.t-n-md-35{top:-35px!important}.b-n-md-35{bottom:-35px!important}.l-n-md-35{left:-35px!important}.r-n-md-35{right:-35px!important}.ti-md-35{text-indent:35px!important}.ti-n-md-35{text-indent:-35px!important}.fs-md-35{font-size:35px!important}.row-md-35{margin-right:-35px!important;margin-left:-35px!important}.row-md-35 > [class*='col-']{padding-right:35px!important;padding-left:35px!important}.mt-md-36{margin-top:36px!important}.mb-md-36{margin-bottom:36px!important}.mr-md-36{margin-right:36px!important}.ml-md-36{margin-left:36px!important}.pt-md-36{padding-top:36px!important}.pb-md-36{padding-bottom:36px!important}.pr-md-36{padding-right:36px!important}.pl-md-36{padding-left:36px!important}.mt-n-md-36{margin-top:-36px!important}.mb-n-md-36{margin-bottom:-36px!important}.mr-n-md-36{margin-right:-36px!important}.ml-n-md-36{margin-left:-36px!important}.t-md-36{top:36px!important}.b-md-36{bottom:36px!important}.l-md-36{left:36px!important}.r-md-36{right:36px!important}.t-n-md-36{top:-36px!important}.b-n-md-36{bottom:-36px!important}.l-n-md-36{left:-36px!important}.r-n-md-36{right:-36px!important}.ti-md-36{text-indent:36px!important}.ti-n-md-36{text-indent:-36px!important}.fs-md-36{font-size:36px!important}.row-md-36{margin-right:-36px!important;margin-left:-36px!important}.row-md-36 > [class*='col-']{padding-right:36px!important;padding-left:36px!important}.mt-md-37{margin-top:37px!important}.mb-md-37{margin-bottom:37px!important}.mr-md-37{margin-right:37px!important}.ml-md-37{margin-left:37px!important}.pt-md-37{padding-top:37px!important}.pb-md-37{padding-bottom:37px!important}.pr-md-37{padding-right:37px!important}.pl-md-37{padding-left:37px!important}.mt-n-md-37{margin-top:-37px!important}.mb-n-md-37{margin-bottom:-37px!important}.mr-n-md-37{margin-right:-37px!important}.ml-n-md-37{margin-left:-37px!important}.t-md-37{top:37px!important}.b-md-37{bottom:37px!important}.l-md-37{left:37px!important}.r-md-37{right:37px!important}.t-n-md-37{top:-37px!important}.b-n-md-37{bottom:-37px!important}.l-n-md-37{left:-37px!important}.r-n-md-37{right:-37px!important}.ti-md-37{text-indent:37px!important}.ti-n-md-37{text-indent:-37px!important}.fs-md-37{font-size:37px!important}.row-md-37{margin-right:-37px!important;margin-left:-37px!important}.row-md-37 > [class*='col-']{padding-right:37px!important;padding-left:37px!important}.mt-md-38{margin-top:38px!important}.mb-md-38{margin-bottom:38px!important}.mr-md-38{margin-right:38px!important}.ml-md-38{margin-left:38px!important}.pt-md-38{padding-top:38px!important}.pb-md-38{padding-bottom:38px!important}.pr-md-38{padding-right:38px!important}.pl-md-38{padding-left:38px!important}.mt-n-md-38{margin-top:-38px!important}.mb-n-md-38{margin-bottom:-38px!important}.mr-n-md-38{margin-right:-38px!important}.ml-n-md-38{margin-left:-38px!important}.t-md-38{top:38px!important}.b-md-38{bottom:38px!important}.l-md-38{left:38px!important}.r-md-38{right:38px!important}.t-n-md-38{top:-38px!important}.b-n-md-38{bottom:-38px!important}.l-n-md-38{left:-38px!important}.r-n-md-38{right:-38px!important}.ti-md-38{text-indent:38px!important}.ti-n-md-38{text-indent:-38px!important}.fs-md-38{font-size:38px!important}.row-md-38{margin-right:-38px!important;margin-left:-38px!important}.row-md-38 > [class*='col-']{padding-right:38px!important;padding-left:38px!important}.mt-md-39{margin-top:39px!important}.mb-md-39{margin-bottom:39px!important}.mr-md-39{margin-right:39px!important}.ml-md-39{margin-left:39px!important}.pt-md-39{padding-top:39px!important}.pb-md-39{padding-bottom:39px!important}.pr-md-39{padding-right:39px!important}.pl-md-39{padding-left:39px!important}.mt-n-md-39{margin-top:-39px!important}.mb-n-md-39{margin-bottom:-39px!important}.mr-n-md-39{margin-right:-39px!important}.ml-n-md-39{margin-left:-39px!important}.t-md-39{top:39px!important}.b-md-39{bottom:39px!important}.l-md-39{left:39px!important}.r-md-39{right:39px!important}.t-n-md-39{top:-39px!important}.b-n-md-39{bottom:-39px!important}.l-n-md-39{left:-39px!important}.r-n-md-39{right:-39px!important}.ti-md-39{text-indent:39px!important}.ti-n-md-39{text-indent:-39px!important}.fs-md-39{font-size:39px!important}.row-md-39{margin-right:-39px!important;margin-left:-39px!important}.row-md-39 > [class*='col-']{padding-right:39px!important;padding-left:39px!important}.mt-md-40{margin-top:40px!important}.mb-md-40{margin-bottom:40px!important}.mr-md-40{margin-right:40px!important}.ml-md-40{margin-left:40px!important}.pt-md-40{padding-top:40px!important}.pb-md-40{padding-bottom:40px!important}.pr-md-40{padding-right:40px!important}.pl-md-40{padding-left:40px!important}.mt-n-md-40{margin-top:-40px!important}.mb-n-md-40{margin-bottom:-40px!important}.mr-n-md-40{margin-right:-40px!important}.ml-n-md-40{margin-left:-40px!important}.t-md-40{top:40px!important}.b-md-40{bottom:40px!important}.l-md-40{left:40px!important}.r-md-40{right:40px!important}.t-n-md-40{top:-40px!important}.b-n-md-40{bottom:-40px!important}.l-n-md-40{left:-40px!important}.r-n-md-40{right:-40px!important}.ti-md-40{text-indent:40px!important}.ti-n-md-40{text-indent:-40px!important}.fs-md-40{font-size:40px!important}.row-md-40{margin-right:-40px!important;margin-left:-40px!important}.row-md-40 > [class*='col-']{padding-right:40px!important;padding-left:40px!important}.mt-md-41{margin-top:41px!important}.mb-md-41{margin-bottom:41px!important}.mr-md-41{margin-right:41px!important}.ml-md-41{margin-left:41px!important}.pt-md-41{padding-top:41px!important}.pb-md-41{padding-bottom:41px!important}.pr-md-41{padding-right:41px!important}.pl-md-41{padding-left:41px!important}.mt-n-md-41{margin-top:-41px!important}.mb-n-md-41{margin-bottom:-41px!important}.mr-n-md-41{margin-right:-41px!important}.ml-n-md-41{margin-left:-41px!important}.t-md-41{top:41px!important}.b-md-41{bottom:41px!important}.l-md-41{left:41px!important}.r-md-41{right:41px!important}.t-n-md-41{top:-41px!important}.b-n-md-41{bottom:-41px!important}.l-n-md-41{left:-41px!important}.r-n-md-41{right:-41px!important}.ti-md-41{text-indent:41px!important}.ti-n-md-41{text-indent:-41px!important}.fs-md-41{font-size:41px!important}.row-md-41{margin-right:-41px!important;margin-left:-41px!important}.row-md-41 > [class*='col-']{padding-right:41px!important;padding-left:41px!important}.mt-md-42{margin-top:42px!important}.mb-md-42{margin-bottom:42px!important}.mr-md-42{margin-right:42px!important}.ml-md-42{margin-left:42px!important}.pt-md-42{padding-top:42px!important}.pb-md-42{padding-bottom:42px!important}.pr-md-42{padding-right:42px!important}.pl-md-42{padding-left:42px!important}.mt-n-md-42{margin-top:-42px!important}.mb-n-md-42{margin-bottom:-42px!important}.mr-n-md-42{margin-right:-42px!important}.ml-n-md-42{margin-left:-42px!important}.t-md-42{top:42px!important}.b-md-42{bottom:42px!important}.l-md-42{left:42px!important}.r-md-42{right:42px!important}.t-n-md-42{top:-42px!important}.b-n-md-42{bottom:-42px!important}.l-n-md-42{left:-42px!important}.r-n-md-42{right:-42px!important}.ti-md-42{text-indent:42px!important}.ti-n-md-42{text-indent:-42px!important}.fs-md-42{font-size:42px!important}.row-md-42{margin-right:-42px!important;margin-left:-42px!important}.row-md-42 > [class*='col-']{padding-right:42px!important;padding-left:42px!important}.mt-md-43{margin-top:43px!important}.mb-md-43{margin-bottom:43px!important}.mr-md-43{margin-right:43px!important}.ml-md-43{margin-left:43px!important}.pt-md-43{padding-top:43px!important}.pb-md-43{padding-bottom:43px!important}.pr-md-43{padding-right:43px!important}.pl-md-43{padding-left:43px!important}.mt-n-md-43{margin-top:-43px!important}.mb-n-md-43{margin-bottom:-43px!important}.mr-n-md-43{margin-right:-43px!important}.ml-n-md-43{margin-left:-43px!important}.t-md-43{top:43px!important}.b-md-43{bottom:43px!important}.l-md-43{left:43px!important}.r-md-43{right:43px!important}.t-n-md-43{top:-43px!important}.b-n-md-43{bottom:-43px!important}.l-n-md-43{left:-43px!important}.r-n-md-43{right:-43px!important}.ti-md-43{text-indent:43px!important}.ti-n-md-43{text-indent:-43px!important}.fs-md-43{font-size:43px!important}.row-md-43{margin-right:-43px!important;margin-left:-43px!important}.row-md-43 > [class*='col-']{padding-right:43px!important;padding-left:43px!important}.mt-md-44{margin-top:44px!important}.mb-md-44{margin-bottom:44px!important}.mr-md-44{margin-right:44px!important}.ml-md-44{margin-left:44px!important}.pt-md-44{padding-top:44px!important}.pb-md-44{padding-bottom:44px!important}.pr-md-44{padding-right:44px!important}.pl-md-44{padding-left:44px!important}.mt-n-md-44{margin-top:-44px!important}.mb-n-md-44{margin-bottom:-44px!important}.mr-n-md-44{margin-right:-44px!important}.ml-n-md-44{margin-left:-44px!important}.t-md-44{top:44px!important}.b-md-44{bottom:44px!important}.l-md-44{left:44px!important}.r-md-44{right:44px!important}.t-n-md-44{top:-44px!important}.b-n-md-44{bottom:-44px!important}.l-n-md-44{left:-44px!important}.r-n-md-44{right:-44px!important}.ti-md-44{text-indent:44px!important}.ti-n-md-44{text-indent:-44px!important}.fs-md-44{font-size:44px!important}.row-md-44{margin-right:-44px!important;margin-left:-44px!important}.row-md-44 > [class*='col-']{padding-right:44px!important;padding-left:44px!important}.mt-md-45{margin-top:45px!important}.mb-md-45{margin-bottom:45px!important}.mr-md-45{margin-right:45px!important}.ml-md-45{margin-left:45px!important}.pt-md-45{padding-top:45px!important}.pb-md-45{padding-bottom:45px!important}.pr-md-45{padding-right:45px!important}.pl-md-45{padding-left:45px!important}.mt-n-md-45{margin-top:-45px!important}.mb-n-md-45{margin-bottom:-45px!important}.mr-n-md-45{margin-right:-45px!important}.ml-n-md-45{margin-left:-45px!important}.t-md-45{top:45px!important}.b-md-45{bottom:45px!important}.l-md-45{left:45px!important}.r-md-45{right:45px!important}.t-n-md-45{top:-45px!important}.b-n-md-45{bottom:-45px!important}.l-n-md-45{left:-45px!important}.r-n-md-45{right:-45px!important}.ti-md-45{text-indent:45px!important}.ti-n-md-45{text-indent:-45px!important}.fs-md-45{font-size:45px!important}.row-md-45{margin-right:-45px!important;margin-left:-45px!important}.row-md-45 > [class*='col-']{padding-right:45px!important;padding-left:45px!important}.mt-md-46{margin-top:46px!important}.mb-md-46{margin-bottom:46px!important}.mr-md-46{margin-right:46px!important}.ml-md-46{margin-left:46px!important}.pt-md-46{padding-top:46px!important}.pb-md-46{padding-bottom:46px!important}.pr-md-46{padding-right:46px!important}.pl-md-46{padding-left:46px!important}.mt-n-md-46{margin-top:-46px!important}.mb-n-md-46{margin-bottom:-46px!important}.mr-n-md-46{margin-right:-46px!important}.ml-n-md-46{margin-left:-46px!important}.t-md-46{top:46px!important}.b-md-46{bottom:46px!important}.l-md-46{left:46px!important}.r-md-46{right:46px!important}.t-n-md-46{top:-46px!important}.b-n-md-46{bottom:-46px!important}.l-n-md-46{left:-46px!important}.r-n-md-46{right:-46px!important}.ti-md-46{text-indent:46px!important}.ti-n-md-46{text-indent:-46px!important}.fs-md-46{font-size:46px!important}.row-md-46{margin-right:-46px!important;margin-left:-46px!important}.row-md-46 > [class*='col-']{padding-right:46px!important;padding-left:46px!important}.mt-md-47{margin-top:47px!important}.mb-md-47{margin-bottom:47px!important}.mr-md-47{margin-right:47px!important}.ml-md-47{margin-left:47px!important}.pt-md-47{padding-top:47px!important}.pb-md-47{padding-bottom:47px!important}.pr-md-47{padding-right:47px!important}.pl-md-47{padding-left:47px!important}.mt-n-md-47{margin-top:-47px!important}.mb-n-md-47{margin-bottom:-47px!important}.mr-n-md-47{margin-right:-47px!important}.ml-n-md-47{margin-left:-47px!important}.t-md-47{top:47px!important}.b-md-47{bottom:47px!important}.l-md-47{left:47px!important}.r-md-47{right:47px!important}.t-n-md-47{top:-47px!important}.b-n-md-47{bottom:-47px!important}.l-n-md-47{left:-47px!important}.r-n-md-47{right:-47px!important}.ti-md-47{text-indent:47px!important}.ti-n-md-47{text-indent:-47px!important}.fs-md-47{font-size:47px!important}.row-md-47{margin-right:-47px!important;margin-left:-47px!important}.row-md-47 > [class*='col-']{padding-right:47px!important;padding-left:47px!important}.mt-md-48{margin-top:48px!important}.mb-md-48{margin-bottom:48px!important}.mr-md-48{margin-right:48px!important}.ml-md-48{margin-left:48px!important}.pt-md-48{padding-top:48px!important}.pb-md-48{padding-bottom:48px!important}.pr-md-48{padding-right:48px!important}.pl-md-48{padding-left:48px!important}.mt-n-md-48{margin-top:-48px!important}.mb-n-md-48{margin-bottom:-48px!important}.mr-n-md-48{margin-right:-48px!important}.ml-n-md-48{margin-left:-48px!important}.t-md-48{top:48px!important}.b-md-48{bottom:48px!important}.l-md-48{left:48px!important}.r-md-48{right:48px!important}.t-n-md-48{top:-48px!important}.b-n-md-48{bottom:-48px!important}.l-n-md-48{left:-48px!important}.r-n-md-48{right:-48px!important}.ti-md-48{text-indent:48px!important}.ti-n-md-48{text-indent:-48px!important}.fs-md-48{font-size:48px!important}.row-md-48{margin-right:-48px!important;margin-left:-48px!important}.row-md-48 > [class*='col-']{padding-right:48px!important;padding-left:48px!important}.mt-md-49{margin-top:49px!important}.mb-md-49{margin-bottom:49px!important}.mr-md-49{margin-right:49px!important}.ml-md-49{margin-left:49px!important}.pt-md-49{padding-top:49px!important}.pb-md-49{padding-bottom:49px!important}.pr-md-49{padding-right:49px!important}.pl-md-49{padding-left:49px!important}.mt-n-md-49{margin-top:-49px!important}.mb-n-md-49{margin-bottom:-49px!important}.mr-n-md-49{margin-right:-49px!important}.ml-n-md-49{margin-left:-49px!important}.t-md-49{top:49px!important}.b-md-49{bottom:49px!important}.l-md-49{left:49px!important}.r-md-49{right:49px!important}.t-n-md-49{top:-49px!important}.b-n-md-49{bottom:-49px!important}.l-n-md-49{left:-49px!important}.r-n-md-49{right:-49px!important}.ti-md-49{text-indent:49px!important}.ti-n-md-49{text-indent:-49px!important}.fs-md-49{font-size:49px!important}.row-md-49{margin-right:-49px!important;margin-left:-49px!important}.row-md-49 > [class*='col-']{padding-right:49px!important;padding-left:49px!important}.mt-md-50{margin-top:50px!important}.mb-md-50{margin-bottom:50px!important}.mr-md-50{margin-right:50px!important}.ml-md-50{margin-left:50px!important}.pt-md-50{padding-top:50px!important}.pb-md-50{padding-bottom:50px!important}.pr-md-50{padding-right:50px!important}.pl-md-50{padding-left:50px!important}.mt-n-md-50{margin-top:-50px!important}.mb-n-md-50{margin-bottom:-50px!important}.mr-n-md-50{margin-right:-50px!important}.ml-n-md-50{margin-left:-50px!important}.t-md-50{top:50px!important}.b-md-50{bottom:50px!important}.l-md-50{left:50px!important}.r-md-50{right:50px!important}.t-n-md-50{top:-50px!important}.b-n-md-50{bottom:-50px!important}.l-n-md-50{left:-50px!important}.r-n-md-50{right:-50px!important}.ti-md-50{text-indent:50px!important}.ti-n-md-50{text-indent:-50px!important}.fs-md-50{font-size:50px!important}.row-md-50{margin-right:-50px!important;margin-left:-50px!important}.row-md-50 > [class*='col-']{padding-right:50px!important;padding-left:50px!important}.mt-md-51{margin-top:51px!important}.mb-md-51{margin-bottom:51px!important}.mr-md-51{margin-right:51px!important}.ml-md-51{margin-left:51px!important}.pt-md-51{padding-top:51px!important}.pb-md-51{padding-bottom:51px!important}.pr-md-51{padding-right:51px!important}.pl-md-51{padding-left:51px!important}.mt-n-md-51{margin-top:-51px!important}.mb-n-md-51{margin-bottom:-51px!important}.mr-n-md-51{margin-right:-51px!important}.ml-n-md-51{margin-left:-51px!important}.t-md-51{top:51px!important}.b-md-51{bottom:51px!important}.l-md-51{left:51px!important}.r-md-51{right:51px!important}.t-n-md-51{top:-51px!important}.b-n-md-51{bottom:-51px!important}.l-n-md-51{left:-51px!important}.r-n-md-51{right:-51px!important}.ti-md-51{text-indent:51px!important}.ti-n-md-51{text-indent:-51px!important}.fs-md-51{font-size:51px!important}.row-md-51{margin-right:-51px!important;margin-left:-51px!important}.row-md-51 > [class*='col-']{padding-right:51px!important;padding-left:51px!important}.mt-md-52{margin-top:52px!important}.mb-md-52{margin-bottom:52px!important}.mr-md-52{margin-right:52px!important}.ml-md-52{margin-left:52px!important}.pt-md-52{padding-top:52px!important}.pb-md-52{padding-bottom:52px!important}.pr-md-52{padding-right:52px!important}.pl-md-52{padding-left:52px!important}.mt-n-md-52{margin-top:-52px!important}.mb-n-md-52{margin-bottom:-52px!important}.mr-n-md-52{margin-right:-52px!important}.ml-n-md-52{margin-left:-52px!important}.t-md-52{top:52px!important}.b-md-52{bottom:52px!important}.l-md-52{left:52px!important}.r-md-52{right:52px!important}.t-n-md-52{top:-52px!important}.b-n-md-52{bottom:-52px!important}.l-n-md-52{left:-52px!important}.r-n-md-52{right:-52px!important}.ti-md-52{text-indent:52px!important}.ti-n-md-52{text-indent:-52px!important}.fs-md-52{font-size:52px!important}.row-md-52{margin-right:-52px!important;margin-left:-52px!important}.row-md-52 > [class*='col-']{padding-right:52px!important;padding-left:52px!important}.mt-md-53{margin-top:53px!important}.mb-md-53{margin-bottom:53px!important}.mr-md-53{margin-right:53px!important}.ml-md-53{margin-left:53px!important}.pt-md-53{padding-top:53px!important}.pb-md-53{padding-bottom:53px!important}.pr-md-53{padding-right:53px!important}.pl-md-53{padding-left:53px!important}.mt-n-md-53{margin-top:-53px!important}.mb-n-md-53{margin-bottom:-53px!important}.mr-n-md-53{margin-right:-53px!important}.ml-n-md-53{margin-left:-53px!important}.t-md-53{top:53px!important}.b-md-53{bottom:53px!important}.l-md-53{left:53px!important}.r-md-53{right:53px!important}.t-n-md-53{top:-53px!important}.b-n-md-53{bottom:-53px!important}.l-n-md-53{left:-53px!important}.r-n-md-53{right:-53px!important}.ti-md-53{text-indent:53px!important}.ti-n-md-53{text-indent:-53px!important}.fs-md-53{font-size:53px!important}.row-md-53{margin-right:-53px!important;margin-left:-53px!important}.row-md-53 > [class*='col-']{padding-right:53px!important;padding-left:53px!important}.mt-md-54{margin-top:54px!important}.mb-md-54{margin-bottom:54px!important}.mr-md-54{margin-right:54px!important}.ml-md-54{margin-left:54px!important}.pt-md-54{padding-top:54px!important}.pb-md-54{padding-bottom:54px!important}.pr-md-54{padding-right:54px!important}.pl-md-54{padding-left:54px!important}.mt-n-md-54{margin-top:-54px!important}.mb-n-md-54{margin-bottom:-54px!important}.mr-n-md-54{margin-right:-54px!important}.ml-n-md-54{margin-left:-54px!important}.t-md-54{top:54px!important}.b-md-54{bottom:54px!important}.l-md-54{left:54px!important}.r-md-54{right:54px!important}.t-n-md-54{top:-54px!important}.b-n-md-54{bottom:-54px!important}.l-n-md-54{left:-54px!important}.r-n-md-54{right:-54px!important}.ti-md-54{text-indent:54px!important}.ti-n-md-54{text-indent:-54px!important}.fs-md-54{font-size:54px!important}.row-md-54{margin-right:-54px!important;margin-left:-54px!important}.row-md-54 > [class*='col-']{padding-right:54px!important;padding-left:54px!important}.mt-md-55{margin-top:55px!important}.mb-md-55{margin-bottom:55px!important}.mr-md-55{margin-right:55px!important}.ml-md-55{margin-left:55px!important}.pt-md-55{padding-top:55px!important}.pb-md-55{padding-bottom:55px!important}.pr-md-55{padding-right:55px!important}.pl-md-55{padding-left:55px!important}.mt-n-md-55{margin-top:-55px!important}.mb-n-md-55{margin-bottom:-55px!important}.mr-n-md-55{margin-right:-55px!important}.ml-n-md-55{margin-left:-55px!important}.t-md-55{top:55px!important}.b-md-55{bottom:55px!important}.l-md-55{left:55px!important}.r-md-55{right:55px!important}.t-n-md-55{top:-55px!important}.b-n-md-55{bottom:-55px!important}.l-n-md-55{left:-55px!important}.r-n-md-55{right:-55px!important}.ti-md-55{text-indent:55px!important}.ti-n-md-55{text-indent:-55px!important}.fs-md-55{font-size:55px!important}.row-md-55{margin-right:-55px!important;margin-left:-55px!important}.row-md-55 > [class*='col-']{padding-right:55px!important;padding-left:55px!important}.mt-md-56{margin-top:56px!important}.mb-md-56{margin-bottom:56px!important}.mr-md-56{margin-right:56px!important}.ml-md-56{margin-left:56px!important}.pt-md-56{padding-top:56px!important}.pb-md-56{padding-bottom:56px!important}.pr-md-56{padding-right:56px!important}.pl-md-56{padding-left:56px!important}.mt-n-md-56{margin-top:-56px!important}.mb-n-md-56{margin-bottom:-56px!important}.mr-n-md-56{margin-right:-56px!important}.ml-n-md-56{margin-left:-56px!important}.t-md-56{top:56px!important}.b-md-56{bottom:56px!important}.l-md-56{left:56px!important}.r-md-56{right:56px!important}.t-n-md-56{top:-56px!important}.b-n-md-56{bottom:-56px!important}.l-n-md-56{left:-56px!important}.r-n-md-56{right:-56px!important}.ti-md-56{text-indent:56px!important}.ti-n-md-56{text-indent:-56px!important}.fs-md-56{font-size:56px!important}.row-md-56{margin-right:-56px!important;margin-left:-56px!important}.row-md-56 > [class*='col-']{padding-right:56px!important;padding-left:56px!important}.mt-md-57{margin-top:57px!important}.mb-md-57{margin-bottom:57px!important}.mr-md-57{margin-right:57px!important}.ml-md-57{margin-left:57px!important}.pt-md-57{padding-top:57px!important}.pb-md-57{padding-bottom:57px!important}.pr-md-57{padding-right:57px!important}.pl-md-57{padding-left:57px!important}.mt-n-md-57{margin-top:-57px!important}.mb-n-md-57{margin-bottom:-57px!important}.mr-n-md-57{margin-right:-57px!important}.ml-n-md-57{margin-left:-57px!important}.t-md-57{top:57px!important}.b-md-57{bottom:57px!important}.l-md-57{left:57px!important}.r-md-57{right:57px!important}.t-n-md-57{top:-57px!important}.b-n-md-57{bottom:-57px!important}.l-n-md-57{left:-57px!important}.r-n-md-57{right:-57px!important}.ti-md-57{text-indent:57px!important}.ti-n-md-57{text-indent:-57px!important}.fs-md-57{font-size:57px!important}.row-md-57{margin-right:-57px!important;margin-left:-57px!important}.row-md-57 > [class*='col-']{padding-right:57px!important;padding-left:57px!important}.mt-md-58{margin-top:58px!important}.mb-md-58{margin-bottom:58px!important}.mr-md-58{margin-right:58px!important}.ml-md-58{margin-left:58px!important}.pt-md-58{padding-top:58px!important}.pb-md-58{padding-bottom:58px!important}.pr-md-58{padding-right:58px!important}.pl-md-58{padding-left:58px!important}.mt-n-md-58{margin-top:-58px!important}.mb-n-md-58{margin-bottom:-58px!important}.mr-n-md-58{margin-right:-58px!important}.ml-n-md-58{margin-left:-58px!important}.t-md-58{top:58px!important}.b-md-58{bottom:58px!important}.l-md-58{left:58px!important}.r-md-58{right:58px!important}.t-n-md-58{top:-58px!important}.b-n-md-58{bottom:-58px!important}.l-n-md-58{left:-58px!important}.r-n-md-58{right:-58px!important}.ti-md-58{text-indent:58px!important}.ti-n-md-58{text-indent:-58px!important}.fs-md-58{font-size:58px!important}.row-md-58{margin-right:-58px!important;margin-left:-58px!important}.row-md-58 > [class*='col-']{padding-right:58px!important;padding-left:58px!important}.mt-md-59{margin-top:59px!important}.mb-md-59{margin-bottom:59px!important}.mr-md-59{margin-right:59px!important}.ml-md-59{margin-left:59px!important}.pt-md-59{padding-top:59px!important}.pb-md-59{padding-bottom:59px!important}.pr-md-59{padding-right:59px!important}.pl-md-59{padding-left:59px!important}.mt-n-md-59{margin-top:-59px!important}.mb-n-md-59{margin-bottom:-59px!important}.mr-n-md-59{margin-right:-59px!important}.ml-n-md-59{margin-left:-59px!important}.t-md-59{top:59px!important}.b-md-59{bottom:59px!important}.l-md-59{left:59px!important}.r-md-59{right:59px!important}.t-n-md-59{top:-59px!important}.b-n-md-59{bottom:-59px!important}.l-n-md-59{left:-59px!important}.r-n-md-59{right:-59px!important}.ti-md-59{text-indent:59px!important}.ti-n-md-59{text-indent:-59px!important}.fs-md-59{font-size:59px!important}.row-md-59{margin-right:-59px!important;margin-left:-59px!important}.row-md-59 > [class*='col-']{padding-right:59px!important;padding-left:59px!important}.mt-md-60{margin-top:60px!important}.mb-md-60{margin-bottom:60px!important}.mr-md-60{margin-right:60px!important}.ml-md-60{margin-left:60px!important}.pt-md-60{padding-top:60px!important}.pb-md-60{padding-bottom:60px!important}.pr-md-60{padding-right:60px!important}.pl-md-60{padding-left:60px!important}.mt-n-md-60{margin-top:-60px!important}.mb-n-md-60{margin-bottom:-60px!important}.mr-n-md-60{margin-right:-60px!important}.ml-n-md-60{margin-left:-60px!important}.t-md-60{top:60px!important}.b-md-60{bottom:60px!important}.l-md-60{left:60px!important}.r-md-60{right:60px!important}.t-n-md-60{top:-60px!important}.b-n-md-60{bottom:-60px!important}.l-n-md-60{left:-60px!important}.r-n-md-60{right:-60px!important}.ti-md-60{text-indent:60px!important}.ti-n-md-60{text-indent:-60px!important}.fs-md-60{font-size:60px!important}.row-md-60{margin-right:-60px!important;margin-left:-60px!important}.row-md-60 > [class*='col-']{padding-right:60px!important;padding-left:60px!important}.mt-md-61{margin-top:61px!important}.mb-md-61{margin-bottom:61px!important}.mr-md-61{margin-right:61px!important}.ml-md-61{margin-left:61px!important}.pt-md-61{padding-top:61px!important}.pb-md-61{padding-bottom:61px!important}.pr-md-61{padding-right:61px!important}.pl-md-61{padding-left:61px!important}.mt-n-md-61{margin-top:-61px!important}.mb-n-md-61{margin-bottom:-61px!important}.mr-n-md-61{margin-right:-61px!important}.ml-n-md-61{margin-left:-61px!important}.t-md-61{top:61px!important}.b-md-61{bottom:61px!important}.l-md-61{left:61px!important}.r-md-61{right:61px!important}.t-n-md-61{top:-61px!important}.b-n-md-61{bottom:-61px!important}.l-n-md-61{left:-61px!important}.r-n-md-61{right:-61px!important}.ti-md-61{text-indent:61px!important}.ti-n-md-61{text-indent:-61px!important}.fs-md-61{font-size:61px!important}.row-md-61{margin-right:-61px!important;margin-left:-61px!important}.row-md-61 > [class*='col-']{padding-right:61px!important;padding-left:61px!important}.mt-md-62{margin-top:62px!important}.mb-md-62{margin-bottom:62px!important}.mr-md-62{margin-right:62px!important}.ml-md-62{margin-left:62px!important}.pt-md-62{padding-top:62px!important}.pb-md-62{padding-bottom:62px!important}.pr-md-62{padding-right:62px!important}.pl-md-62{padding-left:62px!important}.mt-n-md-62{margin-top:-62px!important}.mb-n-md-62{margin-bottom:-62px!important}.mr-n-md-62{margin-right:-62px!important}.ml-n-md-62{margin-left:-62px!important}.t-md-62{top:62px!important}.b-md-62{bottom:62px!important}.l-md-62{left:62px!important}.r-md-62{right:62px!important}.t-n-md-62{top:-62px!important}.b-n-md-62{bottom:-62px!important}.l-n-md-62{left:-62px!important}.r-n-md-62{right:-62px!important}.ti-md-62{text-indent:62px!important}.ti-n-md-62{text-indent:-62px!important}.fs-md-62{font-size:62px!important}.row-md-62{margin-right:-62px!important;margin-left:-62px!important}.row-md-62 > [class*='col-']{padding-right:62px!important;padding-left:62px!important}.mt-md-63{margin-top:63px!important}.mb-md-63{margin-bottom:63px!important}.mr-md-63{margin-right:63px!important}.ml-md-63{margin-left:63px!important}.pt-md-63{padding-top:63px!important}.pb-md-63{padding-bottom:63px!important}.pr-md-63{padding-right:63px!important}.pl-md-63{padding-left:63px!important}.mt-n-md-63{margin-top:-63px!important}.mb-n-md-63{margin-bottom:-63px!important}.mr-n-md-63{margin-right:-63px!important}.ml-n-md-63{margin-left:-63px!important}.t-md-63{top:63px!important}.b-md-63{bottom:63px!important}.l-md-63{left:63px!important}.r-md-63{right:63px!important}.t-n-md-63{top:-63px!important}.b-n-md-63{bottom:-63px!important}.l-n-md-63{left:-63px!important}.r-n-md-63{right:-63px!important}.ti-md-63{text-indent:63px!important}.ti-n-md-63{text-indent:-63px!important}.fs-md-63{font-size:63px!important}.row-md-63{margin-right:-63px!important;margin-left:-63px!important}.row-md-63 > [class*='col-']{padding-right:63px!important;padding-left:63px!important}.mt-md-64{margin-top:64px!important}.mb-md-64{margin-bottom:64px!important}.mr-md-64{margin-right:64px!important}.ml-md-64{margin-left:64px!important}.pt-md-64{padding-top:64px!important}.pb-md-64{padding-bottom:64px!important}.pr-md-64{padding-right:64px!important}.pl-md-64{padding-left:64px!important}.mt-n-md-64{margin-top:-64px!important}.mb-n-md-64{margin-bottom:-64px!important}.mr-n-md-64{margin-right:-64px!important}.ml-n-md-64{margin-left:-64px!important}.t-md-64{top:64px!important}.b-md-64{bottom:64px!important}.l-md-64{left:64px!important}.r-md-64{right:64px!important}.t-n-md-64{top:-64px!important}.b-n-md-64{bottom:-64px!important}.l-n-md-64{left:-64px!important}.r-n-md-64{right:-64px!important}.ti-md-64{text-indent:64px!important}.ti-n-md-64{text-indent:-64px!important}.fs-md-64{font-size:64px!important}.row-md-64{margin-right:-64px!important;margin-left:-64px!important}.row-md-64 > [class*='col-']{padding-right:64px!important;padding-left:64px!important}.mt-md-65{margin-top:65px!important}.mb-md-65{margin-bottom:65px!important}.mr-md-65{margin-right:65px!important}.ml-md-65{margin-left:65px!important}.pt-md-65{padding-top:65px!important}.pb-md-65{padding-bottom:65px!important}.pr-md-65{padding-right:65px!important}.pl-md-65{padding-left:65px!important}.mt-n-md-65{margin-top:-65px!important}.mb-n-md-65{margin-bottom:-65px!important}.mr-n-md-65{margin-right:-65px!important}.ml-n-md-65{margin-left:-65px!important}.t-md-65{top:65px!important}.b-md-65{bottom:65px!important}.l-md-65{left:65px!important}.r-md-65{right:65px!important}.t-n-md-65{top:-65px!important}.b-n-md-65{bottom:-65px!important}.l-n-md-65{left:-65px!important}.r-n-md-65{right:-65px!important}.ti-md-65{text-indent:65px!important}.ti-n-md-65{text-indent:-65px!important}.fs-md-65{font-size:65px!important}.row-md-65{margin-right:-65px!important;margin-left:-65px!important}.row-md-65 > [class*='col-']{padding-right:65px!important;padding-left:65px!important}.mt-md-66{margin-top:66px!important}.mb-md-66{margin-bottom:66px!important}.mr-md-66{margin-right:66px!important}.ml-md-66{margin-left:66px!important}.pt-md-66{padding-top:66px!important}.pb-md-66{padding-bottom:66px!important}.pr-md-66{padding-right:66px!important}.pl-md-66{padding-left:66px!important}.mt-n-md-66{margin-top:-66px!important}.mb-n-md-66{margin-bottom:-66px!important}.mr-n-md-66{margin-right:-66px!important}.ml-n-md-66{margin-left:-66px!important}.t-md-66{top:66px!important}.b-md-66{bottom:66px!important}.l-md-66{left:66px!important}.r-md-66{right:66px!important}.t-n-md-66{top:-66px!important}.b-n-md-66{bottom:-66px!important}.l-n-md-66{left:-66px!important}.r-n-md-66{right:-66px!important}.ti-md-66{text-indent:66px!important}.ti-n-md-66{text-indent:-66px!important}.fs-md-66{font-size:66px!important}.row-md-66{margin-right:-66px!important;margin-left:-66px!important}.row-md-66 > [class*='col-']{padding-right:66px!important;padding-left:66px!important}.mt-md-67{margin-top:67px!important}.mb-md-67{margin-bottom:67px!important}.mr-md-67{margin-right:67px!important}.ml-md-67{margin-left:67px!important}.pt-md-67{padding-top:67px!important}.pb-md-67{padding-bottom:67px!important}.pr-md-67{padding-right:67px!important}.pl-md-67{padding-left:67px!important}.mt-n-md-67{margin-top:-67px!important}.mb-n-md-67{margin-bottom:-67px!important}.mr-n-md-67{margin-right:-67px!important}.ml-n-md-67{margin-left:-67px!important}.t-md-67{top:67px!important}.b-md-67{bottom:67px!important}.l-md-67{left:67px!important}.r-md-67{right:67px!important}.t-n-md-67{top:-67px!important}.b-n-md-67{bottom:-67px!important}.l-n-md-67{left:-67px!important}.r-n-md-67{right:-67px!important}.ti-md-67{text-indent:67px!important}.ti-n-md-67{text-indent:-67px!important}.fs-md-67{font-size:67px!important}.row-md-67{margin-right:-67px!important;margin-left:-67px!important}.row-md-67 > [class*='col-']{padding-right:67px!important;padding-left:67px!important}.mt-md-68{margin-top:68px!important}.mb-md-68{margin-bottom:68px!important}.mr-md-68{margin-right:68px!important}.ml-md-68{margin-left:68px!important}.pt-md-68{padding-top:68px!important}.pb-md-68{padding-bottom:68px!important}.pr-md-68{padding-right:68px!important}.pl-md-68{padding-left:68px!important}.mt-n-md-68{margin-top:-68px!important}.mb-n-md-68{margin-bottom:-68px!important}.mr-n-md-68{margin-right:-68px!important}.ml-n-md-68{margin-left:-68px!important}.t-md-68{top:68px!important}.b-md-68{bottom:68px!important}.l-md-68{left:68px!important}.r-md-68{right:68px!important}.t-n-md-68{top:-68px!important}.b-n-md-68{bottom:-68px!important}.l-n-md-68{left:-68px!important}.r-n-md-68{right:-68px!important}.ti-md-68{text-indent:68px!important}.ti-n-md-68{text-indent:-68px!important}.fs-md-68{font-size:68px!important}.row-md-68{margin-right:-68px!important;margin-left:-68px!important}.row-md-68 > [class*='col-']{padding-right:68px!important;padding-left:68px!important}.mt-md-69{margin-top:69px!important}.mb-md-69{margin-bottom:69px!important}.mr-md-69{margin-right:69px!important}.ml-md-69{margin-left:69px!important}.pt-md-69{padding-top:69px!important}.pb-md-69{padding-bottom:69px!important}.pr-md-69{padding-right:69px!important}.pl-md-69{padding-left:69px!important}.mt-n-md-69{margin-top:-69px!important}.mb-n-md-69{margin-bottom:-69px!important}.mr-n-md-69{margin-right:-69px!important}.ml-n-md-69{margin-left:-69px!important}.t-md-69{top:69px!important}.b-md-69{bottom:69px!important}.l-md-69{left:69px!important}.r-md-69{right:69px!important}.t-n-md-69{top:-69px!important}.b-n-md-69{bottom:-69px!important}.l-n-md-69{left:-69px!important}.r-n-md-69{right:-69px!important}.ti-md-69{text-indent:69px!important}.ti-n-md-69{text-indent:-69px!important}.fs-md-69{font-size:69px!important}.row-md-69{margin-right:-69px!important;margin-left:-69px!important}.row-md-69 > [class*='col-']{padding-right:69px!important;padding-left:69px!important}.mt-md-70{margin-top:70px!important}.mb-md-70{margin-bottom:70px!important}.mr-md-70{margin-right:70px!important}.ml-md-70{margin-left:70px!important}.pt-md-70{padding-top:70px!important}.pb-md-70{padding-bottom:70px!important}.pr-md-70{padding-right:70px!important}.pl-md-70{padding-left:70px!important}.mt-n-md-70{margin-top:-70px!important}.mb-n-md-70{margin-bottom:-70px!important}.mr-n-md-70{margin-right:-70px!important}.ml-n-md-70{margin-left:-70px!important}.t-md-70{top:70px!important}.b-md-70{bottom:70px!important}.l-md-70{left:70px!important}.r-md-70{right:70px!important}.t-n-md-70{top:-70px!important}.b-n-md-70{bottom:-70px!important}.l-n-md-70{left:-70px!important}.r-n-md-70{right:-70px!important}.ti-md-70{text-indent:70px!important}.ti-n-md-70{text-indent:-70px!important}.fs-md-70{font-size:70px!important}.row-md-70{margin-right:-70px!important;margin-left:-70px!important}.row-md-70 > [class*='col-']{padding-right:70px!important;padding-left:70px!important}.mt-md-71{margin-top:71px!important}.mb-md-71{margin-bottom:71px!important}.mr-md-71{margin-right:71px!important}.ml-md-71{margin-left:71px!important}.pt-md-71{padding-top:71px!important}.pb-md-71{padding-bottom:71px!important}.pr-md-71{padding-right:71px!important}.pl-md-71{padding-left:71px!important}.mt-n-md-71{margin-top:-71px!important}.mb-n-md-71{margin-bottom:-71px!important}.mr-n-md-71{margin-right:-71px!important}.ml-n-md-71{margin-left:-71px!important}.t-md-71{top:71px!important}.b-md-71{bottom:71px!important}.l-md-71{left:71px!important}.r-md-71{right:71px!important}.t-n-md-71{top:-71px!important}.b-n-md-71{bottom:-71px!important}.l-n-md-71{left:-71px!important}.r-n-md-71{right:-71px!important}.ti-md-71{text-indent:71px!important}.ti-n-md-71{text-indent:-71px!important}.fs-md-71{font-size:71px!important}.row-md-71{margin-right:-71px!important;margin-left:-71px!important}.row-md-71 > [class*='col-']{padding-right:71px!important;padding-left:71px!important}.mt-md-72{margin-top:72px!important}.mb-md-72{margin-bottom:72px!important}.mr-md-72{margin-right:72px!important}.ml-md-72{margin-left:72px!important}.pt-md-72{padding-top:72px!important}.pb-md-72{padding-bottom:72px!important}.pr-md-72{padding-right:72px!important}.pl-md-72{padding-left:72px!important}.mt-n-md-72{margin-top:-72px!important}.mb-n-md-72{margin-bottom:-72px!important}.mr-n-md-72{margin-right:-72px!important}.ml-n-md-72{margin-left:-72px!important}.t-md-72{top:72px!important}.b-md-72{bottom:72px!important}.l-md-72{left:72px!important}.r-md-72{right:72px!important}.t-n-md-72{top:-72px!important}.b-n-md-72{bottom:-72px!important}.l-n-md-72{left:-72px!important}.r-n-md-72{right:-72px!important}.ti-md-72{text-indent:72px!important}.ti-n-md-72{text-indent:-72px!important}.fs-md-72{font-size:72px!important}.row-md-72{margin-right:-72px!important;margin-left:-72px!important}.row-md-72 > [class*='col-']{padding-right:72px!important;padding-left:72px!important}.mt-md-73{margin-top:73px!important}.mb-md-73{margin-bottom:73px!important}.mr-md-73{margin-right:73px!important}.ml-md-73{margin-left:73px!important}.pt-md-73{padding-top:73px!important}.pb-md-73{padding-bottom:73px!important}.pr-md-73{padding-right:73px!important}.pl-md-73{padding-left:73px!important}.mt-n-md-73{margin-top:-73px!important}.mb-n-md-73{margin-bottom:-73px!important}.mr-n-md-73{margin-right:-73px!important}.ml-n-md-73{margin-left:-73px!important}.t-md-73{top:73px!important}.b-md-73{bottom:73px!important}.l-md-73{left:73px!important}.r-md-73{right:73px!important}.t-n-md-73{top:-73px!important}.b-n-md-73{bottom:-73px!important}.l-n-md-73{left:-73px!important}.r-n-md-73{right:-73px!important}.ti-md-73{text-indent:73px!important}.ti-n-md-73{text-indent:-73px!important}.fs-md-73{font-size:73px!important}.row-md-73{margin-right:-73px!important;margin-left:-73px!important}.row-md-73 > [class*='col-']{padding-right:73px!important;padding-left:73px!important}.mt-md-74{margin-top:74px!important}.mb-md-74{margin-bottom:74px!important}.mr-md-74{margin-right:74px!important}.ml-md-74{margin-left:74px!important}.pt-md-74{padding-top:74px!important}.pb-md-74{padding-bottom:74px!important}.pr-md-74{padding-right:74px!important}.pl-md-74{padding-left:74px!important}.mt-n-md-74{margin-top:-74px!important}.mb-n-md-74{margin-bottom:-74px!important}.mr-n-md-74{margin-right:-74px!important}.ml-n-md-74{margin-left:-74px!important}.t-md-74{top:74px!important}.b-md-74{bottom:74px!important}.l-md-74{left:74px!important}.r-md-74{right:74px!important}.t-n-md-74{top:-74px!important}.b-n-md-74{bottom:-74px!important}.l-n-md-74{left:-74px!important}.r-n-md-74{right:-74px!important}.ti-md-74{text-indent:74px!important}.ti-n-md-74{text-indent:-74px!important}.fs-md-74{font-size:74px!important}.row-md-74{margin-right:-74px!important;margin-left:-74px!important}.row-md-74 > [class*='col-']{padding-right:74px!important;padding-left:74px!important}.mt-md-75{margin-top:75px!important}.mb-md-75{margin-bottom:75px!important}.mr-md-75{margin-right:75px!important}.ml-md-75{margin-left:75px!important}.pt-md-75{padding-top:75px!important}.pb-md-75{padding-bottom:75px!important}.pr-md-75{padding-right:75px!important}.pl-md-75{padding-left:75px!important}.mt-n-md-75{margin-top:-75px!important}.mb-n-md-75{margin-bottom:-75px!important}.mr-n-md-75{margin-right:-75px!important}.ml-n-md-75{margin-left:-75px!important}.t-md-75{top:75px!important}.b-md-75{bottom:75px!important}.l-md-75{left:75px!important}.r-md-75{right:75px!important}.t-n-md-75{top:-75px!important}.b-n-md-75{bottom:-75px!important}.l-n-md-75{left:-75px!important}.r-n-md-75{right:-75px!important}.ti-md-75{text-indent:75px!important}.ti-n-md-75{text-indent:-75px!important}.fs-md-75{font-size:75px!important}.row-md-75{margin-right:-75px!important;margin-left:-75px!important}.row-md-75 > [class*='col-']{padding-right:75px!important;padding-left:75px!important}.mt-md-76{margin-top:76px!important}.mb-md-76{margin-bottom:76px!important}.mr-md-76{margin-right:76px!important}.ml-md-76{margin-left:76px!important}.pt-md-76{padding-top:76px!important}.pb-md-76{padding-bottom:76px!important}.pr-md-76{padding-right:76px!important}.pl-md-76{padding-left:76px!important}.mt-n-md-76{margin-top:-76px!important}.mb-n-md-76{margin-bottom:-76px!important}.mr-n-md-76{margin-right:-76px!important}.ml-n-md-76{margin-left:-76px!important}.t-md-76{top:76px!important}.b-md-76{bottom:76px!important}.l-md-76{left:76px!important}.r-md-76{right:76px!important}.t-n-md-76{top:-76px!important}.b-n-md-76{bottom:-76px!important}.l-n-md-76{left:-76px!important}.r-n-md-76{right:-76px!important}.ti-md-76{text-indent:76px!important}.ti-n-md-76{text-indent:-76px!important}.fs-md-76{font-size:76px!important}.row-md-76{margin-right:-76px!important;margin-left:-76px!important}.row-md-76 > [class*='col-']{padding-right:76px!important;padding-left:76px!important}.mt-md-77{margin-top:77px!important}.mb-md-77{margin-bottom:77px!important}.mr-md-77{margin-right:77px!important}.ml-md-77{margin-left:77px!important}.pt-md-77{padding-top:77px!important}.pb-md-77{padding-bottom:77px!important}.pr-md-77{padding-right:77px!important}.pl-md-77{padding-left:77px!important}.mt-n-md-77{margin-top:-77px!important}.mb-n-md-77{margin-bottom:-77px!important}.mr-n-md-77{margin-right:-77px!important}.ml-n-md-77{margin-left:-77px!important}.t-md-77{top:77px!important}.b-md-77{bottom:77px!important}.l-md-77{left:77px!important}.r-md-77{right:77px!important}.t-n-md-77{top:-77px!important}.b-n-md-77{bottom:-77px!important}.l-n-md-77{left:-77px!important}.r-n-md-77{right:-77px!important}.ti-md-77{text-indent:77px!important}.ti-n-md-77{text-indent:-77px!important}.fs-md-77{font-size:77px!important}.row-md-77{margin-right:-77px!important;margin-left:-77px!important}.row-md-77 > [class*='col-']{padding-right:77px!important;padding-left:77px!important}.mt-md-78{margin-top:78px!important}.mb-md-78{margin-bottom:78px!important}.mr-md-78{margin-right:78px!important}.ml-md-78{margin-left:78px!important}.pt-md-78{padding-top:78px!important}.pb-md-78{padding-bottom:78px!important}.pr-md-78{padding-right:78px!important}.pl-md-78{padding-left:78px!important}.mt-n-md-78{margin-top:-78px!important}.mb-n-md-78{margin-bottom:-78px!important}.mr-n-md-78{margin-right:-78px!important}.ml-n-md-78{margin-left:-78px!important}.t-md-78{top:78px!important}.b-md-78{bottom:78px!important}.l-md-78{left:78px!important}.r-md-78{right:78px!important}.t-n-md-78{top:-78px!important}.b-n-md-78{bottom:-78px!important}.l-n-md-78{left:-78px!important}.r-n-md-78{right:-78px!important}.ti-md-78{text-indent:78px!important}.ti-n-md-78{text-indent:-78px!important}.fs-md-78{font-size:78px!important}.row-md-78{margin-right:-78px!important;margin-left:-78px!important}.row-md-78 > [class*='col-']{padding-right:78px!important;padding-left:78px!important}.mt-md-79{margin-top:79px!important}.mb-md-79{margin-bottom:79px!important}.mr-md-79{margin-right:79px!important}.ml-md-79{margin-left:79px!important}.pt-md-79{padding-top:79px!important}.pb-md-79{padding-bottom:79px!important}.pr-md-79{padding-right:79px!important}.pl-md-79{padding-left:79px!important}.mt-n-md-79{margin-top:-79px!important}.mb-n-md-79{margin-bottom:-79px!important}.mr-n-md-79{margin-right:-79px!important}.ml-n-md-79{margin-left:-79px!important}.t-md-79{top:79px!important}.b-md-79{bottom:79px!important}.l-md-79{left:79px!important}.r-md-79{right:79px!important}.t-n-md-79{top:-79px!important}.b-n-md-79{bottom:-79px!important}.l-n-md-79{left:-79px!important}.r-n-md-79{right:-79px!important}.ti-md-79{text-indent:79px!important}.ti-n-md-79{text-indent:-79px!important}.fs-md-79{font-size:79px!important}.row-md-79{margin-right:-79px!important;margin-left:-79px!important}.row-md-79 > [class*='col-']{padding-right:79px!important;padding-left:79px!important}.mt-md-80{margin-top:80px!important}.mb-md-80{margin-bottom:80px!important}.mr-md-80{margin-right:80px!important}.ml-md-80{margin-left:80px!important}.pt-md-80{padding-top:80px!important}.pb-md-80{padding-bottom:80px!important}.pr-md-80{padding-right:80px!important}.pl-md-80{padding-left:80px!important}.mt-n-md-80{margin-top:-80px!important}.mb-n-md-80{margin-bottom:-80px!important}.mr-n-md-80{margin-right:-80px!important}.ml-n-md-80{margin-left:-80px!important}.t-md-80{top:80px!important}.b-md-80{bottom:80px!important}.l-md-80{left:80px!important}.r-md-80{right:80px!important}.t-n-md-80{top:-80px!important}.b-n-md-80{bottom:-80px!important}.l-n-md-80{left:-80px!important}.r-n-md-80{right:-80px!important}.ti-md-80{text-indent:80px!important}.ti-n-md-80{text-indent:-80px!important}.fs-md-80{font-size:80px!important}.row-md-80{margin-right:-80px!important;margin-left:-80px!important}.row-md-80 > [class*='col-']{padding-right:80px!important;padding-left:80px!important}}@media (min-width: 9999px){.mt-lg-0{margin-top:0!important}.mb-lg-0{margin-bottom:0!important}.mr-lg-0{margin-right:0!important}.ml-lg-0{margin-left:0!important}.pt-lg-0{padding-top:0!important}.pb-lg-0{padding-bottom:0!important}.pr-lg-0{padding-right:0!important}.pl-lg-0{padding-left:0!important}.mt-n-lg-0{margin-top:0!important}.mb-n-lg-0{margin-bottom:0!important}.mr-n-lg-0{margin-right:0!important}.ml-n-lg-0{margin-left:0!important}.t-lg-0{top:0!important}.b-lg-0{bottom:0!important}.l-lg-0{left:0!important}.r-lg-0{right:0!important}.t-n-lg-0{top:0!important}.b-n-lg-0{bottom:0!important}.l-n-lg-0{left:0!important}.r-n-lg-0{right:0!important}.ti-lg-0{text-indent:0!important}.ti-n-lg-0{text-indent:0!important}.fs-lg-0{font-size:0!important}.row-lg-0{margin-right:0!important;margin-left:0!important}.row-lg-0 > [class*='col-']{padding-right:0!important;padding-left:0!important}.mt-lg-1{margin-top:1px!important}.mb-lg-1{margin-bottom:1px!important}.mr-lg-1{margin-right:1px!important}.ml-lg-1{margin-left:1px!important}.pt-lg-1{padding-top:1px!important}.pb-lg-1{padding-bottom:1px!important}.pr-lg-1{padding-right:1px!important}.pl-lg-1{padding-left:1px!important}.mt-n-lg-1{margin-top:-1px!important}.mb-n-lg-1{margin-bottom:-1px!important}.mr-n-lg-1{margin-right:-1px!important}.ml-n-lg-1{margin-left:-1px!important}.t-lg-1{top:1px!important}.b-lg-1{bottom:1px!important}.l-lg-1{left:1px!important}.r-lg-1{right:1px!important}.t-n-lg-1{top:-1px!important}.b-n-lg-1{bottom:-1px!important}.l-n-lg-1{left:-1px!important}.r-n-lg-1{right:-1px!important}.ti-lg-1{text-indent:1px!important}.ti-n-lg-1{text-indent:-1px!important}.fs-lg-1{font-size:1px!important}.row-lg-1{margin-right:-1px!important;margin-left:-1px!important}.row-lg-1 > [class*='col-']{padding-right:1px!important;padding-left:1px!important}.mt-lg-2{margin-top:2px!important}.mb-lg-2{margin-bottom:2px!important}.mr-lg-2{margin-right:2px!important}.ml-lg-2{margin-left:2px!important}.pt-lg-2{padding-top:2px!important}.pb-lg-2{padding-bottom:2px!important}.pr-lg-2{padding-right:2px!important}.pl-lg-2{padding-left:2px!important}.mt-n-lg-2{margin-top:-2px!important}.mb-n-lg-2{margin-bottom:-2px!important}.mr-n-lg-2{margin-right:-2px!important}.ml-n-lg-2{margin-left:-2px!important}.t-lg-2{top:2px!important}.b-lg-2{bottom:2px!important}.l-lg-2{left:2px!important}.r-lg-2{right:2px!important}.t-n-lg-2{top:-2px!important}.b-n-lg-2{bottom:-2px!important}.l-n-lg-2{left:-2px!important}.r-n-lg-2{right:-2px!important}.ti-lg-2{text-indent:2px!important}.ti-n-lg-2{text-indent:-2px!important}.fs-lg-2{font-size:2px!important}.row-lg-2{margin-right:-2px!important;margin-left:-2px!important}.row-lg-2 > [class*='col-']{padding-right:2px!important;padding-left:2px!important}.mt-lg-3{margin-top:3px!important}.mb-lg-3{margin-bottom:3px!important}.mr-lg-3{margin-right:3px!important}.ml-lg-3{margin-left:3px!important}.pt-lg-3{padding-top:3px!important}.pb-lg-3{padding-bottom:3px!important}.pr-lg-3{padding-right:3px!important}.pl-lg-3{padding-left:3px!important}.mt-n-lg-3{margin-top:-3px!important}.mb-n-lg-3{margin-bottom:-3px!important}.mr-n-lg-3{margin-right:-3px!important}.ml-n-lg-3{margin-left:-3px!important}.t-lg-3{top:3px!important}.b-lg-3{bottom:3px!important}.l-lg-3{left:3px!important}.r-lg-3{right:3px!important}.t-n-lg-3{top:-3px!important}.b-n-lg-3{bottom:-3px!important}.l-n-lg-3{left:-3px!important}.r-n-lg-3{right:-3px!important}.ti-lg-3{text-indent:3px!important}.ti-n-lg-3{text-indent:-3px!important}.fs-lg-3{font-size:3px!important}.row-lg-3{margin-right:-3px!important;margin-left:-3px!important}.row-lg-3 > [class*='col-']{padding-right:3px!important;padding-left:3px!important}.mt-lg-4{margin-top:4px!important}.mb-lg-4{margin-bottom:4px!important}.mr-lg-4{margin-right:4px!important}.ml-lg-4{margin-left:4px!important}.pt-lg-4{padding-top:4px!important}.pb-lg-4{padding-bottom:4px!important}.pr-lg-4{padding-right:4px!important}.pl-lg-4{padding-left:4px!important}.mt-n-lg-4{margin-top:-4px!important}.mb-n-lg-4{margin-bottom:-4px!important}.mr-n-lg-4{margin-right:-4px!important}.ml-n-lg-4{margin-left:-4px!important}.t-lg-4{top:4px!important}.b-lg-4{bottom:4px!important}.l-lg-4{left:4px!important}.r-lg-4{right:4px!important}.t-n-lg-4{top:-4px!important}.b-n-lg-4{bottom:-4px!important}.l-n-lg-4{left:-4px!important}.r-n-lg-4{right:-4px!important}.ti-lg-4{text-indent:4px!important}.ti-n-lg-4{text-indent:-4px!important}.fs-lg-4{font-size:4px!important}.row-lg-4{margin-right:-4px!important;margin-left:-4px!important}.row-lg-4 > [class*='col-']{padding-right:4px!important;padding-left:4px!important}.mt-lg-5{margin-top:5px!important}.mb-lg-5{margin-bottom:5px!important}.mr-lg-5{margin-right:5px!important}.ml-lg-5{margin-left:5px!important}.pt-lg-5{padding-top:5px!important}.pb-lg-5{padding-bottom:5px!important}.pr-lg-5{padding-right:5px!important}.pl-lg-5{padding-left:5px!important}.mt-n-lg-5{margin-top:-5px!important}.mb-n-lg-5{margin-bottom:-5px!important}.mr-n-lg-5{margin-right:-5px!important}.ml-n-lg-5{margin-left:-5px!important}.t-lg-5{top:5px!important}.b-lg-5{bottom:5px!important}.l-lg-5{left:5px!important}.r-lg-5{right:5px!important}.t-n-lg-5{top:-5px!important}.b-n-lg-5{bottom:-5px!important}.l-n-lg-5{left:-5px!important}.r-n-lg-5{right:-5px!important}.ti-lg-5{text-indent:5px!important}.ti-n-lg-5{text-indent:-5px!important}.fs-lg-5{font-size:5px!important}.row-lg-5{margin-right:-5px!important;margin-left:-5px!important}.row-lg-5 > [class*='col-']{padding-right:5px!important;padding-left:5px!important}.mt-lg-6{margin-top:6px!important}.mb-lg-6{margin-bottom:6px!important}.mr-lg-6{margin-right:6px!important}.ml-lg-6{margin-left:6px!important}.pt-lg-6{padding-top:6px!important}.pb-lg-6{padding-bottom:6px!important}.pr-lg-6{padding-right:6px!important}.pl-lg-6{padding-left:6px!important}.mt-n-lg-6{margin-top:-6px!important}.mb-n-lg-6{margin-bottom:-6px!important}.mr-n-lg-6{margin-right:-6px!important}.ml-n-lg-6{margin-left:-6px!important}.t-lg-6{top:6px!important}.b-lg-6{bottom:6px!important}.l-lg-6{left:6px!important}.r-lg-6{right:6px!important}.t-n-lg-6{top:-6px!important}.b-n-lg-6{bottom:-6px!important}.l-n-lg-6{left:-6px!important}.r-n-lg-6{right:-6px!important}.ti-lg-6{text-indent:6px!important}.ti-n-lg-6{text-indent:-6px!important}.fs-lg-6{font-size:6px!important}.row-lg-6{margin-right:-6px!important;margin-left:-6px!important}.row-lg-6 > [class*='col-']{padding-right:6px!important;padding-left:6px!important}.mt-lg-7{margin-top:7px!important}.mb-lg-7{margin-bottom:7px!important}.mr-lg-7{margin-right:7px!important}.ml-lg-7{margin-left:7px!important}.pt-lg-7{padding-top:7px!important}.pb-lg-7{padding-bottom:7px!important}.pr-lg-7{padding-right:7px!important}.pl-lg-7{padding-left:7px!important}.mt-n-lg-7{margin-top:-7px!important}.mb-n-lg-7{margin-bottom:-7px!important}.mr-n-lg-7{margin-right:-7px!important}.ml-n-lg-7{margin-left:-7px!important}.t-lg-7{top:7px!important}.b-lg-7{bottom:7px!important}.l-lg-7{left:7px!important}.r-lg-7{right:7px!important}.t-n-lg-7{top:-7px!important}.b-n-lg-7{bottom:-7px!important}.l-n-lg-7{left:-7px!important}.r-n-lg-7{right:-7px!important}.ti-lg-7{text-indent:7px!important}.ti-n-lg-7{text-indent:-7px!important}.fs-lg-7{font-size:7px!important}.row-lg-7{margin-right:-7px!important;margin-left:-7px!important}.row-lg-7 > [class*='col-']{padding-right:7px!important;padding-left:7px!important}.mt-lg-8{margin-top:8px!important}.mb-lg-8{margin-bottom:8px!important}.mr-lg-8{margin-right:8px!important}.ml-lg-8{margin-left:8px!important}.pt-lg-8{padding-top:8px!important}.pb-lg-8{padding-bottom:8px!important}.pr-lg-8{padding-right:8px!important}.pl-lg-8{padding-left:8px!important}.mt-n-lg-8{margin-top:-8px!important}.mb-n-lg-8{margin-bottom:-8px!important}.mr-n-lg-8{margin-right:-8px!important}.ml-n-lg-8{margin-left:-8px!important}.t-lg-8{top:8px!important}.b-lg-8{bottom:8px!important}.l-lg-8{left:8px!important}.r-lg-8{right:8px!important}.t-n-lg-8{top:-8px!important}.b-n-lg-8{bottom:-8px!important}.l-n-lg-8{left:-8px!important}.r-n-lg-8{right:-8px!important}.ti-lg-8{text-indent:8px!important}.ti-n-lg-8{text-indent:-8px!important}.fs-lg-8{font-size:8px!important}.row-lg-8{margin-right:-8px!important;margin-left:-8px!important}.row-lg-8 > [class*='col-']{padding-right:8px!important;padding-left:8px!important}.mt-lg-9{margin-top:9px!important}.mb-lg-9{margin-bottom:9px!important}.mr-lg-9{margin-right:9px!important}.ml-lg-9{margin-left:9px!important}.pt-lg-9{padding-top:9px!important}.pb-lg-9{padding-bottom:9px!important}.pr-lg-9{padding-right:9px!important}.pl-lg-9{padding-left:9px!important}.mt-n-lg-9{margin-top:-9px!important}.mb-n-lg-9{margin-bottom:-9px!important}.mr-n-lg-9{margin-right:-9px!important}.ml-n-lg-9{margin-left:-9px!important}.t-lg-9{top:9px!important}.b-lg-9{bottom:9px!important}.l-lg-9{left:9px!important}.r-lg-9{right:9px!important}.t-n-lg-9{top:-9px!important}.b-n-lg-9{bottom:-9px!important}.l-n-lg-9{left:-9px!important}.r-n-lg-9{right:-9px!important}.ti-lg-9{text-indent:9px!important}.ti-n-lg-9{text-indent:-9px!important}.fs-lg-9{font-size:9px!important}.row-lg-9{margin-right:-9px!important;margin-left:-9px!important}.row-lg-9 > [class*='col-']{padding-right:9px!important;padding-left:9px!important}.mt-lg-10{margin-top:10px!important}.mb-lg-10{margin-bottom:10px!important}.mr-lg-10{margin-right:10px!important}.ml-lg-10{margin-left:10px!important}.pt-lg-10{padding-top:10px!important}.pb-lg-10{padding-bottom:10px!important}.pr-lg-10{padding-right:10px!important}.pl-lg-10{padding-left:10px!important}.mt-n-lg-10{margin-top:-10px!important}.mb-n-lg-10{margin-bottom:-10px!important}.mr-n-lg-10{margin-right:-10px!important}.ml-n-lg-10{margin-left:-10px!important}.t-lg-10{top:10px!important}.b-lg-10{bottom:10px!important}.l-lg-10{left:10px!important}.r-lg-10{right:10px!important}.t-n-lg-10{top:-10px!important}.b-n-lg-10{bottom:-10px!important}.l-n-lg-10{left:-10px!important}.r-n-lg-10{right:-10px!important}.ti-lg-10{text-indent:10px!important}.ti-n-lg-10{text-indent:-10px!important}.fs-lg-10{font-size:10px!important}.row-lg-10{margin-right:-10px!important;margin-left:-10px!important}.row-lg-10 > [class*='col-']{padding-right:10px!important;padding-left:10px!important}.mt-lg-11{margin-top:11px!important}.mb-lg-11{margin-bottom:11px!important}.mr-lg-11{margin-right:11px!important}.ml-lg-11{margin-left:11px!important}.pt-lg-11{padding-top:11px!important}.pb-lg-11{padding-bottom:11px!important}.pr-lg-11{padding-right:11px!important}.pl-lg-11{padding-left:11px!important}.mt-n-lg-11{margin-top:-11px!important}.mb-n-lg-11{margin-bottom:-11px!important}.mr-n-lg-11{margin-right:-11px!important}.ml-n-lg-11{margin-left:-11px!important}.t-lg-11{top:11px!important}.b-lg-11{bottom:11px!important}.l-lg-11{left:11px!important}.r-lg-11{right:11px!important}.t-n-lg-11{top:-11px!important}.b-n-lg-11{bottom:-11px!important}.l-n-lg-11{left:-11px!important}.r-n-lg-11{right:-11px!important}.ti-lg-11{text-indent:11px!important}.ti-n-lg-11{text-indent:-11px!important}.fs-lg-11{font-size:11px!important}.row-lg-11{margin-right:-11px!important;margin-left:-11px!important}.row-lg-11 > [class*='col-']{padding-right:11px!important;padding-left:11px!important}.mt-lg-12{margin-top:12px!important}.mb-lg-12{margin-bottom:12px!important}.mr-lg-12{margin-right:12px!important}.ml-lg-12{margin-left:12px!important}.pt-lg-12{padding-top:12px!important}.pb-lg-12{padding-bottom:12px!important}.pr-lg-12{padding-right:12px!important}.pl-lg-12{padding-left:12px!important}.mt-n-lg-12{margin-top:-12px!important}.mb-n-lg-12{margin-bottom:-12px!important}.mr-n-lg-12{margin-right:-12px!important}.ml-n-lg-12{margin-left:-12px!important}.t-lg-12{top:12px!important}.b-lg-12{bottom:12px!important}.l-lg-12{left:12px!important}.r-lg-12{right:12px!important}.t-n-lg-12{top:-12px!important}.b-n-lg-12{bottom:-12px!important}.l-n-lg-12{left:-12px!important}.r-n-lg-12{right:-12px!important}.ti-lg-12{text-indent:12px!important}.ti-n-lg-12{text-indent:-12px!important}.fs-lg-12{font-size:12px!important}.row-lg-12{margin-right:-12px!important;margin-left:-12px!important}.row-lg-12 > [class*='col-']{padding-right:12px!important;padding-left:12px!important}.mt-lg-13{margin-top:13px!important}.mb-lg-13{margin-bottom:13px!important}.mr-lg-13{margin-right:13px!important}.ml-lg-13{margin-left:13px!important}.pt-lg-13{padding-top:13px!important}.pb-lg-13{padding-bottom:13px!important}.pr-lg-13{padding-right:13px!important}.pl-lg-13{padding-left:13px!important}.mt-n-lg-13{margin-top:-13px!important}.mb-n-lg-13{margin-bottom:-13px!important}.mr-n-lg-13{margin-right:-13px!important}.ml-n-lg-13{margin-left:-13px!important}.t-lg-13{top:13px!important}.b-lg-13{bottom:13px!important}.l-lg-13{left:13px!important}.r-lg-13{right:13px!important}.t-n-lg-13{top:-13px!important}.b-n-lg-13{bottom:-13px!important}.l-n-lg-13{left:-13px!important}.r-n-lg-13{right:-13px!important}.ti-lg-13{text-indent:13px!important}.ti-n-lg-13{text-indent:-13px!important}.fs-lg-13{font-size:13px!important}.row-lg-13{margin-right:-13px!important;margin-left:-13px!important}.row-lg-13 > [class*='col-']{padding-right:13px!important;padding-left:13px!important}.mt-lg-14{margin-top:14px!important}.mb-lg-14{margin-bottom:14px!important}.mr-lg-14{margin-right:14px!important}.ml-lg-14{margin-left:14px!important}.pt-lg-14{padding-top:14px!important}.pb-lg-14{padding-bottom:14px!important}.pr-lg-14{padding-right:14px!important}.pl-lg-14{padding-left:14px!important}.mt-n-lg-14{margin-top:-14px!important}.mb-n-lg-14{margin-bottom:-14px!important}.mr-n-lg-14{margin-right:-14px!important}.ml-n-lg-14{margin-left:-14px!important}.t-lg-14{top:14px!important}.b-lg-14{bottom:14px!important}.l-lg-14{left:14px!important}.r-lg-14{right:14px!important}.t-n-lg-14{top:-14px!important}.b-n-lg-14{bottom:-14px!important}.l-n-lg-14{left:-14px!important}.r-n-lg-14{right:-14px!important}.ti-lg-14{text-indent:14px!important}.ti-n-lg-14{text-indent:-14px!important}.fs-lg-14{font-size:14px!important}.row-lg-14{margin-right:-14px!important;margin-left:-14px!important}.row-lg-14 > [class*='col-']{padding-right:14px!important;padding-left:14px!important}.mt-lg-15{margin-top:15px!important}.mb-lg-15{margin-bottom:15px!important}.mr-lg-15{margin-right:15px!important}.ml-lg-15{margin-left:15px!important}.pt-lg-15{padding-top:15px!important}.pb-lg-15{padding-bottom:15px!important}.pr-lg-15{padding-right:15px!important}.pl-lg-15{padding-left:15px!important}.mt-n-lg-15{margin-top:-15px!important}.mb-n-lg-15{margin-bottom:-15px!important}.mr-n-lg-15{margin-right:-15px!important}.ml-n-lg-15{margin-left:-15px!important}.t-lg-15{top:15px!important}.b-lg-15{bottom:15px!important}.l-lg-15{left:15px!important}.r-lg-15{right:15px!important}.t-n-lg-15{top:-15px!important}.b-n-lg-15{bottom:-15px!important}.l-n-lg-15{left:-15px!important}.r-n-lg-15{right:-15px!important}.ti-lg-15{text-indent:15px!important}.ti-n-lg-15{text-indent:-15px!important}.fs-lg-15{font-size:15px!important}.row-lg-15{margin-right:-15px!important;margin-left:-15px!important}.row-lg-15 > [class*='col-']{padding-right:15px!important;padding-left:15px!important}.mt-lg-16{margin-top:16px!important}.mb-lg-16{margin-bottom:16px!important}.mr-lg-16{margin-right:16px!important}.ml-lg-16{margin-left:16px!important}.pt-lg-16{padding-top:16px!important}.pb-lg-16{padding-bottom:16px!important}.pr-lg-16{padding-right:16px!important}.pl-lg-16{padding-left:16px!important}.mt-n-lg-16{margin-top:-16px!important}.mb-n-lg-16{margin-bottom:-16px!important}.mr-n-lg-16{margin-right:-16px!important}.ml-n-lg-16{margin-left:-16px!important}.t-lg-16{top:16px!important}.b-lg-16{bottom:16px!important}.l-lg-16{left:16px!important}.r-lg-16{right:16px!important}.t-n-lg-16{top:-16px!important}.b-n-lg-16{bottom:-16px!important}.l-n-lg-16{left:-16px!important}.r-n-lg-16{right:-16px!important}.ti-lg-16{text-indent:16px!important}.ti-n-lg-16{text-indent:-16px!important}.fs-lg-16{font-size:16px!important}.row-lg-16{margin-right:-16px!important;margin-left:-16px!important}.row-lg-16 > [class*='col-']{padding-right:16px!important;padding-left:16px!important}.mt-lg-17{margin-top:17px!important}.mb-lg-17{margin-bottom:17px!important}.mr-lg-17{margin-right:17px!important}.ml-lg-17{margin-left:17px!important}.pt-lg-17{padding-top:17px!important}.pb-lg-17{padding-bottom:17px!important}.pr-lg-17{padding-right:17px!important}.pl-lg-17{padding-left:17px!important}.mt-n-lg-17{margin-top:-17px!important}.mb-n-lg-17{margin-bottom:-17px!important}.mr-n-lg-17{margin-right:-17px!important}.ml-n-lg-17{margin-left:-17px!important}.t-lg-17{top:17px!important}.b-lg-17{bottom:17px!important}.l-lg-17{left:17px!important}.r-lg-17{right:17px!important}.t-n-lg-17{top:-17px!important}.b-n-lg-17{bottom:-17px!important}.l-n-lg-17{left:-17px!important}.r-n-lg-17{right:-17px!important}.ti-lg-17{text-indent:17px!important}.ti-n-lg-17{text-indent:-17px!important}.fs-lg-17{font-size:17px!important}.row-lg-17{margin-right:-17px!important;margin-left:-17px!important}.row-lg-17 > [class*='col-']{padding-right:17px!important;padding-left:17px!important}.mt-lg-18{margin-top:18px!important}.mb-lg-18{margin-bottom:18px!important}.mr-lg-18{margin-right:18px!important}.ml-lg-18{margin-left:18px!important}.pt-lg-18{padding-top:18px!important}.pb-lg-18{padding-bottom:18px!important}.pr-lg-18{padding-right:18px!important}.pl-lg-18{padding-left:18px!important}.mt-n-lg-18{margin-top:-18px!important}.mb-n-lg-18{margin-bottom:-18px!important}.mr-n-lg-18{margin-right:-18px!important}.ml-n-lg-18{margin-left:-18px!important}.t-lg-18{top:18px!important}.b-lg-18{bottom:18px!important}.l-lg-18{left:18px!important}.r-lg-18{right:18px!important}.t-n-lg-18{top:-18px!important}.b-n-lg-18{bottom:-18px!important}.l-n-lg-18{left:-18px!important}.r-n-lg-18{right:-18px!important}.ti-lg-18{text-indent:18px!important}.ti-n-lg-18{text-indent:-18px!important}.fs-lg-18{font-size:18px!important}.row-lg-18{margin-right:-18px!important;margin-left:-18px!important}.row-lg-18 > [class*='col-']{padding-right:18px!important;padding-left:18px!important}.mt-lg-19{margin-top:19px!important}.mb-lg-19{margin-bottom:19px!important}.mr-lg-19{margin-right:19px!important}.ml-lg-19{margin-left:19px!important}.pt-lg-19{padding-top:19px!important}.pb-lg-19{padding-bottom:19px!important}.pr-lg-19{padding-right:19px!important}.pl-lg-19{padding-left:19px!important}.mt-n-lg-19{margin-top:-19px!important}.mb-n-lg-19{margin-bottom:-19px!important}.mr-n-lg-19{margin-right:-19px!important}.ml-n-lg-19{margin-left:-19px!important}.t-lg-19{top:19px!important}.b-lg-19{bottom:19px!important}.l-lg-19{left:19px!important}.r-lg-19{right:19px!important}.t-n-lg-19{top:-19px!important}.b-n-lg-19{bottom:-19px!important}.l-n-lg-19{left:-19px!important}.r-n-lg-19{right:-19px!important}.ti-lg-19{text-indent:19px!important}.ti-n-lg-19{text-indent:-19px!important}.fs-lg-19{font-size:19px!important}.row-lg-19{margin-right:-19px!important;margin-left:-19px!important}.row-lg-19 > [class*='col-']{padding-right:19px!important;padding-left:19px!important}.mt-lg-20{margin-top:20px!important}.mb-lg-20{margin-bottom:20px!important}.mr-lg-20{margin-right:20px!important}.ml-lg-20{margin-left:20px!important}.pt-lg-20{padding-top:20px!important}.pb-lg-20{padding-bottom:20px!important}.pr-lg-20{padding-right:20px!important}.pl-lg-20{padding-left:20px!important}.mt-n-lg-20{margin-top:-20px!important}.mb-n-lg-20{margin-bottom:-20px!important}.mr-n-lg-20{margin-right:-20px!important}.ml-n-lg-20{margin-left:-20px!important}.t-lg-20{top:20px!important}.b-lg-20{bottom:20px!important}.l-lg-20{left:20px!important}.r-lg-20{right:20px!important}.t-n-lg-20{top:-20px!important}.b-n-lg-20{bottom:-20px!important}.l-n-lg-20{left:-20px!important}.r-n-lg-20{right:-20px!important}.ti-lg-20{text-indent:20px!important}.ti-n-lg-20{text-indent:-20px!important}.fs-lg-20{font-size:20px!important}.row-lg-20{margin-right:-20px!important;margin-left:-20px!important}.row-lg-20 > [class*='col-']{padding-right:20px!important;padding-left:20px!important}.mt-lg-21{margin-top:21px!important}.mb-lg-21{margin-bottom:21px!important}.mr-lg-21{margin-right:21px!important}.ml-lg-21{margin-left:21px!important}.pt-lg-21{padding-top:21px!important}.pb-lg-21{padding-bottom:21px!important}.pr-lg-21{padding-right:21px!important}.pl-lg-21{padding-left:21px!important}.mt-n-lg-21{margin-top:-21px!important}.mb-n-lg-21{margin-bottom:-21px!important}.mr-n-lg-21{margin-right:-21px!important}.ml-n-lg-21{margin-left:-21px!important}.t-lg-21{top:21px!important}.b-lg-21{bottom:21px!important}.l-lg-21{left:21px!important}.r-lg-21{right:21px!important}.t-n-lg-21{top:-21px!important}.b-n-lg-21{bottom:-21px!important}.l-n-lg-21{left:-21px!important}.r-n-lg-21{right:-21px!important}.ti-lg-21{text-indent:21px!important}.ti-n-lg-21{text-indent:-21px!important}.fs-lg-21{font-size:21px!important}.row-lg-21{margin-right:-21px!important;margin-left:-21px!important}.row-lg-21 > [class*='col-']{padding-right:21px!important;padding-left:21px!important}.mt-lg-22{margin-top:22px!important}.mb-lg-22{margin-bottom:22px!important}.mr-lg-22{margin-right:22px!important}.ml-lg-22{margin-left:22px!important}.pt-lg-22{padding-top:22px!important}.pb-lg-22{padding-bottom:22px!important}.pr-lg-22{padding-right:22px!important}.pl-lg-22{padding-left:22px!important}.mt-n-lg-22{margin-top:-22px!important}.mb-n-lg-22{margin-bottom:-22px!important}.mr-n-lg-22{margin-right:-22px!important}.ml-n-lg-22{margin-left:-22px!important}.t-lg-22{top:22px!important}.b-lg-22{bottom:22px!important}.l-lg-22{left:22px!important}.r-lg-22{right:22px!important}.t-n-lg-22{top:-22px!important}.b-n-lg-22{bottom:-22px!important}.l-n-lg-22{left:-22px!important}.r-n-lg-22{right:-22px!important}.ti-lg-22{text-indent:22px!important}.ti-n-lg-22{text-indent:-22px!important}.fs-lg-22{font-size:22px!important}.row-lg-22{margin-right:-22px!important;margin-left:-22px!important}.row-lg-22 > [class*='col-']{padding-right:22px!important;padding-left:22px!important}.mt-lg-23{margin-top:23px!important}.mb-lg-23{margin-bottom:23px!important}.mr-lg-23{margin-right:23px!important}.ml-lg-23{margin-left:23px!important}.pt-lg-23{padding-top:23px!important}.pb-lg-23{padding-bottom:23px!important}.pr-lg-23{padding-right:23px!important}.pl-lg-23{padding-left:23px!important}.mt-n-lg-23{margin-top:-23px!important}.mb-n-lg-23{margin-bottom:-23px!important}.mr-n-lg-23{margin-right:-23px!important}.ml-n-lg-23{margin-left:-23px!important}.t-lg-23{top:23px!important}.b-lg-23{bottom:23px!important}.l-lg-23{left:23px!important}.r-lg-23{right:23px!important}.t-n-lg-23{top:-23px!important}.b-n-lg-23{bottom:-23px!important}.l-n-lg-23{left:-23px!important}.r-n-lg-23{right:-23px!important}.ti-lg-23{text-indent:23px!important}.ti-n-lg-23{text-indent:-23px!important}.fs-lg-23{font-size:23px!important}.row-lg-23{margin-right:-23px!important;margin-left:-23px!important}.row-lg-23 > [class*='col-']{padding-right:23px!important;padding-left:23px!important}.mt-lg-24{margin-top:24px!important}.mb-lg-24{margin-bottom:24px!important}.mr-lg-24{margin-right:24px!important}.ml-lg-24{margin-left:24px!important}.pt-lg-24{padding-top:24px!important}.pb-lg-24{padding-bottom:24px!important}.pr-lg-24{padding-right:24px!important}.pl-lg-24{padding-left:24px!important}.mt-n-lg-24{margin-top:-24px!important}.mb-n-lg-24{margin-bottom:-24px!important}.mr-n-lg-24{margin-right:-24px!important}.ml-n-lg-24{margin-left:-24px!important}.t-lg-24{top:24px!important}.b-lg-24{bottom:24px!important}.l-lg-24{left:24px!important}.r-lg-24{right:24px!important}.t-n-lg-24{top:-24px!important}.b-n-lg-24{bottom:-24px!important}.l-n-lg-24{left:-24px!important}.r-n-lg-24{right:-24px!important}.ti-lg-24{text-indent:24px!important}.ti-n-lg-24{text-indent:-24px!important}.fs-lg-24{font-size:24px!important}.row-lg-24{margin-right:-24px!important;margin-left:-24px!important}.row-lg-24 > [class*='col-']{padding-right:24px!important;padding-left:24px!important}.mt-lg-25{margin-top:25px!important}.mb-lg-25{margin-bottom:25px!important}.mr-lg-25{margin-right:25px!important}.ml-lg-25{margin-left:25px!important}.pt-lg-25{padding-top:25px!important}.pb-lg-25{padding-bottom:25px!important}.pr-lg-25{padding-right:25px!important}.pl-lg-25{padding-left:25px!important}.mt-n-lg-25{margin-top:-25px!important}.mb-n-lg-25{margin-bottom:-25px!important}.mr-n-lg-25{margin-right:-25px!important}.ml-n-lg-25{margin-left:-25px!important}.t-lg-25{top:25px!important}.b-lg-25{bottom:25px!important}.l-lg-25{left:25px!important}.r-lg-25{right:25px!important}.t-n-lg-25{top:-25px!important}.b-n-lg-25{bottom:-25px!important}.l-n-lg-25{left:-25px!important}.r-n-lg-25{right:-25px!important}.ti-lg-25{text-indent:25px!important}.ti-n-lg-25{text-indent:-25px!important}.fs-lg-25{font-size:25px!important}.row-lg-25{margin-right:-25px!important;margin-left:-25px!important}.row-lg-25 > [class*='col-']{padding-right:25px!important;padding-left:25px!important}.mt-lg-26{margin-top:26px!important}.mb-lg-26{margin-bottom:26px!important}.mr-lg-26{margin-right:26px!important}.ml-lg-26{margin-left:26px!important}.pt-lg-26{padding-top:26px!important}.pb-lg-26{padding-bottom:26px!important}.pr-lg-26{padding-right:26px!important}.pl-lg-26{padding-left:26px!important}.mt-n-lg-26{margin-top:-26px!important}.mb-n-lg-26{margin-bottom:-26px!important}.mr-n-lg-26{margin-right:-26px!important}.ml-n-lg-26{margin-left:-26px!important}.t-lg-26{top:26px!important}.b-lg-26{bottom:26px!important}.l-lg-26{left:26px!important}.r-lg-26{right:26px!important}.t-n-lg-26{top:-26px!important}.b-n-lg-26{bottom:-26px!important}.l-n-lg-26{left:-26px!important}.r-n-lg-26{right:-26px!important}.ti-lg-26{text-indent:26px!important}.ti-n-lg-26{text-indent:-26px!important}.fs-lg-26{font-size:26px!important}.row-lg-26{margin-right:-26px!important;margin-left:-26px!important}.row-lg-26 > [class*='col-']{padding-right:26px!important;padding-left:26px!important}.mt-lg-27{margin-top:27px!important}.mb-lg-27{margin-bottom:27px!important}.mr-lg-27{margin-right:27px!important}.ml-lg-27{margin-left:27px!important}.pt-lg-27{padding-top:27px!important}.pb-lg-27{padding-bottom:27px!important}.pr-lg-27{padding-right:27px!important}.pl-lg-27{padding-left:27px!important}.mt-n-lg-27{margin-top:-27px!important}.mb-n-lg-27{margin-bottom:-27px!important}.mr-n-lg-27{margin-right:-27px!important}.ml-n-lg-27{margin-left:-27px!important}.t-lg-27{top:27px!important}.b-lg-27{bottom:27px!important}.l-lg-27{left:27px!important}.r-lg-27{right:27px!important}.t-n-lg-27{top:-27px!important}.b-n-lg-27{bottom:-27px!important}.l-n-lg-27{left:-27px!important}.r-n-lg-27{right:-27px!important}.ti-lg-27{text-indent:27px!important}.ti-n-lg-27{text-indent:-27px!important}.fs-lg-27{font-size:27px!important}.row-lg-27{margin-right:-27px!important;margin-left:-27px!important}.row-lg-27 > [class*='col-']{padding-right:27px!important;padding-left:27px!important}.mt-lg-28{margin-top:28px!important}.mb-lg-28{margin-bottom:28px!important}.mr-lg-28{margin-right:28px!important}.ml-lg-28{margin-left:28px!important}.pt-lg-28{padding-top:28px!important}.pb-lg-28{padding-bottom:28px!important}.pr-lg-28{padding-right:28px!important}.pl-lg-28{padding-left:28px!important}.mt-n-lg-28{margin-top:-28px!important}.mb-n-lg-28{margin-bottom:-28px!important}.mr-n-lg-28{margin-right:-28px!important}.ml-n-lg-28{margin-left:-28px!important}.t-lg-28{top:28px!important}.b-lg-28{bottom:28px!important}.l-lg-28{left:28px!important}.r-lg-28{right:28px!important}.t-n-lg-28{top:-28px!important}.b-n-lg-28{bottom:-28px!important}.l-n-lg-28{left:-28px!important}.r-n-lg-28{right:-28px!important}.ti-lg-28{text-indent:28px!important}.ti-n-lg-28{text-indent:-28px!important}.fs-lg-28{font-size:28px!important}.row-lg-28{margin-right:-28px!important;margin-left:-28px!important}.row-lg-28 > [class*='col-']{padding-right:28px!important;padding-left:28px!important}.mt-lg-29{margin-top:29px!important}.mb-lg-29{margin-bottom:29px!important}.mr-lg-29{margin-right:29px!important}.ml-lg-29{margin-left:29px!important}.pt-lg-29{padding-top:29px!important}.pb-lg-29{padding-bottom:29px!important}.pr-lg-29{padding-right:29px!important}.pl-lg-29{padding-left:29px!important}.mt-n-lg-29{margin-top:-29px!important}.mb-n-lg-29{margin-bottom:-29px!important}.mr-n-lg-29{margin-right:-29px!important}.ml-n-lg-29{margin-left:-29px!important}.t-lg-29{top:29px!important}.b-lg-29{bottom:29px!important}.l-lg-29{left:29px!important}.r-lg-29{right:29px!important}.t-n-lg-29{top:-29px!important}.b-n-lg-29{bottom:-29px!important}.l-n-lg-29{left:-29px!important}.r-n-lg-29{right:-29px!important}.ti-lg-29{text-indent:29px!important}.ti-n-lg-29{text-indent:-29px!important}.fs-lg-29{font-size:29px!important}.row-lg-29{margin-right:-29px!important;margin-left:-29px!important}.row-lg-29 > [class*='col-']{padding-right:29px!important;padding-left:29px!important}.mt-lg-30{margin-top:30px!important}.mb-lg-30{margin-bottom:30px!important}.mr-lg-30{margin-right:30px!important}.ml-lg-30{margin-left:30px!important}.pt-lg-30{padding-top:30px!important}.pb-lg-30{padding-bottom:30px!important}.pr-lg-30{padding-right:30px!important}.pl-lg-30{padding-left:30px!important}.mt-n-lg-30{margin-top:-30px!important}.mb-n-lg-30{margin-bottom:-30px!important}.mr-n-lg-30{margin-right:-30px!important}.ml-n-lg-30{margin-left:-30px!important}.t-lg-30{top:30px!important}.b-lg-30{bottom:30px!important}.l-lg-30{left:30px!important}.r-lg-30{right:30px!important}.t-n-lg-30{top:-30px!important}.b-n-lg-30{bottom:-30px!important}.l-n-lg-30{left:-30px!important}.r-n-lg-30{right:-30px!important}.ti-lg-30{text-indent:30px!important}.ti-n-lg-30{text-indent:-30px!important}.fs-lg-30{font-size:30px!important}.row-lg-30{margin-right:-30px!important;margin-left:-30px!important}.row-lg-30 > [class*='col-']{padding-right:30px!important;padding-left:30px!important}.mt-lg-31{margin-top:31px!important}.mb-lg-31{margin-bottom:31px!important}.mr-lg-31{margin-right:31px!important}.ml-lg-31{margin-left:31px!important}.pt-lg-31{padding-top:31px!important}.pb-lg-31{padding-bottom:31px!important}.pr-lg-31{padding-right:31px!important}.pl-lg-31{padding-left:31px!important}.mt-n-lg-31{margin-top:-31px!important}.mb-n-lg-31{margin-bottom:-31px!important}.mr-n-lg-31{margin-right:-31px!important}.ml-n-lg-31{margin-left:-31px!important}.t-lg-31{top:31px!important}.b-lg-31{bottom:31px!important}.l-lg-31{left:31px!important}.r-lg-31{right:31px!important}.t-n-lg-31{top:-31px!important}.b-n-lg-31{bottom:-31px!important}.l-n-lg-31{left:-31px!important}.r-n-lg-31{right:-31px!important}.ti-lg-31{text-indent:31px!important}.ti-n-lg-31{text-indent:-31px!important}.fs-lg-31{font-size:31px!important}.row-lg-31{margin-right:-31px!important;margin-left:-31px!important}.row-lg-31 > [class*='col-']{padding-right:31px!important;padding-left:31px!important}.mt-lg-32{margin-top:32px!important}.mb-lg-32{margin-bottom:32px!important}.mr-lg-32{margin-right:32px!important}.ml-lg-32{margin-left:32px!important}.pt-lg-32{padding-top:32px!important}.pb-lg-32{padding-bottom:32px!important}.pr-lg-32{padding-right:32px!important}.pl-lg-32{padding-left:32px!important}.mt-n-lg-32{margin-top:-32px!important}.mb-n-lg-32{margin-bottom:-32px!important}.mr-n-lg-32{margin-right:-32px!important}.ml-n-lg-32{margin-left:-32px!important}.t-lg-32{top:32px!important}.b-lg-32{bottom:32px!important}.l-lg-32{left:32px!important}.r-lg-32{right:32px!important}.t-n-lg-32{top:-32px!important}.b-n-lg-32{bottom:-32px!important}.l-n-lg-32{left:-32px!important}.r-n-lg-32{right:-32px!important}.ti-lg-32{text-indent:32px!important}.ti-n-lg-32{text-indent:-32px!important}.fs-lg-32{font-size:32px!important}.row-lg-32{margin-right:-32px!important;margin-left:-32px!important}.row-lg-32 > [class*='col-']{padding-right:32px!important;padding-left:32px!important}.mt-lg-33{margin-top:33px!important}.mb-lg-33{margin-bottom:33px!important}.mr-lg-33{margin-right:33px!important}.ml-lg-33{margin-left:33px!important}.pt-lg-33{padding-top:33px!important}.pb-lg-33{padding-bottom:33px!important}.pr-lg-33{padding-right:33px!important}.pl-lg-33{padding-left:33px!important}.mt-n-lg-33{margin-top:-33px!important}.mb-n-lg-33{margin-bottom:-33px!important}.mr-n-lg-33{margin-right:-33px!important}.ml-n-lg-33{margin-left:-33px!important}.t-lg-33{top:33px!important}.b-lg-33{bottom:33px!important}.l-lg-33{left:33px!important}.r-lg-33{right:33px!important}.t-n-lg-33{top:-33px!important}.b-n-lg-33{bottom:-33px!important}.l-n-lg-33{left:-33px!important}.r-n-lg-33{right:-33px!important}.ti-lg-33{text-indent:33px!important}.ti-n-lg-33{text-indent:-33px!important}.fs-lg-33{font-size:33px!important}.row-lg-33{margin-right:-33px!important;margin-left:-33px!important}.row-lg-33 > [class*='col-']{padding-right:33px!important;padding-left:33px!important}.mt-lg-34{margin-top:34px!important}.mb-lg-34{margin-bottom:34px!important}.mr-lg-34{margin-right:34px!important}.ml-lg-34{margin-left:34px!important}.pt-lg-34{padding-top:34px!important}.pb-lg-34{padding-bottom:34px!important}.pr-lg-34{padding-right:34px!important}.pl-lg-34{padding-left:34px!important}.mt-n-lg-34{margin-top:-34px!important}.mb-n-lg-34{margin-bottom:-34px!important}.mr-n-lg-34{margin-right:-34px!important}.ml-n-lg-34{margin-left:-34px!important}.t-lg-34{top:34px!important}.b-lg-34{bottom:34px!important}.l-lg-34{left:34px!important}.r-lg-34{right:34px!important}.t-n-lg-34{top:-34px!important}.b-n-lg-34{bottom:-34px!important}.l-n-lg-34{left:-34px!important}.r-n-lg-34{right:-34px!important}.ti-lg-34{text-indent:34px!important}.ti-n-lg-34{text-indent:-34px!important}.fs-lg-34{font-size:34px!important}.row-lg-34{margin-right:-34px!important;margin-left:-34px!important}.row-lg-34 > [class*='col-']{padding-right:34px!important;padding-left:34px!important}.mt-lg-35{margin-top:35px!important}.mb-lg-35{margin-bottom:35px!important}.mr-lg-35{margin-right:35px!important}.ml-lg-35{margin-left:35px!important}.pt-lg-35{padding-top:35px!important}.pb-lg-35{padding-bottom:35px!important}.pr-lg-35{padding-right:35px!important}.pl-lg-35{padding-left:35px!important}.mt-n-lg-35{margin-top:-35px!important}.mb-n-lg-35{margin-bottom:-35px!important}.mr-n-lg-35{margin-right:-35px!important}.ml-n-lg-35{margin-left:-35px!important}.t-lg-35{top:35px!important}.b-lg-35{bottom:35px!important}.l-lg-35{left:35px!important}.r-lg-35{right:35px!important}.t-n-lg-35{top:-35px!important}.b-n-lg-35{bottom:-35px!important}.l-n-lg-35{left:-35px!important}.r-n-lg-35{right:-35px!important}.ti-lg-35{text-indent:35px!important}.ti-n-lg-35{text-indent:-35px!important}.fs-lg-35{font-size:35px!important}.row-lg-35{margin-right:-35px!important;margin-left:-35px!important}.row-lg-35 > [class*='col-']{padding-right:35px!important;padding-left:35px!important}.mt-lg-36{margin-top:36px!important}.mb-lg-36{margin-bottom:36px!important}.mr-lg-36{margin-right:36px!important}.ml-lg-36{margin-left:36px!important}.pt-lg-36{padding-top:36px!important}.pb-lg-36{padding-bottom:36px!important}.pr-lg-36{padding-right:36px!important}.pl-lg-36{padding-left:36px!important}.mt-n-lg-36{margin-top:-36px!important}.mb-n-lg-36{margin-bottom:-36px!important}.mr-n-lg-36{margin-right:-36px!important}.ml-n-lg-36{margin-left:-36px!important}.t-lg-36{top:36px!important}.b-lg-36{bottom:36px!important}.l-lg-36{left:36px!important}.r-lg-36{right:36px!important}.t-n-lg-36{top:-36px!important}.b-n-lg-36{bottom:-36px!important}.l-n-lg-36{left:-36px!important}.r-n-lg-36{right:-36px!important}.ti-lg-36{text-indent:36px!important}.ti-n-lg-36{text-indent:-36px!important}.fs-lg-36{font-size:36px!important}.row-lg-36{margin-right:-36px!important;margin-left:-36px!important}.row-lg-36 > [class*='col-']{padding-right:36px!important;padding-left:36px!important}.mt-lg-37{margin-top:37px!important}.mb-lg-37{margin-bottom:37px!important}.mr-lg-37{margin-right:37px!important}.ml-lg-37{margin-left:37px!important}.pt-lg-37{padding-top:37px!important}.pb-lg-37{padding-bottom:37px!important}.pr-lg-37{padding-right:37px!important}.pl-lg-37{padding-left:37px!important}.mt-n-lg-37{margin-top:-37px!important}.mb-n-lg-37{margin-bottom:-37px!important}.mr-n-lg-37{margin-right:-37px!important}.ml-n-lg-37{margin-left:-37px!important}.t-lg-37{top:37px!important}.b-lg-37{bottom:37px!important}.l-lg-37{left:37px!important}.r-lg-37{right:37px!important}.t-n-lg-37{top:-37px!important}.b-n-lg-37{bottom:-37px!important}.l-n-lg-37{left:-37px!important}.r-n-lg-37{right:-37px!important}.ti-lg-37{text-indent:37px!important}.ti-n-lg-37{text-indent:-37px!important}.fs-lg-37{font-size:37px!important}.row-lg-37{margin-right:-37px!important;margin-left:-37px!important}.row-lg-37 > [class*='col-']{padding-right:37px!important;padding-left:37px!important}.mt-lg-38{margin-top:38px!important}.mb-lg-38{margin-bottom:38px!important}.mr-lg-38{margin-right:38px!important}.ml-lg-38{margin-left:38px!important}.pt-lg-38{padding-top:38px!important}.pb-lg-38{padding-bottom:38px!important}.pr-lg-38{padding-right:38px!important}.pl-lg-38{padding-left:38px!important}.mt-n-lg-38{margin-top:-38px!important}.mb-n-lg-38{margin-bottom:-38px!important}.mr-n-lg-38{margin-right:-38px!important}.ml-n-lg-38{margin-left:-38px!important}.t-lg-38{top:38px!important}.b-lg-38{bottom:38px!important}.l-lg-38{left:38px!important}.r-lg-38{right:38px!important}.t-n-lg-38{top:-38px!important}.b-n-lg-38{bottom:-38px!important}.l-n-lg-38{left:-38px!important}.r-n-lg-38{right:-38px!important}.ti-lg-38{text-indent:38px!important}.ti-n-lg-38{text-indent:-38px!important}.fs-lg-38{font-size:38px!important}.row-lg-38{margin-right:-38px!important;margin-left:-38px!important}.row-lg-38 > [class*='col-']{padding-right:38px!important;padding-left:38px!important}.mt-lg-39{margin-top:39px!important}.mb-lg-39{margin-bottom:39px!important}.mr-lg-39{margin-right:39px!important}.ml-lg-39{margin-left:39px!important}.pt-lg-39{padding-top:39px!important}.pb-lg-39{padding-bottom:39px!important}.pr-lg-39{padding-right:39px!important}.pl-lg-39{padding-left:39px!important}.mt-n-lg-39{margin-top:-39px!important}.mb-n-lg-39{margin-bottom:-39px!important}.mr-n-lg-39{margin-right:-39px!important}.ml-n-lg-39{margin-left:-39px!important}.t-lg-39{top:39px!important}.b-lg-39{bottom:39px!important}.l-lg-39{left:39px!important}.r-lg-39{right:39px!important}.t-n-lg-39{top:-39px!important}.b-n-lg-39{bottom:-39px!important}.l-n-lg-39{left:-39px!important}.r-n-lg-39{right:-39px!important}.ti-lg-39{text-indent:39px!important}.ti-n-lg-39{text-indent:-39px!important}.fs-lg-39{font-size:39px!important}.row-lg-39{margin-right:-39px!important;margin-left:-39px!important}.row-lg-39 > [class*='col-']{padding-right:39px!important;padding-left:39px!important}.mt-lg-40{margin-top:40px!important}.mb-lg-40{margin-bottom:40px!important}.mr-lg-40{margin-right:40px!important}.ml-lg-40{margin-left:40px!important}.pt-lg-40{padding-top:40px!important}.pb-lg-40{padding-bottom:40px!important}.pr-lg-40{padding-right:40px!important}.pl-lg-40{padding-left:40px!important}.mt-n-lg-40{margin-top:-40px!important}.mb-n-lg-40{margin-bottom:-40px!important}.mr-n-lg-40{margin-right:-40px!important}.ml-n-lg-40{margin-left:-40px!important}.t-lg-40{top:40px!important}.b-lg-40{bottom:40px!important}.l-lg-40{left:40px!important}.r-lg-40{right:40px!important}.t-n-lg-40{top:-40px!important}.b-n-lg-40{bottom:-40px!important}.l-n-lg-40{left:-40px!important}.r-n-lg-40{right:-40px!important}.ti-lg-40{text-indent:40px!important}.ti-n-lg-40{text-indent:-40px!important}.fs-lg-40{font-size:40px!important}.row-lg-40{margin-right:-40px!important;margin-left:-40px!important}.row-lg-40 > [class*='col-']{padding-right:40px!important;padding-left:40px!important}.mt-lg-41{margin-top:41px!important}.mb-lg-41{margin-bottom:41px!important}.mr-lg-41{margin-right:41px!important}.ml-lg-41{margin-left:41px!important}.pt-lg-41{padding-top:41px!important}.pb-lg-41{padding-bottom:41px!important}.pr-lg-41{padding-right:41px!important}.pl-lg-41{padding-left:41px!important}.mt-n-lg-41{margin-top:-41px!important}.mb-n-lg-41{margin-bottom:-41px!important}.mr-n-lg-41{margin-right:-41px!important}.ml-n-lg-41{margin-left:-41px!important}.t-lg-41{top:41px!important}.b-lg-41{bottom:41px!important}.l-lg-41{left:41px!important}.r-lg-41{right:41px!important}.t-n-lg-41{top:-41px!important}.b-n-lg-41{bottom:-41px!important}.l-n-lg-41{left:-41px!important}.r-n-lg-41{right:-41px!important}.ti-lg-41{text-indent:41px!important}.ti-n-lg-41{text-indent:-41px!important}.fs-lg-41{font-size:41px!important}.row-lg-41{margin-right:-41px!important;margin-left:-41px!important}.row-lg-41 > [class*='col-']{padding-right:41px!important;padding-left:41px!important}.mt-lg-42{margin-top:42px!important}.mb-lg-42{margin-bottom:42px!important}.mr-lg-42{margin-right:42px!important}.ml-lg-42{margin-left:42px!important}.pt-lg-42{padding-top:42px!important}.pb-lg-42{padding-bottom:42px!important}.pr-lg-42{padding-right:42px!important}.pl-lg-42{padding-left:42px!important}.mt-n-lg-42{margin-top:-42px!important}.mb-n-lg-42{margin-bottom:-42px!important}.mr-n-lg-42{margin-right:-42px!important}.ml-n-lg-42{margin-left:-42px!important}.t-lg-42{top:42px!important}.b-lg-42{bottom:42px!important}.l-lg-42{left:42px!important}.r-lg-42{right:42px!important}.t-n-lg-42{top:-42px!important}.b-n-lg-42{bottom:-42px!important}.l-n-lg-42{left:-42px!important}.r-n-lg-42{right:-42px!important}.ti-lg-42{text-indent:42px!important}.ti-n-lg-42{text-indent:-42px!important}.fs-lg-42{font-size:42px!important}.row-lg-42{margin-right:-42px!important;margin-left:-42px!important}.row-lg-42 > [class*='col-']{padding-right:42px!important;padding-left:42px!important}.mt-lg-43{margin-top:43px!important}.mb-lg-43{margin-bottom:43px!important}.mr-lg-43{margin-right:43px!important}.ml-lg-43{margin-left:43px!important}.pt-lg-43{padding-top:43px!important}.pb-lg-43{padding-bottom:43px!important}.pr-lg-43{padding-right:43px!important}.pl-lg-43{padding-left:43px!important}.mt-n-lg-43{margin-top:-43px!important}.mb-n-lg-43{margin-bottom:-43px!important}.mr-n-lg-43{margin-right:-43px!important}.ml-n-lg-43{margin-left:-43px!important}.t-lg-43{top:43px!important}.b-lg-43{bottom:43px!important}.l-lg-43{left:43px!important}.r-lg-43{right:43px!important}.t-n-lg-43{top:-43px!important}.b-n-lg-43{bottom:-43px!important}.l-n-lg-43{left:-43px!important}.r-n-lg-43{right:-43px!important}.ti-lg-43{text-indent:43px!important}.ti-n-lg-43{text-indent:-43px!important}.fs-lg-43{font-size:43px!important}.row-lg-43{margin-right:-43px!important;margin-left:-43px!important}.row-lg-43 > [class*='col-']{padding-right:43px!important;padding-left:43px!important}.mt-lg-44{margin-top:44px!important}.mb-lg-44{margin-bottom:44px!important}.mr-lg-44{margin-right:44px!important}.ml-lg-44{margin-left:44px!important}.pt-lg-44{padding-top:44px!important}.pb-lg-44{padding-bottom:44px!important}.pr-lg-44{padding-right:44px!important}.pl-lg-44{padding-left:44px!important}.mt-n-lg-44{margin-top:-44px!important}.mb-n-lg-44{margin-bottom:-44px!important}.mr-n-lg-44{margin-right:-44px!important}.ml-n-lg-44{margin-left:-44px!important}.t-lg-44{top:44px!important}.b-lg-44{bottom:44px!important}.l-lg-44{left:44px!important}.r-lg-44{right:44px!important}.t-n-lg-44{top:-44px!important}.b-n-lg-44{bottom:-44px!important}.l-n-lg-44{left:-44px!important}.r-n-lg-44{right:-44px!important}.ti-lg-44{text-indent:44px!important}.ti-n-lg-44{text-indent:-44px!important}.fs-lg-44{font-size:44px!important}.row-lg-44{margin-right:-44px!important;margin-left:-44px!important}.row-lg-44 > [class*='col-']{padding-right:44px!important;padding-left:44px!important}.mt-lg-45{margin-top:45px!important}.mb-lg-45{margin-bottom:45px!important}.mr-lg-45{margin-right:45px!important}.ml-lg-45{margin-left:45px!important}.pt-lg-45{padding-top:45px!important}.pb-lg-45{padding-bottom:45px!important}.pr-lg-45{padding-right:45px!important}.pl-lg-45{padding-left:45px!important}.mt-n-lg-45{margin-top:-45px!important}.mb-n-lg-45{margin-bottom:-45px!important}.mr-n-lg-45{margin-right:-45px!important}.ml-n-lg-45{margin-left:-45px!important}.t-lg-45{top:45px!important}.b-lg-45{bottom:45px!important}.l-lg-45{left:45px!important}.r-lg-45{right:45px!important}.t-n-lg-45{top:-45px!important}.b-n-lg-45{bottom:-45px!important}.l-n-lg-45{left:-45px!important}.r-n-lg-45{right:-45px!important}.ti-lg-45{text-indent:45px!important}.ti-n-lg-45{text-indent:-45px!important}.fs-lg-45{font-size:45px!important}.row-lg-45{margin-right:-45px!important;margin-left:-45px!important}.row-lg-45 > [class*='col-']{padding-right:45px!important;padding-left:45px!important}.mt-lg-46{margin-top:46px!important}.mb-lg-46{margin-bottom:46px!important}.mr-lg-46{margin-right:46px!important}.ml-lg-46{margin-left:46px!important}.pt-lg-46{padding-top:46px!important}.pb-lg-46{padding-bottom:46px!important}.pr-lg-46{padding-right:46px!important}.pl-lg-46{padding-left:46px!important}.mt-n-lg-46{margin-top:-46px!important}.mb-n-lg-46{margin-bottom:-46px!important}.mr-n-lg-46{margin-right:-46px!important}.ml-n-lg-46{margin-left:-46px!important}.t-lg-46{top:46px!important}.b-lg-46{bottom:46px!important}.l-lg-46{left:46px!important}.r-lg-46{right:46px!important}.t-n-lg-46{top:-46px!important}.b-n-lg-46{bottom:-46px!important}.l-n-lg-46{left:-46px!important}.r-n-lg-46{right:-46px!important}.ti-lg-46{text-indent:46px!important}.ti-n-lg-46{text-indent:-46px!important}.fs-lg-46{font-size:46px!important}.row-lg-46{margin-right:-46px!important;margin-left:-46px!important}.row-lg-46 > [class*='col-']{padding-right:46px!important;padding-left:46px!important}.mt-lg-47{margin-top:47px!important}.mb-lg-47{margin-bottom:47px!important}.mr-lg-47{margin-right:47px!important}.ml-lg-47{margin-left:47px!important}.pt-lg-47{padding-top:47px!important}.pb-lg-47{padding-bottom:47px!important}.pr-lg-47{padding-right:47px!important}.pl-lg-47{padding-left:47px!important}.mt-n-lg-47{margin-top:-47px!important}.mb-n-lg-47{margin-bottom:-47px!important}.mr-n-lg-47{margin-right:-47px!important}.ml-n-lg-47{margin-left:-47px!important}.t-lg-47{top:47px!important}.b-lg-47{bottom:47px!important}.l-lg-47{left:47px!important}.r-lg-47{right:47px!important}.t-n-lg-47{top:-47px!important}.b-n-lg-47{bottom:-47px!important}.l-n-lg-47{left:-47px!important}.r-n-lg-47{right:-47px!important}.ti-lg-47{text-indent:47px!important}.ti-n-lg-47{text-indent:-47px!important}.fs-lg-47{font-size:47px!important}.row-lg-47{margin-right:-47px!important;margin-left:-47px!important}.row-lg-47 > [class*='col-']{padding-right:47px!important;padding-left:47px!important}.mt-lg-48{margin-top:48px!important}.mb-lg-48{margin-bottom:48px!important}.mr-lg-48{margin-right:48px!important}.ml-lg-48{margin-left:48px!important}.pt-lg-48{padding-top:48px!important}.pb-lg-48{padding-bottom:48px!important}.pr-lg-48{padding-right:48px!important}.pl-lg-48{padding-left:48px!important}.mt-n-lg-48{margin-top:-48px!important}.mb-n-lg-48{margin-bottom:-48px!important}.mr-n-lg-48{margin-right:-48px!important}.ml-n-lg-48{margin-left:-48px!important}.t-lg-48{top:48px!important}.b-lg-48{bottom:48px!important}.l-lg-48{left:48px!important}.r-lg-48{right:48px!important}.t-n-lg-48{top:-48px!important}.b-n-lg-48{bottom:-48px!important}.l-n-lg-48{left:-48px!important}.r-n-lg-48{right:-48px!important}.ti-lg-48{text-indent:48px!important}.ti-n-lg-48{text-indent:-48px!important}.fs-lg-48{font-size:48px!important}.row-lg-48{margin-right:-48px!important;margin-left:-48px!important}.row-lg-48 > [class*='col-']{padding-right:48px!important;padding-left:48px!important}.mt-lg-49{margin-top:49px!important}.mb-lg-49{margin-bottom:49px!important}.mr-lg-49{margin-right:49px!important}.ml-lg-49{margin-left:49px!important}.pt-lg-49{padding-top:49px!important}.pb-lg-49{padding-bottom:49px!important}.pr-lg-49{padding-right:49px!important}.pl-lg-49{padding-left:49px!important}.mt-n-lg-49{margin-top:-49px!important}.mb-n-lg-49{margin-bottom:-49px!important}.mr-n-lg-49{margin-right:-49px!important}.ml-n-lg-49{margin-left:-49px!important}.t-lg-49{top:49px!important}.b-lg-49{bottom:49px!important}.l-lg-49{left:49px!important}.r-lg-49{right:49px!important}.t-n-lg-49{top:-49px!important}.b-n-lg-49{bottom:-49px!important}.l-n-lg-49{left:-49px!important}.r-n-lg-49{right:-49px!important}.ti-lg-49{text-indent:49px!important}.ti-n-lg-49{text-indent:-49px!important}.fs-lg-49{font-size:49px!important}.row-lg-49{margin-right:-49px!important;margin-left:-49px!important}.row-lg-49 > [class*='col-']{padding-right:49px!important;padding-left:49px!important}.mt-lg-50{margin-top:50px!important}.mb-lg-50{margin-bottom:50px!important}.mr-lg-50{margin-right:50px!important}.ml-lg-50{margin-left:50px!important}.pt-lg-50{padding-top:50px!important}.pb-lg-50{padding-bottom:50px!important}.pr-lg-50{padding-right:50px!important}.pl-lg-50{padding-left:50px!important}.mt-n-lg-50{margin-top:-50px!important}.mb-n-lg-50{margin-bottom:-50px!important}.mr-n-lg-50{margin-right:-50px!important}.ml-n-lg-50{margin-left:-50px!important}.t-lg-50{top:50px!important}.b-lg-50{bottom:50px!important}.l-lg-50{left:50px!important}.r-lg-50{right:50px!important}.t-n-lg-50{top:-50px!important}.b-n-lg-50{bottom:-50px!important}.l-n-lg-50{left:-50px!important}.r-n-lg-50{right:-50px!important}.ti-lg-50{text-indent:50px!important}.ti-n-lg-50{text-indent:-50px!important}.fs-lg-50{font-size:50px!important}.row-lg-50{margin-right:-50px!important;margin-left:-50px!important}.row-lg-50 > [class*='col-']{padding-right:50px!important;padding-left:50px!important}.mt-lg-51{margin-top:51px!important}.mb-lg-51{margin-bottom:51px!important}.mr-lg-51{margin-right:51px!important}.ml-lg-51{margin-left:51px!important}.pt-lg-51{padding-top:51px!important}.pb-lg-51{padding-bottom:51px!important}.pr-lg-51{padding-right:51px!important}.pl-lg-51{padding-left:51px!important}.mt-n-lg-51{margin-top:-51px!important}.mb-n-lg-51{margin-bottom:-51px!important}.mr-n-lg-51{margin-right:-51px!important}.ml-n-lg-51{margin-left:-51px!important}.t-lg-51{top:51px!important}.b-lg-51{bottom:51px!important}.l-lg-51{left:51px!important}.r-lg-51{right:51px!important}.t-n-lg-51{top:-51px!important}.b-n-lg-51{bottom:-51px!important}.l-n-lg-51{left:-51px!important}.r-n-lg-51{right:-51px!important}.ti-lg-51{text-indent:51px!important}.ti-n-lg-51{text-indent:-51px!important}.fs-lg-51{font-size:51px!important}.row-lg-51{margin-right:-51px!important;margin-left:-51px!important}.row-lg-51 > [class*='col-']{padding-right:51px!important;padding-left:51px!important}.mt-lg-52{margin-top:52px!important}.mb-lg-52{margin-bottom:52px!important}.mr-lg-52{margin-right:52px!important}.ml-lg-52{margin-left:52px!important}.pt-lg-52{padding-top:52px!important}.pb-lg-52{padding-bottom:52px!important}.pr-lg-52{padding-right:52px!important}.pl-lg-52{padding-left:52px!important}.mt-n-lg-52{margin-top:-52px!important}.mb-n-lg-52{margin-bottom:-52px!important}.mr-n-lg-52{margin-right:-52px!important}.ml-n-lg-52{margin-left:-52px!important}.t-lg-52{top:52px!important}.b-lg-52{bottom:52px!important}.l-lg-52{left:52px!important}.r-lg-52{right:52px!important}.t-n-lg-52{top:-52px!important}.b-n-lg-52{bottom:-52px!important}.l-n-lg-52{left:-52px!important}.r-n-lg-52{right:-52px!important}.ti-lg-52{text-indent:52px!important}.ti-n-lg-52{text-indent:-52px!important}.fs-lg-52{font-size:52px!important}.row-lg-52{margin-right:-52px!important;margin-left:-52px!important}.row-lg-52 > [class*='col-']{padding-right:52px!important;padding-left:52px!important}.mt-lg-53{margin-top:53px!important}.mb-lg-53{margin-bottom:53px!important}.mr-lg-53{margin-right:53px!important}.ml-lg-53{margin-left:53px!important}.pt-lg-53{padding-top:53px!important}.pb-lg-53{padding-bottom:53px!important}.pr-lg-53{padding-right:53px!important}.pl-lg-53{padding-left:53px!important}.mt-n-lg-53{margin-top:-53px!important}.mb-n-lg-53{margin-bottom:-53px!important}.mr-n-lg-53{margin-right:-53px!important}.ml-n-lg-53{margin-left:-53px!important}.t-lg-53{top:53px!important}.b-lg-53{bottom:53px!important}.l-lg-53{left:53px!important}.r-lg-53{right:53px!important}.t-n-lg-53{top:-53px!important}.b-n-lg-53{bottom:-53px!important}.l-n-lg-53{left:-53px!important}.r-n-lg-53{right:-53px!important}.ti-lg-53{text-indent:53px!important}.ti-n-lg-53{text-indent:-53px!important}.fs-lg-53{font-size:53px!important}.row-lg-53{margin-right:-53px!important;margin-left:-53px!important}.row-lg-53 > [class*='col-']{padding-right:53px!important;padding-left:53px!important}.mt-lg-54{margin-top:54px!important}.mb-lg-54{margin-bottom:54px!important}.mr-lg-54{margin-right:54px!important}.ml-lg-54{margin-left:54px!important}.pt-lg-54{padding-top:54px!important}.pb-lg-54{padding-bottom:54px!important}.pr-lg-54{padding-right:54px!important}.pl-lg-54{padding-left:54px!important}.mt-n-lg-54{margin-top:-54px!important}.mb-n-lg-54{margin-bottom:-54px!important}.mr-n-lg-54{margin-right:-54px!important}.ml-n-lg-54{margin-left:-54px!important}.t-lg-54{top:54px!important}.b-lg-54{bottom:54px!important}.l-lg-54{left:54px!important}.r-lg-54{right:54px!important}.t-n-lg-54{top:-54px!important}.b-n-lg-54{bottom:-54px!important}.l-n-lg-54{left:-54px!important}.r-n-lg-54{right:-54px!important}.ti-lg-54{text-indent:54px!important}.ti-n-lg-54{text-indent:-54px!important}.fs-lg-54{font-size:54px!important}.row-lg-54{margin-right:-54px!important;margin-left:-54px!important}.row-lg-54 > [class*='col-']{padding-right:54px!important;padding-left:54px!important}.mt-lg-55{margin-top:55px!important}.mb-lg-55{margin-bottom:55px!important}.mr-lg-55{margin-right:55px!important}.ml-lg-55{margin-left:55px!important}.pt-lg-55{padding-top:55px!important}.pb-lg-55{padding-bottom:55px!important}.pr-lg-55{padding-right:55px!important}.pl-lg-55{padding-left:55px!important}.mt-n-lg-55{margin-top:-55px!important}.mb-n-lg-55{margin-bottom:-55px!important}.mr-n-lg-55{margin-right:-55px!important}.ml-n-lg-55{margin-left:-55px!important}.t-lg-55{top:55px!important}.b-lg-55{bottom:55px!important}.l-lg-55{left:55px!important}.r-lg-55{right:55px!important}.t-n-lg-55{top:-55px!important}.b-n-lg-55{bottom:-55px!important}.l-n-lg-55{left:-55px!important}.r-n-lg-55{right:-55px!important}.ti-lg-55{text-indent:55px!important}.ti-n-lg-55{text-indent:-55px!important}.fs-lg-55{font-size:55px!important}.row-lg-55{margin-right:-55px!important;margin-left:-55px!important}.row-lg-55 > [class*='col-']{padding-right:55px!important;padding-left:55px!important}.mt-lg-56{margin-top:56px!important}.mb-lg-56{margin-bottom:56px!important}.mr-lg-56{margin-right:56px!important}.ml-lg-56{margin-left:56px!important}.pt-lg-56{padding-top:56px!important}.pb-lg-56{padding-bottom:56px!important}.pr-lg-56{padding-right:56px!important}.pl-lg-56{padding-left:56px!important}.mt-n-lg-56{margin-top:-56px!important}.mb-n-lg-56{margin-bottom:-56px!important}.mr-n-lg-56{margin-right:-56px!important}.ml-n-lg-56{margin-left:-56px!important}.t-lg-56{top:56px!important}.b-lg-56{bottom:56px!important}.l-lg-56{left:56px!important}.r-lg-56{right:56px!important}.t-n-lg-56{top:-56px!important}.b-n-lg-56{bottom:-56px!important}.l-n-lg-56{left:-56px!important}.r-n-lg-56{right:-56px!important}.ti-lg-56{text-indent:56px!important}.ti-n-lg-56{text-indent:-56px!important}.fs-lg-56{font-size:56px!important}.row-lg-56{margin-right:-56px!important;margin-left:-56px!important}.row-lg-56 > [class*='col-']{padding-right:56px!important;padding-left:56px!important}.mt-lg-57{margin-top:57px!important}.mb-lg-57{margin-bottom:57px!important}.mr-lg-57{margin-right:57px!important}.ml-lg-57{margin-left:57px!important}.pt-lg-57{padding-top:57px!important}.pb-lg-57{padding-bottom:57px!important}.pr-lg-57{padding-right:57px!important}.pl-lg-57{padding-left:57px!important}.mt-n-lg-57{margin-top:-57px!important}.mb-n-lg-57{margin-bottom:-57px!important}.mr-n-lg-57{margin-right:-57px!important}.ml-n-lg-57{margin-left:-57px!important}.t-lg-57{top:57px!important}.b-lg-57{bottom:57px!important}.l-lg-57{left:57px!important}.r-lg-57{right:57px!important}.t-n-lg-57{top:-57px!important}.b-n-lg-57{bottom:-57px!important}.l-n-lg-57{left:-57px!important}.r-n-lg-57{right:-57px!important}.ti-lg-57{text-indent:57px!important}.ti-n-lg-57{text-indent:-57px!important}.fs-lg-57{font-size:57px!important}.row-lg-57{margin-right:-57px!important;margin-left:-57px!important}.row-lg-57 > [class*='col-']{padding-right:57px!important;padding-left:57px!important}.mt-lg-58{margin-top:58px!important}.mb-lg-58{margin-bottom:58px!important}.mr-lg-58{margin-right:58px!important}.ml-lg-58{margin-left:58px!important}.pt-lg-58{padding-top:58px!important}.pb-lg-58{padding-bottom:58px!important}.pr-lg-58{padding-right:58px!important}.pl-lg-58{padding-left:58px!important}.mt-n-lg-58{margin-top:-58px!important}.mb-n-lg-58{margin-bottom:-58px!important}.mr-n-lg-58{margin-right:-58px!important}.ml-n-lg-58{margin-left:-58px!important}.t-lg-58{top:58px!important}.b-lg-58{bottom:58px!important}.l-lg-58{left:58px!important}.r-lg-58{right:58px!important}.t-n-lg-58{top:-58px!important}.b-n-lg-58{bottom:-58px!important}.l-n-lg-58{left:-58px!important}.r-n-lg-58{right:-58px!important}.ti-lg-58{text-indent:58px!important}.ti-n-lg-58{text-indent:-58px!important}.fs-lg-58{font-size:58px!important}.row-lg-58{margin-right:-58px!important;margin-left:-58px!important}.row-lg-58 > [class*='col-']{padding-right:58px!important;padding-left:58px!important}.mt-lg-59{margin-top:59px!important}.mb-lg-59{margin-bottom:59px!important}.mr-lg-59{margin-right:59px!important}.ml-lg-59{margin-left:59px!important}.pt-lg-59{padding-top:59px!important}.pb-lg-59{padding-bottom:59px!important}.pr-lg-59{padding-right:59px!important}.pl-lg-59{padding-left:59px!important}.mt-n-lg-59{margin-top:-59px!important}.mb-n-lg-59{margin-bottom:-59px!important}.mr-n-lg-59{margin-right:-59px!important}.ml-n-lg-59{margin-left:-59px!important}.t-lg-59{top:59px!important}.b-lg-59{bottom:59px!important}.l-lg-59{left:59px!important}.r-lg-59{right:59px!important}.t-n-lg-59{top:-59px!important}.b-n-lg-59{bottom:-59px!important}.l-n-lg-59{left:-59px!important}.r-n-lg-59{right:-59px!important}.ti-lg-59{text-indent:59px!important}.ti-n-lg-59{text-indent:-59px!important}.fs-lg-59{font-size:59px!important}.row-lg-59{margin-right:-59px!important;margin-left:-59px!important}.row-lg-59 > [class*='col-']{padding-right:59px!important;padding-left:59px!important}.mt-lg-60{margin-top:60px!important}.mb-lg-60{margin-bottom:60px!important}.mr-lg-60{margin-right:60px!important}.ml-lg-60{margin-left:60px!important}.pt-lg-60{padding-top:60px!important}.pb-lg-60{padding-bottom:60px!important}.pr-lg-60{padding-right:60px!important}.pl-lg-60{padding-left:60px!important}.mt-n-lg-60{margin-top:-60px!important}.mb-n-lg-60{margin-bottom:-60px!important}.mr-n-lg-60{margin-right:-60px!important}.ml-n-lg-60{margin-left:-60px!important}.t-lg-60{top:60px!important}.b-lg-60{bottom:60px!important}.l-lg-60{left:60px!important}.r-lg-60{right:60px!important}.t-n-lg-60{top:-60px!important}.b-n-lg-60{bottom:-60px!important}.l-n-lg-60{left:-60px!important}.r-n-lg-60{right:-60px!important}.ti-lg-60{text-indent:60px!important}.ti-n-lg-60{text-indent:-60px!important}.fs-lg-60{font-size:60px!important}.row-lg-60{margin-right:-60px!important;margin-left:-60px!important}.row-lg-60 > [class*='col-']{padding-right:60px!important;padding-left:60px!important}.mt-lg-61{margin-top:61px!important}.mb-lg-61{margin-bottom:61px!important}.mr-lg-61{margin-right:61px!important}.ml-lg-61{margin-left:61px!important}.pt-lg-61{padding-top:61px!important}.pb-lg-61{padding-bottom:61px!important}.pr-lg-61{padding-right:61px!important}.pl-lg-61{padding-left:61px!important}.mt-n-lg-61{margin-top:-61px!important}.mb-n-lg-61{margin-bottom:-61px!important}.mr-n-lg-61{margin-right:-61px!important}.ml-n-lg-61{margin-left:-61px!important}.t-lg-61{top:61px!important}.b-lg-61{bottom:61px!important}.l-lg-61{left:61px!important}.r-lg-61{right:61px!important}.t-n-lg-61{top:-61px!important}.b-n-lg-61{bottom:-61px!important}.l-n-lg-61{left:-61px!important}.r-n-lg-61{right:-61px!important}.ti-lg-61{text-indent:61px!important}.ti-n-lg-61{text-indent:-61px!important}.fs-lg-61{font-size:61px!important}.row-lg-61{margin-right:-61px!important;margin-left:-61px!important}.row-lg-61 > [class*='col-']{padding-right:61px!important;padding-left:61px!important}.mt-lg-62{margin-top:62px!important}.mb-lg-62{margin-bottom:62px!important}.mr-lg-62{margin-right:62px!important}.ml-lg-62{margin-left:62px!important}.pt-lg-62{padding-top:62px!important}.pb-lg-62{padding-bottom:62px!important}.pr-lg-62{padding-right:62px!important}.pl-lg-62{padding-left:62px!important}.mt-n-lg-62{margin-top:-62px!important}.mb-n-lg-62{margin-bottom:-62px!important}.mr-n-lg-62{margin-right:-62px!important}.ml-n-lg-62{margin-left:-62px!important}.t-lg-62{top:62px!important}.b-lg-62{bottom:62px!important}.l-lg-62{left:62px!important}.r-lg-62{right:62px!important}.t-n-lg-62{top:-62px!important}.b-n-lg-62{bottom:-62px!important}.l-n-lg-62{left:-62px!important}.r-n-lg-62{right:-62px!important}.ti-lg-62{text-indent:62px!important}.ti-n-lg-62{text-indent:-62px!important}.fs-lg-62{font-size:62px!important}.row-lg-62{margin-right:-62px!important;margin-left:-62px!important}.row-lg-62 > [class*='col-']{padding-right:62px!important;padding-left:62px!important}.mt-lg-63{margin-top:63px!important}.mb-lg-63{margin-bottom:63px!important}.mr-lg-63{margin-right:63px!important}.ml-lg-63{margin-left:63px!important}.pt-lg-63{padding-top:63px!important}.pb-lg-63{padding-bottom:63px!important}.pr-lg-63{padding-right:63px!important}.pl-lg-63{padding-left:63px!important}.mt-n-lg-63{margin-top:-63px!important}.mb-n-lg-63{margin-bottom:-63px!important}.mr-n-lg-63{margin-right:-63px!important}.ml-n-lg-63{margin-left:-63px!important}.t-lg-63{top:63px!important}.b-lg-63{bottom:63px!important}.l-lg-63{left:63px!important}.r-lg-63{right:63px!important}.t-n-lg-63{top:-63px!important}.b-n-lg-63{bottom:-63px!important}.l-n-lg-63{left:-63px!important}.r-n-lg-63{right:-63px!important}.ti-lg-63{text-indent:63px!important}.ti-n-lg-63{text-indent:-63px!important}.fs-lg-63{font-size:63px!important}.row-lg-63{margin-right:-63px!important;margin-left:-63px!important}.row-lg-63 > [class*='col-']{padding-right:63px!important;padding-left:63px!important}.mt-lg-64{margin-top:64px!important}.mb-lg-64{margin-bottom:64px!important}.mr-lg-64{margin-right:64px!important}.ml-lg-64{margin-left:64px!important}.pt-lg-64{padding-top:64px!important}.pb-lg-64{padding-bottom:64px!important}.pr-lg-64{padding-right:64px!important}.pl-lg-64{padding-left:64px!important}.mt-n-lg-64{margin-top:-64px!important}.mb-n-lg-64{margin-bottom:-64px!important}.mr-n-lg-64{margin-right:-64px!important}.ml-n-lg-64{margin-left:-64px!important}.t-lg-64{top:64px!important}.b-lg-64{bottom:64px!important}.l-lg-64{left:64px!important}.r-lg-64{right:64px!important}.t-n-lg-64{top:-64px!important}.b-n-lg-64{bottom:-64px!important}.l-n-lg-64{left:-64px!important}.r-n-lg-64{right:-64px!important}.ti-lg-64{text-indent:64px!important}.ti-n-lg-64{text-indent:-64px!important}.fs-lg-64{font-size:64px!important}.row-lg-64{margin-right:-64px!important;margin-left:-64px!important}.row-lg-64 > [class*='col-']{padding-right:64px!important;padding-left:64px!important}.mt-lg-65{margin-top:65px!important}.mb-lg-65{margin-bottom:65px!important}.mr-lg-65{margin-right:65px!important}.ml-lg-65{margin-left:65px!important}.pt-lg-65{padding-top:65px!important}.pb-lg-65{padding-bottom:65px!important}.pr-lg-65{padding-right:65px!important}.pl-lg-65{padding-left:65px!important}.mt-n-lg-65{margin-top:-65px!important}.mb-n-lg-65{margin-bottom:-65px!important}.mr-n-lg-65{margin-right:-65px!important}.ml-n-lg-65{margin-left:-65px!important}.t-lg-65{top:65px!important}.b-lg-65{bottom:65px!important}.l-lg-65{left:65px!important}.r-lg-65{right:65px!important}.t-n-lg-65{top:-65px!important}.b-n-lg-65{bottom:-65px!important}.l-n-lg-65{left:-65px!important}.r-n-lg-65{right:-65px!important}.ti-lg-65{text-indent:65px!important}.ti-n-lg-65{text-indent:-65px!important}.fs-lg-65{font-size:65px!important}.row-lg-65{margin-right:-65px!important;margin-left:-65px!important}.row-lg-65 > [class*='col-']{padding-right:65px!important;padding-left:65px!important}.mt-lg-66{margin-top:66px!important}.mb-lg-66{margin-bottom:66px!important}.mr-lg-66{margin-right:66px!important}.ml-lg-66{margin-left:66px!important}.pt-lg-66{padding-top:66px!important}.pb-lg-66{padding-bottom:66px!important}.pr-lg-66{padding-right:66px!important}.pl-lg-66{padding-left:66px!important}.mt-n-lg-66{margin-top:-66px!important}.mb-n-lg-66{margin-bottom:-66px!important}.mr-n-lg-66{margin-right:-66px!important}.ml-n-lg-66{margin-left:-66px!important}.t-lg-66{top:66px!important}.b-lg-66{bottom:66px!important}.l-lg-66{left:66px!important}.r-lg-66{right:66px!important}.t-n-lg-66{top:-66px!important}.b-n-lg-66{bottom:-66px!important}.l-n-lg-66{left:-66px!important}.r-n-lg-66{right:-66px!important}.ti-lg-66{text-indent:66px!important}.ti-n-lg-66{text-indent:-66px!important}.fs-lg-66{font-size:66px!important}.row-lg-66{margin-right:-66px!important;margin-left:-66px!important}.row-lg-66 > [class*='col-']{padding-right:66px!important;padding-left:66px!important}.mt-lg-67{margin-top:67px!important}.mb-lg-67{margin-bottom:67px!important}.mr-lg-67{margin-right:67px!important}.ml-lg-67{margin-left:67px!important}.pt-lg-67{padding-top:67px!important}.pb-lg-67{padding-bottom:67px!important}.pr-lg-67{padding-right:67px!important}.pl-lg-67{padding-left:67px!important}.mt-n-lg-67{margin-top:-67px!important}.mb-n-lg-67{margin-bottom:-67px!important}.mr-n-lg-67{margin-right:-67px!important}.ml-n-lg-67{margin-left:-67px!important}.t-lg-67{top:67px!important}.b-lg-67{bottom:67px!important}.l-lg-67{left:67px!important}.r-lg-67{right:67px!important}.t-n-lg-67{top:-67px!important}.b-n-lg-67{bottom:-67px!important}.l-n-lg-67{left:-67px!important}.r-n-lg-67{right:-67px!important}.ti-lg-67{text-indent:67px!important}.ti-n-lg-67{text-indent:-67px!important}.fs-lg-67{font-size:67px!important}.row-lg-67{margin-right:-67px!important;margin-left:-67px!important}.row-lg-67 > [class*='col-']{padding-right:67px!important;padding-left:67px!important}.mt-lg-68{margin-top:68px!important}.mb-lg-68{margin-bottom:68px!important}.mr-lg-68{margin-right:68px!important}.ml-lg-68{margin-left:68px!important}.pt-lg-68{padding-top:68px!important}.pb-lg-68{padding-bottom:68px!important}.pr-lg-68{padding-right:68px!important}.pl-lg-68{padding-left:68px!important}.mt-n-lg-68{margin-top:-68px!important}.mb-n-lg-68{margin-bottom:-68px!important}.mr-n-lg-68{margin-right:-68px!important}.ml-n-lg-68{margin-left:-68px!important}.t-lg-68{top:68px!important}.b-lg-68{bottom:68px!important}.l-lg-68{left:68px!important}.r-lg-68{right:68px!important}.t-n-lg-68{top:-68px!important}.b-n-lg-68{bottom:-68px!important}.l-n-lg-68{left:-68px!important}.r-n-lg-68{right:-68px!important}.ti-lg-68{text-indent:68px!important}.ti-n-lg-68{text-indent:-68px!important}.fs-lg-68{font-size:68px!important}.row-lg-68{margin-right:-68px!important;margin-left:-68px!important}.row-lg-68 > [class*='col-']{padding-right:68px!important;padding-left:68px!important}.mt-lg-69{margin-top:69px!important}.mb-lg-69{margin-bottom:69px!important}.mr-lg-69{margin-right:69px!important}.ml-lg-69{margin-left:69px!important}.pt-lg-69{padding-top:69px!important}.pb-lg-69{padding-bottom:69px!important}.pr-lg-69{padding-right:69px!important}.pl-lg-69{padding-left:69px!important}.mt-n-lg-69{margin-top:-69px!important}.mb-n-lg-69{margin-bottom:-69px!important}.mr-n-lg-69{margin-right:-69px!important}.ml-n-lg-69{margin-left:-69px!important}.t-lg-69{top:69px!important}.b-lg-69{bottom:69px!important}.l-lg-69{left:69px!important}.r-lg-69{right:69px!important}.t-n-lg-69{top:-69px!important}.b-n-lg-69{bottom:-69px!important}.l-n-lg-69{left:-69px!important}.r-n-lg-69{right:-69px!important}.ti-lg-69{text-indent:69px!important}.ti-n-lg-69{text-indent:-69px!important}.fs-lg-69{font-size:69px!important}.row-lg-69{margin-right:-69px!important;margin-left:-69px!important}.row-lg-69 > [class*='col-']{padding-right:69px!important;padding-left:69px!important}.mt-lg-70{margin-top:70px!important}.mb-lg-70{margin-bottom:70px!important}.mr-lg-70{margin-right:70px!important}.ml-lg-70{margin-left:70px!important}.pt-lg-70{padding-top:70px!important}.pb-lg-70{padding-bottom:70px!important}.pr-lg-70{padding-right:70px!important}.pl-lg-70{padding-left:70px!important}.mt-n-lg-70{margin-top:-70px!important}.mb-n-lg-70{margin-bottom:-70px!important}.mr-n-lg-70{margin-right:-70px!important}.ml-n-lg-70{margin-left:-70px!important}.t-lg-70{top:70px!important}.b-lg-70{bottom:70px!important}.l-lg-70{left:70px!important}.r-lg-70{right:70px!important}.t-n-lg-70{top:-70px!important}.b-n-lg-70{bottom:-70px!important}.l-n-lg-70{left:-70px!important}.r-n-lg-70{right:-70px!important}.ti-lg-70{text-indent:70px!important}.ti-n-lg-70{text-indent:-70px!important}.fs-lg-70{font-size:70px!important}.row-lg-70{margin-right:-70px!important;margin-left:-70px!important}.row-lg-70 > [class*='col-']{padding-right:70px!important;padding-left:70px!important}.mt-lg-71{margin-top:71px!important}.mb-lg-71{margin-bottom:71px!important}.mr-lg-71{margin-right:71px!important}.ml-lg-71{margin-left:71px!important}.pt-lg-71{padding-top:71px!important}.pb-lg-71{padding-bottom:71px!important}.pr-lg-71{padding-right:71px!important}.pl-lg-71{padding-left:71px!important}.mt-n-lg-71{margin-top:-71px!important}.mb-n-lg-71{margin-bottom:-71px!important}.mr-n-lg-71{margin-right:-71px!important}.ml-n-lg-71{margin-left:-71px!important}.t-lg-71{top:71px!important}.b-lg-71{bottom:71px!important}.l-lg-71{left:71px!important}.r-lg-71{right:71px!important}.t-n-lg-71{top:-71px!important}.b-n-lg-71{bottom:-71px!important}.l-n-lg-71{left:-71px!important}.r-n-lg-71{right:-71px!important}.ti-lg-71{text-indent:71px!important}.ti-n-lg-71{text-indent:-71px!important}.fs-lg-71{font-size:71px!important}.row-lg-71{margin-right:-71px!important;margin-left:-71px!important}.row-lg-71 > [class*='col-']{padding-right:71px!important;padding-left:71px!important}.mt-lg-72{margin-top:72px!important}.mb-lg-72{margin-bottom:72px!important}.mr-lg-72{margin-right:72px!important}.ml-lg-72{margin-left:72px!important}.pt-lg-72{padding-top:72px!important}.pb-lg-72{padding-bottom:72px!important}.pr-lg-72{padding-right:72px!important}.pl-lg-72{padding-left:72px!important}.mt-n-lg-72{margin-top:-72px!important}.mb-n-lg-72{margin-bottom:-72px!important}.mr-n-lg-72{margin-right:-72px!important}.ml-n-lg-72{margin-left:-72px!important}.t-lg-72{top:72px!important}.b-lg-72{bottom:72px!important}.l-lg-72{left:72px!important}.r-lg-72{right:72px!important}.t-n-lg-72{top:-72px!important}.b-n-lg-72{bottom:-72px!important}.l-n-lg-72{left:-72px!important}.r-n-lg-72{right:-72px!important}.ti-lg-72{text-indent:72px!important}.ti-n-lg-72{text-indent:-72px!important}.fs-lg-72{font-size:72px!important}.row-lg-72{margin-right:-72px!important;margin-left:-72px!important}.row-lg-72 > [class*='col-']{padding-right:72px!important;padding-left:72px!important}.mt-lg-73{margin-top:73px!important}.mb-lg-73{margin-bottom:73px!important}.mr-lg-73{margin-right:73px!important}.ml-lg-73{margin-left:73px!important}.pt-lg-73{padding-top:73px!important}.pb-lg-73{padding-bottom:73px!important}.pr-lg-73{padding-right:73px!important}.pl-lg-73{padding-left:73px!important}.mt-n-lg-73{margin-top:-73px!important}.mb-n-lg-73{margin-bottom:-73px!important}.mr-n-lg-73{margin-right:-73px!important}.ml-n-lg-73{margin-left:-73px!important}.t-lg-73{top:73px!important}.b-lg-73{bottom:73px!important}.l-lg-73{left:73px!important}.r-lg-73{right:73px!important}.t-n-lg-73{top:-73px!important}.b-n-lg-73{bottom:-73px!important}.l-n-lg-73{left:-73px!important}.r-n-lg-73{right:-73px!important}.ti-lg-73{text-indent:73px!important}.ti-n-lg-73{text-indent:-73px!important}.fs-lg-73{font-size:73px!important}.row-lg-73{margin-right:-73px!important;margin-left:-73px!important}.row-lg-73 > [class*='col-']{padding-right:73px!important;padding-left:73px!important}.mt-lg-74{margin-top:74px!important}.mb-lg-74{margin-bottom:74px!important}.mr-lg-74{margin-right:74px!important}.ml-lg-74{margin-left:74px!important}.pt-lg-74{padding-top:74px!important}.pb-lg-74{padding-bottom:74px!important}.pr-lg-74{padding-right:74px!important}.pl-lg-74{padding-left:74px!important}.mt-n-lg-74{margin-top:-74px!important}.mb-n-lg-74{margin-bottom:-74px!important}.mr-n-lg-74{margin-right:-74px!important}.ml-n-lg-74{margin-left:-74px!important}.t-lg-74{top:74px!important}.b-lg-74{bottom:74px!important}.l-lg-74{left:74px!important}.r-lg-74{right:74px!important}.t-n-lg-74{top:-74px!important}.b-n-lg-74{bottom:-74px!important}.l-n-lg-74{left:-74px!important}.r-n-lg-74{right:-74px!important}.ti-lg-74{text-indent:74px!important}.ti-n-lg-74{text-indent:-74px!important}.fs-lg-74{font-size:74px!important}.row-lg-74{margin-right:-74px!important;margin-left:-74px!important}.row-lg-74 > [class*='col-']{padding-right:74px!important;padding-left:74px!important}.mt-lg-75{margin-top:75px!important}.mb-lg-75{margin-bottom:75px!important}.mr-lg-75{margin-right:75px!important}.ml-lg-75{margin-left:75px!important}.pt-lg-75{padding-top:75px!important}.pb-lg-75{padding-bottom:75px!important}.pr-lg-75{padding-right:75px!important}.pl-lg-75{padding-left:75px!important}.mt-n-lg-75{margin-top:-75px!important}.mb-n-lg-75{margin-bottom:-75px!important}.mr-n-lg-75{margin-right:-75px!important}.ml-n-lg-75{margin-left:-75px!important}.t-lg-75{top:75px!important}.b-lg-75{bottom:75px!important}.l-lg-75{left:75px!important}.r-lg-75{right:75px!important}.t-n-lg-75{top:-75px!important}.b-n-lg-75{bottom:-75px!important}.l-n-lg-75{left:-75px!important}.r-n-lg-75{right:-75px!important}.ti-lg-75{text-indent:75px!important}.ti-n-lg-75{text-indent:-75px!important}.fs-lg-75{font-size:75px!important}.row-lg-75{margin-right:-75px!important;margin-left:-75px!important}.row-lg-75 > [class*='col-']{padding-right:75px!important;padding-left:75px!important}.mt-lg-76{margin-top:76px!important}.mb-lg-76{margin-bottom:76px!important}.mr-lg-76{margin-right:76px!important}.ml-lg-76{margin-left:76px!important}.pt-lg-76{padding-top:76px!important}.pb-lg-76{padding-bottom:76px!important}.pr-lg-76{padding-right:76px!important}.pl-lg-76{padding-left:76px!important}.mt-n-lg-76{margin-top:-76px!important}.mb-n-lg-76{margin-bottom:-76px!important}.mr-n-lg-76{margin-right:-76px!important}.ml-n-lg-76{margin-left:-76px!important}.t-lg-76{top:76px!important}.b-lg-76{bottom:76px!important}.l-lg-76{left:76px!important}.r-lg-76{right:76px!important}.t-n-lg-76{top:-76px!important}.b-n-lg-76{bottom:-76px!important}.l-n-lg-76{left:-76px!important}.r-n-lg-76{right:-76px!important}.ti-lg-76{text-indent:76px!important}.ti-n-lg-76{text-indent:-76px!important}.fs-lg-76{font-size:76px!important}.row-lg-76{margin-right:-76px!important;margin-left:-76px!important}.row-lg-76 > [class*='col-']{padding-right:76px!important;padding-left:76px!important}.mt-lg-77{margin-top:77px!important}.mb-lg-77{margin-bottom:77px!important}.mr-lg-77{margin-right:77px!important}.ml-lg-77{margin-left:77px!important}.pt-lg-77{padding-top:77px!important}.pb-lg-77{padding-bottom:77px!important}.pr-lg-77{padding-right:77px!important}.pl-lg-77{padding-left:77px!important}.mt-n-lg-77{margin-top:-77px!important}.mb-n-lg-77{margin-bottom:-77px!important}.mr-n-lg-77{margin-right:-77px!important}.ml-n-lg-77{margin-left:-77px!important}.t-lg-77{top:77px!important}.b-lg-77{bottom:77px!important}.l-lg-77{left:77px!important}.r-lg-77{right:77px!important}.t-n-lg-77{top:-77px!important}.b-n-lg-77{bottom:-77px!important}.l-n-lg-77{left:-77px!important}.r-n-lg-77{right:-77px!important}.ti-lg-77{text-indent:77px!important}.ti-n-lg-77{text-indent:-77px!important}.fs-lg-77{font-size:77px!important}.row-lg-77{margin-right:-77px!important;margin-left:-77px!important}.row-lg-77 > [class*='col-']{padding-right:77px!important;padding-left:77px!important}.mt-lg-78{margin-top:78px!important}.mb-lg-78{margin-bottom:78px!important}.mr-lg-78{margin-right:78px!important}.ml-lg-78{margin-left:78px!important}.pt-lg-78{padding-top:78px!important}.pb-lg-78{padding-bottom:78px!important}.pr-lg-78{padding-right:78px!important}.pl-lg-78{padding-left:78px!important}.mt-n-lg-78{margin-top:-78px!important}.mb-n-lg-78{margin-bottom:-78px!important}.mr-n-lg-78{margin-right:-78px!important}.ml-n-lg-78{margin-left:-78px!important}.t-lg-78{top:78px!important}.b-lg-78{bottom:78px!important}.l-lg-78{left:78px!important}.r-lg-78{right:78px!important}.t-n-lg-78{top:-78px!important}.b-n-lg-78{bottom:-78px!important}.l-n-lg-78{left:-78px!important}.r-n-lg-78{right:-78px!important}.ti-lg-78{text-indent:78px!important}.ti-n-lg-78{text-indent:-78px!important}.fs-lg-78{font-size:78px!important}.row-lg-78{margin-right:-78px!important;margin-left:-78px!important}.row-lg-78 > [class*='col-']{padding-right:78px!important;padding-left:78px!important}.mt-lg-79{margin-top:79px!important}.mb-lg-79{margin-bottom:79px!important}.mr-lg-79{margin-right:79px!important}.ml-lg-79{margin-left:79px!important}.pt-lg-79{padding-top:79px!important}.pb-lg-79{padding-bottom:79px!important}.pr-lg-79{padding-right:79px!important}.pl-lg-79{padding-left:79px!important}.mt-n-lg-79{margin-top:-79px!important}.mb-n-lg-79{margin-bottom:-79px!important}.mr-n-lg-79{margin-right:-79px!important}.ml-n-lg-79{margin-left:-79px!important}.t-lg-79{top:79px!important}.b-lg-79{bottom:79px!important}.l-lg-79{left:79px!important}.r-lg-79{right:79px!important}.t-n-lg-79{top:-79px!important}.b-n-lg-79{bottom:-79px!important}.l-n-lg-79{left:-79px!important}.r-n-lg-79{right:-79px!important}.ti-lg-79{text-indent:79px!important}.ti-n-lg-79{text-indent:-79px!important}.fs-lg-79{font-size:79px!important}.row-lg-79{margin-right:-79px!important;margin-left:-79px!important}.row-lg-79 > [class*='col-']{padding-right:79px!important;padding-left:79px!important}.mt-lg-80{margin-top:80px!important}.mb-lg-80{margin-bottom:80px!important}.mr-lg-80{margin-right:80px!important}.ml-lg-80{margin-left:80px!important}.pt-lg-80{padding-top:80px!important}.pb-lg-80{padding-bottom:80px!important}.pr-lg-80{padding-right:80px!important}.pl-lg-80{padding-left:80px!important}.mt-n-lg-80{margin-top:-80px!important}.mb-n-lg-80{margin-bottom:-80px!important}.mr-n-lg-80{margin-right:-80px!important}.ml-n-lg-80{margin-left:-80px!important}.t-lg-80{top:80px!important}.b-lg-80{bottom:80px!important}.l-lg-80{left:80px!important}.r-lg-80{right:80px!important}.t-n-lg-80{top:-80px!important}.b-n-lg-80{bottom:-80px!important}.l-n-lg-80{left:-80px!important}.r-n-lg-80{right:-80px!important}.ti-lg-80{text-indent:80px!important}.ti-n-lg-80{text-indent:-80px!important}.fs-lg-80{font-size:80px!important}.row-lg-80{margin-right:-80px!important;margin-left:-80px!important}.row-lg-80 > [class*='col-']{padding-right:80px!important;padding-left:80px!important}}.visible-xs-table-cell,.visible-xs-table,.visible-xs-table-row,.visible-sm-table-cell,.visible-sm-table,.visible-sm-table-row,.visible-md-table-cell,.visible-md-table,.visible-md-table-row,.visible-lg-table-cell,.visible-lg-table,.visible-lg-table-row{display:none!important}@media (max-width: 1px){.visible-xs-table-cell{display:table-cell!important}.visible-xs-table{display:table!important}.visible-xs-table-row{display:table-row!important}}@media (min-width: 2px) and (max-width: 2px){.visible-sm-table-cell{display:table-cell!important}.visible-sm-table{display:table!important}.visible-sm-table-row{display:table-row!important}}@media (min-width: 3px) and (max-width: 9998px){.visible-md-table-cell{display:table-cell!important}.visible-md-table{display:table!important}.visible-md-table-row{display:table-row!important}}@media (min-width: 9999px){.visible-lg-table-cell{display:table-cell!important}}@media (min-width: 9999px){.visible-lg-table{display:table!important}}@media (min-width: 9999px){.visible-lg-table-row{display:table-row!important}}.ta-xs-l{text-align:left!important}.ta-xs-c{text-align:center!important}.ta-xs-r{text-align:right!important}.ta-xs-j{text-align:justify!important}@media (min-width: 2px){.ta-sm-l{text-align:left!important}.ta-sm-c{text-align:center!important}.ta-sm-r{text-align:right!important}.ta-sm-j{text-align:justify!important}}@media (min-width: 3px){.ta-md-l{text-align:left!important}.ta-md-c{text-align:center!important}.ta-md-r{text-align:right!important}.ta-md-j{text-align:justify!important}}@media (min-width: 9999px){.ta-lg-l{text-align:left!important}.ta-lg-c{text-align:center!important}.ta-lg-r{text-align:right!important}.ta-lg-j{text-align:justify!important}}.tbl-xs-a{table-layout:auto!important}.tbl-xs-f{table-layout:fixed!important}@media (min-width: 2px){.tbl-sm-a{table-layout:auto!important}.tbl-sm-f{table-layout:fixed!important}}@media (min-width: 3px){.tbl-md-a{table-layout:auto!important}.tbl-md-f{table-layout:fixed!important}}@media (min-width: 9999px){.tbl-lg-a{table-layout:auto!important}.tbl-lg-f{table-layout:fixed!important}}.d-xs-b{display:block!important}.d-xs-ib{display:inline-block!important}.d-xs-i{display:inline!important}@media (min-width: 2px){.d-sm-b{display:block!important}.d-sm-ib{display:inline-block!important}.d-sm-i{display:inline!important}}@media (min-width: 3px){.d-md-b{display:block!important}.d-md-ib{display:inline-block!important}.d-md-i{display:inline!important}}@media (min-width: 9999px){.d-lg-b{display:block!important}.d-lg-ib{display:inline-block!important}.d-lg-i{display:inline!important}}.w-100p{width:100%}.w-50p{width:50%}.h-100p{height:100%}.h-50p{height:50%}.p-0{padding:0!important}.m-0{margin:0!important}.bd-0{border:0!important}.bd-t-0{border-top:0!important}.bd-r-0{border-right:0!important}.bd-b-0{border-bottom:0!important}.bd-l-0{border-left:0!important}.acnt-n:after{content:none!important}.bcnt-n:before{content:none!important}.transition{-webkit-transition:all .25s ease 0;-moz-transition:all .25s ease 0;-o-transition:all .25s ease 0;transition:all .25s ease 0}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-off,.open .text-on{display:inline}.text-on,.open .text-off{display:none}.truncate-more{display:none!important}.open .truncate-more{display:inline!important}.ib-fixindent > *{display:inline-block;margin-right:-4px;vertical-align:top}.ib-justify{line-height:0;text-align:justify}.ib-justify > *{display:inline-block;margin-right:-4px;vertical-align:top}.ib-justify:after{display:inline-block;visibility:hidden;width:100%!important;height:0!important;content:'';vertical-align:top;background:none!important}.pos-s{position:static}.pos-a{position:absolute}.pos-r{position:relative}.pos-f{position:fixed}.t-a{top:auto}.r-a{right:auto}.b-a{bottom:auto}.l-a{left:auto}.z-a{z-index:auto}.fl-n{float:none}.fl-l{float:left}.fl-r{float:right}.cl-n{clear:none}.cl-l{clear:left}.cl-r{clear:right}.cl-b{clear:both}.d-n{display:none}.d-b{display:block}.d-i{display:inline}.d-ib{display:inline-block}.d-li{display:list-item}.d-ri{display:run-in}.d-cp{display:compact}.d-tb{display:table}.d-itb{display:inline-table}.d-tbcp{display:table-caption}.d-tbcl{display:table-column}.d-tbclg{display:table-column-group}.d-tbhg{display:table-header-group}.d-tbfg{display:table-footer-group}.d-tbr{display:table-row}.d-tbrg{display:table-row-group}.d-tbc{display:table-cell}.d-rb{display:ruby}.d-rbb{display:ruby-base}.d-rbbg{display:ruby-base-group}.d-rbt{display:ruby-text}.d-rbtg{display:ruby-text-group}.v-v{visibility:visible}.v-h{visibility:hidden}.v-c{visibility:collapse}.ov-v{overflow:visible}.ov-h{overflow:hidden}.ov-s{overflow:scroll}.ov-a{overflow:auto}.ovx-v{overflow-x:visible}.ovx-h{overflow-x:hidden}.ovx-s{overflow-x:scroll}.ovx-a{overflow-x:auto}.ovy-v{overflow-y:visible}.ovy-h{overflow-y:hidden}.ovy-s{overflow-y:scroll}.ovy-a{overflow-y:auto}.ovs-a{overflow-style:auto}.ovs-s{overflow-style:scrollbar}.ovs-p{overflow-style:panner}.ovs-m{overflow-style:move}.ovs-mq{overflow-style:marquee}.zm{zoom:1}.cp-a{clip:auto}.rsz-n{resize:none}.rsz-b{resize:both}.rsz-h{resize:horizontal}.rsz-v{resize:vertical}.cur-a{cursor:auto}.cur-d{cursor:default}.cur-c{cursor:crosshair}.cur-ha{cursor:hand}.cur-he{cursor:help}.cur-m{cursor:move}.cur-p{cursor:pointer}.cur-t{cursor:text}.m-a{margin:auto}.mt-a{margin-top:auto}.mr-a{margin-right:auto}.mb-a{margin-bottom:auto}.ml-a{margin-left:auto}.bxz-cb{box-sizing:content-box}.bxz-bb{box-sizing:border-box}.bxsh-n{box-shadow:none}.w-a{width:auto}.h-a{height:auto}.maw-n{max-width:none}.mah-n{max-height:none}.fw-n{font-weight:400!important}.fw-b{font-weight:700!important}.fw-br{font-weight:bolder!important}.fw-lr{font-weight:lighter!important}.fs-n{font-style:normal}.fs-i{font-style:italic}.fs-o{font-style:oblique}.fv-n{font-variant:normal}.fv-sc{font-variant:small-caps}.fza-n{font-size-adjust:none}.ff-s{font-family:serif}.ff-ss{font-family:sans-serif}.ff-c{font-family:cursive}.ff-f{font-family:fantasy}.ff-m{font-family:monospace}.ff-a{font-family:Arial,'Helvetica Neue',Helvetica,sans-serif}.fef-n{font-effect:none}.fef-eg{font-effect:engrave}.fef-eb{font-effect:emboss}.fef-o{font-effect:outline}.femp-b{font-emphasize-position:before}.femp-a{font-emphasize-position:after}.fems-n{font-emphasize-style:none}.fems-ac{font-emphasize-style:accent}.fems-dt{font-emphasize-style:dot}.fems-c{font-emphasize-style:circle}.fems-ds{font-emphasize-style:disc}.fsm-a{font-smooth:auto}.fsm-n{font-smooth:never}.fsm-aw{font-smooth:always}.fst-n{font-stretch:normal}.fst-uc{font-stretch:ultra-condensed}.fst-ec{font-stretch:extra-condensed}.fst-c{font-stretch:condensed}.fst-sc{font-stretch:semi-condensed}.fst-se{font-stretch:semi-expanded}.fst-e{font-stretch:expanded}.fst-ee{font-stretch:extra-expanded}.fst-ue{font-stretch:ultra-expanded}.va-sup{vertical-align:super!important}.va-t{vertical-align:top!important}.va-tt{vertical-align:text-top!important}.va-m{vertical-align:middle!important}.va-bl{vertical-align:baseline!important}.va-b{vertical-align:bottom!important}.va-tb{vertical-align:text-bottom!important}.va-sub{vertical-align:sub!important}.ta-l{text-align:left!important}.ta-c{text-align:center!important}.ta-r{text-align:right!important}.ta-j{text-align:justify!important}.tal-a{text-align-last:auto}.tal-l{text-align-last:left}.tal-c{text-align-last:center}.tal-r{text-align-last:right}.td-n{text-decoration:none}.td-u{text-decoration:underline}.td-o{text-decoration:overline}.td-l{text-decoration:line-through}.te-n{text-emphasis:none}.te-ac{text-emphasis:accent}.te-dt{text-emphasis:dot}.te-c{text-emphasis:circle}.te-ds{text-emphasis:disc}.te-b{text-emphasis:before}.te-a{text-emphasis:after}.th-a{text-height:auto}.th-f{text-height:font-size}.th-t{text-height:text-size}.th-m{text-height:max-size}.ti--{text-indent:-9999px}.tj-a{text-justify:auto}.tj-iw{text-justify:inter-word}.tj-ii{text-justify:inter-ideograph}.tj-ic{text-justify:inter-cluster}.tj-d{text-justify:distribute}.tj-k{text-justify:kashida}.tj-t{text-justify:tibetan}.to-n{text-outline:none}.tr-n{text-replace:none}.tt-n{text-transform:none}.tt-c{text-transform:capitalize}.tt-u{text-transform:uppercase}.tt-l{text-transform:lowercase}.tw-n{text-wrap:normal}.tw-no{text-wrap:none}.tw-u{text-wrap:unrestricted}.tw-s{text-wrap:suppress}.tsh-n{text-shadow:none}.whs-n{white-space:normal}.whs-p{white-space:pre}.whs-nw{white-space:nowrap}.whs-pw{white-space:pre-wrap}.whs-pl{white-space:pre-line}.whsc-n{white-space-collapse:normal}.whsc-k{white-space-collapse:keep-all}.whsc-l{white-space-collapse:loose}.whsc-bs{white-space-collapse:break-strict}.whsc-ba{white-space-collapse:break-all}.wob-n{word-break:normal}.wob-k{word-break:keep-all}.wob-l{word-break:loose}.wob-bs{word-break:break-strict}.wob-ba{word-break:break-all}.wow-nm{word-wrap:normal}.wow-n{word-wrap:none}.wow-u{word-wrap:unrestricted}.wow-s{word-wrap:suppress}.wow-b{word-wrap:break-word}.bg-n{background:none}.bgc-t{background-color:transparent}.bgi-n{background-image:none}.bgr-n{background-repeat:no-repeat}.bgr-r{background-repeat:repeat}.bgr-x{background-repeat:repeat-x}.bgr-y{background-repeat:repeat-y}.bgr-sp{background-repeat:space}.bgr-rd{background-repeat:round}.bga-f{background-attachment:fixed}.bga-s{background-attachment:scroll}.bgp-cc{background-position:center center}.bgp-ct{background-position:center top}.bgp-cb{background-position:center bottom}.bgp-lc{background-position:left center}.bgp-lt{background-position:left top}.bgp-lb{background-position:left bottom}.bgp-rc{background-position:right center}.bgp-rt{background-position:right top}.bgp-rb{background-position:right bottom}.bgbk-bb{background-break:bounding-box}.bgbk-e{background-break:each-box}.bgbk-c{background-break:continuous}.bgcp-bb{background-clip:border-box}.bgcp-pb{background-clip:padding-box}.bgcp-cb{background-clip:content-box}.bgcp-nc{background-clip:no-clip}.bgo-pb{background-origin:padding-box}.bgo-bb{background-origin:border-box}.bgo-cb{background-origin:content-box}.bgsz-a{background-size:auto}.bgsz-ct{background-size:contain}.bgsz-cv{background-size:cover}.cnt-n{content:normal}.cnt-oq{content:open-quote}.cnt-noq{content:no-open-quote}.cnt-cq{content:close-quote}.cnt-ncq{content:no-close-quote}.q-n{quotes:none}.q-ru{quotes:'00AB' '00BB' '201E' '201C'}.q-en{quotes:'201C' '201D' '2018' '2019'}.ol-n{outline:none}.olc-i{outline-color:invert}.tbl-a{table-layout:auto}.tbl-f{table-layout:fixed}.cps-t{caption-side:top}.cps-b{caption-side:bottom}.ec-s{empty-cells:show}.ec-h{empty-cells:hide}.bd-n{border:none}.bdbk-c{border-break:close}.bdcl-c{border-collapse:collapse}.bdcl-s{border-collapse:separate}.bdc-t{border-color:transparent}.bdi-n{border-image:none}.bdti-n{border-top-image:none}.bdri-n{border-right-image:none}.bdbi-n{border-bottom-image:none}.bdli-n{border-left-image:none}.bdci-n{border-corner-image:none}.bdci-c{border-corner-image:continue}.bdtli-n{border-top-left-image:none}.bdtli-c{border-top-left-image:continue}.bdtri-n{border-top-right-image:none}.bdf-c{border-fit:clip}.bdf-r{border-fit:repeat}.bdf-sc{border-fit:scale}.bdf-st{border-fit:stretch}.bdf-ow{border-fit:overwrite}.bdf-of{border-fit:overflow}.bdf-sp{border-fit:space}.bdlen-a{border-length:auto}.bds-n{border-style:none}.bds-h{border-style:hidden}.bds-dt{border-style:dotted}.bds-ds{border-style:dashed}.bds-s{border-style:solid}.bds-db{border-style:double}.bds-dtds{border-style:dot-dash}.bds-dtdtds{border-style:dot-dot-dash}.bds-w{border-style:wave}.bds-g{border-style:groove}.bds-r{border-style:ridge}.bds-i{border-style:inset}.bds-o{border-style:outset}.bdt-n{border-top:none}.bdts-n{border-top-style:none}.bdtc-t{border-top-color:transparent}.bdr-n{border-right:none}.bdrst-n{border-right-style:none}.bdrc-t{border-right-color:transparent}.bdb-n{border-bottom:none}.bdbs-n{border-bottom-style:none}.bdbc-t{border-bottom-color:transparent}.bdl-n{border-left:none}.bdls-n{border-left-style:none}.bdlc-t{border-left-color:transparent}.lis-n{list-style:none}.lisp-i{list-style-position:inside}.lisp-o{list-style-position:outside}.list-n{list-style-type:none}.list-d{list-style-type:disc}.list-c{list-style-type:circle}.list-s{list-style-type:square}.list-dc{list-style-type:decimal}.list.dclz{list-style-type:decimal-leading-zero}.list-lr{list-style-type:lower-roman}.list-ur{list-style-type:upper-roman}.lisi-n{list-style-image:none}.pgbb-au{page-break-before:auto}.pgbb-al{page-break-before:always}.pgbb-l{page-break-before:left}.pgbb-r{page-break-before:right}.pgbi-au{page-break-inside:auto}.pgbi-av{page-break-inside:avoid}.pgba-au{page-break-after:auto}.pgba-al{page-break-after:always}.pgba-l{page-break-after:left}.pgba-r{page-break-after:right}.animdir-a{animation-direction:alternate}.animdir-ar{animation-direction:alternate-reverse}.animdir-n{animation-direction:normal}.animdir-r{animation-direction:reverse}.animfm-b{animation-fill-mode:backwards}.animfm-bt{animation-fill-mode:both}.animfm-f{animation-fill-mode:forwards}.animic-i{animation-iteration-count:infinite}.animps-p{animation-play-state:paused}.animps-r{animation-play-state:running}.animtf-e{animation-timing-function:ease}.animtf-ei{animation-timing-function:ease-in}.animtf-eio{animation-timing-function:ease-in-out}.animtf-eo{animation-timing-function:ease-out}.animtf-l{animation-timing-function:linear}.ap-n{appearance:none}.ori-l{orientation:landscape}.ori-p{orientation:portrait}.tov-c{text-overflow:clip}.tov-e{text-overflow:ellipsis}.us-n{user-select:none}.wfsm-a{-webkit-font-smoothing:antialiased}.wfsm-n{-webkit-font-smoothing:none}.wfsm-s{-webkit-font-smoothing:subpixel-antialiased}
/* End */


/* Start:/local/css/ajax.css?15440382921352*/
/**
* ajax
*/
iframe.waitwindowlocal{position:absolute;border:0px;z-index:11113;}
.waitwindowlocalshadow{position:absolute;z-index:11112;background-image:url(/local/images/shadow.png);}
.bx-core-waitwindow{display:none;}
#nprogress{pointer-events:none;}
#nprogress .bar{background:#324BAB;position:fixed;z-index:10000;top:0;left:0;width:100%;height:2px;}
#nprogress .peg{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px #324BAB, 0 0 5px #324BAB; opacity:1.0;
                -webkit-transform:rotate(3deg) translate(0px, -4px);
                -ms-transform:rotate(3deg) translate(0px, -4px);
                transform:rotate(3deg) translate(0px, -4px);

}
#nprogress .spinner{display:block;position:fixed;z-index:10000;top:15px;right:15px;}
#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#324BAB;border-left-color:#324BAB;border-radius:50%;
                         -webkit-animation:nprogress-spinner 400ms linear infinite;
                         animation:nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}
@keyframes nprogress-spinner {
    0%   { transform:rotate(0deg); }
    100% { transform:rotate(360deg); }
}
/* End */


/* Start:/local/css/custom.css?161303663114180*/
.new-styles ul>li{
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}

.new-styles ul>li:before {
	position: absolute;
	top: .57142857142857em;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 50%;
	background-color: #81a200;
	color: #81a200;
}
.new-styles ul.projectsGallery{
	display: inline-block;
	font-size: 0;
}
.new-styles ul.projectsGallery > li:before {
	display: none;
}
.new-styles ul.projectsGallery > li {
	float: unset;
	display: inline-block;
	text-align: center;
}
.new-styles ul.projectsGallery > li:nth-child(3n+1){
	padding-left: 0;
}
@media (max-width: 999px) {
	.new-styles ul.projectsGallery > li:nth-child(3n+1){
		padding-left: 30px;
	}
	.new-styles ul.projectsGallery > li:nth-child(2n+1){
		padding-left: 0;
	}
}
@media (max-width: 768px) {
	.new-styles ul.projectsGallery > li{
		padding-left: 0!important;
	}
}
.breadcrumbs-list-box ul>li:before {
	content: none;
}
.element_prices{
    margin: 0 -50px;
}
.new-styles .logo{
    width: auto;
    height: 53px;
    margin-right: 30px;
    margin-top: 1px;
}
.viber_chat.btn-lg{
    background-color: #fff;
    border: 2px solid #59267c;
    box-shadow: none;
    color: #8f5db7;
    padding-right: 84px;
    display: inline-block;
}
.viber_chat.btn-lg:hover{
    color: #8f5db7;
    border-color: #e2d4e7;
}
.viber_chat.btn-lg:after {
    background-image: url('/local/images/viber-button.png');
    height: 40px;
    width: 54px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 7px;
    margin-top: -7px;
    content: '';
}
@media all and (max-width: 767px) {
    .new-styles .header .col-100-768 {
        width: 100%;
    }
    .viber_chat.btn-lg{
        font-size: 12px;
    }
    .viber_chat.btn-lg:after{
        margin-top: -10px;
    }
}
@media all and (max-width: 479px) {
    .new-styles .logo {
        height: 32px;
    }

	body .news-detail img{

		max-width:none;
	}
}
.calc-promo{
	background-color: #5b5b5b;
	margin: 0 -50px;
	height: 70px;
	margin-bottom: 30px;
}
.calc-promo-svg{
	height: 100px;
	margin: 0 auto;
	margin-top: -10px;
	position: relative;
	width: 171px;
	display: block;
}
.calc-promo-title{
	color: #fff;
	font-size: 28px;
	font-family: Lobster, cursive;
	line-height: 64px;
	text-align: center;
}
.calc-promo .btn{
	margin: 0 auto;
	position: relative;
	width: 145px;
	display: block;
	margin-top: 14px;
}
@media (max-width: 999px){
	.calc-promo{
		margin: auto;
		margin-bottom: 20px;
	}
	.calc-promo-title{
		font-size: 24px;
		line-height: 64px;
	}
}
@media (max-width: 767px){
	.calc-promo-svg {
		margin-top: -15px;
		width: 110px;
	}
	.calc-promo-title {
		line-height: 1.1;
		margin-top: 8px;
	}
	.calc-promo .btn {
		width: 90px;
		padding: 8px 0px;
		font-size: 12px;
	}
}
@media (max-width: 479px){
	.calc-promo{
		height: 60px;
	}
	.calc-promo-svg {
		display: none
	}
	.calc-promo-title{
		min-width: 180px;
		font-size: 20px;
		text-align: left;
		padding-left: 15px;
	}
	.calc-promo-mob{
		float: left!important;
	}
	.calc-promo .btn {
		float: right;
		margin-right: 10px;
		margin-top: 8px;
	}
}
.new-styles .icon-yot {
	width: 40px;
	height: 40px;
	background: url(/local/images/yot.png);
	background-size: contain;
}
.new-styles .icon-tk {
  width: 40px;
  height: 40px;
  background: url(/local/images/tk.jpg);
  background-size: contain;
}
.bx-newslist-container .video-block{
	margin-bottom: 60px;
}
.bx-newslist .video-block-descr{
    margin: 20px 0 20px 0;
}
.bx-newslist .video-title{
    margin-top: 10px;
}
.bx-newslist .video-page{
    display: flex;
    flex-wrap: wrap;
}
nav.page-anchor-navigation ul{
	display: flex;
	flex-wrap: wrap;
}
nav.page-anchor-navigation ul li:before{
	display: none;
}
.awards-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px 0;
}
.awards-container .awards-item {
	flex-basis: 20%;
	margin-bottom: 15px;
	padding: 0 10px;
}
@media (max-width: 767px){
	.awards-container .awards-item {
		flex-basis: 25%;
	}
}
@media (max-width: 479px){
	.awards-container .awards-item {
		flex-basis: 50%;
	}
}
.filter-new-item .filter-new-spec li:nth-child(2n+1), .filter-new-price {
	background: none;
}
.filter-area-title-viewed {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin-top: 25px;
}
.filter-area-title-viewed span {
	position: relative;
	padding-right: 40px;
}
.new-styles .b-team{display:block}.new-styles .b-team-info{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;flex-wrap:wrap;align-items:stretch;margin-bottom:40px}.new-styles .b-team-info__text{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);color:#5b5b5b;font-size:16px;font-weight:400;line-height:24px}.new-styles .b-team-info__picture{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);text-align:center}.new-styles .b-team-info__picture img{display:inline;max-width:100%;height:auto}.new-styles .b-inner-nav-list{display:flex;flex-wrap:wrap;margin:0 0 16px;padding:0;list-style:none}.new-styles .b-inner-nav-list__item{position:relative;margin:0 0 10px;padding:0 6vw 0 0;font-size:20px;font-weight:600;line-height:36px}.new-styles .b-inner-nav-list__item:before{content:unset}.new-styles .b-inner-nav-list__link{cursor:pointer;color:#81a200;text-decoration:none;padding-bottom:2px;border-bottom:1px solid #7da12d}.new-styles .b-inner-nav-list__link:hover{color:#2e2e2e;border-color:#2e2e2e}.new-styles .b-inner-nav-list__link.active{color:#2e2e2e;border-color:transparent}.new-styles .b-erectors-list{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}.new-styles .b-erectors-list__item{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}.new-styles .b-erectors-item{padding:30px 0}.new-styles .b-erectors-item__img{display:flex;align-items:flex-start;position:relative;overflow:hidden;box-shadow:6px 6px 0 0 #c0d54c}.new-styles .b-erectors-item__img>img{-ms-grid-row-align:center;align-self:center;width:100%}.new-styles .b-erectors-item__title{font-weight:600;font-size:18px;color:#2e2e2e;margin:30px 0 0}.new-styles .b-erectors-item__description{margin-top:10px;padding-right:20px;color:#5b5b5b}.new-styles .b-constructor-item{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;padding:20px 0}.new-styles .b-constructor-item__img{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);display:flex;align-items:flex-start;position:relative;height:-webkit-min-content;height:-moz-min-content;height:min-content;max-height:249px;overflow:hidden;box-shadow:6px 6px 0 0 #c0d54c}.new-styles .b-constructor-item__img>img{-ms-grid-row-align:center;align-self:center;max-width:100%}.new-styles .b-constructor-item__info{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}.new-styles .b-constructor-item__info-title{font-weight:600;font-size:18px;color:#2e2e2e;margin:0 0 18px}.new-styles .b-constructor-item__info-description{padding-right:15px;color:#5b5b5b;line-height:24px;font-weight:600}.new-styles .b-constructor-item__info-description-main{font-size:14px}.new-styles .b-constructor-item__info-description-quote{display:block;font-size:16px;font-style:italic;margin-top:16px}.new-styles .b-designer-item{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;padding:20px 0}.new-styles .b-designer-item__img{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);display:flex;align-items:flex-start;position:relative;height:-webkit-min-content;height:-moz-min-content;height:min-content;overflow:hidden;box-shadow:6px 6px 0 0 #c0d54c}.new-styles .b-designer-item__img>img{-ms-grid-row-align:center;align-self:center;width:100%}.new-styles .b-designer-item__info{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}.new-styles .b-designer-item__info-title{font-weight:600;font-size:18px;color:#2e2e2e;margin:0 0 18px}.new-styles .b-designer-item__info-description{padding-right:15px;color:#5b5b5b;line-height:24px;font-weight:600}.new-styles .b-designer-item__info-description-main{font-size:14px}.new-styles .b-designer-item__info-description-quote{display:block;font-size:16px;font-style:italic;margin-top:16px}.new-styles .b-designer-item__buttons .btn{display:inline-block;margin:9px 18px 9px 0;border:none;padding:11px 36px;font-size:14px;font-weight:600;line-height:1.2;color:#fff;background:0 0;border-radius:4px;text-align:center;text-decoration:none}.new-styles .b-designer-item__buttons .btn-green{background:#b0cb1f;box-shadow:0 3px #86a610}.new-styles .b-designer-item__buttons .btn-green:hover{background:#91a81a;transition:.3s}.new-styles .b-designer-item__buttons .btn-green:active{background:#505c0e}.new-styles .b-designer-item__buttons .btn-orange{background:#f48125;box-shadow:0 3px #ba6913}.new-styles .b-designer-item__buttons .btn-orange:hover{background:#e56c0c;transition:.3s}.new-styles .b-designer-item__buttons .btn-orange:active{background:#924507}.new-styles .b-vacancies{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;flex-wrap:wrap;align-items:stretch;margin-bottom:40px}.new-styles .b-vacancies__left,.new-styles .b-vacancies__right{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}.new-styles .b-vacancies-info{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;flex-wrap:wrap;align-items:stretch;margin-bottom:40px}.new-styles .b-vacancies-info__text{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);color:#5b5b5b;font-size:16px;font-weight:400;line-height:24px}.new-styles .b-vacancy-list{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;display:flex;flex-wrap:wrap;align-items:stretch}.new-styles .b-vacancy-list-item{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);border-bottom:1px solid #ebeef2;padding:30px 10px 30px 0}.new-styles .b-vacancy-list-item__title{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;line-height:24px;margin-bottom:10px}.new-styles .b-vacancy-list-item__title-name{color:#b0cb1f;font-weight:600;font-size:18px}.new-styles .b-description-item,.new-styles .b-vacancy-list-item__title-price{color:#5b5b5b}.new-styles .b-description-item__name{font-weight:400}.new-styles .b-description-item__value{font-weight:700}.new-styles .b-information-picture{margin-bottom:18px}.new-styles .b-information-picture img{display:block;width:100%;height:auto}.new-styles .b-information__wrap{text-align:center;background-color:#ebeef2;padding:10% 15%}.new-styles .b-information__title{font-family:Lobster,cursive;font-size:24px;font-weight:700;letter-spacing:-.24px;line-height:30px;color:#2e2e2e}.new-styles .b-information__text{color:#5b5b5b;font-weight:600;font-size:14px;margin-top:18px}.new-styles .b-information__link{display:block;font-size:14px;margin-top:10px;line-height:30px}@media screen and (min-width:36rem){.container{max-width:31.875rem}.new-styles .b-erectors-list__item{width:calc(50% - 1.875rem)}.new-styles .b-erectors-item__img{height:-webkit-min-content;height:-moz-min-content;height:min-content;max-height:249px}}@media screen and (min-width:48rem){.container{max-width:43.125rem}.new-styles .b-team-info__picture,.new-styles .b-team-info__text{width:calc(50% - 1.875rem)}.new-styles .b-erectors-list__item{width:calc(33.33333% - 1.875rem)}.new-styles .b-constructor-item__img{width:calc(33.33333% - 1.875rem);max-height:249px}.new-styles .b-constructor-item__info{width:calc(66.66667% - 1.875rem)}.new-styles .b-designer-item__img{width:calc(33.33333% - 1.875rem);max-height:249px}.new-styles .b-designer-item__info{width:calc(66.66667% - 1.875rem)}.new-styles .b-vacancies__left{width:calc(58.33333% - 1.875rem)}.new-styles .b-vacancies__right{width:calc(41.66667% - 1.875rem)}}@media screen and (min-width:62rem){.container{max-width:58.125rem}.new-styles .b-constructor-item__img,.new-styles .b-erectors-list__item{width:calc(25% - 1.875rem)}.new-styles .b-constructor-item__info{width:calc(75% - 1.875rem)}.new-styles .b-designer-item__img{width:calc(25% - 1.875rem)}.new-styles .b-designer-item__info{width:calc(75% - 1.875rem)}}@media screen and (min-width:75rem){.container{max-width:69.375rem}}@media screen and (max-width:48rem){.new-styles .b-team-info__picture{margin-top:16px}.new-styles .b-constructor-item__img,.new-styles .b-designer-item__img{margin-bottom:16px}}@media screen and (max-width:47.99rem){.new-styles .b-constructor-item__info-title{text-align:center}}@media screen and (max-width:47.9rem){.new-styles .b-designer-item__info-title{text-align:center}.new-styles .b-designer-item__buttons .btn{display:block;margin-right:unset}}
.new-styles .filter-new-item__link{
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	color: #81a200;
	display: block;
/* 	margin-top: 3px; */
	padding: 9px 26px 9px 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.new-styles .filter-new-item__link:after {
	border: 1px solid transparent;
	border-top-color: #81a200;
	border-right-color: #81a200;
	content: "";
	position: relative;
	left: 6px;
	width: 5px;
	height: 5px;
	pointer-events: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.new-styles .filter-new-item__link:hover:after{
	border-top-color: #1c1b17;
	border-right-color: #1c1b17;
	left: 8px;
}
/* End */


/* Start:/local/js/timer/jquery.countdown.css?15440382921710*/
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	/*border: 1px solid #ccc;*/
	/*background-color: #eee;*/
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    color: #cdeb29;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
}
.countdown-period {
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: lowercase;
}
.countdown-descr {
	display: block;
	width: 100%;
}

.wsTimer {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(115, 115, 115, 0.8);
    padding: 4px 4px 5px;
    border-radius: 5px 0 0 0;
    font-family: 'Open Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    color: #fff;
    width: 146px;
    border: 1px solid transparent;
    display: block;
}
.wsTimer__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 2px;
}
.defaultCountdown:after {
    content: '';
    display: table;
    clear: both;
}

.wsTimer.white {
    position: static;
    border-color: #EFEFEF;
    border-radius: 5px;
    background: #fff;
    color: #999999;
}
/* End */


/* Start:/local/stylefiles/css/liquid-slider.css?15440382924425*/
/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */

.no-js .liquid-slider {
  height:350px;
  overflow:scroll;
}
.ls-preloader {
  background: url(/local/stylefiles/css/images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity:1;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
}
.liquid-slider {
  background: #f2f2f2;
  width: 600px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}
.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}
.liquid-slider .panel-container .fade {
  width:100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.index-slider-img  {
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center center;
}

/*** Panels ***/
.liquid-slider .ls-panel {
  width: 1200px;
  height:537px;
  display: block;
  float: left;
}
@media screen and (min-width:1300px) and (max-width:1399px) {
	.liquid-slider .ls-panel {
		width: 1020px;
		height:537px;
	}
}
@media screen and (min-width:800px) and (max-width:1299px) {
	.liquid-slider .ls-panel {
		width: 900px;
		height:537px;
	}
}
@media screen and (min-width:1400px) and (max-width:2000px) {
	.liquid-slider .ls-panel {
		width: 1290px;
		height:837px;
	}
}
.panel-wrapper {
  padding: 0px;
  position:relative;
}

.panel-wrapper .title{
	display: none;
}

.panel-wrapper p{
	margin: 0px;
}
/*** Tabbed Navigation ***/
.ls-nav {
  overflow:hidden;
  clear:both;
  background-color: #d1d5d6;
}
.ls-nav a {
  background: #d1d5d6;
  color: #333333;
  margin-right: 1px;
  padding: 20px 22px;
  outline:0;
}
.ls-nav a:hover {
  background: url("/local/stylefiles/css/images/slider_menu_bg.jpg") repeat-x center center;
  color: #333333;
  text-shadow: none;
}
.ls-nav .current a {
  background: url("/local/stylefiles/css/images/slider_menu_bg.jpg") repeat-x center center;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {
  padding:0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.ls-nav ul li {
  display: inline;
}
.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
.ls-select-box {
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(/local/stylefiles/css/images/menu.png) no-repeat right #ddd;
}
.ls-select-box select {
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  top:0;
  float: left;
  clear:both;
}
.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}
.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
}
[class$="-arrow"] {
  width: 52px;
  height: 50px;
  background-image: url(/local/stylefiles/images/arrow.png);
  background-repeat: no-repeat;
  margin-top: 250px;
  position:relative;
}
.ls-nav-right-arrow {
  background-position: top right;
  margin-right: 5px;
}
.ls-nav-left-arrow {
  background-position: top left;
  margin-left: 5px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}

/* End */


/* Start:/local/stylefiles/css/lightGallery.css?154403829220251*/
/*clearfix*/
.group {
 *zoom: 1;
}
.group:before, .group:after {
	display: table;
	content: "";
	line-height: 0;
}
.group:after {
	clear: both;
}
/*/clearfix*/


/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
	font-family: 'Slide-icons';
	src: url('/local/stylefiles/fonts/slide-icons.eot');
}
@font-face {
	font-family: 'Slide-icons';
	src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'Slide-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/** / End of font-icons /**/




.lightGallery {
	overflow: hidden!important;
}
#lightGallery-Gallery img {
	border: none!important;
}
#lightGallery-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	-ms-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	background: rgba(13,13,13,0.5);
}
#lightGallery-outer .lightGallery-slide{
	position: relative;
}
/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
	opacity: 1;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
	opacity: 1;
}
#lightGallery-Gallery.fadeM {
	opacity: 0;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
/*lightGallery starting effects*/


/*lightGallery core*/
#lightGallery-Gallery {
	height: 100%;
	opacity: 0;
	width: 100%;
	position: relative;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
/**/
#lightGallery-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	white-space: nowrap;
}
/**/
#lightGallery-slider .lightGallery-slide {
	background: url(/local/stylefiles/img/loading.gif) no-repeat scroll center center transparent;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
}
#lightGallery-slider .lightGallery-slide.complete {
	background-image: none;
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide > * {
	opacity: 0;
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide.complete > * {
	opacity: 1;
}
#lightGallery-slider.slide .lightGallery-slide, #lightGallery-slider.useLeft .lightGallery-slide {
	position: absolute;
	opacity: 0.4;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	position: absolute;
	left: 0;
	opacity: 0;
}
#lightGallery-slider.animate .lightGallery-slide {
	position: absolute;
	left: 0;
}
#lightGallery-slider.fadeM .current {
	opacity: 1;
	z-index: 9;
}
#lightGallery-slider .lightGallery-slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#lightGallery-Gallery.opacity .lightGallery-slide .object{
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
}
.lightGallery-slide .object{
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide .object{
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
	opacity: 1;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.slide .lightGallery-slide.current {
	opacity: 1 !important;
	transform: translate3d(0px, 0px, 0px) !important;
	-moz-transform: translate3d(0px, 0px, 0px) !important;
	-ms-transform: translate3d(0px, 0px, 0px) !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-o-transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
	opacity: 0;
	transform: translate3d(-100%, 0px, 0px);
	-moz-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.useLeft .lightGallery-slide {
	left: 100%;
}
#lightGallery-slider.useLeft.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.useLeft .lightGallery-slide.current {
	opacity: 1 !important;
	left: 0% !important;
}
#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
	opacity: 0;
	left: -100%;
}
#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
	opacity: 0;
	left: 100%;
}
#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
	transition-duration: inherit !important;
	-moz-transition-duration: inherit !important;
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	-ms-transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
	transition-timing-function: inherit !important;
	-moz-transition-timing-function: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	-ms-transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	cursor: -moz-grabbing;
	cursor: grab;
	cursor: -webkit-grab;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
 @-webkit-keyframes rightEnd {
 0% {
left: 0;
}
 50% {
left: -30px;
}
 100% {
left: 0;
}
}
@keyframes rightEnd {
 0% {
left: 0;
}
 50% {
left: -30px;
}
 100% {
left: 0;
}
}
@-webkit-keyframes leftEnd {
 0% {
left: 0;
}
 50% {
left: 30px;
}
 100% {
left: 0;
}
}
@keyframes leftEnd {
 0% {
left: 0;
}
 50% {
left: 30px;
}
 100% {
left: 0;
}
}
.lightGallery-slide .object.rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lightGallery-slide .object.leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
/*lightGallery core*/


/*action*/
#lightGallery-action {
	bottom: 20px;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	z-index: 9;
	-webkit-backface-visibility: hidden;
}
#lightGallery-action.hasThumb {
	margin-left: -46px;
}

#lightGallery-action a {
	margin: 0 3px 0 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	display: inline-block !important;
	display: inline-block;
	vertical-align: middle;
 *display: inline;
 *zoom: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 16px;
	width: 28px;
	height: 28px;
	font-family: 'Slide-icons';
	color: #FFF;
	cursor: pointer;
}
#lightGallery-action a.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65) !important;
}
#lightGallery-action a:hover, #lightGallery-action a:focus {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
#lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
	left: 5px;
	bottom: 3px;
	position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
	content: "\e01d";
}
#lightGallery-action a#lightGallery-next:after {
	content: "\e01b";
}
#lightGallery-action a.cLthumb:after {
	font-family: 'Slide-icons';
	content: "\e01c";
	left: 6px;
	bottom: 4px;
	font-size: 16px;
	position: absolute;
}
/*action*/

/*counter*/
#lightGallery_counter {
	bottom: 52px;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 9;
	color: #FFFFFF;
}
/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
	-webkit-transition: max-height 0.4s ease-in-out;
	-moz-transition: max-height 0.4s ease-in-out;
	-o-transition: max-height 0.4s ease-in-out;
	-ms-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	z-index: 9;
	max-height: 0;
	opacity: 0;
}
#lightGallery-Gallery.open .thumb_cont {
	max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	margin-left: -12px;
	padding: 12px;
	max-height: 290px;
	overflow-y: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
	background-color: #333;
	padding: 7px 20px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
	color: #FFFFFF;
	display: block;
	float: right !important;
	width: 28px;
	position: relative;
	height: 28px;
	border-radius: 2px;
	margin-top: -4px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	z-index: 1090;
	cursor: pointer;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
	left: 6px;
	position: absolute;
	top: 4px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
	content: "\e01a";
	font-family: 'Slide-icons';
	font-style: normal;
	font-size: 16px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
	text-decoration: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, 1);
}
#lightGallery-Gallery .thumb_cont .thumb {
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	margin-bottom: 4px;
	height: 50px;
	width: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: border-color linear .2s, opacity linear .2s;
	-moz-transition: border-color linear .2s, opacity linear .2s;
	-o-transition: border-color linear .2s, opacity linear .2s;
	-ms-transition: border-color linear .2s, opacity linear .2s;
	transition: border-color linear .2s, opacity linear .2s;
}
@media (min-width: 800px) {
#lightGallery-Gallery .thumb_cont .thumb {
	width: 94px;
	height: 94px;
}
}
#lightGallery-Gallery .thumb_cont .thumb > img {
	height: auto;
	max-width: 100%;
}
#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #ffffff;
}
/*lightGallery Thumb*/

/*lightGallery Video*/
#lightGallery-slider .video_cont {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lightGallery-slider .video_cont {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#lightGallery-slider .video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#lightGallery-slider .video .object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
/*lightGallery Video*/






/*lightGallery Close*/
#lightGallery-close {
	color: #FFFFFF;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
	z-index: 1090;
	cursor: pointer;
	background-color: #000;
	border-radius: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-backface-visibility: hidden;
}
#lightGallery-close:after {
	position: absolute;
	right: 6px;
	top: 3px;
}
#lightGallery-close:hover {
	text-decoration: none;
	background-color: #000;
}
.customHtml {
	background: none repeat scroll 0 0 black;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	color: #fff;
	font-family: Arial, sans-serif;
	height: 70px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.customHtml p {
	font-size: 14px;
}
.customHtml > h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
.lightGallery-slide.current > div{
	color:#fff;
	margin-top: 15px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/search.title/top_search/style.min.css?15440382903445*/
.bx-searchtitle{margin:10px 0 0}.bx-searchtitle .bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background:#1484ce}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;background-image:url('/local/templates/main/components/bitrix/search.title/top_search/images/fader.png');background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */


/* Start:/local/templates/main/template_styles.css?1619637982186*/
.new-styles ul>li:before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: -8px;
  transform: translateX(-10px);
}

.img-box-new{
	margin-top:2em;
}
/* End */


/* Start:/local/css/new_header_menu.css?154403829212647*/
.navbar_mob{
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	height: 40px;
	line-height: 35px;
	z-index: 9999
}
.navbar_mob .aside-buttons{
	float: right
}
.navbar-header .navbar-brand_mob{
	display: inline-block;
	max-width: 180px;
	text-transform: uppercase;
	vertical-align: middle
}
.navbar-header .navbar-brand_mob img{
	max-width: 100%
}

.navbar-header .navbar-form_btn{
	font-size: 14px;
	color: #fff;
	background: #f37917;
	border-radius: 17px;
	width: auto;
	padding: 0px 15px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	text-decoration: none;
	margin-top: 3px
}
.navbar-header .navbar-mail{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	margin-left: 20%;
	border: 0px
}
.navbar-header .navbar-favor_link{
	padding-right: 15px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	border: 0px
}
.navbar-header .navbar-favor_link[disabled]{
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.menu_mob{
	display: inline-block;
	vertical-align: middle
}
.menu_mob span{
	display: block
}
.navbar-header_mob .menu-icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 auto
}
.navbar-header_mob .menu-icon svg#header_menu{
	width: 100%;
	height: 100%
}
.navbar-header_mob{
	background-color: #b0cb1f;
	padding: 5px 18px 5px 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color:#fff
}

.navbar-header_mob .aside-search-button{
	margin-right: 8px
}

.navbar-header_mob .aside-search-button{
	display: inline-block;
	vertical-align: middle
}
.navbar-header_mob .aside-cart-button span {
	position: absolute;
	top: -2px;
	right: -5px;
	background: #f9593a;
	display: block;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	font-size: 10px;
	font-weight: 900;
	line-height: 13px;
	color: #fff;
	text-align: center;
	padding-left: 2px
}
.navbar-header_mob .menu_mob:hover, .navbar-header_mob .aside-search-button:hover{
	cursor: pointer
}
.js-search-container{
	transform: translateX(-120%)
}
.js-search-container.active{
		 transform: translateX(0%)
}
.search-container_mob{
	z-index: 100;
	transition: transform .2s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #b0cb1f;
	padding: 5px 0
}
.search-container_mob button.btn.btn-search{
	background: #f37917;
	color: #fff;
	border-radius: 18px;
	border: none;
	width: 30px;
	height: 30px;
	padding: 0;
	float: right;
	position: absolute;
	margin-left: -30px
}
.search-container_mob button.btn.btn-search:after{
		display: none
}
.search-container_mob .aside-search{
	text-align: left
}
.search-btn-close_mob span, .btn-close_mob span{
	position: relative;
	display: inline-block;
	margin-top: 5px;
	height: 2px;
	width: 30px;
	cursor: pointer;
	}

.search-btn-close_mob span:before, .search-btn-close_mob span:after, .btn-close_mob span:before, .btn-close_mob span:after{
	content: "";
	position: absolute;
	left: 0;
	background-color: #f9593a;
	transition: all .3s ease-in-out;
	width: 18px;
	height: 2px
}

.search-btn-close_mob span:before{
	top: -9px;
	background-color: #f9593a
}
.search-btn-close_mob span:after {
	top: 9.09px
}
.search-btn-close_mob.active span {
	background-color: transparent
}
.search-btn-close_mob.active span:before, .btn-close_mob span:before{
	top:0;
transform: rotate(-135deg)
}
.search-btn-close_mob.active span:after, .btn-close_mob span:after{
	top: 0;
	transition-delay: 90ms;
	transform: rotate(135deg)
}

.btn-close_mob{
	right: 0;
	background-color: transparent;
	transition: .2s;
	transition: all .2s ease-in-out;
	cursor: pointer;
	padding: 8px 18px;
	position: absolute;
	z-index: 2;
	top: 0;
	height: 20.18px
}
.search-container_mob.active .search-btn-close_mob{
	background-color: transparent;
	transition: .2s;
	transition: all .2s ease-in-out;
	height: auto;
	padding: 12px 0;
	margin: 0;
	border: none;
	float: right;
	cursor: pointer;
	text-align: center
}

/*menu-list_mob*/

.navbar-form_mob{
	text-align: center;
	overflow: hidden;
	display: inline-block;
	max-height: 34px;
	border-radius: 50px;
	background: #fff;
	width: 90%;
	border: none;
	margin: 2px 0
}

@media all and (max-width:480px) {
	.navbar-form_mob{
		width: 85%
	}
}

.navbar-form_mob .form-control:focus{
	box-shadow: none;
	outline: 0
}
.navbar-form_mob .aside-form, .navbar-form_mob .aside-phones .operator, .navbar-form_mob .aside-search .btn-search, .navbar-form_mob.form-group{
	display: inline-block
}
.search-container_mob .navbar-form_mob .form-group {
	width: 100%;
	padding: 0px 30px 0 15px;
	margin: 0;
	float: left
}
.navbar-form_mob .form-group .form-control {
	border: none;
	box-shadow: none;
	line-height: 30px;
	text-align: left;
	width: 100%;
	padding: 0;
	float: left;
	height: auto;
	font-weight: normal
}
.menu_mob-list{
	background-color: #eceef2;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 274px;
	z-index: 9999;
	transform: translateX(-100%);
	transition: transform .2s ease;
	overflow: auto
}
.wrap-btn-close_mob{
	border-bottom: 1px solid #c4c1b5;
	position: relative;
		text-align: right
}
.menu_mob-list .wrap-btn-close_mob .btn-close_mob{
	position: relative;
	display: block;
	padding: 16px 0px 10px;
	height: 43px;
	border: none
}

.menu_mob-list .accordion{

	width: 100%;
	margin: 0;
	border-radius: 4px;
	box-shadow: none;
	display: flex;
	flex-wrap: wrap;

}
.menu_mob-list .accordion__list .link__title{
	padding: 0.5em 2em 0.5em 1.8em;
		 position: relative;
	box-sizing: border-box;
	width: 100%;
	display: block;
	background-color: transparent;
	color: #f37917;
	font-size: 16px;
		font-family: 'Open Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		font-weight: normal
}
.menu_mob-list .accordion__list .link {
	font-size: .85em;
	font-weight: 700;
	color: #37474F;
	cursor: pointer;
	border-bottom: none;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.menu_mob-list .accordion__list{
	background: transparent;
	width: 100%;
	border-bottom: 1px solid #c4c1b5;
	margin: 0;
	padding: 0
}
.menu_mob-list .accordion__list:before{
	display: none
}
.menu_mob-list ul{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0
}
.page-wrap.active {
	transform: translateX(274px)
}
.menu_mob-list.active {
	transform: translateX(0%)
}
.js-layer.active {
	display: block
}
.js-layer {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgb(97, 97, 94);
	display: none;
	z-index: 2;
	opacity: 0.5;
	top: 0
}

.menu_mob-list .submenu.active{
	display: block
}

.menu_mob-list .accordion .link .link__title.selected, .menu_mob-list .submenu li.selected a{
	color: #c4c1b5;
	cursor: default
}

.menu_mob-list .accordion .link .link__title.active:after, .menu_mob-list .accordion .link .link__title.selected:after{
	content: 'â€“';
	font-size: 1.5em;
	color: #c4c1b5
}

.menu_mob-list .accordion .link .link__title:after {
	content: '+';
	position: absolute;
	cursor: pointer;
	color: #f9593a;
	right: 17px;
	left: auto;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%)
}
.menu_mob-list .accordion .link.single_link a.link__title{
	border: none
}
.menu_mob-list .accordion .link.single_link .link__title:after {
	content: 'â€º';
	font-size: 20px;
	right: 20px
}
.menu_mob-list .submenu li{
	border: none;
	margin: 0;
	padding: 0
}
.menu_mob-list .submenu li:before{
	display: none
}
.menu_mob-list .submenu{
	display: none;
	margin: 0 0 10px 0
}
.menu_mob-list .submenu li a {
	display: block;
	text-decoration: none;
	color: #0c0c0c;
	padding: 0.1rem 1rem 0.1rem 1.7em;
	transition: all .25 ease;
	position: relative;
	border: none
}
.menu_mob-list .submenu li a:after{
	content: 'â€º';
	color: #f9593a;
	font-size: 25px;
	position: absolute;
	right: 17px;
	top: 45%;
	transform: translateY(-50%)
}
.menu_mob-list .submenu li.selected a:after{
	color: #c4c1b5
}
.menu_mob-list .footer-widget-content_mob .aside-phones a{
	text-decoration: none;
		 color: #242424;
	font-size: 20px;
	font-weight: 700
}
.footer-widget-content_mob{
	padding: 24px 23px 0 25px
}
.footer-widget-content_mob .aside-phones{
	margin: 0 0 21px 10px
}
.footer-widget-content_mob .aside-work-hours{
	text-align: left
}
.footer-widget-content_mob .aside-work-hours img{
	margin-right: 5px
}
.footer-widget-content_mob .aside-phone .operator{
	color: #9c9c9c;
	font-size: 10px;
	letter-spacing: 1px;
	margin-left: 15px;
	display: inline-block;
	text-transform: uppercase
}

.footer-widget-content_mob .aside-phones a span {
	color: #242424;
	font-size: 14px
}
.footer-widget-content_mob .aside-work-hours .work-time{
	display: block
}
.footer-widget-content_mob .aside-work-hours .work-time span{
	font-weight: 700;
	margin-left: 5px
}
div#bx-panel.bx-panel-fixed{
	top: 45px !important
}
div.title-search-result{
	min-width: 300px;
	margin-top: 30px;
	z-index: 9999;
}
.title-search-result a{
	cursor: pointer;
	color: #81a200
}
.new-styles .header .header-action{
	margin-top: 5px
}
.new-styles .main-nav-menu .mob-only{
	display: none
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}
	@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@media all and (min-width:768px){
	.navbar-header .navbar-form_btn, .menu_mob{
		display: none !important
	}
	.navbar-header_mob .aside-search-button i {
		background: #b0cb1f;
		border-radius: 15px;
		display: block;
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
	.navbar-header_mob .aside-search-button i svg#search-icon{
		padding: 5px;
		width: 100%;
		height: 100%
	}
	.search-container_mob button.btn.btn-search i svg#search-icon-form{
		padding: 8px;
		width: 100%;
		height: 100%;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	.navbar-header_mob .aside-search-button i:hover svg#search-icon, .search-container_mob button.btn.btn-search i:hover svg#search-icon-form{
		padding: 6px;
	}
	.search-container_mob button.btn.btn-search i:hover svg#search-icon-form{
		padding: 9px;
	}
}
@media all and (max-width:767px) {
	.navbar_mob{
		position: fixed
	}
	.navbar-header_mob{
		background-color: #eceef2;
	}
	.navbar-header .navbar-brand_mob,.navbar-header .navbar-mail,.navbar-header .navbar-favor_link{
		display: none
	}
	.navbar-header_mob .aside-search-button i {
		background: #b0cb1f;
		border-radius: 15px;
		display: block;
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
	.navbar-header_mob .aside-search-button i svg#search-icon, .search-container_mob button.btn.btn-search i svg#search-icon-form{
		padding: 8px;
		width: 100%;
		height: 100%;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	.navbar-header_mob .aside-search-button i:hover svg#search-icon{
		padding: 7px;
	}
	.new-styles .header{
		padding: 67px 0 20px
	}
	.new-styles .logo{
		margin: 0 auto
	}
	.hide-mob_view{
		display: none !important
	}
	body{
		padding-bottom: 55px
	}
	#fancybox-wrap{
		margin-top: 50px;
	}
}
/* new styles */

/* Misc Fixes */
.header__search-form {
  z-index: 9999;
}

.header-contacts__body {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 30px 0px;
}

.header-contacts__tel {
  white-space: normal;
}

@media (max-width: 767px) {
  .main-nav__item--catalog .main-nav__item-icon-menu {
    display: none;
  }
}

.primary .new-styles .slider-nav-btn-area { z-index: 3; }

.primary .new-styles .main-promo-box { height: auto; margin: 0; }

.new-styles .main-promo-choose {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.new-styles ul>li:before { margin-left: 0; transform: none; }

.primary .video-container { margin-left: 0; margin-right: 0; }

.primary .new-styles .stock-banner-group { margin-left: 0; margin-right: 0; }

.primary .new-styles .slider-el-img-box img { height: auto; }

.primary .new-styles .project-area { position: relative; }

.primary { overflow: hidden; }

.primary .new-styles .project-area::before {
  content: '';
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  background: #5b5b5b;
}

@media (max-width: 479px) {
  .primary .container-fluid .new-styles table td { display: block; border: none; padding: 0; }
}
/* Misc Fixes */

body { padding-top: 4rem !important; }

@media (max-width: 767px) {
  .main-nav__link {
    color: #ff7934;
  }

  .main-nav__link .icon {
    fill: #ff7934;
  }
}

.filter-new-price .price-new { text-align: left; }

@media (min-width: 992px) {
  .selection-area__type { margin-top: 5px; }
}

.new-styles .project-area .request-area { position: relative; z-index: 2; }

.new-styles .filter-item .img-box img {
  width: 100%;
  object-fit: cover;
}

.project2-slider-area .project-switch-arrow-left { margin-right: 650px; }
.project2-slider-area .project-switch-arrow-right { margin-left: 650px; }

.single-slider-nav .slick-list img { width: 100%; }
.project-main-slider .single-slider-nav img { max-height: 91px; object-fit: cover; }

@media (max-width: 999px) {
  .new-styles .project-switch-arrows, .new-styles .project-switch-arrows.fixed { display: flex; justify-content: space-between; margin-bottom: 20px; }
  .new-styles .project-switch-arrows, .new-styles .project-switch-arrows.fixed .project-switch-arrow { margin: 0; }
}

.primary .new-styles .reviews-area { position: relative; }

.primary .new-styles .reviews-area::before {
  content: '';
  width: 100vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  background: #eceef2;
}

body .new-styles .container{
	width:1200px;

	max-width:1200px!important;
}

.new-styles, .new-styles body {
	margin-top:1em;
}

@media (max-width:479px) {

.new-styles .project-row-big .slider-el-img-box {
    height: 200px!important;

}

.new-styles .project-row-big .slider-el-info-inner {
    max-height: 100px!important;
    height: 100px!important;
    min-height: 100px!important;
}

.new-styles .project-row-big .slider-el-info {
    max-height: 200px!important;
    min-height: 200px!important;
    height: 100px!important;

}

}
/*
.new-styles .filter-box-new.row{
	margin-left:0px;
	margin-right:0px;
}*/

@media (max-width:479px) {
html body .new-styles .container {
   width: auto;
    max-width: 479px!important;
}
.news-detail.container img{
	width:100%!important;
}
.calc-promo .col-md-6{
	margin-left:-10px!important;
	float:left!important;
	left:-60px!important;
}
.calc-promo .col-md-3.calc-promo-mob{

float:left!important;

}
}
.block-round{
	z-index:10;
}
 /*====================*/
 .new-style .selection-type__title {
	display: block;
	font-size: 14px;
	font-weight: 700;
	border-bottom: none;
	background: #f1f2f6;
	border-radius: 4px;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
}
.new-style .selection-type__title {
	height: 30px;
	line-height: 30px;
}
 .new-style .selection-type__title span:before {
	content: ''}



@media (max-width:479px) {
ul.strong-list.strong-bullet-list {
    margin-bottom: 0;
    margin-left: 0;
}
}

.product-banner{
	padding: 2.5rem 3rem;
	max-width:44em;
}

body .bootstrap-select.btn-group .btn .caret:after {
	top:-3px;
}

/*MAIN PAGE*/
/* section */
.section-heading {
  text-transform: uppercase;
}

.section {
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}

.section__heading {
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}

.section__bottom {
  margin-top: 3.5rem;
}

.section--gray {
  background: #ebeef2;
}

.section .btn--gray-reverse {
  border-width: .1rem;
  font-size: 1.4rem;
  color: #787878;
  border-color: #dfdfde;
}

.section .btn--gray-reverse:hover {
  color: #fff;
}
/* /section */

/* tariffs-table */
.tariffs-table-wrap {
  padding: 2rem 0;
}

.tariffs-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.tariffs-table th,
.tariffs-table td {
  background: #f8f8f8;
  position: relative;
  z-index: 0;

  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.tariffs-table th {
  padding: 2rem 1.5rem;
  border-bottom: .1rem solid #ebeef2;
  border-right: .1rem solid #ebeef2;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.15;
  color: #444242;
}

@media (min-width: 576px) {
  .tariffs-table th {
    padding: 2.5rem 1.5rem;
  }
}

@media (min-width: 768px) {
  .tariffs-table th {
    font-size: 1.6rem;
  }
}

.tariffs-table th:last-child {
  border-right: none;
}

.tariffs-table td {
  padding: 1.5rem;
  border-bottom: .1rem solid #ebeef2;
  border-right: .1rem solid #ebeef2;
  font-size: 1.2rem;
  font-weight: 600;
  color: #5b5b5b;
}

@media (min-width: 576px) {
  .tariffs-table td {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .tariffs-table td {
    font-size: 1.4rem;
  }
}

.tariffs-table th,
.tariffs-table td {
  width: 10rem;
}

.tariffs-table th:first-child,
.tariffs-table td:first-child {
  width: 14rem;
  position: sticky;
  left: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .tariffs-table th:first-child,
  .tariffs-table td:first-child {
    width: auto;
    position: relative;
    z-index: 0;
  }

  .tariffs-table th,
  .tariffs-table td {
    width: auto;
  }
}

.tariffs-table td:last-child {
  border-right: none;
}

.tariffs-table tr:last-child td {
  border-bottom: none;
}

.tariffs-table th:nth-child(2),
.tariffs-table td:nth-child(2) {
  background: #fff;
  z-index: 1;

  /*border-width: 3px;
  border-color: rgb(175, 201, 67);
  box-shadow: 0px 0px 20px 0px rgba(175, 201, 67, 0.004);*/
}

.tariffs-table th:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1rem;
  bottom: 0;
  background: #fff;
  border-top: .3rem solid rgb(175, 201, 67);
  border-left: .3rem solid rgb(175, 201, 67);
  border-right: .3rem solid rgb(175, 201, 67);

  /*box-shadow: -1rem 0 1rem 0 rgba(175, 201, 67, .2),
              1rem 0 1rem 0 rgba(175, 201, 67, .2),
              0 -1rem 1rem 0 rgba(175, 201, 67, .2);*/

  box-shadow: -.5rem 0 .5rem 0 rgba(175, 201, 67, .4),
              .5rem 0 .5rem 0 rgba(175, 201, 67, .4),
              0 -.5rem .5rem 0 rgba(175, 201, 67, .4);
}

@media (min-width: 768px) {
  .tariffs-table th:nth-child(2)::before {
    z-index: 1;
  }
}

.tariffs-table tr:not(:last-child) td:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border-left: .3rem solid rgb(175, 201, 67);
  border-right: .3rem solid rgb(175, 201, 67);

  /*box-shadow: -1rem 0 1rem 0 rgba(175, 201, 67, .2),
              1rem 0 1rem 0 rgba(175, 201, 67, .2);*/

  box-shadow: -.5rem 0 .5rem 0 rgba(175, 201, 67, .4),
              .5rem 0 .5rem 0 rgba(175, 201, 67, .4);
}

@media (min-width: 768px) {
  .tariffs-table tr:not(:last-child) td:nth-child(2)::before {
    z-index: 1;
  }
}

.tariffs-table tr:last-child td:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -1rem;
  background: #fff;
  border-left: .3rem solid rgb(175, 201, 67);
  border-right: .3rem solid rgb(175, 201, 67);
  border-bottom: .3rem solid rgb(175, 201, 67);

  box-shadow: -.5rem 0 .5rem 0 rgba(175, 201, 67, .4),
              .5rem 0 .5rem 0 rgba(175, 201, 67, .4),
              0 .5rem .5rem 0 rgba(175, 201, 67, .4);
}

@media (min-width: 768px) {
  .tariffs-table tr:last-child td:nth-child(2)::before {
    z-index: 1;
  }
}

.tariffs-table th:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2rem;
  bottom: 100%;
  background: #fff;
}

.tariffs-table tr:last-child td:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2rem;
  top: 100%;
  background: #fff;
}

.tariffs-table__caption {
  position: relative;
  z-index: 2;
  font-family: Lobster, 'Open Sans', Arial, sans-serif;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .tariffs-table__caption {
    font-size: 2.4rem;
  }
}

.tariffs-table__icon-wrap {
  position: relative;
  z-index: 2;
}
/* /tariffs-table */

/* section-reviews */
@media (min-width: 768px) {
  .reviews-section .container-fluid {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .reviews-section__main > .row {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .reviews-section__main > .row > [class*="col-"] {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .reviews-section__main > .row > [class*="col-"]:first-child {
    padding-left: 1.5rem;
  }

  .reviews-section__main > .row > [class*="col-"]:last-child {
    padding-right: 1.5rem;
  }
}

.reviews-section__main {
  margin-bottom: 3rem;
}

.reviews-section__main > .row > [class*="col-"]:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .reviews-section__main > .row > [class*="col-"]:not(:last-child) {
    margin-bottom: 0;
    border-right: .1rem solid #d9dce0;
  }
}

.section-review__main {
  margin-bottom: 1.5rem;
  position: relative;
  padding-top: 3rem;
}

.section-review__main::before,
.section-review__main::after {
  content: '';
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='22' height='22' fill='%23b0cb1f' viewBox='0 0 1000 1000'%3E%3Cpath d='M403.1 118.8v56c-79 28.7-141.3 74.1-186.1 136.4-44.8 61.6-67.2 125.9-67.2 193.1 0 14.7 2.1 25.2 7 32.2 2.8 4.9 6.3 7 10.5 7 3.5 0 9.8-2.8 16.8-7.7 24.5-17.5 55.3-25.9 92.3-25.9 43.4 0 81.8 17.5 114.7 53.2 33.6 35 50.4 76.9 50.4 125.9 0 51.1-18.9 95.8-57.4 134.3-38.5 38.5-84.6 58.1-139.2 58.1-63.7 0-118.9-25.9-165.1-78.3C33.1 749 10 678.4 10 590.2c0-102.8 31.5-194.5 94.4-275.6 63-81.1 162.3-146.2 298.7-195.8zm547.7 0v56c-79 28.7-140.6 74.1-185.4 136.4-44.8 61.6-67.2 125.9-67.2 193.1 0 14.7 2.1 25.2 7 32.2 2.8 4.9 6.3 7 10.5 7 3.5 0 9.8-2.8 16.8-7.7 24.5-17.5 55.3-25.9 92.3-25.9 43.4 0 81.8 17.5 114.7 53.2 33.6 35 50.4 76.9 50.4 125.9 0 51.1-18.9 95.8-57.4 134.3s-84.6 58.1-139.2 58.1c-63.7 0-118.9-25.9-165.1-78.3C582 750.6 559 680.7 559 592.6c0-102.8 31.5-194.5 94.4-275.6 61.7-83.5 161-148.6 297.4-198.2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.section-review__main::before {
  left: 0;
  top: 0;
}

.section-review__main::after {
  /*right: 0;
  bottom: 0;*/
  position: static;
  float: right;
  transform: rotate(-180deg);
  margin-top: -1rem;
}

.section-review__desc {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.section-review__author {
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 1rem;
}

.section-review__bottom {
  display: flex;
  align-items: center;
}

.rating {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
/* /section-reviews */

/* news-reviews */
.news-section__main {
  margin-bottom: 3rem;
}

.news-section__main > .row {
  margin-top: -3rem;
}

.news-section__main > .row > [class*="col-"] {
  padding-top: 3rem;
}

.news-card__main:hover .news-card__caption {
  text-decoration: underline;
}

.news-card__main:hover .news-card__img {
  transform: scale(1.15);
}

.news-card__img-wrap {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.news-card__img-wrap::before {
  content: '';
  padding-top: 65%;
  display: block;
}

.news-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;

  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}

.news-card__caption {
  font-size: 1.4rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .news-card__caption {
    font-size: 1.8rem;
  }
}
/* /news-reviews */

/* home-catalog-section */
.home-catalog-section > .row {
  margin-top: -3rem;
}

.home-catalog-section > .row > [class*="col-"] {
  padding-top: 3rem;
}

.home-catalog {
  border: .1rem solid #f2ecea;
  position: relative;
  height: 100%;
}

@media (min-width: 576px) {
  .home-catalog {
    display: flex;
    min-height: 17.5rem;
  }
}

.home-catalog__main {
  padding: 2.5rem;
  align-self: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .home-catalog__main {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.home-catalog__img-wrap {
  height: 18rem;
  position: relative;
}

@media (min-width: 576px) {
  .home-catalog__img-wrap {
    /*flex: 0 0 50%;
    max-width: 50%;*/
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
  }
}

/* .home-catalog__img-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -.2rem;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

@media (min-width: 576px) {
  .home-catalog__img-wrap::after {
    top: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
  }
} */

.home-catalog__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-catalog__heading {
  font-weight: bold;
  font-size: 1.8rem;
  color: #5b5b5b;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.home-catalog__list {
  margin: 0 -1rem;
  padding: 0;
  line-height: 1.7;
  white-space: nowrap;
  max-width: 30rem;
}

@media (min-width: 380px) {
  .home-catalog__list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .home-catalog__list {
    max-width: none;
  }
}

.home-catalog__list--is-full .home-catalog__item {
  flex: 0 0 100%;
  max-width: 100%;
}

.home-catalog__item {
  font-size: 1.4rem;
  font-weight: 600;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 1rem;
}

.home-catalog__link {
  color: #7da12d;
}

.home-catalog__link:hover {
  text-decoration: underline;
}

.home-catalog__link--more {
  border-bottom: .1rem dashed #7da12d;
}

.home-catalog__link--more:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}
/* /home-catalog-section */

/* home-features-section */
.home-features-section .row {
  justify-content: center;
}

@media(min-width: 768px) {
  .home-features-section .row > [class*="col-"] {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.feature--step {
  text-align: center;
}

.feature--step .feature__icon-wrap {
  background: #afc943;
}

.feature--step .feature__icon-wrap {
  width: 8rem;
  height: 8rem;
}

.feature--step .feature__icon {
  object-fit: contain;
  width: 4rem;
  height: 4rem;
  image-rendering: -webkit-optimize-contrast;
}

.feature--step .feature__info {
  color: #444242;
  font-weight: 600;
}

.feature--step .feature__step {
  text-transform: uppercase;
}

.feature--step .feature__desc {
  font-size: 1.4rem;
  margin: 0;
  color: #666;
}

@media(min-width: 992px) {
  .feature--step .feature__desc {
    padding: 0 1rem;
  }
}
/* /home-features-section */

/* home-benefits-section */
.home-benefits-section .row {
  margin-top: -3rem;
}

.home-benefits-section [class*="col-"] {
  padding-top: 3rem;
}

.home-benefits-section__heading {
  text-align: center;
  font-family: Lobster, 'Open Sans', Arial, sans-serif;
  font-size: 2.6rem;
  color: #000;
  margin-bottom: 3.5rem;
  line-height: 1.1;
}

.home-benefit__title {
  text-align: center;
  font-family: Lobster, 'Open Sans', Arial, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #000;
  line-height: 1.15;
}

@media (min-width: 768px) {
  .home-benefit__title {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .home-benefit__title {
    font-size: 5rem;
  }
}

.home-benefit__title.is-green {
  color: #afc943;
}

.home-benefit__title.is-gray {
  color: #787878;
}

.home-benefit__title.is-orange {
  color: #ff712b;
}

.home-benefit__title sup {
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  .home-benefit__title sup {
    font-size: 3rem;
  }
}

.home-benefit__caption {
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #000;
}

@media (min-width: 768px) {
  .home-benefit__caption {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .home-benefit__caption {
    font-size: 1.8rem;
  }
}

.home-benefit__desc {
  margin: 0;
  font-size: 1.4rem;
  color: #666;
}
/* /home-benefits-section */

/* home-callback-section */
.home-callback-section {
  padding: 4rem 0 0;
}

@media (min-width: 768px) {
  .home-callback-section {
    padding: 8rem 0 0;
  }
}

@media (max-width: 575px) {
  .home-callback-section .row > [class*="col-"]:last-child {
    order: -1;
  }
}

.home-callback-section__img {
  max-width: 100%;
  height: auto;
  display: block;
}

.home-callback-section__callback {
  max-width: 100%;
  height: auto;
  display: block;
  padding-bottom: 4rem;
  max-width: 44rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .home-callback-section__callback {
    padding-bottom: 8rem;
  }
}

.home-callback__heading {
  font-size: 2.4rem;
  color: #2b2a29;
  margin-bottom: 1.5rem;
  font-family: Lobster, 'Open Sans', Arial, sans-serif;
  line-height: 1.15;
}

.home-callback__desc {
  color: #5b5b5b;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.home-callback__btn {
  min-width: 24rem;
  margin-top: 3rem;
}

.home-callback__field {
  margin-bottom: 1rem;
}

.home-callback__input {
  box-shadow: 0 .2rem .5rem 0 rgba(0, 0, 0, .15) inset;
}

.home-callback__checkbox {
  margin-top: 1.5rem;
}

.home-callback__checkbox a {
  text-decoration: underline;
  color: #ff712b;
}

.home-callback__checkbox a:hover {
  text-decoration: none;
}

.home-callback__checkbox .checkbox-label__main {
  font-size: 1.3rem;
  white-space: normal;
  display: block;
  line-height: 1.1;
}
/* /home-callback-section */

/* links-section */
.links-section__main {
  border-top: .1rem solid #bbbec0;
  border-bottom: .1rem solid #bbbec0;
  padding: 2rem 0;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .links-section__main {
    margin-left: 5rem;
    margin-right: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.links-nav__list {
  margin: 0 -1.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.links-nav__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 1.5rem;
  margin: .5rem 0;
  font-weight: 600;
  line-height: 1.35;
}

@media (min-width: 576px) {
  .links-nav__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.links-nav__link {
  position: relative;
  display: inline-block;
  padding-left: 2rem;
}

.links-nav__link::before {
  content: '';
  width: 1rem;
  height: 1rem;
  background: #bcd25a;
  box-shadow: 0 .1rem .1rem #839f2d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .5rem;
}

.links-nav__link:hover {
  text-decoration: underline;
}
/* /links-section */

/* partners-section */
.partner-logo {
  max-width: 16.5rem;
  width: 100%;
  height: 6rem;
  transition: all .3s;
  display: flex;
}

.partner-logo__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto;
}
/* /partners-section */

/* home-docs-section */
.doc-item {
  border: .1rem solid #f3edeb;
  display: block;
  max-width: 24rem;
  position: relative;
  box-shadow: 2rem 2rem 0 0 #ebeef2;
  margin: 0 auto 2rem;
}

.doc-item::after {
  background: rgba(0, 0, 0, .5);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s;
}

.doc-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='25' height='25' fill='%23afc943' viewBox='0 0 442.04 442.04'%3E%3Cpath d='M221.02 341.304c-49.708 0-103.206-19.44-154.71-56.22-38.502-27.494-62.266-54.733-63.259-55.881a12.5 12.5 0 0 1 0-16.367c.993-1.146 24.756-28.387 63.259-55.881 51.505-36.777 105.003-56.219 154.71-56.219 49.708 0 103.207 19.441 154.71 56.219 38.502 27.494 62.266 54.734 63.259 55.881a12.5 12.5 0 0 1 0 16.367c-.993 1.146-24.756 28.387-63.259 55.881-51.503 36.779-105.001 56.22-154.71 56.22zM29.638 221.021c9.61 9.799 27.747 27.03 51.694 44.071 32.83 23.361 83.714 51.212 139.688 51.212s106.859-27.851 139.688-51.212c23.944-17.038 42.082-34.271 51.694-44.071-9.609-9.799-27.747-27.03-51.694-44.071-32.829-23.362-83.714-51.212-139.688-51.212s-106.858 27.85-139.688 51.212c-23.944 17.038-42.082 34.269-51.694 44.071z'/%3E%3Cpath d='M221.02 298.521c-42.734 0-77.5-34.767-77.5-77.5s34.766-77.5 77.5-77.5a77.436 77.436 0 0 1 51.048 19.188c5.193 4.549 5.715 12.446 1.166 17.639-4.549 5.193-12.447 5.714-17.639 1.166a52.448 52.448 0 0 0-34.576-12.993c-28.949 0-52.5 23.552-52.5 52.5s23.551 52.5 52.5 52.5c28.95 0 52.5-23.552 52.5-52.5 0-6.903 5.597-12.5 12.5-12.5s12.5 5.597 12.5 12.5c.002 42.733-34.765 77.5-77.499 77.5z'/%3E%3Cpath d='M221.02 246.021c-13.785 0-25-11.215-25-25s11.215-25 25-25c13.786 0 25 11.215 25 25s-11.214 25-25 25z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: all .3s;
  z-index: 2;
}

.doc-item:hover::before {
  opacity: 1;
}

.doc-item:hover::after {
  opacity: 1;
}

.doc-item__img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .3s;
}
/* /home-docs-section */

.lg-backdrop {
  background: rgba(0, 0 , 0, .75);
}

.js-partners-carousel:not(.swiper-container-initialized) {
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.partners-section__main,
.docs-section__main {
  position: relative;
  padding: 0 3rem;
}

.docs-section__main .swiper-slide {
  padding-right: 2rem;
}

.partners-section__prev,
.partners-section__next,
.docs-section__prev,
.docs-section__next {
  border: none;
  background: none;
  padding: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin-top: -2rem;
}

.partners-section__prev,
.docs-section__prev {
  left: 0;
}

.partners-section__next,
.docs-section__next {
  right: 0;
}

.partners-section__prev:hover .icon,
.partners-section__next:hover .icon,
.docs-section__prev:hover .icon,
.docs-section__next:hover .icon {
  fill: #333;
}

.partners-section__prev-icon,
.partners-section__next-icon,
.docs-section__prev-icon,
.docs-section__next-icon {
  fill: #8f8d8e;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

/*END MAIN PAGE*/
body .new-styles .b-designer-item__img, body .new-styles .b-constructor-item__img,
body .new-styles .b-constructor-item__img {

    max-height: 450px;
}


@media (max-width: 767px) {
  .summary a.summary__phone.header-top-area__link {
    display: block;
    text-indent: 0;
    width: 100%;
    line-height: 17px;
    margin-left: 0;
    font-size: 2.2rem;
  }
}

@media (max-width: 500px) {
  .summary a.summary__phone.header-top-area__link {
    font-size: 2rem;
  }
}

/* End */


/* Start:/local/css/bootstrap-fix.min.css?1628145522163201*/
.new-styles html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.new-styles body{margin:0}.new-styles article,.new-styles aside,.new-styles details,.new-styles figcaption,.new-styles figure,.new-styles footer,.new-styles header,.new-styles hgroup,.new-styles main,.new-styles menu,.new-styles nav,.new-styles section,.new-styles summary{display:block}.new-styles audio,.new-styles canvas,.new-styles progress,.new-styles video{display:inline-block;vertical-align:baseline}.new-styles audio:not([controls]){display:none;height:0}.new-styles [hidden],.new-styles template{display:none}.new-styles a{background-color:transparent}.new-styles a:active,.new-styles a:hover{outline:0}.new-styles abbr[title]{border-bottom:1px dotted}.new-styles b,.new-styles strong{font-weight:700}.new-styles dfn{font-style:italic}.new-styles h1{font-size:2em;margin:.67em 0}.new-styles mark{background:#ff0;color:#000}.new-styles small{font-size:80%}.new-styles sub,.new-styles sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.new-styles sup{top:-.5em}.new-styles sub{bottom:-.25em}.new-styles img{border:0}.new-styles svg:not(:root){overflow:hidden}.new-styles figure{margin:1em 40px}.new-styles hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}.new-styles .pre{overflow:auto}.new-styles code,.new-styles kbd,.new-styles .pre,.new-styles samp{font-family:monospace,monospace;font-size:1em}.new-styles button,.new-styles input,.new-styles optgroup,.new-styles select,.new-styles textarea{color:inherit;font:inherit;margin:0}.new-styles button{overflow:visible}.new-styles button,.new-styles select{text-transform:none}.new-styles button,.new-styles html input[type="button"],.new-styles input[type="reset"],.new-styles input[type="submit"]{-webkit-appearance:button;cursor:pointer}.new-styles button[disabled],.new-styles html input[disabled]{cursor:default}.new-styles button::-moz-focus-inner,.new-styles input::-moz-focus-inner{border:0;padding:0}.new-styles input{line-height:normal}.new-styles input[type="checkbox"],.new-styles input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}.new-styles input[type="number"]::-webkit-inner-spin-button,.new-styles input[type="number"]::-webkit-outer-spin-button{height:auto}.new-styles input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.new-styles input[type="search"]::-webkit-search-cancel-button,.new-styles input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.new-styles fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.new-styles legend{border:0;padding:0}.new-styles textarea{overflow:auto}.new-styles optgroup{font-weight:700}.new-styles table{border-collapse:collapse;border-spacing:0}.new-styles td,.new-styles th{padding:0}@media print{.new-styles *,.new-styles :before,.new-styles :after{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}.new-styles a,.new-styles a:visited{text-decoration:underline}.new-styles a[href]:after{content:" (" attr(href) ")"}.new-styles abbr[title]:after{content:" (" attr(title) ")"}.new-styles a[href^="#"]:after,.new-styles a[href^="javascript:"]:after{content:""}.new-styles .pre,.new-styles blockquote{border:1px solid #999;page-break-inside:avoid}.new-styles thead{display:table-header-group}.new-styles tr,.new-styles img{page-break-inside:avoid}.new-styles img{max-width:100%!important}.new-styles p,.new-styles h2,.new-styles h3{orphans:3;widows:3}.new-styles h2,.new-styles h3{page-break-after:avoid}.new-styles select{background:#fff!important}.new-styles .navbar{display:none}.new-styles .btn > .caret,.new-styles .dropup > .btn > .caret{border-top-color:#000!important}.new-styles .label{border:1px solid #000}.new-styles .table{border-collapse:collapse!important}.new-styles .table td,.new-styles .table th{background-color:#fff!important}.new-styles .table-bordered th,.new-styles .table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/local/fonts/glyphicons-halflings-regular.eot);src:url(/local/fonts/glyphicons-halflings-regular.eot) format("embedded-opentype"),url(/local/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(/local/fonts/glyphicons-halflings-regular.woff) format("woff"),url(/local/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(/local/fonts/glyphicons-halflings-regular.svg##glyphicons_halflingsregular) format("svg")}.new-styles .glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.new-styles .glyphicon-asterisk:before{content:"\2a"}.new-styles .glyphicon-plus:before{content:"\2b"}.new-styles .glyphicon-euro:before,.new-styles .glyphicon-eur:before{content:"\20ac"}.new-styles .glyphicon-minus:before{content:"\2212"}.new-styles .glyphicon-cloud:before{content:"\2601"}.new-styles .glyphicon-envelope:before{content:"\2709"}.new-styles .glyphicon-pencil:before{content:"\270f"}.new-styles .glyphicon-glass:before{content:"\e001"}.new-styles .glyphicon-music:before{content:"\e002"}.new-styles .glyphicon-search:before{content:"\e003"}.new-styles .glyphicon-heart:before{content:"\e005"}.new-styles .glyphicon-star:before{content:"\e006"}.new-styles .glyphicon-star-empty:before{content:"\e007"}.new-styles .glyphicon-user:before{content:"\e008"}.new-styles .glyphicon-film:before{content:"\e009"}.new-styles .glyphicon-th-large:before{content:"\e010"}.new-styles .glyphicon-th:before{content:"\e011"}.new-styles .glyphicon-th-list:before{content:"\e012"}.new-styles .glyphicon-ok:before{content:"\e013"}.new-styles .glyphicon-remove:before{content:"\e014"}.new-styles .glyphicon-zoom-in:before{content:"\e015"}.new-styles .glyphicon-zoom-out:before{content:"\e016"}.new-styles .glyphicon-off:before{content:"\e017"}.new-styles .glyphicon-signal:before{content:"\e018"}.new-styles .glyphicon-cog:before{content:"\e019"}.new-styles .glyphicon-trash:before{content:"\e020"}.new-styles .glyphicon-home:before{content:"\e021"}.new-styles .glyphicon-file:before{content:"\e022"}.new-styles .glyphicon-time:before{content:"\e023"}.new-styles .glyphicon-road:before{content:"\e024"}.new-styles .glyphicon-download-alt:before{content:"\e025"}.new-styles .glyphicon-download:before{content:"\e026"}.new-styles .glyphicon-upload:before{content:"\e027"}.new-styles .glyphicon-inbox:before{content:"\e028"}.new-styles .glyphicon-play-circle:before{content:"\e029"}.new-styles .glyphicon-repeat:before{content:"\e030"}.new-styles .glyphicon-refresh:before{content:"\e031"}.new-styles .glyphicon-list-alt:before{content:"\e032"}.new-styles .glyphicon-lock:before{content:"\e033"}.new-styles .glyphicon-flag:before{content:"\e034"}.new-styles .glyphicon-headphones:before{content:"\e035"}.new-styles .glyphicon-volume-off:before{content:"\e036"}.new-styles .glyphicon-volume-down:before{content:"\e037"}.new-styles .glyphicon-volume-up:before{content:"\e038"}.new-styles .glyphicon-qrcode:before{content:"\e039"}.new-styles .glyphicon-barcode:before{content:"\e040"}.new-styles .glyphicon-tag:before{content:"\e041"}.new-styles .glyphicon-tags:before{content:"\e042"}.new-styles .glyphicon-book:before{content:"\e043"}.new-styles .glyphicon-bookmark:before{content:"\e044"}.new-styles .glyphicon-print:before{content:"\e045"}.new-styles .glyphicon-camera:before{content:"\e046"}.new-styles .glyphicon-font:before{content:"\e047"}.new-styles .glyphicon-bold:before{content:"\e048"}.new-styles .glyphicon-italic:before{content:"\e049"}.new-styles .glyphicon-text-height:before{content:"\e050"}.new-styles .glyphicon-text-width:before{content:"\e051"}.new-styles .glyphicon-align-left:before{content:"\e052"}.new-styles .glyphicon-align-center:before{content:"\e053"}.new-styles .glyphicon-align-right:before{content:"\e054"}.new-styles .glyphicon-align-justify:before{content:"\e055"}.new-styles .glyphicon-list:before{content:"\e056"}.new-styles .glyphicon-indent-left:before{content:"\e057"}.new-styles .glyphicon-indent-right:before{content:"\e058"}.new-styles .glyphicon-facetime-video:before{content:"\e059"}.new-styles .glyphicon-picture:before{content:"\e060"}.new-styles .glyphicon-map-marker:before{content:"\e062"}.new-styles .glyphicon-adjust:before{content:"\e063"}.new-styles .glyphicon-tint:before{content:"\e064"}.new-styles .glyphicon-edit:before{content:"\e065"}.new-styles .glyphicon-share:before{content:"\e066"}.new-styles .glyphicon-check:before{content:"\e067"}.new-styles .glyphicon-move:before{content:"\e068"}.new-styles .glyphicon-step-backward:before{content:"\e069"}.new-styles .glyphicon-fast-backward:before{content:"\e070"}.new-styles .glyphicon-backward:before{content:"\e071"}.new-styles .glyphicon-play:before{content:"\e072"}.new-styles .glyphicon-pause:before{content:"\e073"}.new-styles .glyphicon-stop:before{content:"\e074"}.new-styles .glyphicon-forward:before{content:"\e075"}.new-styles .glyphicon-fast-forward:before{content:"\e076"}.new-styles .glyphicon-step-forward:before{content:"\e077"}.new-styles .glyphicon-eject:before{content:"\e078"}.new-styles .glyphicon-chevron-left:before{content:"\e079"}.new-styles .glyphicon-chevron-right:before{content:"\e080"}.new-styles .glyphicon-plus-sign:before{content:"\e081"}.new-styles .glyphicon-minus-sign:before{content:"\e082"}.new-styles .glyphicon-remove-sign:before{content:"\e083"}.new-styles .glyphicon-ok-sign:before{content:"\e084"}.new-styles .glyphicon-question-sign:before{content:"\e085"}.new-styles .glyphicon-info-sign:before{content:"\e086"}.new-styles .glyphicon-screenshot:before{content:"\e087"}.new-styles .glyphicon-remove-circle:before{content:"\e088"}.new-styles .glyphicon-ok-circle:before{content:"\e089"}.new-styles .glyphicon-ban-circle:before{content:"\e090"}.new-styles .glyphicon-arrow-left:before{content:"\e091"}.new-styles .glyphicon-arrow-right:before{content:"\e092"}.new-styles .glyphicon-arrow-up:before{content:"\e093"}.new-styles .glyphicon-arrow-down:before{content:"\e094"}.new-styles .glyphicon-share-alt:before{content:"\e095"}.new-styles .glyphicon-resize-full:before{content:"\e096"}.new-styles .glyphicon-resize-small:before{content:"\e097"}.new-styles .glyphicon-exclamation-sign:before{content:"\e101"}.new-styles .glyphicon-gift:before{content:"\e102"}.new-styles .glyphicon-leaf:before{content:"\e103"}.new-styles .glyphicon-fire:before{content:"\e104"}.new-styles .glyphicon-eye-open:before{content:"\e105"}.new-styles .glyphicon-eye-close:before{content:"\e106"}.new-styles .glyphicon-warning-sign:before{content:"\e107"}.new-styles .glyphicon-plane:before{content:"\e108"}.new-styles .glyphicon-calendar:before{content:"\e109"}.new-styles .glyphicon-random:before{content:"\e110"}.new-styles .glyphicon-comment:before{content:"\e111"}.new-styles .glyphicon-magnet:before{content:"\e112"}.new-styles .glyphicon-chevron-up:before{content:"\e113"}.new-styles .glyphicon-chevron-down:before{content:"\e114"}.new-styles .glyphicon-retweet:before{content:"\e115"}.new-styles .glyphicon-shopping-cart:before{content:"\e116"}.new-styles .glyphicon-folder-close:before{content:"\e117"}.new-styles .glyphicon-folder-open:before{content:"\e118"}.new-styles .glyphicon-resize-vertical:before{content:"\e119"}.new-styles .glyphicon-resize-horizontal:before{content:"\e120"}.new-styles .glyphicon-hdd:before{content:"\e121"}.new-styles .glyphicon-bullhorn:before{content:"\e122"}.new-styles .glyphicon-bell:before{content:"\e123"}.new-styles .glyphicon-certificate:before{content:"\e124"}.new-styles .glyphicon-thumbs-up:before{content:"\e125"}.new-styles .glyphicon-thumbs-down:before{content:"\e126"}.new-styles .glyphicon-hand-right:before{content:"\e127"}.new-styles .glyphicon-hand-left:before{content:"\e128"}.new-styles .glyphicon-hand-up:before{content:"\e129"}.new-styles .glyphicon-hand-down:before{content:"\e130"}.new-styles .glyphicon-circle-arrow-right:before{content:"\e131"}.new-styles .glyphicon-circle-arrow-left:before{content:"\e132"}.new-styles .glyphicon-circle-arrow-up:before{content:"\e133"}.new-styles .glyphicon-circle-arrow-down:before{content:"\e134"}.new-styles .glyphicon-globe:before{content:"\e135"}.new-styles .glyphicon-wrench:before{content:"\e136"}.new-styles .glyphicon-tasks:before{content:"\e137"}.new-styles .glyphicon-filter:before{content:"\e138"}.new-styles .glyphicon-briefcase:before{content:"\e139"}.new-styles .glyphicon-fullscreen:before{content:"\e140"}.new-styles .glyphicon-dashboard:before{content:"\e141"}.new-styles .glyphicon-paperclip:before{content:"\e142"}.new-styles .glyphicon-heart-empty:before{content:"\e143"}.new-styles .glyphicon-link:before{content:"\e144"}.new-styles .glyphicon-phone:before{content:"\e145"}.new-styles .glyphicon-pushpin:before{content:"\e146"}.new-styles .glyphicon-usd:before{content:"\e148"}.new-styles .glyphicon-gbp:before{content:"\e149"}.new-styles .glyphicon-sort:before{content:"\e150"}.new-styles .glyphicon-sort-by-alphabet:before{content:"\e151"}.new-styles .glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.new-styles .glyphicon-sort-by-order:before{content:"\e153"}.new-styles .glyphicon-sort-by-order-alt:before{content:"\e154"}.new-styles .glyphicon-sort-by-attributes:before{content:"\e155"}.new-styles .glyphicon-sort-by-attributes-alt:before{content:"\e156"}.new-styles .glyphicon-unchecked:before{content:"\e157"}.new-styles .glyphicon-expand:before{content:"\e158"}.new-styles .glyphicon-collapse-down:before{content:"\e159"}.new-styles .glyphicon-collapse-up:before{content:"\e160"}.new-styles .glyphicon-log-in:before{content:"\e161"}.new-styles .glyphicon-flash:before{content:"\e162"}.new-styles .glyphicon-log-out:before{content:"\e163"}.new-styles .glyphicon-new-window:before{content:"\e164"}.new-styles .glyphicon-record:before{content:"\e165"}.new-styles .glyphicon-save:before{content:"\e166"}.new-styles .glyphicon-open:before{content:"\e167"}.new-styles .glyphicon-saved:before{content:"\e168"}.new-styles .glyphicon-import:before{content:"\e169"}.new-styles .glyphicon-export:before{content:"\e170"}.new-styles .glyphicon-send:before{content:"\e171"}.new-styles .glyphicon-floppy-disk:before{content:"\e172"}.new-styles .glyphicon-floppy-saved:before{content:"\e173"}.new-styles .glyphicon-floppy-remove:before{content:"\e174"}.new-styles .glyphicon-floppy-save:before{content:"\e175"}.new-styles .glyphicon-floppy-open:before{content:"\e176"}.new-styles .glyphicon-credit-card:before{content:"\e177"}.new-styles .glyphicon-transfer:before{content:"\e178"}.new-styles .glyphicon-cutlery:before{content:"\e179"}.new-styles .glyphicon-header:before{content:"\e180"}.new-styles .glyphicon-compressed:before{content:"\e181"}.new-styles .glyphicon-earphone:before{content:"\e182"}.new-styles .glyphicon-phone-alt:before{content:"\e183"}.new-styles .glyphicon-tower:before{content:"\e184"}.new-styles .glyphicon-stats:before{content:"\e185"}.new-styles .glyphicon-sd-video:before{content:"\e186"}.new-styles .glyphicon-hd-video:before{content:"\e187"}.new-styles .glyphicon-subtitles:before{content:"\e188"}.new-styles .glyphicon-sound-stereo:before{content:"\e189"}.new-styles .glyphicon-sound-dolby:before{content:"\e190"}.new-styles .glyphicon-sound-5-1:before{content:"\e191"}.new-styles .glyphicon-sound-6-1:before{content:"\e192"}.new-styles .glyphicon-sound-7-1:before{content:"\e193"}.new-styles .glyphicon-copyright-mark:before{content:"\e194"}.new-styles .glyphicon-registration-mark:before{content:"\e195"}.new-styles .glyphicon-cloud-download:before{content:"\e197"}.new-styles .glyphicon-cloud-upload:before{content:"\e198"}.new-styles .glyphicon-tree-conifer:before{content:"\e199"}.new-styles .glyphicon-tree-deciduous:before{content:"\e200"}.new-styles .glyphicon-cd:before{content:"\e201"}.new-styles .glyphicon-save-file:before{content:"\e202"}.new-styles .glyphicon-open-file:before{content:"\e203"}.new-styles .glyphicon-level-up:before{content:"\e204"}.new-styles .glyphicon-copy:before{content:"\e205"}.new-styles .glyphicon-paste:before{content:"\e206"}.new-styles .glyphicon-alert:before{content:"\e209"}.new-styles .glyphicon-equalizer:before{content:"\e210"}.new-styles .glyphicon-king:before{content:"\e211"}.new-styles .glyphicon-queen:before{content:"\e212"}.new-styles .glyphicon-pawn:before{content:"\e213"}.new-styles .glyphicon-bishop:before{content:"\e214"}.new-styles .glyphicon-knight:before{content:"\e215"}.new-styles .glyphicon-baby-formula:before{content:"\e216"}.new-styles .glyphicon-tent:before{content:"\26fa"}.new-styles .glyphicon-blackboard:before{content:"\e218"}.new-styles .glyphicon-bed:before{content:"\e219"}.new-styles .glyphicon-apple:before{content:"\f8ff"}.new-styles .glyphicon-erase:before{content:"\e221"}.new-styles .glyphicon-hourglass:before{content:"\231b"}.new-styles .glyphicon-lamp:before{content:"\e223"}.new-styles .glyphicon-duplicate:before{content:"\e224"}.new-styles .glyphicon-piggy-bank:before{content:"\e225"}.new-styles .glyphicon-scissors:before{content:"\e226"}.new-styles .glyphicon-bitcoin:before{content:"\e227"}.new-styles .glyphicon-btc:before{content:"\e227"}.new-styles .glyphicon-xbt:before{content:"\e227"}.new-styles .glyphicon-yen:before{content:"\00a5"}.new-styles .glyphicon-jpy:before{content:"\00a5"}.new-styles .glyphicon-ruble:before{content:"\20bd"}.new-styles .glyphicon-rub:before{content:"\20bd"}.new-styles .glyphicon-scale:before{content:"\e230"}.new-styles .glyphicon-ice-lolly:before{content:"\e231"}.new-styles .glyphicon-ice-lolly-tasted:before{content:"\e232"}.new-styles .glyphicon-education:before{content:"\e233"}.new-styles .glyphicon-option-horizontal:before{content:"\e234"}.new-styles .glyphicon-option-vertical:before{content:"\e235"}.new-styles .glyphicon-menu-hamburger:before{content:"\e236"}.new-styles .glyphicon-modal-window:before{content:"\e237"}.new-styles .glyphicon-oil:before{content:"\e238"}.new-styles .glyphicon-grain:before{content:"\e239"}.new-styles .glyphicon-sunglasses:before{content:"\e240"}.new-styles .glyphicon-text-size:before{content:"\e241"}.new-styles .glyphicon-text-color:before{content:"\e242"}.new-styles .glyphicon-text-background:before{content:"\e243"}.new-styles .glyphicon-object-align-top:before{content:"\e244"}.new-styles .glyphicon-object-align-bottom:before{content:"\e245"}.new-styles .glyphicon-object-align-horizontal:before{content:"\e246"}.new-styles .glyphicon-object-align-left:before{content:"\e247"}.new-styles .glyphicon-object-align-vertical:before{content:"\e248"}.new-styles .glyphicon-object-align-right:before{content:"\e249"}.new-styles .glyphicon-triangle-right:before{content:"\e250"}.new-styles .glyphicon-triangle-left:before{content:"\e251"}.new-styles .glyphicon-triangle-bottom:before{content:"\e252"}.new-styles .glyphicon-triangle-top:before{content:"\e253"}.new-styles .glyphicon-console:before{content:"\e254"}.new-styles .glyphicon-superscript:before{content:"\e255"}.new-styles .glyphicon-subscript:before{content:"\e256"}.new-styles .glyphicon-menu-left:before{content:"\e257"}.new-styles .glyphicon-menu-right:before{content:"\e258"}.new-styles .glyphicon-menu-down:before{content:"\e259"}.new-styles .glyphicon-menu-up:before{content:"\e260"}.new-styles *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.new-styles :before,.new-styles :after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.new-styles html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.new-styles body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}.new-styles input,.new-styles button,.new-styles select,.new-styles textarea{font-family:inherit;font-size:inherit;line-height:inherit}.new-styles a{color:#337ab7;text-decoration:none}.new-styles a:hover,.new-styles a:focus{color:#23527c;text-decoration:underline}.new-styles a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.new-styles figure{margin:0}.new-styles img{vertical-align:middle}.new-styles .img-responsive,.new-styles .thumbnail > img,.new-styles .thumbnail a > img,.new-styles .carousel-inner > .item > img,.new-styles .carousel-inner > .item > a > img{display:block;max-width:100%;height:auto}.new-styles .img-rounded{border-radius:6px}.new-styles .img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.new-styles .img-circle{border-radius:50%}.new-styles hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.new-styles .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.new-styles .sr-only-focusable:active,.new-styles .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.new-styles [role="button"]{cursor:pointer}.new-styles h1,.new-styles h2,.new-styles h3,.new-styles h4,.new-styles h5,.new-styles h6,.new-styles .h1,.new-styles .h2,.new-styles .h3,.new-styles .h4,.new-styles .h5,.new-styles .h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.new-styles h1 small,.new-styles h2 small,.new-styles h3 small,.new-styles h4 small,.new-styles h5 small,.new-styles h6 small,.new-styles .h1 small,.new-styles .h2 small,.new-styles .h3 small,.new-styles .h4 small,.new-styles .h5 small,.new-styles .h6 small,.new-styles h1 .small,.new-styles h2 .small,.new-styles h3 .small,.new-styles h4 .small,.new-styles h5 .small,.new-styles h6 .small,.new-styles .h1 .small,.new-styles .h2 .small,.new-styles .h3 .small,.new-styles .h4 .small,.new-styles .h5 .small,.new-styles .h6 .small{font-weight:400;line-height:1;color:#777}.new-styles h1,.new-styles .h1,.new-styles h2,.new-styles .h2,.new-styles h3,.new-styles .h3{margin-top:20px;margin-bottom:10px}.new-styles h1 small,.new-styles .h1 small,.new-styles h2 small,.new-styles .h2 small,.new-styles h3 small,.new-styles .h3 small,.new-styles h1 .small,.new-styles .h1 .small,.new-styles h2 .small,.new-styles .h2 .small,.new-styles h3 .small,.new-styles .h3 .small{font-size:65%}.new-styles h4,.new-styles .h4,.new-styles h5,.new-styles .h5,.new-styles h6,.new-styles .h6{margin-top:10px;margin-bottom:10px}.new-styles h4 small,.new-styles .h4 small,.new-styles h5 small,.new-styles .h5 small,.new-styles h6 small,.new-styles .h6 small,.new-styles h4 .small,.new-styles .h4 .small,.new-styles h5 .small,.new-styles .h5 .small,.new-styles h6 .small,.new-styles .h6 .small{font-size:75%}.new-styles h1,.new-styles .h1{font-size:36px}.new-styles h2,.new-styles .h2{font-size:30px}.new-styles h3,.new-styles .h3{font-size:24px}.new-styles h4,.new-styles .h4{font-size:18px}.new-styles h5,.new-styles .h5{font-size:14px}.new-styles h6,.new-styles .h6{font-size:12px}.new-styles p{margin:0 0 10px}.new-styles .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 2px){.new-styles .lead{font-size:21px}}.new-styles small,.new-styles .small{font-size:85%}.new-styles mark,.new-styles .mark{background-color:#fcf8e3;padding:.2em}.new-styles .text-left{text-align:left}.new-styles .text-right{text-align:right}.new-styles .text-center{text-align:center}.new-styles .text-justify{text-align:justify}.new-styles .text-nowrap{white-space:nowrap}.new-styles .text-lowercase{text-transform:lowercase}.new-styles .text-uppercase{text-transform:uppercase}.new-styles .text-capitalize{text-transform:capitalize}.new-styles .text-muted{color:#777}.new-styles .text-primary{color:#337ab7}.new-styles a.text-primary:hover{color:#286090}.new-styles .text-success{color:#3c763d}.new-styles a.text-success:hover{color:#2b542c}.new-styles .text-info{color:#31708f}.new-styles a.text-info:hover{color:#245269}.new-styles .text-warning{color:#8a6d3b}.new-styles a.text-warning:hover{color:#66512c}.new-styles .text-danger{color:#a94442}.new-styles a.text-danger:hover{color:#843534}.new-styles .bg-primary{color:#fff;background-color:#337ab7}.new-styles a.bg-primary:hover{background-color:#286090}.new-styles .bg-success{background-color:#dff0d8}.new-styles a.bg-success:hover{background-color:#c1e2b3}.new-styles .bg-info{background-color:#d9edf7}.new-styles a.bg-info:hover{background-color:#afd9ee}.new-styles .bg-warning{background-color:#fcf8e3}.new-styles a.bg-warning:hover{background-color:#f7ecb5}.new-styles .bg-danger{background-color:#f2dede}.new-styles a.bg-danger:hover{background-color:#e4b9b9}.new-styles .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.new-styles ul,.new-styles ol{margin-top:0;margin-bottom:10px}.new-styles ul ul,.new-styles ol ul,.new-styles ul ol,.new-styles ol ol{margin-bottom:0}.new-styles .list-unstyled{padding-left:0;list-style:none}.new-styles .list-inline{padding-left:0;list-style:none;margin-left:-5px}.new-styles .list-inline > li{display:inline-block;padding-left:5px;padding-right:5px}.new-styles dl{margin-top:0;margin-bottom:20px}.new-styles dt,.new-styles dd{line-height:1.42857143}.new-styles dt{font-weight:700}.new-styles dd{margin-left:0}@media (min-width: 2px){.new-styles .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.new-styles .dl-horizontal dd{margin-left:180px}}.new-styles abbr[title],.new-styles abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.new-styles .initialism{font-size:90%;text-transform:uppercase}.new-styles blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.new-styles blockquote p:last-child,.new-styles blockquote ul:last-child,.new-styles blockquote ol:last-child{margin-bottom:0}.new-styles blockquote footer,.new-styles blockquote small,.new-styles blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}.new-styles blockquote footer:before,.new-styles blockquote small:before,.new-styles blockquote .small:before{content:'\2014 \00A0'}.new-styles .blockquote-reverse,.new-styles blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.new-styles .blockquote-reverse footer:before,.new-styles blockquote.pull-right footer:before,.new-styles .blockquote-reverse small:before,.new-styles blockquote.pull-right small:before,.new-styles .blockquote-reverse .small:before,.new-styles blockquote.pull-right .small:before{content:''}.new-styles .blockquote-reverse footer:after,.new-styles blockquote.pull-right footer:after,.new-styles .blockquote-reverse small:after,.new-styles blockquote.pull-right small:after,.new-styles .blockquote-reverse .small:after,.new-styles blockquote.pull-right .small:after{content:'\00A0 \2014'}.new-styles address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.new-styles code,.new-styles kbd,.new-styles .pre,.new-styles samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.new-styles code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.new-styles kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}.new-styles kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}.new-styles .pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.new-styles .pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.new-styles .pre-scrollable{max-height:340px;overflow-y:scroll}.new-styles .container{margin-right:auto;margin-left:auto;padding-left:50px;padding-right:50px}@media (min-width: 2px){.new-styles .container{width:820px}}@media (min-width: 3px){.new-styles .container{width:1040px}}@media (min-width: 9999px){.new-styles .container{width:1240px}}.new-styles .container-fluid{margin-right:auto;margin-left:auto;padding-left:50px;padding-right:50px}.new-styles .row{margin-left:-50px;margin-right:-50px}.new-styles .col-xs-1,.new-styles .col-sm-1,.new-styles .col-md-1,.new-styles .col-lg-1,.new-styles .col-xs-2,.new-styles .col-sm-2,.new-styles .col-md-2,.new-styles .col-lg-2,.new-styles .col-xs-3,.new-styles .col-sm-3,.new-styles .col-md-3,.new-styles .col-lg-3,.new-styles .col-xs-4,.new-styles .col-sm-4,.new-styles .col-md-4,.new-styles .col-lg-4,.new-styles .col-xs-5,.new-styles .col-sm-5,.new-styles .col-md-5,.new-styles .col-lg-5,.new-styles .col-xs-6,.new-styles .col-sm-6,.new-styles .col-md-6,.new-styles .col-lg-6,.new-styles .col-xs-7,.new-styles .col-sm-7,.new-styles .col-md-7,.new-styles .col-lg-7,.new-styles .col-xs-8,.new-styles .col-sm-8,.new-styles .col-md-8,.new-styles .col-lg-8,.new-styles .col-xs-9,.new-styles .col-sm-9,.new-styles .col-md-9,.new-styles .col-lg-9,.new-styles .col-xs-10,.new-styles .col-sm-10,.new-styles .col-md-10,.new-styles .col-lg-10,.new-styles .col-xs-11,.new-styles .col-sm-11,.new-styles .col-md-11,.new-styles .col-lg-11,.new-styles .col-xs-12,.new-styles .col-sm-12,.new-styles .col-md-12,.new-styles .col-lg-12{position:relative;min-height:1px;padding-left:50px;padding-right:50px}.new-styles .col-xs-1,.new-styles .col-xs-2,.new-styles .col-xs-3,.new-styles .col-xs-4,.new-styles .col-xs-5,.new-styles .col-xs-6,.new-styles .col-xs-7,.new-styles .col-xs-8,.new-styles .col-xs-9,.new-styles .col-xs-10,.new-styles .col-xs-11,.new-styles .col-xs-12{float:left}.new-styles .col-xs-12{width:100%}.new-styles .col-xs-11{width:91.66666667%}.new-styles .col-xs-10{width:83.33333333%}.new-styles .col-xs-9{width:75%}.new-styles .col-xs-8{width:66.66666667%}.new-styles .col-xs-7{width:58.33333333%}.new-styles .col-xs-6{width:50%}.new-styles .col-xs-5{width:41.66666667%}.new-styles .col-xs-4{width:33.33333333%}.new-styles .col-xs-3{width:25%}.new-styles .col-xs-2{width:16.66666667%}.new-styles .col-xs-1{width:8.33333333%}.new-styles .col-xs-pull-12{right:100%}.new-styles .col-xs-pull-11{right:91.66666667%}.new-styles .col-xs-pull-10{right:83.33333333%}.new-styles .col-xs-pull-9{right:75%}.new-styles .col-xs-pull-8{right:66.66666667%}.new-styles .col-xs-pull-7{right:58.33333333%}.new-styles .col-xs-pull-6{right:50%}.new-styles .col-xs-pull-5{right:41.66666667%}.new-styles .col-xs-pull-4{right:33.33333333%}.new-styles .col-xs-pull-3{right:25%}.new-styles .col-xs-pull-2{right:16.66666667%}.new-styles .col-xs-pull-1{right:8.33333333%}.new-styles .col-xs-pull-0{right:auto}.new-styles .col-xs-push-12{left:100%}.new-styles .col-xs-push-11{left:91.66666667%}.new-styles .col-xs-push-10{left:83.33333333%}.new-styles .col-xs-push-9{left:75%}.new-styles .col-xs-push-8{left:66.66666667%}.new-styles .col-xs-push-7{left:58.33333333%}.new-styles .col-xs-push-6{left:50%}.new-styles .col-xs-push-5{left:41.66666667%}.new-styles .col-xs-push-4{left:33.33333333%}.new-styles .col-xs-push-3{left:25%}.new-styles .col-xs-push-2{left:16.66666667%}.new-styles .col-xs-push-1{left:8.33333333%}.new-styles .col-xs-push-0{left:auto}.new-styles .col-xs-offset-12{margin-left:100%}.new-styles .col-xs-offset-11{margin-left:91.66666667%}.new-styles .col-xs-offset-10{margin-left:83.33333333%}.new-styles .col-xs-offset-9{margin-left:75%}.new-styles .col-xs-offset-8{margin-left:66.66666667%}.new-styles .col-xs-offset-7{margin-left:58.33333333%}.new-styles .col-xs-offset-6{margin-left:50%}.new-styles .col-xs-offset-5{margin-left:41.66666667%}.new-styles .col-xs-offset-4{margin-left:33.33333333%}.new-styles .col-xs-offset-3{margin-left:25%}.new-styles .col-xs-offset-2{margin-left:16.66666667%}.new-styles .col-xs-offset-1{margin-left:8.33333333%}.new-styles .col-xs-offset-0{margin-left:0}@media (min-width: 2px){.new-styles .col-sm-1,.new-styles .col-sm-2,.new-styles .col-sm-3,.new-styles .col-sm-4,.new-styles .col-sm-5,.new-styles .col-sm-6,.new-styles .col-sm-7,.new-styles .col-sm-8,.new-styles .col-sm-9,.new-styles .col-sm-10,.new-styles .col-sm-11,.new-styles .col-sm-12{float:left}.new-styles .col-sm-12{width:100%}.new-styles .col-sm-11{width:91.66666667%}.new-styles .col-sm-10{width:83.33333333%}.new-styles .col-sm-9{width:75%}.new-styles .col-sm-8{width:66.66666667%}.new-styles .col-sm-7{width:58.33333333%}.new-styles .col-sm-6{width:50%}.new-styles .col-sm-5{width:41.66666667%}.new-styles .col-sm-4{width:33.33333333%}.new-styles .col-sm-3{width:25%}.new-styles .col-sm-2{width:16.66666667%}.new-styles .col-sm-1{width:8.33333333%}.new-styles .col-sm-pull-12{right:100%}.new-styles .col-sm-pull-11{right:91.66666667%}.new-styles .col-sm-pull-10{right:83.33333333%}.new-styles .col-sm-pull-9{right:75%}.new-styles .col-sm-pull-8{right:66.66666667%}.new-styles .col-sm-pull-7{right:58.33333333%}.new-styles .col-sm-pull-6{right:50%}.new-styles .col-sm-pull-5{right:41.66666667%}.new-styles .col-sm-pull-4{right:33.33333333%}.new-styles .col-sm-pull-3{right:25%}.new-styles .col-sm-pull-2{right:16.66666667%}.new-styles .col-sm-pull-1{right:8.33333333%}.new-styles .col-sm-pull-0{right:auto}.new-styles .col-sm-push-12{left:100%}.new-styles .col-sm-push-11{left:91.66666667%}.new-styles .col-sm-push-10{left:83.33333333%}.new-styles .col-sm-push-9{left:75%}.new-styles .col-sm-push-8{left:66.66666667%}.new-styles .col-sm-push-7{left:58.33333333%}.new-styles .col-sm-push-6{left:50%}.new-styles .col-sm-push-5{left:41.66666667%}.new-styles .col-sm-push-4{left:33.33333333%}.new-styles .col-sm-push-3{left:25%}.new-styles .col-sm-push-2{left:16.66666667%}.new-styles .col-sm-push-1{left:8.33333333%}.new-styles .col-sm-push-0{left:auto}.new-styles .col-sm-offset-12{margin-left:100%}.new-styles .col-sm-offset-11{margin-left:91.66666667%}.new-styles .col-sm-offset-10{margin-left:83.33333333%}.new-styles .col-sm-offset-9{margin-left:75%}.new-styles .col-sm-offset-8{margin-left:66.66666667%}.new-styles .col-sm-offset-7{margin-left:58.33333333%}.new-styles .col-sm-offset-6{margin-left:50%}.new-styles .col-sm-offset-5{margin-left:41.66666667%}.new-styles .col-sm-offset-4{margin-left:33.33333333%}.new-styles .col-sm-offset-3{margin-left:25%}.new-styles .col-sm-offset-2{margin-left:16.66666667%}.new-styles .col-sm-offset-1{margin-left:8.33333333%}.new-styles .col-sm-offset-0{margin-left:0}}@media (min-width: 3px){.new-styles .col-md-1,.new-styles .col-md-2,.new-styles .col-md-3,.new-styles .col-md-4,.new-styles .col-md-5,.new-styles .col-md-6,.new-styles .col-md-7,.new-styles .col-md-8,.new-styles .col-md-9,.new-styles .col-md-10,.new-styles .col-md-11,.new-styles .col-md-12{float:left}.new-styles .col-md-12{width:100%}.new-styles .col-md-11{width:91.66666667%}.new-styles .col-md-10{width:83.33333333%}.new-styles .col-md-9{width:75%}.new-styles .col-md-8{width:66.66666667%}.new-styles .col-md-7{width:58.33333333%}.new-styles .col-md-6{width:50%}.new-styles .col-md-5{width:41.66666667%}.new-styles .col-md-4{width:33.33333333%}.new-styles .col-md-3{width:25%}.new-styles .col-md-2{width:16.66666667%}.new-styles .col-md-1{width:8.33333333%}.new-styles .col-md-pull-12{right:100%}.new-styles .col-md-pull-11{right:91.66666667%}.new-styles .col-md-pull-10{right:83.33333333%}.new-styles .col-md-pull-9{right:75%}.new-styles .col-md-pull-8{right:66.66666667%}.new-styles .col-md-pull-7{right:58.33333333%}.new-styles .col-md-pull-6{right:50%}.new-styles .col-md-pull-5{right:41.66666667%}.new-styles .col-md-pull-4{right:33.33333333%}.new-styles .col-md-pull-3{right:25%}.new-styles .col-md-pull-2{right:16.66666667%}.new-styles .col-md-pull-1{right:8.33333333%}.new-styles .col-md-pull-0{right:auto}.new-styles .col-md-push-12{left:100%}.new-styles .col-md-push-11{left:91.66666667%}.new-styles .col-md-push-10{left:83.33333333%}.new-styles .col-md-push-9{left:75%}.new-styles .col-md-push-8{left:66.66666667%}.new-styles .col-md-push-7{left:58.33333333%}.new-styles .col-md-push-6{left:50%}.new-styles .col-md-push-5{left:41.66666667%}.new-styles .col-md-push-4{left:33.33333333%}.new-styles .col-md-push-3{left:25%}.new-styles .col-md-push-2{left:16.66666667%}.new-styles .col-md-push-1{left:8.33333333%}.new-styles .col-md-push-0{left:auto}.new-styles .col-md-offset-12{margin-left:100%}.new-styles .col-md-offset-11{margin-left:91.66666667%}.new-styles .col-md-offset-10{margin-left:83.33333333%}.new-styles .col-md-offset-9{margin-left:75%}.new-styles .col-md-offset-8{margin-left:66.66666667%}.new-styles .col-md-offset-7{margin-left:58.33333333%}.new-styles .col-md-offset-6{margin-left:50%}.new-styles .col-md-offset-5{margin-left:41.66666667%}.new-styles .col-md-offset-4{margin-left:33.33333333%}.new-styles .col-md-offset-3{margin-left:25%}.new-styles .col-md-offset-2{margin-left:16.66666667%}.new-styles .col-md-offset-1{margin-left:8.33333333%}.new-styles .col-md-offset-0{margin-left:0}}@media (min-width: 9999px){.new-styles .col-lg-1,.new-styles .col-lg-2,.new-styles .col-lg-3,.new-styles .col-lg-4,.new-styles .col-lg-5,.new-styles .col-lg-6,.new-styles .col-lg-7,.new-styles .col-lg-8,.new-styles .col-lg-9,.new-styles .col-lg-10,.new-styles .col-lg-11,.new-styles .col-lg-12{float:left}.new-styles .col-lg-12{width:100%}.new-styles .col-lg-11{width:91.66666667%}.new-styles .col-lg-10{width:83.33333333%}.new-styles .col-lg-9{width:75%}.new-styles .col-lg-8{width:66.66666667%}.new-styles .col-lg-7{width:58.33333333%}.new-styles .col-lg-6{width:50%}.new-styles .col-lg-5{width:41.66666667%}.new-styles .col-lg-4{width:33.33333333%}.new-styles .col-lg-3{width:25%}.new-styles .col-lg-2{width:16.66666667%}.new-styles .col-lg-1{width:8.33333333%}.new-styles .col-lg-pull-12{right:100%}.new-styles .col-lg-pull-11{right:91.66666667%}.new-styles .col-lg-pull-10{right:83.33333333%}.new-styles .col-lg-pull-9{right:75%}.new-styles .col-lg-pull-8{right:66.66666667%}.new-styles .col-lg-pull-7{right:58.33333333%}.new-styles .col-lg-pull-6{right:50%}.new-styles .col-lg-pull-5{right:41.66666667%}.new-styles .col-lg-pull-4{right:33.33333333%}.new-styles .col-lg-pull-3{right:25%}.new-styles .col-lg-pull-2{right:16.66666667%}.new-styles .col-lg-pull-1{right:8.33333333%}.new-styles .col-lg-pull-0{right:auto}.new-styles .col-lg-push-12{left:100%}.new-styles .col-lg-push-11{left:91.66666667%}.new-styles .col-lg-push-10{left:83.33333333%}.new-styles .col-lg-push-9{left:75%}.new-styles .col-lg-push-8{left:66.66666667%}.new-styles .col-lg-push-7{left:58.33333333%}.new-styles .col-lg-push-6{left:50%}.new-styles .col-lg-push-5{left:41.66666667%}.new-styles .col-lg-push-4{left:33.33333333%}.new-styles .col-lg-push-3{left:25%}.new-styles .col-lg-push-2{left:16.66666667%}.new-styles .col-lg-push-1{left:8.33333333%}.new-styles .col-lg-push-0{left:auto}.new-styles .col-lg-offset-12{margin-left:100%}.new-styles .col-lg-offset-11{margin-left:91.66666667%}.new-styles .col-lg-offset-10{margin-left:83.33333333%}.new-styles .col-lg-offset-9{margin-left:75%}.new-styles .col-lg-offset-8{margin-left:66.66666667%}.new-styles .col-lg-offset-7{margin-left:58.33333333%}.new-styles .col-lg-offset-6{margin-left:50%}.new-styles .col-lg-offset-5{margin-left:41.66666667%}.new-styles .col-lg-offset-4{margin-left:33.33333333%}.new-styles .col-lg-offset-3{margin-left:25%}.new-styles .col-lg-offset-2{margin-left:16.66666667%}.new-styles .col-lg-offset-1{margin-left:8.33333333%}.new-styles .col-lg-offset-0{margin-left:0}}.new-styles table{background-color:transparent}.new-styles caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.new-styles th{text-align:left}.new-styles .table{width:100%;max-width:100%;margin-bottom:20px}.new-styles .table > thead > tr > th,.new-styles .table > tbody > tr > th,.new-styles .table > tfoot > tr > th,.new-styles .table > thead > tr > td,.new-styles .table > tbody > tr > td,.new-styles .table > tfoot > tr > td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.new-styles .table > thead > tr > th{vertical-align:bottom;border-bottom:2px solid #ddd}.new-styles .table > caption + thead > tr:first-child > th,.new-styles .table > colgroup + thead > tr:first-child > th,.new-styles .table > thead:first-child > tr:first-child > th,.new-styles .table > caption + thead > tr:first-child > td,.new-styles .table > colgroup + thead > tr:first-child > td,.new-styles .table > thead:first-child > tr:first-child > td{border-top:0}.new-styles .table > tbody + tbody{border-top:2px solid #ddd}.new-styles .table .table{background-color:#fff}.new-styles .table-condensed > thead > tr > th,.new-styles .table-condensed > tbody > tr > th,.new-styles .table-condensed > tfoot > tr > th,.new-styles .table-condensed > thead > tr > td,.new-styles .table-condensed > tbody > tr > td,.new-styles .table-condensed > tfoot > tr > td{padding:5px}.new-styles .table-bordered{border:1px solid #ddd}.new-styles .table-bordered > thead > tr > th,.new-styles .table-bordered > tbody > tr > th,.new-styles .table-bordered > tfoot > tr > th,.new-styles .table-bordered > thead > tr > td,.new-styles .table-bordered > tbody > tr > td,.new-styles .table-bordered > tfoot > tr > td{border:1px solid #ddd}.new-styles .table-bordered > thead > tr > th,.new-styles .table-bordered > thead > tr > td{border-bottom-width:2px}.new-styles .table-striped > tbody > tr:nth-of-type(odd){background-color:#f9f9f9}.new-styles .table-hover > tbody > tr:hover{background-color:#f5f5f5}.new-styles table col[class*="col-"]{position:static;float:none;display:table-column}.new-styles table td[class*="col-"],.new-styles table th[class*="col-"]{position:static;float:none;display:table-cell}.new-styles .table > thead > tr > td.active,.new-styles .table > tbody > tr > td.active,.new-styles .table > tfoot > tr > td.active,.new-styles .table > thead > tr > th.active,.new-styles .table > tbody > tr > th.active,.new-styles .table > tfoot > tr > th.active,.new-styles .table > thead > tr.active > td,.new-styles .table > tbody > tr.active > td,.new-styles .table > tfoot > tr.active > td,.new-styles .table > thead > tr.active > th,.new-styles .table > tbody > tr.active > th,.new-styles .table > tfoot > tr.active > th{background-color:#f5f5f5}.new-styles .table-hover > tbody > tr > td.active:hover,.new-styles .table-hover > tbody > tr > th.active:hover,.new-styles .table-hover > tbody > tr.active:hover > td,.new-styles .table-hover > tbody > tr:hover > .active,.new-styles .table-hover > tbody > tr.active:hover > th{background-color:#e8e8e8}.new-styles .table > thead > tr > td.success,.new-styles .table > tbody > tr > td.success,.new-styles .table > tfoot > tr > td.success,.new-styles .table > thead > tr > th.success,.new-styles .table > tbody > tr > th.success,.new-styles .table > tfoot > tr > th.success,.new-styles .table > thead > tr.success > td,.new-styles .table > tbody > tr.success > td,.new-styles .table > tfoot > tr.success > td,.new-styles .table > thead > tr.success > th,.new-styles .table > tbody > tr.success > th,.new-styles .table > tfoot > tr.success > th{background-color:#dff0d8}.new-styles .table-hover > tbody > tr > td.success:hover,.new-styles .table-hover > tbody > tr > th.success:hover,.new-styles .table-hover > tbody > tr.success:hover > td,.new-styles .table-hover > tbody > tr:hover > .success,.new-styles .table-hover > tbody > tr.success:hover > th{background-color:#d0e9c6}.new-styles .table > thead > tr > td.info,.new-styles .table > tbody > tr > td.info,.new-styles .table > tfoot > tr > td.info,.new-styles .table > thead > tr > th.info,.new-styles .table > tbody > tr > th.info,.new-styles .table > tfoot > tr > th.info,.new-styles .table > thead > tr.info > td,.new-styles .table > tbody > tr.info > td,.new-styles .table > tfoot > tr.info > td,.new-styles .table > thead > tr.info > th,.new-styles .table > tbody > tr.info > th,.new-styles .table > tfoot > tr.info > th{background-color:#d9edf7}.new-styles .table-hover > tbody > tr > td.info:hover,.new-styles .table-hover > tbody > tr > th.info:hover,.new-styles .table-hover > tbody > tr.info:hover > td,.new-styles .table-hover > tbody > tr:hover > .info,.new-styles .table-hover > tbody > tr.info:hover > th{background-color:#c4e3f3}.new-styles .table > thead > tr > td.warning,.new-styles .table > tbody > tr > td.warning,.new-styles .table > tfoot > tr > td.warning,.new-styles .table > thead > tr > th.warning,.new-styles .table > tbody > tr > th.warning,.new-styles .table > tfoot > tr > th.warning,.new-styles .table > thead > tr.warning > td,.new-styles .table > tbody > tr.warning > td,.new-styles .table > tfoot > tr.warning > td,.new-styles .table > thead > tr.warning > th,.new-styles .table > tbody > tr.warning > th,.new-styles .table > tfoot > tr.warning > th{background-color:#fcf8e3}.new-styles .table-hover > tbody > tr > td.warning:hover,.new-styles .table-hover > tbody > tr > th.warning:hover,.new-styles .table-hover > tbody > tr.warning:hover > td,.new-styles .table-hover > tbody > tr:hover > .warning,.new-styles .table-hover > tbody > tr.warning:hover > th{background-color:#faf2cc}.new-styles .table > thead > tr > td.danger,.new-styles .table > tbody > tr > td.danger,.new-styles .table > tfoot > tr > td.danger,.new-styles .table > thead > tr > th.danger,.new-styles .table > tbody > tr > th.danger,.new-styles .table > tfoot > tr > th.danger,.new-styles .table > thead > tr.danger > td,.new-styles .table > tbody > tr.danger > td,.new-styles .table > tfoot > tr.danger > td,.new-styles .table > thead > tr.danger > th,.new-styles .table > tbody > tr.danger > th,.new-styles .table > tfoot > tr.danger > th{background-color:#f2dede}.new-styles .table-hover > tbody > tr > td.danger:hover,.new-styles .table-hover > tbody > tr > th.danger:hover,.new-styles .table-hover > tbody > tr.danger:hover > td,.new-styles .table-hover > tbody > tr:hover > .danger,.new-styles .table-hover > tbody > tr.danger:hover > th{background-color:#ebcccc}.new-styles .table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width: 1px){.new-styles .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.new-styles .table-responsive > .table{margin-bottom:0}.new-styles .table-responsive > .table > thead > tr > th,.new-styles .table-responsive > .table > tbody > tr > th,.new-styles .table-responsive > .table > tfoot > tr > th,.new-styles .table-responsive > .table > thead > tr > td,.new-styles .table-responsive > .table > tbody > tr > td,.new-styles .table-responsive > .table > tfoot > tr > td{white-space:nowrap}.new-styles .table-responsive > .table-bordered{border:0}.new-styles .table-responsive > .table-bordered > thead > tr > th:first-child,.new-styles .table-responsive > .table-bordered > tbody > tr > th:first-child,.new-styles .table-responsive > .table-bordered > tfoot > tr > th:first-child,.new-styles .table-responsive > .table-bordered > thead > tr > td:first-child,.new-styles .table-responsive > .table-bordered > tbody > tr > td:first-child,.new-styles .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}.new-styles .table-responsive > .table-bordered > thead > tr > th:last-child,.new-styles .table-responsive > .table-bordered > tbody > tr > th:last-child,.new-styles .table-responsive > .table-bordered > tfoot > tr > th:last-child,.new-styles .table-responsive > .table-bordered > thead > tr > td:last-child,.new-styles .table-responsive > .table-bordered > tbody > tr > td:last-child,.new-styles .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.new-styles .table-responsive > .table-bordered > tbody > tr:last-child > th,.new-styles .table-responsive > .table-bordered > tfoot > tr:last-child > th,.new-styles .table-responsive > .table-bordered > tbody > tr:last-child > td,.new-styles .table-responsive > .table-bordered > tfoot > tr:last-child > td{border-bottom:0}}.new-styles fieldset{padding:0;margin:0;border:0;min-width:0}.new-styles legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.new-styles label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.new-styles input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.new-styles input[type="radio"],.new-styles input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}.new-styles input[type="file"]{display:block}.new-styles input[type="range"]{display:block;width:100%}.new-styles select[multiple],.new-styles select[size]{height:auto}.new-styles input[type="file"]:focus,.new-styles input[type="radio"]:focus,.new-styles input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.new-styles output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.new-styles .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out 0.15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out 0.15s,box-shadow ease-in-out .15s}.new-styles .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.new-styles .form-control::-moz-placeholder{color:#999;opacity:1}.new-styles .form-control:-ms-input-placeholder{color:#999}.new-styles .form-control::-webkit-input-placeholder{color:#999}.new-styles .form-control[disabled],.new-styles .form-control[readonly],.new-styles fieldset[disabled] .form-control{background-color:#eee;opacity:1}.new-styles .form-control[disabled],.new-styles fieldset[disabled] .form-control{cursor:not-allowed}.new-styles textarea.form-control{height:auto}.new-styles input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio: 0){.new-styles input[type="date"],.new-styles input[type="time"],.new-styles input[type="datetime-local"],.new-styles input[type="month"]{line-height:34px}.new-styles input[type="date"].input-sm,.new-styles input[type="time"].input-sm,.new-styles input[type="datetime-local"].input-sm,.new-styles input[type="month"].input-sm,.new-styles .input-group-sm input[type="date"],.new-styles .input-group-sm input[type="time"],.new-styles .input-group-sm input[type="datetime-local"],.new-styles .input-group-sm input[type="month"]{line-height:30px}.new-styles input[type="date"].input-lg,.new-styles input[type="time"].input-lg,.new-styles input[type="datetime-local"].input-lg,.new-styles input[type="month"].input-lg,.new-styles .input-group-lg input[type="date"],.new-styles .input-group-lg input[type="time"],.new-styles .input-group-lg input[type="datetime-local"],.new-styles .input-group-lg input[type="month"]{line-height:46px}}.new-styles .form-group{margin-bottom:15px}.new-styles .radio,.new-styles .checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.new-styles .radio label,.new-styles .checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.new-styles .radio input[type="radio"],.new-styles .radio-inline input[type="radio"],.new-styles .checkbox input[type="checkbox"],.new-styles .checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.new-styles .radio + .radio,.new-styles .checkbox + .checkbox{margin-top:-5px}.new-styles .radio-inline,.new-styles .checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.new-styles .radio-inline + .radio-inline,.new-styles .checkbox-inline + .checkbox-inline{margin-top:0;margin-left:10px}.new-styles input[type="radio"][disabled],.new-styles input[type="checkbox"][disabled],.new-styles input[type="radio"].disabled,.new-styles input[type="checkbox"].disabled,.new-styles fieldset[disabled] input[type="radio"],.new-styles fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.new-styles .radio-inline.disabled,.new-styles .checkbox-inline.disabled,.new-styles fieldset[disabled] .radio-inline,.new-styles fieldset[disabled] .checkbox-inline{cursor:not-allowed}.new-styles .radio.disabled label,.new-styles .checkbox.disabled label,.new-styles fieldset[disabled] .radio label,.new-styles fieldset[disabled] .checkbox label{cursor:not-allowed}.new-styles .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.new-styles .form-control-static.input-lg,.new-styles .form-control-static.input-sm{padding-left:0;padding-right:0}.new-styles .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.new-styles select.input-sm{height:30px;line-height:30px}.new-styles textarea.input-sm,.new-styles select[multiple].input-sm{height:auto}.new-styles .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.new-styles select.form-group-sm .form-control{height:30px;line-height:30px}.new-styles textarea.form-group-sm .form-control,.new-styles select[multiple].form-group-sm .form-control{height:auto}.new-styles .form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;min-height:32px}.new-styles .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.new-styles select.input-lg{height:46px;line-height:46px}.new-styles textarea.input-lg,.new-styles select[multiple].input-lg{height:auto}.new-styles .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.new-styles select.form-group-lg .form-control{height:46px;line-height:46px}.new-styles textarea.form-group-lg .form-control,.new-styles select[multiple].form-group-lg .form-control{height:auto}.new-styles .form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;min-height:38px}.new-styles .has-feedback{position:relative}.new-styles .has-feedback .form-control{padding-right:42.5px}.new-styles .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}.new-styles .input-lg + .form-control-feedback{width:46px;height:46px;line-height:46px}.new-styles .input-sm + .form-control-feedback{width:30px;height:30px;line-height:30px}.new-styles .has-success .help-block,.new-styles .has-success .control-label,.new-styles .has-success .radio,.new-styles .has-success .checkbox,.new-styles .has-success .radio-inline,.new-styles .has-success .checkbox-inline,.new-styles .has-success.radio label,.new-styles .has-success.checkbox label,.new-styles .has-success.radio-inline label,.new-styles .has-success.checkbox-inline label{color:#3c763d}.new-styles .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.new-styles .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.new-styles .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.new-styles .has-success .form-control-feedback{color:#3c763d}.new-styles .has-warning .help-block,.new-styles .has-warning .control-label,.new-styles .has-warning .radio,.new-styles .has-warning .checkbox,.new-styles .has-warning .radio-inline,.new-styles .has-warning .checkbox-inline,.new-styles .has-warning.radio label,.new-styles .has-warning.checkbox label,.new-styles .has-warning.radio-inline label,.new-styles .has-warning.checkbox-inline label{color:#8a6d3b}.new-styles .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.new-styles .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.new-styles .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.new-styles .has-warning .form-control-feedback{color:#8a6d3b}.new-styles .has-error .help-block,.new-styles .has-error .control-label,.new-styles .has-error .radio,.new-styles .has-error .checkbox,.new-styles .has-error .radio-inline,.new-styles .has-error .checkbox-inline,.new-styles .has-error.radio label,.new-styles .has-error.checkbox label,.new-styles .has-error.radio-inline label,.new-styles .has-error.checkbox-inline label{color:#a94442}.new-styles .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.new-styles .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.new-styles .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.new-styles .has-error .form-control-feedback{color:#a94442}.new-styles .has-feedback label ~ .form-control-feedback{top:25px}.new-styles .has-feedback label.sr-only ~ .form-control-feedback{top:0}.new-styles .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 2px){.new-styles .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.new-styles .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.new-styles .form-inline .form-control-static{display:inline-block}.new-styles .form-inline .input-group{display:inline-table;vertical-align:middle}.new-styles .form-inline .input-group .input-group-addon,.new-styles .form-inline .input-group .input-group-btn,.new-styles .form-inline .input-group .form-control{width:auto}.new-styles .form-inline .input-group > .form-control{width:100%}.new-styles .form-inline .control-label{margin-bottom:0;vertical-align:middle}.new-styles .form-inline .radio,.new-styles .form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.new-styles .form-inline .radio label,.new-styles .form-inline .checkbox label{padding-left:0}.new-styles .form-inline .radio input[type="radio"],.new-styles .form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.new-styles .form-inline .has-feedback .form-control-feedback{top:0}}.new-styles .form-horizontal .radio,.new-styles .form-horizontal .checkbox,.new-styles .form-horizontal .radio-inline,.new-styles .form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.new-styles .form-horizontal .radio,.new-styles .form-horizontal .checkbox{min-height:27px}.new-styles .form-horizontal .form-group{margin-left:-50px;margin-right:-50px}@media (min-width: 2px){.new-styles .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.new-styles .form-horizontal .has-feedback .form-control-feedback{right:50px}@media (min-width: 2px){.new-styles .form-horizontal .form-group-lg .control-label{padding-top:14.333333px}}@media (min-width: 2px){.new-styles .form-horizontal .form-group-sm .control-label{padding-top:6px}}.new-styles .btn{display:inline-block;margin-bottom:0;font-weight:400;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.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.new-styles .btn:focus,.new-styles .btn:active:focus,.new-styles .btn.active:focus,.new-styles .btn.focus,.new-styles .btn:active.focus,.new-styles .btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.new-styles .btn:hover,.new-styles .btn:focus,.new-styles .btn.focus{color:#333;text-decoration:none}.new-styles .btn:active,.new-styles .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.new-styles .btn.disabled,.new-styles .btn[disabled],.new-styles fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.new-styles .btn-default{color:#333;background-color:#fff;border-color:#ccc}.new-styles .btn-default:hover,.new-styles .btn-default:focus,.new-styles .btn-default.focus,.new-styles .btn-default:active,.new-styles .btn-default.active,.new-styles .open > .dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.new-styles .btn-default:active,.new-styles .btn-default.active,.new-styles .open > .dropdown-toggle.btn-default{background-image:none}.new-styles .btn-default.disabled,.new-styles .btn-default[disabled],.new-styles fieldset[disabled] .btn-default,.new-styles .btn-default.disabled:hover,.new-styles .btn-default[disabled]:hover,.new-styles fieldset[disabled] .btn-default:hover,.new-styles .btn-default.disabled:focus,.new-styles .btn-default[disabled]:focus,.new-styles fieldset[disabled] .btn-default:focus,.new-styles .btn-default.disabled.focus,.new-styles .btn-default[disabled].focus,.new-styles fieldset[disabled] .btn-default.focus,.new-styles .btn-default.disabled:active,.new-styles .btn-default[disabled]:active,.new-styles fieldset[disabled] .btn-default:active,.new-styles .btn-default.disabled.active,.new-styles .btn-default[disabled].active,.new-styles fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.new-styles .btn-default .badge{color:#fff;background-color:#333}.new-styles .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.new-styles .btn-primary:hover,.new-styles .btn-primary:focus,.new-styles .btn-primary.focus,.new-styles .btn-primary:active,.new-styles .btn-primary.active,.new-styles .open > .dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.new-styles .btn-primary:active,.new-styles .btn-primary.active,.new-styles .open > .dropdown-toggle.btn-primary{background-image:none}.new-styles .btn-primary.disabled,.new-styles .btn-primary[disabled],.new-styles fieldset[disabled] .btn-primary,.new-styles .btn-primary.disabled:hover,.new-styles .btn-primary[disabled]:hover,.new-styles fieldset[disabled] .btn-primary:hover,.new-styles .btn-primary.disabled:focus,.new-styles .btn-primary[disabled]:focus,.new-styles fieldset[disabled] .btn-primary:focus,.new-styles .btn-primary.disabled.focus,.new-styles .btn-primary[disabled].focus,.new-styles fieldset[disabled] .btn-primary.focus,.new-styles .btn-primary.disabled:active,.new-styles .btn-primary[disabled]:active,.new-styles fieldset[disabled] .btn-primary:active,.new-styles .btn-primary.disabled.active,.new-styles .btn-primary[disabled].active,.new-styles fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.new-styles .btn-primary .badge{color:#337ab7;background-color:#fff}.new-styles .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.new-styles .btn-success:hover,.new-styles .btn-success:focus,.new-styles .btn-success.focus,.new-styles .btn-success:active,.new-styles .btn-success.active,.new-styles .open > .dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.new-styles .btn-success:active,.new-styles .btn-success.active,.new-styles .open > .dropdown-toggle.btn-success{background-image:none}.new-styles .btn-success.disabled,.new-styles .btn-success[disabled],.new-styles fieldset[disabled] .btn-success,.new-styles .btn-success.disabled:hover,.new-styles .btn-success[disabled]:hover,.new-styles fieldset[disabled] .btn-success:hover,.new-styles .btn-success.disabled:focus,.new-styles .btn-success[disabled]:focus,.new-styles fieldset[disabled] .btn-success:focus,.new-styles .btn-success.disabled.focus,.new-styles .btn-success[disabled].focus,.new-styles fieldset[disabled] .btn-success.focus,.new-styles .btn-success.disabled:active,.new-styles .btn-success[disabled]:active,.new-styles fieldset[disabled] .btn-success:active,.new-styles .btn-success.disabled.active,.new-styles .btn-success[disabled].active,.new-styles fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.new-styles .btn-success .badge{color:#5cb85c;background-color:#fff}.new-styles .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.new-styles .btn-info:hover,.new-styles .btn-info:focus,.new-styles .btn-info.focus,.new-styles .btn-info:active,.new-styles .btn-info.active,.new-styles .open > .dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.new-styles .btn-info:active,.new-styles .btn-info.active,.new-styles .open > .dropdown-toggle.btn-info{background-image:none}.new-styles .btn-info.disabled,.new-styles .btn-info[disabled],.new-styles fieldset[disabled] .btn-info,.new-styles .btn-info.disabled:hover,.new-styles .btn-info[disabled]:hover,.new-styles fieldset[disabled] .btn-info:hover,.new-styles .btn-info.disabled:focus,.new-styles .btn-info[disabled]:focus,.new-styles fieldset[disabled] .btn-info:focus,.new-styles .btn-info.disabled.focus,.new-styles .btn-info[disabled].focus,.new-styles fieldset[disabled] .btn-info.focus,.new-styles .btn-info.disabled:active,.new-styles .btn-info[disabled]:active,.new-styles fieldset[disabled] .btn-info:active,.new-styles .btn-info.disabled.active,.new-styles .btn-info[disabled].active,.new-styles fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.new-styles .btn-info .badge{color:#5bc0de;background-color:#fff}.new-styles .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.new-styles .btn-warning:hover,.new-styles .btn-warning:focus,.new-styles .btn-warning.focus,.new-styles .btn-warning:active,.new-styles .btn-warning.active,.new-styles .open > .dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.new-styles .btn-warning:active,.new-styles .btn-warning.active,.new-styles .open > .dropdown-toggle.btn-warning{background-image:none}.new-styles .btn-warning.disabled,.new-styles .btn-warning[disabled],.new-styles fieldset[disabled] .btn-warning,.new-styles .btn-warning.disabled:hover,.new-styles .btn-warning[disabled]:hover,.new-styles fieldset[disabled] .btn-warning:hover,.new-styles .btn-warning.disabled:focus,.new-styles .btn-warning[disabled]:focus,.new-styles fieldset[disabled] .btn-warning:focus,.new-styles .btn-warning.disabled.focus,.new-styles .btn-warning[disabled].focus,.new-styles fieldset[disabled] .btn-warning.focus,.new-styles .btn-warning.disabled:active,.new-styles .btn-warning[disabled]:active,.new-styles fieldset[disabled] .btn-warning:active,.new-styles .btn-warning.disabled.active,.new-styles .btn-warning[disabled].active,.new-styles fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.new-styles .btn-warning .badge{color:#f0ad4e;background-color:#fff}.new-styles .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.new-styles .btn-danger:hover,.new-styles .btn-danger:focus,.new-styles .btn-danger.focus,.new-styles .btn-danger:active,.new-styles .btn-danger.active,.new-styles .open > .dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.new-styles .btn-danger:active,.new-styles .btn-danger.active,.new-styles .open > .dropdown-toggle.btn-danger{background-image:none}.new-styles .btn-danger.disabled,.new-styles .btn-danger[disabled],.new-styles fieldset[disabled] .btn-danger,.new-styles .btn-danger.disabled:hover,.new-styles .btn-danger[disabled]:hover,.new-styles fieldset[disabled] .btn-danger:hover,.new-styles .btn-danger.disabled:focus,.new-styles .btn-danger[disabled]:focus,.new-styles fieldset[disabled] .btn-danger:focus,.new-styles .btn-danger.disabled.focus,.new-styles .btn-danger[disabled].focus,.new-styles fieldset[disabled] .btn-danger.focus,.new-styles .btn-danger.disabled:active,.new-styles .btn-danger[disabled]:active,.new-styles fieldset[disabled] .btn-danger:active,.new-styles .btn-danger.disabled.active,.new-styles .btn-danger[disabled].active,.new-styles fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.new-styles .btn-danger .badge{color:#d9534f;background-color:#fff}.new-styles .btn-link{color:#337ab7;font-weight:400;border-radius:0}.new-styles .btn-link,.new-styles .btn-link:active,.new-styles .btn-link.active,.new-styles .btn-link[disabled],.new-styles fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.new-styles .btn-link,.new-styles .btn-link:hover,.new-styles .btn-link:focus,.new-styles .btn-link:active{border-color:transparent}.new-styles .btn-link:hover,.new-styles .btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.new-styles .btn-link[disabled]:hover,.new-styles fieldset[disabled] .btn-link:hover,.new-styles .btn-link[disabled]:focus,.new-styles fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.new-styles .btn-lg,.new-styles .btn-group-lg > .btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.new-styles .btn-sm,.new-styles .btn-group-sm > .btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.new-styles .btn-xs,.new-styles .btn-group-xs > .btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.new-styles .btn-block{display:block;width:100%}.new-styles .btn-block + .btn-block{margin-top:5px}.new-styles input[type="submit"].btn-block,.new-styles input[type="reset"].btn-block,.new-styles input[type="button"].btn-block{width:100%}.new-styles .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.new-styles .fade.in{opacity:1}.new-styles .collapse{display:none}.new-styles .collapse.in{display:block}.new-styles tr.collapse.in{display:table-row}.new-styles tbody.collapse.in{display:table-row-group}.new-styles .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.new-styles .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.new-styles .dropup,.new-styles .dropdown{position:relative}.new-styles .dropdown-toggle:focus{outline:0}.new-styles .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;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.new-styles .dropdown-menu.pull-right{right:0;left:auto}.new-styles .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.new-styles .dropdown-menu > li > a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.new-styles .dropdown-menu > li > a:hover,.new-styles .dropdown-menu > li > a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.new-styles .dropdown-menu > .active > a,.new-styles .dropdown-menu > .active > a:hover,.new-styles .dropdown-menu > .active > a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.new-styles .dropdown-menu > .disabled > a,.new-styles .dropdown-menu > .disabled > a:hover,.new-styles .dropdown-menu > .disabled > a:focus{color:#777}.new-styles .dropdown-menu > .disabled > a:hover,.new-styles .dropdown-menu > .disabled > a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.new-styles .open > .dropdown-menu{display:block}.new-styles .open > a{outline:0}.new-styles .dropdown-menu-right{left:auto;right:0}.new-styles .dropdown-menu-left{left:0;right:auto}.new-styles .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.new-styles .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.new-styles .pull-right > .dropdown-menu{right:0;left:auto}.new-styles .dropup .caret,.new-styles .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.new-styles .dropup .dropdown-menu,.new-styles .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 2px){.new-styles .navbar-right .dropdown-menu{left:auto;right:0}.new-styles .navbar-right .dropdown-menu-left{left:0;right:auto}}.new-styles .btn-group,.new-styles .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.new-styles .btn-group > .btn,.new-styles .btn-group-vertical > .btn{position:relative;float:left}.new-styles .btn-group > .btn:hover,.new-styles .btn-group-vertical > .btn:hover,.new-styles .btn-group > .btn:focus,.new-styles .btn-group-vertical > .btn:focus,.new-styles .btn-group > .btn:active,.new-styles .btn-group-vertical > .btn:active,.new-styles .btn-group > .btn.active,.new-styles .btn-group-vertical > .btn.active{z-index:2}.new-styles .btn-group .btn + .btn,.new-styles .btn-group .btn + .btn-group,.new-styles .btn-group .btn-group + .btn,.new-styles .btn-group .btn-group + .btn-group{margin-left:-1px}.new-styles .btn-toolbar{margin-left:-5px}.new-styles .btn-toolbar .btn-group,.new-styles .btn-toolbar .input-group{float:left}.new-styles .btn-toolbar > .btn,.new-styles .btn-toolbar > .btn-group,.new-styles .btn-toolbar > .input-group{margin-left:5px}.new-styles .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.new-styles .btn-group > .btn:first-child{margin-left:0}.new-styles .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.new-styles .btn-group > .btn:last-child:not(:first-child),.new-styles .btn-group > .dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.new-styles .btn-group > .btn-group{float:left}.new-styles .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.new-styles .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.new-styles .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.new-styles .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.new-styles .btn-group .dropdown-toggle:active,.new-styles .btn-group.open .dropdown-toggle{outline:0}.new-styles .btn-group > .btn + .dropdown-toggle{padding-left:8px;padding-right:8px}.new-styles .btn-group > .btn-lg + .dropdown-toggle{padding-left:12px;padding-right:12px}.new-styles .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.new-styles .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.new-styles .btn .caret{margin-left:0}.new-styles .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.new-styles .dropup .btn-lg .caret{border-width:0 5px 5px}.new-styles .btn-group-vertical > .btn,.new-styles .btn-group-vertical > .btn-group,.new-styles .btn-group-vertical > .btn-group > .btn{display:block;float:none;width:100%;max-width:100%}.new-styles .btn-group-vertical > .btn-group > .btn{float:none}.new-styles .btn-group-vertical > .btn + .btn,.new-styles .btn-group-vertical > .btn + .btn-group,.new-styles .btn-group-vertical > .btn-group + .btn,.new-styles .btn-group-vertical > .btn-group + .btn-group{margin-top:-1px;margin-left:0}.new-styles .btn-group-vertical > .btn:not(:first-child):not(:last-child){border-radius:0}.new-styles .btn-group-vertical > .btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.new-styles .btn-group-vertical > .btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.new-styles .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn{border-radius:0}.new-styles .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,.new-styles .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.new-styles .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.new-styles .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.new-styles .btn-group-justified > .btn,.new-styles .btn-group-justified > .btn-group{float:none;display:table-cell;width:1%}.new-styles .btn-group-justified > .btn-group .btn{width:100%}.new-styles .btn-group-justified > .btn-group .dropdown-menu{left:auto}.new-styles [data-toggle="buttons"] > .btn input[type="radio"],.new-styles [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],.new-styles [data-toggle="buttons"] > .btn input[type="checkbox"],.new-styles [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.new-styles .input-group{position:relative;display:table;border-collapse:separate}.new-styles .input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.new-styles .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.new-styles .input-group-lg > .form-control,.new-styles .input-group-lg > .input-group-addon,.new-styles .input-group-lg > .input-group-btn > .btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.new-styles select.input-group-lg > .form-control,.new-styles select.input-group-lg > .input-group-addon,.new-styles select.input-group-lg > .input-group-btn > .btn{height:46px;line-height:46px}.new-styles textarea.input-group-lg > .form-control,.new-styles textarea.input-group-lg > .input-group-addon,.new-styles textarea.input-group-lg > .input-group-btn > .btn,.new-styles select[multiple].input-group-lg > .form-control,.new-styles select[multiple].input-group-lg > .input-group-addon,.new-styles select[multiple].input-group-lg > .input-group-btn > .btn{height:auto}.new-styles .input-group-sm > .form-control,.new-styles .input-group-sm > .input-group-addon,.new-styles .input-group-sm > .input-group-btn > .btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.new-styles select.input-group-sm > .form-control,.new-styles select.input-group-sm > .input-group-addon,.new-styles select.input-group-sm > .input-group-btn > .btn{height:30px;line-height:30px}.new-styles textarea.input-group-sm > .form-control,.new-styles textarea.input-group-sm > .input-group-addon,.new-styles textarea.input-group-sm > .input-group-btn > .btn,.new-styles select[multiple].input-group-sm > .form-control,.new-styles select[multiple].input-group-sm > .input-group-addon,.new-styles select[multiple].input-group-sm > .input-group-btn > .btn{height:auto}.new-styles .input-group-addon,.new-styles .input-group-btn,.new-styles .input-group .form-control{display:table-cell}.new-styles .input-group-addon:not(:first-child):not(:last-child),.new-styles .input-group-btn:not(:first-child):not(:last-child),.new-styles .input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.new-styles .input-group-addon,.new-styles .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.new-styles .input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.new-styles .input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.new-styles .input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.new-styles .input-group-addon input[type="radio"],.new-styles .input-group-addon input[type="checkbox"]{margin-top:0}.new-styles .input-group .form-control:first-child,.new-styles .input-group-addon:first-child,.new-styles .input-group-btn:first-child > .btn,.new-styles .input-group-btn:first-child > .btn-group > .btn,.new-styles .input-group-btn:first-child > .dropdown-toggle,.new-styles .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.new-styles .input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius:0;border-top-right-radius:0}.new-styles .input-group-addon:first-child{border-right:0}.new-styles .input-group .form-control:last-child,.new-styles .input-group-addon:last-child,.new-styles .input-group-btn:last-child > .btn,.new-styles .input-group-btn:last-child > .btn-group > .btn,.new-styles .input-group-btn:last-child > .dropdown-toggle,.new-styles .input-group-btn:first-child > .btn:not(:first-child),.new-styles .input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius:0;border-top-left-radius:0}.new-styles .input-group-addon:last-child{border-left:0}.new-styles .input-group-btn{position:relative;font-size:0;white-space:nowrap}.new-styles .input-group-btn > .btn{position:relative}.new-styles .input-group-btn > .btn + .btn{margin-left:-1px}.new-styles .input-group-btn > .btn:hover,.new-styles .input-group-btn > .btn:focus,.new-styles .input-group-btn > .btn:active{z-index:2}.new-styles .input-group-btn:first-child > .btn,.new-styles .input-group-btn:first-child > .btn-group{margin-right:-1px}.new-styles .input-group-btn:last-child > .btn,.new-styles .input-group-btn:last-child > .btn-group{margin-left:-1px}.new-styles .nav{margin-bottom:0;padding-left:0;list-style:none}.new-styles .nav > li{position:relative;display:block}.new-styles .nav > li > a{position:relative;display:block;padding:10px 15px}.new-styles .nav > li > a:hover,.new-styles .nav > li > a:focus{text-decoration:none;background-color:#eee}.new-styles .nav > li.disabled > a{color:#777}.new-styles .nav > li.disabled > a:hover,.new-styles .nav > li.disabled > a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.new-styles .nav .open > a,.new-styles .nav .open > a:hover,.new-styles .nav .open > a:focus{background-color:#eee;border-color:#337ab7}.new-styles .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.new-styles .nav > li > a > img{max-width:none}.new-styles .nav-tabs{border-bottom:1px solid #ddd}.new-styles .nav-tabs > li{float:left;margin-bottom:-1px}.new-styles .nav-tabs > li > a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.new-styles .nav-tabs > li > a:hover{border-color:#eee #eee #ddd}.new-styles .nav-tabs > li.active > a,.new-styles .nav-tabs > li.active > a:hover,.new-styles .nav-tabs > li.active > a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.new-styles .nav-tabs.nav-justified{width:100%;border-bottom:0}.new-styles .nav-tabs.nav-justified > li{float:none}.new-styles .nav-tabs.nav-justified > li > a{text-align:center;margin-bottom:5px}.new-styles .nav-tabs.nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 2px){.new-styles .nav-tabs.nav-justified > li{display:table-cell;width:1%}.new-styles .nav-tabs.nav-justified > li > a{margin-bottom:0}}.new-styles .nav-tabs.nav-justified > li > a{margin-right:0;border-radius:4px}.new-styles .nav-tabs.nav-justified > .active > a,.new-styles .nav-tabs.nav-justified > .active > a:hover,.new-styles .nav-tabs.nav-justified > .active > a:focus{border:1px solid #ddd}@media (min-width: 2px){.new-styles .nav-tabs.nav-justified > li > a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.new-styles .nav-tabs.nav-justified > .active > a,.new-styles .nav-tabs.nav-justified > .active > a:hover,.new-styles .nav-tabs.nav-justified > .active > a:focus{border-bottom-color:#fff}}.new-styles .nav-pills > li{float:left}.new-styles .nav-pills > li > a{border-radius:4px}.new-styles .nav-pills > li + li{margin-left:2px}.new-styles .nav-pills > li.active > a,.new-styles .nav-pills > li.active > a:hover,.new-styles .nav-pills > li.active > a:focus{color:#fff;background-color:#337ab7}.new-styles .nav-stacked > li{float:none}.new-styles .nav-stacked > li + li{margin-top:2px;margin-left:0}.new-styles .nav-justified{width:100%}.new-styles .nav-justified > li{float:none}.new-styles .nav-justified > li > a{text-align:center;margin-bottom:5px}.new-styles .nav-justified > .dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 2px){.new-styles .nav-justified > li{display:table-cell;width:1%}.new-styles .nav-justified > li > a{margin-bottom:0}}.new-styles .nav-tabs-justified{border-bottom:0}.new-styles .nav-tabs-justified > li > a{margin-right:0;border-radius:4px}.new-styles .nav-tabs-justified > .active > a,.new-styles .nav-tabs-justified > .active > a:hover,.new-styles .nav-tabs-justified > .active > a:focus{border:1px solid #ddd}@media (min-width: 2px){.new-styles .nav-tabs-justified > li > a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.new-styles .nav-tabs-justified > .active > a,.new-styles .nav-tabs-justified > .active > a:hover,.new-styles .nav-tabs-justified > .active > a:focus{border-bottom-color:#fff}}.new-styles .tab-content > .tab-pane{display:none}.new-styles .tab-content > .active{display:block}.new-styles .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.new-styles .navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width: 2px){.new-styles .navbar{border-radius:4px}}@media (min-width: 2px){.new-styles .navbar-header{float:left}}.new-styles .navbar-collapse{overflow-x:visible;padding-right:50px;padding-left:50px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.new-styles .navbar-collapse.in{overflow-y:auto}@media (min-width: 2px){.new-styles .navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.new-styles .navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.new-styles .navbar-collapse.in{overflow-y:visible}.new-styles .navbar-fixed-top .navbar-collapse,.new-styles .navbar-static-top .navbar-collapse,.new-styles .navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.new-styles .navbar-fixed-top .navbar-collapse,.new-styles .navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width: 1px) and (orientation: landscape){.new-styles .navbar-fixed-top .navbar-collapse,.new-styles .navbar-fixed-bottom .navbar-collapse{max-height:200px}}.new-styles .container > .navbar-header,.new-styles .container-fluid > .navbar-header,.new-styles .container > .navbar-collapse,.new-styles .container-fluid > .navbar-collapse{margin-right:-50px;margin-left:-50px}@media (min-width: 2px){.new-styles .container > .navbar-header,.new-styles .container-fluid > .navbar-header,.new-styles .container > .navbar-collapse,.new-styles .container-fluid > .navbar-collapse{margin-right:0;margin-left:0}}.new-styles .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width: 2px){.new-styles .navbar-static-top{border-radius:0}}.new-styles .navbar-fixed-top,.new-styles .navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width: 2px){.new-styles .navbar-fixed-top,.new-styles .navbar-fixed-bottom{border-radius:0}}.new-styles .navbar-fixed-top{top:0;border-width:0 0 1px}.new-styles .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.new-styles .navbar-brand{float:left;padding:15px 50px;font-size:18px;line-height:20px;height:50px}.new-styles .navbar-brand:hover,.new-styles .navbar-brand:focus{text-decoration:none}.new-styles .navbar-brand > img{display:block}@media (min-width: 2px){.new-styles .navbar > .container .navbar-brand,.new-styles .navbar > .container-fluid .navbar-brand{margin-left:-50px}}.new-styles .navbar-toggle{position:relative;float:right;margin-right:50px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.new-styles .navbar-toggle:focus{outline:0}.new-styles .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.new-styles .navbar-toggle .icon-bar + .icon-bar{margin-top:4px}@media (min-width: 2px){.new-styles .navbar-toggle{display:none}}.new-styles .navbar-nav{margin:7.5px -50px}.new-styles .navbar-nav > li > a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 1px){.new-styles .navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.new-styles .navbar-nav .open .dropdown-menu > li > a,.new-styles .navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.new-styles .navbar-nav .open .dropdown-menu > li > a{line-height:20px}.new-styles .navbar-nav .open .dropdown-menu > li > a:hover,.new-styles .navbar-nav .open .dropdown-menu > li > a:focus{background-image:none}}@media (min-width: 2px){.new-styles .navbar-nav{float:left;margin:0}.new-styles .navbar-nav > li{float:left}.new-styles .navbar-nav > li > a{padding-top:15px;padding-bottom:15px}}.new-styles .navbar-form{padding:10px 50px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin:8px -50px}@media (min-width: 2px){.new-styles .navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.new-styles .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.new-styles .navbar-form .form-control-static{display:inline-block}.new-styles .navbar-form .input-group{display:inline-table;vertical-align:middle}.new-styles .navbar-form .input-group .input-group-addon,.new-styles .navbar-form .input-group .input-group-btn,.new-styles .navbar-form .input-group .form-control{width:auto}.new-styles .navbar-form .input-group > .form-control{width:100%}.new-styles .navbar-form .control-label{margin-bottom:0;vertical-align:middle}.new-styles .navbar-form .radio,.new-styles .navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.new-styles .navbar-form .radio label,.new-styles .navbar-form .checkbox label{padding-left:0}.new-styles .navbar-form .radio input[type="radio"],.new-styles .navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.new-styles .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 1px){.new-styles .navbar-form .form-group{margin-bottom:5px}.new-styles .navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width: 2px){.new-styles .navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.new-styles .navbar-nav > li > .dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.new-styles .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}.new-styles .navbar-btn{margin-top:8px;margin-bottom:8px}.new-styles .navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.new-styles .navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.new-styles .navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 2px){.new-styles .navbar-text{float:left;margin-left:50px;margin-right:50px}}@media (min-width: 2px){.new-styles .navbar-left{float:left!important}.new-styles .navbar-right{float:right!important;margin-right:-50px}.new-styles .navbar-right ~ .navbar-right{margin-right:0}}.new-styles .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.new-styles .navbar-default .navbar-brand{color:#777}.new-styles .navbar-default .navbar-brand:hover,.new-styles .navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.new-styles .navbar-default .navbar-text{color:#777}.new-styles .navbar-default .navbar-nav > li > a{color:#777}.new-styles .navbar-default .navbar-nav > li > a:hover,.new-styles .navbar-default .navbar-nav > li > a:focus{color:#333;background-color:transparent}.new-styles .navbar-default .navbar-nav > .active > a,.new-styles .navbar-default .navbar-nav > .active > a:hover,.new-styles .navbar-default .navbar-nav > .active > a:focus{color:#555;background-color:#e7e7e7}.new-styles .navbar-default .navbar-nav > .disabled > a,.new-styles .navbar-default .navbar-nav > .disabled > a:hover,.new-styles .navbar-default .navbar-nav > .disabled > a:focus{color:#ccc;background-color:transparent}.new-styles .navbar-default .navbar-toggle{border-color:#ddd}.new-styles .navbar-default .navbar-toggle:hover,.new-styles .navbar-default .navbar-toggle:focus{background-color:#ddd}.new-styles .navbar-default .navbar-toggle .icon-bar{background-color:#888}.new-styles .navbar-default .navbar-collapse,.new-styles .navbar-default .navbar-form{border-color:#e7e7e7}.new-styles .navbar-default .navbar-nav > .open > a,.new-styles .navbar-default .navbar-nav > .open > a:hover,.new-styles .navbar-default .navbar-nav > .open > a:focus{background-color:#e7e7e7;color:#555}@media (max-width: 1px){.new-styles .navbar-default .navbar-nav .open .dropdown-menu > li > a{color:#777}.new-styles .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.new-styles .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color:#333;background-color:transparent}.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .active > a,.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color:#555;background-color:#e7e7e7}.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,.new-styles .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#ccc;background-color:transparent}}.new-styles .navbar-default .navbar-link{color:#777}.new-styles .navbar-default .navbar-link:hover{color:#333}.new-styles .navbar-default .btn-link{color:#777}.new-styles .navbar-default .btn-link:hover,.new-styles .navbar-default .btn-link:focus{color:#333}.new-styles .navbar-default .btn-link[disabled]:hover,.new-styles fieldset[disabled] .navbar-default .btn-link:hover,.new-styles .navbar-default .btn-link[disabled]:focus,.new-styles fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.new-styles .navbar-inverse{background-color:#222;border-color:#080808}.new-styles .navbar-inverse .navbar-brand{color:#9d9d9d}.new-styles .navbar-inverse .navbar-brand:hover,.new-styles .navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.new-styles .navbar-inverse .navbar-text{color:#9d9d9d}.new-styles .navbar-inverse .navbar-nav > li > a{color:#9d9d9d}.new-styles .navbar-inverse .navbar-nav > li > a:hover,.new-styles .navbar-inverse .navbar-nav > li > a:focus{color:#fff;background-color:transparent}.new-styles .navbar-inverse .navbar-nav > .active > a,.new-styles .navbar-inverse .navbar-nav > .active > a:hover,.new-styles .navbar-inverse .navbar-nav > .active > a:focus{color:#fff;background-color:#080808}.new-styles .navbar-inverse .navbar-nav > .disabled > a,.new-styles .navbar-inverse .navbar-nav > .disabled > a:hover,.new-styles .navbar-inverse .navbar-nav > .disabled > a:focus{color:#444;background-color:transparent}.new-styles .navbar-inverse .navbar-toggle{border-color:#333}.new-styles .navbar-inverse .navbar-toggle:hover,.new-styles .navbar-inverse .navbar-toggle:focus{background-color:#333}.new-styles .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.new-styles .navbar-inverse .navbar-collapse,.new-styles .navbar-inverse .navbar-form{border-color:#101010}.new-styles .navbar-inverse .navbar-nav > .open > a,.new-styles .navbar-inverse .navbar-nav > .open > a:hover,.new-styles .navbar-inverse .navbar-nav > .open > a:focus{background-color:#080808;color:#fff}@media (max-width: 1px){.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color:#080808}.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color:#9d9d9d}.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color:#fff;background-color:transparent}.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color:#fff;background-color:#080808}.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,.new-styles .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color:#444;background-color:transparent}}.new-styles .navbar-inverse .navbar-link{color:#9d9d9d}.new-styles .navbar-inverse .navbar-link:hover{color:#fff}.new-styles .navbar-inverse .btn-link{color:#9d9d9d}.new-styles .navbar-inverse .btn-link:hover,.new-styles .navbar-inverse .btn-link:focus{color:#fff}.new-styles .navbar-inverse .btn-link[disabled]:hover,.new-styles fieldset[disabled] .navbar-inverse .btn-link:hover,.new-styles .navbar-inverse .btn-link[disabled]:focus,.new-styles fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.new-styles .breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.new-styles .breadcrumb > li{display:inline-block}.new-styles .breadcrumb > li + li:before{content:"/\00a0";padding:0 5px;color:#ccc}.new-styles .breadcrumb > .active{color:#777}.new-styles .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.new-styles .pagination > li{display:inline}.new-styles .pagination > li > a,.new-styles .pagination > li > span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.new-styles .pagination > li:first-child > a,.new-styles .pagination > li:first-child > span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.new-styles .pagination > li:last-child > a,.new-styles .pagination > li:last-child > span{border-bottom-right-radius:4px;border-top-right-radius:4px}.new-styles .pagination > li > a:hover,.new-styles .pagination > li > span:hover,.new-styles .pagination > li > a:focus,.new-styles .pagination > li > span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.new-styles .pagination > .active > a,.new-styles .pagination > .active > span,.new-styles .pagination > .active > a:hover,.new-styles .pagination > .active > span:hover,.new-styles .pagination > .active > a:focus,.new-styles .pagination > .active > span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.new-styles .pagination > .disabled > span,.new-styles .pagination > .disabled > span:hover,.new-styles .pagination > .disabled > span:focus,.new-styles .pagination > .disabled > a,.new-styles .pagination > .disabled > a:hover,.new-styles .pagination > .disabled > a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.new-styles .pagination-lg > li > a,.new-styles .pagination-lg > li > span{padding:10px 16px;font-size:18px}.new-styles .pagination-lg > li:first-child > a,.new-styles .pagination-lg > li:first-child > span{border-bottom-left-radius:6px;border-top-left-radius:6px}.new-styles .pagination-lg > li:last-child > a,.new-styles .pagination-lg > li:last-child > span{border-bottom-right-radius:6px;border-top-right-radius:6px}.new-styles .pagination-sm > li > a,.new-styles .pagination-sm > li > span{padding:5px 10px;font-size:12px}.new-styles .pagination-sm > li:first-child > a,.new-styles .pagination-sm > li:first-child > span{border-bottom-left-radius:3px;border-top-left-radius:3px}.new-styles .pagination-sm > li:last-child > a,.new-styles .pagination-sm > li:last-child > span{border-bottom-right-radius:3px;border-top-right-radius:3px}.new-styles .pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.new-styles .pager li{display:inline}.new-styles .pager li > a,.new-styles .pager li > span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.new-styles .pager li > a:hover,.new-styles .pager li > a:focus{text-decoration:none;background-color:#eee}.new-styles .pager .next > a,.new-styles .pager .next > span{float:right}.new-styles .pager .previous > a,.new-styles .pager .previous > span{float:left}.new-styles .pager .disabled > a,.new-styles .pager .disabled > a:hover,.new-styles .pager .disabled > a:focus,.new-styles .pager .disabled > span{color:#777;background-color:#fff;cursor:not-allowed}.new-styles .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.new-styles a.label:hover,.new-styles a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.new-styles .label:empty{display:none}.new-styles .btn .label{position:relative;top:-1px}.new-styles .label-default{background-color:#777}.new-styles .label-default[href]:hover,.new-styles .label-default[href]:focus{background-color:#5e5e5e}.new-styles .label-primary{background-color:#337ab7}.new-styles .label-primary[href]:hover,.new-styles .label-primary[href]:focus{background-color:#286090}.new-styles .label-success{background-color:#5cb85c}.new-styles .label-success[href]:hover,.new-styles .label-success[href]:focus{background-color:#449d44}.new-styles .label-info{background-color:#5bc0de}.new-styles .label-info[href]:hover,.new-styles .label-info[href]:focus{background-color:#31b0d5}.new-styles .label-warning{background-color:#f0ad4e}.new-styles .label-warning[href]:hover,.new-styles .label-warning[href]:focus{background-color:#ec971f}.new-styles .label-danger{background-color:#d9534f}.new-styles .label-danger[href]:hover,.new-styles .label-danger[href]:focus{background-color:#c9302c}.new-styles .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.new-styles .badge:empty{display:none}.new-styles .btn .badge{position:relative;top:-1px}.new-styles .btn-xs .badge,.new-styles .btn-group-xs > .btn .badge{top:0;padding:1px 5px}.new-styles a.badge:hover,.new-styles a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.new-styles .list-group-item.active > .badge,.new-styles .nav-pills > .active > a > .badge{color:#337ab7;background-color:#fff}.new-styles .list-group-item > .badge{float:right}.new-styles .list-group-item > .badge + .badge{margin-right:5px}.new-styles .nav-pills > li > a > .badge{margin-left:3px}.new-styles .jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.new-styles .jumbotron h1,.new-styles .jumbotron .h1{color:inherit}.new-styles .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.new-styles .jumbotron > hr{border-top-color:#d5d5d5}.new-styles .container .jumbotron,.new-styles .container-fluid .jumbotron{border-radius:6px}.new-styles .jumbotron .container{max-width:100%}@media screen and (min-width: 2px){.new-styles .jumbotron{padding:48px 0}.new-styles .container .jumbotron,.new-styles .container-fluid .jumbotron{padding-left:60px;padding-right:60px}.new-styles .jumbotron h1,.new-styles .jumbotron .h1{font-size:63px}}.new-styles .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.new-styles .thumbnail > img,.new-styles .thumbnail a > img{margin-left:auto;margin-right:auto}.new-styles a.thumbnail:hover,.new-styles a.thumbnail:focus,.new-styles a.thumbnail.active{border-color:#337ab7}.new-styles .thumbnail .caption{padding:9px;color:#333}.new-styles .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.new-styles .alert h4{margin-top:0;color:inherit}.new-styles .alert .alert-link{font-weight:700}.new-styles .alert > p,.new-styles .alert > ul{margin-bottom:0}.new-styles .alert > p + p{margin-top:5px}.new-styles .alert-dismissable,.new-styles .alert-dismissible{padding-right:35px}.new-styles .alert-dismissable .close,.new-styles .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.new-styles .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.new-styles .alert-success hr{border-top-color:#c9e2b3}.new-styles .alert-success .alert-link{color:#2b542c}.new-styles .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.new-styles .alert-info hr{border-top-color:#a6e1ec}.new-styles .alert-info .alert-link{color:#245269}.new-styles .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.new-styles .alert-warning hr{border-top-color:#f7e1b5}.new-styles .alert-warning .alert-link{color:#66512c}.new-styles .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.new-styles .alert-danger hr{border-top-color:#e4b9c0}.new-styles .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-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}}.new-styles .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.new-styles .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.new-styles .progress-striped .progress-bar,.new-styles .progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.new-styles .progress.active .progress-bar,.new-styles .progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.new-styles .progress-bar-success{background-color:#5cb85c}.new-styles .progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.new-styles .progress-bar-info{background-color:#5bc0de}.new-styles .progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.new-styles .progress-bar-warning{background-color:#f0ad4e}.new-styles .progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.new-styles .progress-bar-danger{background-color:#d9534f}.new-styles .progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.new-styles .media{margin-top:15px}.new-styles .media:first-child{margin-top:0}.new-styles .media,.new-styles .media-body{zoom:1;overflow:hidden}.new-styles .media-body{width:10000px}.new-styles .media-object{display:block}.new-styles .media-right,.new-styles .media > .pull-right{padding-left:10px}.new-styles .media-left,.new-styles .media > .pull-left{padding-right:10px}.new-styles .media-left,.new-styles .media-right,.new-styles .media-body{display:table-cell;vertical-align:top}.new-styles .media-middle{vertical-align:middle}.new-styles .media-bottom{vertical-align:bottom}.new-styles .media-heading{margin-top:0;margin-bottom:5px}.new-styles .media-list{padding-left:0;list-style:none}.new-styles .list-group{margin-bottom:20px;padding-left:0}.new-styles .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.new-styles .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.new-styles .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.new-styles a.list-group-item{color:#555}.new-styles a.list-group-item .list-group-item-heading{color:#333}.new-styles a.list-group-item:hover,.new-styles a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.new-styles .list-group-item.disabled,.new-styles .list-group-item.disabled:hover,.new-styles .list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.new-styles .list-group-item.disabled .list-group-item-heading,.new-styles .list-group-item.disabled:hover .list-group-item-heading,.new-styles .list-group-item.disabled:focus .list-group-item-heading{color:inherit}.new-styles .list-group-item.disabled .list-group-item-text,.new-styles .list-group-item.disabled:hover .list-group-item-text,.new-styles .list-group-item.disabled:focus .list-group-item-text{color:#777}.new-styles .list-group-item.active,.new-styles .list-group-item.active:hover,.new-styles .list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.new-styles .list-group-item.active .list-group-item-heading,.new-styles .list-group-item.active:hover .list-group-item-heading,.new-styles .list-group-item.active:focus .list-group-item-heading,.new-styles .list-group-item.active .list-group-item-heading > small,.new-styles .list-group-item.active:hover .list-group-item-heading > small,.new-styles .list-group-item.active:focus .list-group-item-heading > small,.new-styles .list-group-item.active .list-group-item-heading > .small,.new-styles .list-group-item.active:hover .list-group-item-heading > .small,.new-styles .list-group-item.active:focus .list-group-item-heading > .small{color:inherit}.new-styles .list-group-item.active .list-group-item-text,.new-styles .list-group-item.active:hover .list-group-item-text,.new-styles .list-group-item.active:focus .list-group-item-text{color:#c7ddef}.new-styles .list-group-item-success{color:#3c763d;background-color:#dff0d8}.new-styles a.list-group-item-success{color:#3c763d}.new-styles a.list-group-item-success .list-group-item-heading{color:inherit}.new-styles a.list-group-item-success:hover,.new-styles a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}.new-styles a.list-group-item-success.active,.new-styles a.list-group-item-success.active:hover,.new-styles a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.new-styles .list-group-item-info{color:#31708f;background-color:#d9edf7}.new-styles a.list-group-item-info{color:#31708f}.new-styles a.list-group-item-info .list-group-item-heading{color:inherit}.new-styles a.list-group-item-info:hover,.new-styles a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}.new-styles a.list-group-item-info.active,.new-styles a.list-group-item-info.active:hover,.new-styles a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.new-styles .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.new-styles a.list-group-item-warning{color:#8a6d3b}.new-styles a.list-group-item-warning .list-group-item-heading{color:inherit}.new-styles a.list-group-item-warning:hover,.new-styles a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}.new-styles a.list-group-item-warning.active,.new-styles a.list-group-item-warning.active:hover,.new-styles a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.new-styles .list-group-item-danger{color:#a94442;background-color:#f2dede}.new-styles a.list-group-item-danger{color:#a94442}.new-styles a.list-group-item-danger .list-group-item-heading{color:inherit}.new-styles a.list-group-item-danger:hover,.new-styles a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}.new-styles a.list-group-item-danger.active,.new-styles a.list-group-item-danger.active:hover,.new-styles a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.new-styles .list-group-item-heading{margin-top:0;margin-bottom:5px}.new-styles .list-group-item-text{margin-bottom:0;line-height:1.3}.new-styles .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.new-styles .panel-body{padding:15px}.new-styles .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.new-styles .panel-heading > .dropdown .dropdown-toggle{color:inherit}.new-styles .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.new-styles .panel-title > a,.new-styles .panel-title > small,.new-styles .panel-title > .small,.new-styles .panel-title > small > a,.new-styles .panel-title > .small > a{color:inherit}.new-styles .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.new-styles .panel > .list-group,.new-styles .panel > .panel-collapse > .list-group{margin-bottom:0}.new-styles .panel > .list-group .list-group-item,.new-styles .panel > .panel-collapse > .list-group .list-group-item{border-width:1px 0;border-radius:0}.new-styles .panel > .list-group:first-child .list-group-item:first-child,.new-styles .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}.new-styles .panel > .list-group:last-child .list-group-item:last-child,.new-styles .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}.new-styles .panel-heading + .list-group .list-group-item:first-child{border-top-width:0}.new-styles .list-group + .panel-footer{border-top-width:0}.new-styles .panel > .table,.new-styles .panel > .table-responsive > .table,.new-styles .panel > .panel-collapse > .table{margin-bottom:0}.new-styles .panel > .table caption,.new-styles .panel > .table-responsive > .table caption,.new-styles .panel > .panel-collapse > .table caption{padding-left:15px;padding-right:15px}.new-styles .panel > .table:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.new-styles .panel > .table:first-child > thead:first-child > tr:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.new-styles .panel > .table:first-child > tbody:first-child > tr:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.new-styles .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.new-styles .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.new-styles .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.new-styles .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius:3px}.new-styles .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.new-styles .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.new-styles .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.new-styles .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.new-styles .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius:3px}.new-styles .panel > .table:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.new-styles .panel > .table:last-child > tbody:last-child > tr:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.new-styles .panel > .table:last-child > tfoot:last-child > tr:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.new-styles .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.new-styles .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.new-styles .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.new-styles .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius:3px}.new-styles .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.new-styles .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.new-styles .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.new-styles .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.new-styles .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius:3px}.new-styles .panel > .panel-body + .table,.new-styles .panel > .panel-body + .table-responsive,.new-styles .panel > .table + .panel-body,.new-styles .panel > .table-responsive + .panel-body{border-top:1px solid #ddd}.new-styles .panel > .table > tbody:first-child > tr:first-child th,.new-styles .panel > .table > tbody:first-child > tr:first-child td{border-top:0}.new-styles .panel > .table-bordered,.new-styles .panel > .table-responsive > .table-bordered{border:0}.new-styles .panel > .table-bordered > thead > tr > th:first-child,.new-styles .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.new-styles .panel > .table-bordered > tbody > tr > th:first-child,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.new-styles .panel > .table-bordered > tfoot > tr > th:first-child,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.new-styles .panel > .table-bordered > thead > tr > td:first-child,.new-styles .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.new-styles .panel > .table-bordered > tbody > tr > td:first-child,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.new-styles .panel > .table-bordered > tfoot > tr > td:first-child,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left:0}.new-styles .panel > .table-bordered > thead > tr > th:last-child,.new-styles .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.new-styles .panel > .table-bordered > tbody > tr > th:last-child,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.new-styles .panel > .table-bordered > tfoot > tr > th:last-child,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.new-styles .panel > .table-bordered > thead > tr > td:last-child,.new-styles .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.new-styles .panel > .table-bordered > tbody > tr > td:last-child,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.new-styles .panel > .table-bordered > tfoot > tr > td:last-child,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.new-styles .panel > .table-bordered > thead > tr:first-child > td,.new-styles .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.new-styles .panel > .table-bordered > tbody > tr:first-child > td,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.new-styles .panel > .table-bordered > thead > tr:first-child > th,.new-styles .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.new-styles .panel > .table-bordered > tbody > tr:first-child > th,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom:0}.new-styles .panel > .table-bordered > tbody > tr:last-child > td,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.new-styles .panel > .table-bordered > tfoot > tr:last-child > td,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.new-styles .panel > .table-bordered > tbody > tr:last-child > th,.new-styles .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.new-styles .panel > .table-bordered > tfoot > tr:last-child > th,.new-styles .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom:0}.new-styles .panel > .table-responsive{border:0;margin-bottom:0}.new-styles .panel-group{margin-bottom:20px}.new-styles .panel-group .panel{margin-bottom:0;border-radius:4px}.new-styles .panel-group .panel + .panel{margin-top:5px}.new-styles .panel-group .panel-heading{border-bottom:0}.new-styles .panel-group .panel-heading + .panel-collapse > .panel-body,.new-styles .panel-group .panel-heading + .panel-collapse > .list-group{border-top:1px solid #ddd}.new-styles .panel-group .panel-footer{border-top:0}.new-styles .panel-group .panel-footer + .panel-collapse .panel-body{border-bottom:1px solid #ddd}.new-styles .panel-default{border-color:#ddd}.new-styles .panel-default > .panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.new-styles .panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ddd}.new-styles .panel-default > .panel-heading .badge{color:#f5f5f5;background-color:#333}.new-styles .panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ddd}.new-styles .panel-primary{border-color:#337ab7}.new-styles .panel-primary > .panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.new-styles .panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color:#337ab7}.new-styles .panel-primary > .panel-heading .badge{color:#337ab7;background-color:#fff}.new-styles .panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#337ab7}.new-styles .panel-success{border-color:#d6e9c6}.new-styles .panel-success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.new-styles .panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color:#d6e9c6}.new-styles .panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d}.new-styles .panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#d6e9c6}.new-styles .panel-info{border-color:#bce8f1}.new-styles .panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.new-styles .panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1}.new-styles .panel-info > .panel-heading .badge{color:#d9edf7;background-color:#31708f}.new-styles .panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1}.new-styles .panel-warning{border-color:#faebcc}.new-styles .panel-warning > .panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.new-styles .panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc}.new-styles .panel-warning > .panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.new-styles .panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc}.new-styles .panel-danger{border-color:#ebccd1}.new-styles .panel-danger > .panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.new-styles .panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ebccd1}.new-styles .panel-danger > .panel-heading .badge{color:#f2dede;background-color:#a94442}.new-styles .panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ebccd1}.new-styles .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.new-styles .embed-responsive .embed-responsive-item,.new-styles .embed-responsive iframe,.new-styles .embed-responsive embed,.new-styles .embed-responsive object,.new-styles .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.new-styles .embed-responsive-16by9{padding-bottom:56.25%}.new-styles .embed-responsive-4by3{padding-bottom:75%}.new-styles .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.new-styles .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.new-styles .well-lg{padding:24px;border-radius:6px}.new-styles .well-sm{padding:9px;border-radius:3px}.new-styles .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.new-styles .close:hover,.new-styles .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.new-styles button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.new-styles .modal-open{overflow:hidden}.new-styles .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.new-styles .modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.new-styles .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.new-styles .modal-open .modal{overflow-x:hidden;overflow-y:auto}.new-styles .modal-dialog{position:relative;width:auto;margin:10px}.new-styles .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.new-styles .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.new-styles .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.new-styles .modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.new-styles .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.new-styles .modal-header .close{margin-top:-2px}.new-styles .modal-title{margin:0;line-height:1.42857143}.new-styles .modal-body{position:relative;padding:15px}.new-styles .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.new-styles .modal-footer .btn + .btn{margin-left:5px;margin-bottom:0}.new-styles .modal-footer .btn-group .btn + .btn{margin-left:-1px}.new-styles .modal-footer .btn-block + .btn-block{margin-left:0}.new-styles .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 2px){.new-styles .modal-dialog{width:600px;margin:30px auto}.new-styles .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.new-styles .modal-sm{width:300px}}@media (min-width: 3px){.new-styles .modal-lg{width:900px}}.new-styles .tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.new-styles .tooltip.in{opacity:.9;filter:alpha(opacity=90)}.new-styles .tooltip.top{margin-top:-3px;padding:5px 0}.new-styles .tooltip.right{margin-left:3px;padding:0 5px}.new-styles .tooltip.bottom{margin-top:3px;padding:5px 0}.new-styles .tooltip.left{margin-left:-3px;padding:0 5px}.new-styles .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.new-styles .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.new-styles .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.new-styles .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.new-styles .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.new-styles .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.new-styles .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.new-styles .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.new-styles .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.new-styles .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.new-styles .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-size:14px;font-weight:400;line-height:1.42857143;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.new-styles .popover.top{margin-top:-10px}.new-styles .popover.right{margin-left:10px}.new-styles .popover.bottom{margin-top:10px}.new-styles .popover.left{margin-left:-10px}.new-styles .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.new-styles .popover-content{padding:9px 14px}.new-styles .popover > .arrow,.new-styles .popover > .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.new-styles .popover > .arrow{border-width:11px}.new-styles .popover > .arrow:after{border-width:10px;content:""}.new-styles .popover.top > .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.new-styles .popover.top > .arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.new-styles .popover.right > .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.new-styles .popover.right > .arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.new-styles .popover.bottom > .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.new-styles .popover.bottom > .arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.new-styles .popover.left > .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.new-styles .popover.left > .arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.new-styles .carousel{position:relative}.new-styles .carousel-inner{position:relative;overflow:hidden;width:100%}.new-styles .carousel-inner > .item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.new-styles .carousel-inner > .item > img,.new-styles .carousel-inner > .item > a > img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.new-styles .carousel-inner > .item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000px}.new-styles .carousel-inner > .item.next,.new-styles .carousel-inner > .item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.new-styles .carousel-inner > .item.prev,.new-styles .carousel-inner > .item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.new-styles .carousel-inner > .item.next.left,.new-styles .carousel-inner > .item.prev.right,.new-styles .carousel-inner > .item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.new-styles .carousel-inner > .active,.new-styles .carousel-inner > .next,.new-styles .carousel-inner > .prev{display:block}.new-styles .carousel-inner > .active{left:0}.new-styles .carousel-inner > .next,.new-styles .carousel-inner > .prev{position:absolute;top:0;width:100%}.new-styles .carousel-inner > .next{left:100%}.new-styles .carousel-inner > .prev{left:-100%}.new-styles .carousel-inner > .next.left,.new-styles .carousel-inner > .prev.right{left:0}.new-styles .carousel-inner > .active.left{left:-100%}.new-styles .carousel-inner > .active.right{left:100%}.new-styles .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.new-styles .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));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)}.new-styles .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));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)}.new-styles .carousel-control:hover,.new-styles .carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.new-styles .carousel-control .icon-prev,.new-styles .carousel-control .icon-next,.new-styles .carousel-control .glyphicon-chevron-left,.new-styles .carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.new-styles .carousel-control .icon-prev,.new-styles .carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.new-styles .carousel-control .icon-next,.new-styles .carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.new-styles .carousel-control .icon-prev,.new-styles .carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.new-styles .carousel-control .icon-prev:before{content:'\2039'}.new-styles .carousel-control .icon-next:before{content:'\203a'}.new-styles .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}.new-styles .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)}.new-styles .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.new-styles .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)}.new-styles .carousel-caption .btn{text-shadow:none}@media screen and (min-width: 2px){.new-styles .carousel-control .glyphicon-chevron-left,.new-styles .carousel-control .glyphicon-chevron-right,.new-styles .carousel-control .icon-prev,.new-styles .carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.new-styles .carousel-control .glyphicon-chevron-left,.new-styles .carousel-control .icon-prev{margin-left:-15px}.new-styles .carousel-control .glyphicon-chevron-right,.new-styles .carousel-control .icon-next{margin-right:-15px}.new-styles .carousel-caption{left:20%;right:20%;padding-bottom:30px}.new-styles .carousel-indicators{bottom:20px}}.new-styles .clearfix:before,.new-styles .clearfix:after,.new-styles .dl-horizontal dd:before,.new-styles .dl-horizontal dd:after,.new-styles .container:before,.new-styles .container:after,.new-styles .container-fluid:before,.new-styles .container-fluid:after,.new-styles .row:before,.new-styles .row:after,.new-styles .form-horizontal .form-group:before,.new-styles .form-horizontal .form-group:after,.new-styles .btn-toolbar:before,.new-styles .btn-toolbar:after,.new-styles .btn-group-vertical > .btn-group:before,.new-styles .btn-group-vertical > .btn-group:after,.new-styles .nav:before,.new-styles .nav:after,.new-styles .navbar:before,.new-styles .navbar:after,.new-styles .navbar-header:before,.new-styles .navbar-header:after,.new-styles .navbar-collapse:before,.new-styles .navbar-collapse:after,.new-styles .pager:before,.new-styles .pager:after,.new-styles .panel-body:before,.new-styles .panel-body:after,.new-styles .modal-footer:before,.new-styles .modal-footer:after{content:" ";display:table}.new-styles .clearfix:after,.new-styles .dl-horizontal dd:after,.new-styles .container:after,.new-styles .container-fluid:after,.new-styles .row:after,.new-styles .form-horizontal .form-group:after,.new-styles .btn-toolbar:after,.new-styles .btn-group-vertical > .btn-group:after,.new-styles .nav:after,.new-styles .navbar:after,.new-styles .navbar-header:after,.new-styles .navbar-collapse:after,.new-styles .pager:after,.new-styles .panel-body:after,.new-styles .modal-footer:after{clear:both}.new-styles .center-block{display:block;margin-left:auto;margin-right:auto}.new-styles .pull-right{float:right!important}.new-styles .pull-left{float:left!important}.new-styles .hide{display:none!important}.new-styles .show{display:block!important}.new-styles .invisible{visibility:hidden}.new-styles .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.new-styles .hidden{display:none!important}.new-styles .affix{position:fixed}.new-styles .visible-xs,.new-styles .visible-sm,.new-styles .visible-md,.new-styles .visible-lg{display:none!important}.new-styles .visible-xs-block,.new-styles .visible-xs-inline,.new-styles .visible-xs-inline-block,.new-styles .visible-sm-block,.new-styles .visible-sm-inline,.new-styles .visible-sm-inline-block,.new-styles .visible-md-block,.new-styles .visible-md-inline,.new-styles .visible-md-inline-block,.new-styles .visible-lg-block,.new-styles .visible-lg-inline,.new-styles .visible-lg-inline-block{display:none!important}@media (max-width: 1px){.new-styles .visible-xs{display:block!important}.new-styles table.visible-xs{display:table}.new-styles tr.visible-xs{display:table-row!important}.new-styles th.visible-xs,.new-styles td.visible-xs{display:table-cell!important}}@media (max-width: 1px){.new-styles .visible-xs-block{display:block!important}}@media (max-width: 1px){.new-styles .visible-xs-inline{display:inline!important}}@media (max-width: 1px){.new-styles .visible-xs-inline-block{display:inline-block!important}}@media (min-width: 2px) and (max-width: 2px){.new-styles .visible-sm{display:block!important}.new-styles table.visible-sm{display:table}.new-styles tr.visible-sm{display:table-row!important}.new-styles th.visible-sm,.new-styles td.visible-sm{display:table-cell!important}.new-styles .visible-sm-block{display:block!important}.new-styles .visible-sm-inline{display:inline!important}.new-styles .visible-sm-inline-block{display:inline-block!important}}@media (min-width: 3px) and (max-width: 9998px){.new-styles .visible-md{display:block!important}.new-styles table.visible-md{display:table}.new-styles tr.visible-md{display:table-row!important}.new-styles th.visible-md,.new-styles td.visible-md{display:table-cell!important}.new-styles .visible-md-block{display:block!important}.new-styles .visible-md-inline{display:inline!important}.new-styles .visible-md-inline-block{display:inline-block!important}}@media (min-width: 9999px){.new-styles .visible-lg{display:block!important}.new-styles table.visible-lg{display:table}.new-styles tr.visible-lg{display:table-row!important}.new-styles th.visible-lg,.new-styles td.visible-lg{display:table-cell!important}}@media (min-width: 9999px){.new-styles .visible-lg-block{display:block!important}}@media (min-width: 9999px){.new-styles .visible-lg-inline{display:inline!important}}@media (min-width: 9999px){.new-styles .visible-lg-inline-block{display:inline-block!important}}@media (max-width: 1px){.new-styles .hidden-xs{display:none!important}}@media (min-width: 2px) and (max-width: 2px){.new-styles .hidden-sm{display:none!important}}@media (min-width: 3px) and (max-width: 9998px){.new-styles .hidden-md{display:none!important}}@media (min-width: 9999px){.new-styles .hidden-lg{display:none!important}}.new-styles .visible-print{display:none!important}@media print{.new-styles .visible-print{display:block!important}.new-styles table.visible-print{display:table}.new-styles tr.visible-print{display:table-row!important}.new-styles th.visible-print,.new-styles td.visible-print{display:table-cell!important}}.new-styles .visible-print-block{display:none!important}@media print{.new-styles .visible-print-block{display:block!important}}.new-styles .visible-print-inline{display:none!important}@media print{.new-styles .visible-print-inline{display:inline!important}}.new-styles .visible-print-inline-block{display:none!important}@media print{.new-styles .visible-print-inline-block{display:inline-block!important}}@media print{.new-styles .hidden-print{display:none!important}}.new-styles .mh-normal-grid .col-xs-1,.new-styles .mh-normal-grid .col-xs-2,.new-styles .mh-normal-grid .col-xs-3,.new-styles .mh-normal-grid .col-xs-4,.new-styles .mh-normal-grid .col-xs-5,.new-styles .mh-normal-grid .col-xs-6,.new-styles .mh-normal-grid .col-xs-7,.new-styles .mh-normal-grid .col-xs-8,.new-styles .mh-normal-grid .col-xs-9,.new-styles .mh-normal-grid .col-xs-10,.new-styles .mh-normal-grid .col-xs-11,.new-styles .mh-normal-grid .col-xs-12{float:left}.new-styles .mh-normal-grid .col-xs-12{width:100%}.new-styles .mh-normal-grid .col-xs-11{width:91.66666667%}.new-styles .mh-normal-grid .col-xs-10{width:83.33333333%}.new-styles .mh-normal-grid .col-xs-9{width:75%}.new-styles .col-xs-8{width:66.66666667%}.new-styles .mh-normal-grid .col-xs-7{width:58.33333333%}.new-styles .mh-normal-grid .col-xs-6{width:50%}.new-styles .mh-normal-grid .col-xs-5{width:41.66666667%}.new-styles .mh-normal-grid .col-xs-4{width:33.33333333%}.new-styles .mh-normal-grid .col-xs-3{width:25%}.new-styles .mh-normal-grid .col-xs-2{width:16.66666667%}.new-styles .mh-normal-grid .col-xs-1{width:8.33333333%}.new-styles .mh-normal-grid .col-xs-pull-12{right:100%}.new-styles .mh-normal-grid .col-xs-pull-11{right:91.66666667%}.new-styles .mh-normal-grid .col-xs-pull-10{right:83.33333333%}.new-styles .mh-normal-grid .col-xs-pull-9{right:75%}.new-styles .mh-normal-grid .col-xs-pull-8{right:66.66666667%}.new-styles .mh-normal-grid .col-xs-pull-7{right:58.33333333%}.new-styles .mh-normal-grid .col-xs-pull-6{right:50%}.new-styles .mh-normal-grid .col-xs-pull-5{right:41.66666667%}.new-styles .mh-normal-grid .col-xs-pull-4{right:33.33333333%}.new-styles .mh-normal-grid .col-xs-pull-3{right:25%}.new-styles .mh-normal-grid .col-xs-pull-2{right:16.66666667%}.new-styles .mh-normal-grid .col-xs-pull-1{right:8.33333333%}.new-styles .mh-normal-grid .col-xs-pull-0{right:auto}.new-styles .mh-normal-grid .col-xs-push-12{left:100%}.new-styles .mh-normal-grid .col-xs-push-11{left:91.66666667%}.new-styles .mh-normal-grid .col-xs-push-10{left:83.33333333%}.new-styles .mh-normal-grid .col-xs-push-9{left:75%}.new-styles .mh-normal-grid .col-xs-push-8{left:66.66666667%}.new-styles .mh-normal-grid .col-xs-push-7{left:58.33333333%}.new-styles .mh-normal-grid .col-xs-push-6{left:50%}.new-styles .mh-normal-grid .col-xs-push-5{left:41.66666667%}.new-styles .mh-normal-grid .col-xs-push-4{left:33.33333333%}.new-styles .mh-normal-grid .col-xs-push-3{left:25%}.new-styles .mh-normal-grid .col-xs-push-2{left:16.66666667%}.new-styles .mh-normal-grid .col-xs-push-1{left:8.33333333%}.new-styles .mh-normal-grid .col-xs-push-0{left:auto}.new-styles .mh-normal-grid .col-xs-offset-12{margin-left:100%}.new-styles .mh-normal-grid .col-xs-offset-11{margin-left:91.66666667%}.new-styles .mh-normal-grid .col-xs-offset-10{margin-left:83.33333333%}.new-styles .mh-normal-grid .col-xs-offset-9{margin-left:75%}.new-styles .mh-normal-grid .col-xs-offset-8{margin-left:66.66666667%}.new-styles .mh-normal-grid .col-xs-offset-7{margin-left:58.33333333%}.new-styles .mh-normal-grid .col-xs-offset-6{margin-left:50%}.new-styles .mh-normal-grid .col-xs-offset-5{margin-left:41.66666667%}.new-styles .mh-normal-grid .col-xs-offset-4{margin-left:33.33333333%}.new-styles .mh-normal-grid .col-xs-offset-3{margin-left:25%}.new-styles .mh-normal-grid .col-xs-offset-2{margin-left:16.66666667%}.new-styles .mh-normal-grid .col-xs-offset-1{margin-left:8.33333333%}.new-styles .mh-normal-grid .col-xs-offset-0{margin-left:0}@media (min-width: 768px){.new-styles .mh-normal-grid .col-sm-1,.new-styles .mh-normal-grid .col-sm-2,.new-styles .mh-normal-grid .col-sm-3,.new-styles .mh-normal-grid .col-sm-4,.new-styles .mh-normal-grid .col-sm-5,.new-styles .mh-normal-grid .col-sm-6,.new-styles .mh-normal-grid .col-sm-7,.new-styles .mh-normal-grid .col-sm-8,.new-styles .mh-normal-grid .col-sm-9,.new-styles .mh-normal-grid .col-sm-10,.new-styles .mh-normal-grid .col-sm-11,.new-styles .mh-normal-grid .col-sm-12{float:left}.new-styles .mh-normal-grid .col-sm-12{width:100%}.new-styles .mh-normal-grid .col-sm-11{width:91.66666667%}.new-styles .mh-normal-grid .col-sm-10{width:83.33333333%}.new-styles .mh-normal-grid .col-sm-9{width:75%}.new-styles .mh-normal-grid .col-sm-8{width:66.66666667%}.new-styles .mh-normal-grid .col-sm-7{width:58.33333333%}.new-styles .mh-normal-grid .col-sm-6{width:50%}.new-styles .mh-normal-grid .col-sm-5{width:41.66666667%}.new-styles .mh-normal-grid .col-sm-4{width:33.33333333%}.new-styles .mh-normal-grid .col-sm-3{width:25%}.new-styles .mh-normal-grid .col-sm-2{width:16.66666667%}.new-styles .mh-normal-grid .col-sm-1{width:8.33333333%}.new-styles .mh-normal-grid .col-sm-pull-12{right:100%}.new-styles .mh-normal-grid .col-sm-pull-11{right:91.66666667%}.new-styles .mh-normal-grid .col-sm-pull-10{right:83.33333333%}.new-styles .mh-normal-grid .col-sm-pull-9{right:75%}.new-styles .mh-normal-grid .col-sm-pull-8{right:66.66666667%}.new-styles .mh-normal-grid .col-sm-pull-7{right:58.33333333%}.new-styles .mh-normal-grid .col-sm-pull-6{right:50%}.new-styles .mh-normal-grid .col-sm-pull-5{right:41.66666667%}.new-styles .mh-normal-grid .col-sm-pull-4{right:33.33333333%}.new-styles .mh-normal-grid .col-sm-pull-3{right:25%}.new-styles .mh-normal-grid .col-sm-pull-2{right:16.66666667%}.new-styles .mh-normal-grid .col-sm-pull-1{right:8.33333333%}.new-styles .mh-normal-grid .col-sm-pull-0{right:auto}.new-styles .mh-normal-grid .col-sm-push-12{left:100%}.new-styles .mh-normal-grid .col-sm-push-11{left:91.66666667%}.new-styles .mh-normal-grid .col-sm-push-10{left:83.33333333%}.new-styles .mh-normal-grid .col-sm-push-9{left:75%}.new-styles .mh-normal-grid .col-sm-push-8{left:66.66666667%}.new-styles .mh-normal-grid .col-sm-push-7{left:58.33333333%}.new-styles .mh-normal-grid .col-sm-push-6{left:50%}.new-styles .mh-normal-grid .col-sm-push-5{left:41.66666667%}.new-styles .mh-normal-grid .col-sm-push-4{left:33.33333333%}.new-styles .mh-normal-grid .col-sm-push-3{left:25%}.new-styles .mh-normal-grid .col-sm-push-2{left:16.66666667%}.new-styles .mh-normal-grid .col-sm-push-1{left:8.33333333%}.new-styles .mh-normal-grid .col-sm-push-0{left:auto}.new-styles .mh-normal-grid .col-sm-offset-12{margin-left:100%}.new-styles .mh-normal-grid .col-sm-offset-11{margin-left:91.66666667%}.new-styles .mh-normal-grid .col-sm-offset-10{margin-left:83.33333333%}.new-styles .mh-normal-grid .col-sm-offset-9{margin-left:75%}.new-styles .mh-normal-grid .col-sm-offset-8{margin-left:66.66666667%}.new-styles .mh-normal-grid .col-sm-offset-7{margin-left:58.33333333%}.new-styles .mh-normal-grid .col-sm-offset-6{margin-left:50%}.new-styles .mh-normal-grid .col-sm-offset-5{margin-left:41.66666667%}.new-styles .mh-normal-grid .col-sm-offset-4{margin-left:33.33333333%}.new-styles .mh-normal-grid .col-sm-offset-3{margin-left:25%}.new-styles .mh-normal-grid .col-sm-offset-2{margin-left:16.66666667%}.new-styles .mh-normal-grid .col-sm-offset-1{margin-left:8.33333333%}.new-styles .mh-normal-grid .col-sm-offset-0{margin-left:0}}@media (min-width: 992px){.new-styles .mh-normal-grid .col-md-1,.new-styles .mh-normal-grid .col-md-2,.new-styles .mh-normal-grid .col-md-3,.new-styles .mh-normal-grid .col-md-4,.new-styles .mh-normal-grid .col-md-5,.new-styles .mh-normal-grid .col-md-6,.new-styles .mh-normal-grid .col-md-7,.new-styles .mh-normal-grid .col-md-8,.new-styles .mh-normal-grid .col-md-9,.new-styles .mh-normal-grid .col-md-10,.new-styles .mh-normal-grid .col-md-11,.new-styles .mh-normal-grid .col-md-12{float:left}.new-styles .mh-normal-grid .col-md-12{width:100%}.new-styles .mh-normal-grid .col-md-11{width:91.66666667%}.new-styles .mh-normal-grid .col-md-10{width:83.33333333%}.new-styles .mh-normal-grid .col-md-9{width:75%}.new-styles .mh-normal-grid .col-md-8{width:66.66666667%}.new-styles .mh-normal-grid .col-md-7{width:58.33333333%}.new-styles .mh-normal-grid .col-md-6{width:50%}.new-styles .mh-normal-grid .col-md-5{width:41.66666667%}.new-styles .mh-normal-grid .col-md-4{width:33.33333333%}.new-styles .mh-normal-grid .col-md-3{width:25%}.new-styles .mh-normal-grid .col-md-2{width:16.66666667%}.new-styles .mh-normal-grid .col-md-1{width:8.33333333%}.new-styles .mh-normal-grid .col-md-pull-12{right:100%}.new-styles .mh-normal-grid .col-md-pull-11{right:91.66666667%}.new-styles .mh-normal-grid .col-md-pull-10{right:83.33333333%}.new-styles .mh-normal-grid .col-md-pull-9{right:75%}.new-styles .mh-normal-grid .col-md-pull-8{right:66.66666667%}.new-styles .mh-normal-grid .col-md-pull-7{right:58.33333333%}.new-styles .mh-normal-grid .col-md-pull-6{right:50%}.new-styles .mh-normal-grid .col-md-pull-5{right:41.66666667%}.new-styles .mh-normal-grid .col-md-pull-4{right:33.33333333%}.new-styles .mh-normal-grid .col-md-pull-3{right:25%}.new-styles .mh-normal-grid .col-md-pull-2{right:16.66666667%}.new-styles .mh-normal-grid .col-md-pull-1{right:8.33333333%}.new-styles .mh-normal-grid .col-md-pull-0{right:auto}.new-styles .mh-normal-grid .col-md-push-12{left:100%}.new-styles .mh-normal-grid .col-md-push-11{left:91.66666667%}.new-styles .mh-normal-grid .col-md-push-10{left:83.33333333%}.new-styles .mh-normal-grid .col-md-push-9{left:75%}.new-styles .mh-normal-grid .col-md-push-8{left:66.66666667%}.new-styles .mh-normal-grid .col-md-push-7{left:58.33333333%}.new-styles .mh-normal-grid .col-md-push-6{left:50%}.new-styles .mh-normal-grid .col-md-push-5{left:41.66666667%}.new-styles .mh-normal-grid .col-md-push-4{left:33.33333333%}.new-styles .mh-normal-grid .col-md-push-3{left:25%}.new-styles .mh-normal-grid .col-md-push-2{left:16.66666667%}.new-styles .mh-normal-grid .col-md-push-1{left:8.33333333%}.new-styles .mh-normal-grid .col-md-push-0{left:auto}.new-styles .mh-normal-grid .col-md-offset-12{margin-left:100%}.new-styles .mh-normal-grid .col-md-offset-11{margin-left:91.66666667%}.new-styles .mh-normal-grid .col-md-offset-10{margin-left:83.33333333%}.new-styles .mh-normal-grid .col-md-offset-9{margin-left:75%}.new-styles .mh-normal-grid .col-md-offset-8{margin-left:66.66666667%}.new-styles .mh-normal-grid .col-md-offset-7{margin-left:58.33333333%}.new-styles .mh-normal-grid .col-md-offset-6{margin-left:50%}.new-styles .mh-normal-grid .col-md-offset-5{margin-left:41.66666667%}.new-styles .mh-normal-grid .col-md-offset-4{margin-left:33.33333333%}.new-styles .mh-normal-grid .col-md-offset-3{margin-left:25%}.new-styles .mh-normal-grid .col-md-offset-2{margin-left:16.66666667%}.new-styles .mh-normal-grid .col-md-offset-1{margin-left:8.33333333%}.new-styles .mh-normal-grid .col-md-offset-0{margin-left:0}}@media (min-width: 1200px){.new-styles .mh-normal-grid .col-lg-1,.new-styles .mh-normal-grid .col-lg-2,.new-styles .mh-normal-grid .col-lg-3,.new-styles .mh-normal-grid .col-lg-4,.new-styles .mh-normal-grid .col-lg-5,.new-styles .mh-normal-grid .col-lg-6,.new-styles .mh-normal-grid .col-lg-7,.new-styles .mh-normal-grid .col-lg-8,.new-styles .mh-normal-grid .col-lg-9,.new-styles .mh-normal-grid .col-lg-10,.new-styles .mh-normal-grid .col-lg-11,.new-styles .mh-normal-grid .col-lg-12{float:left}.new-styles .mh-normal-grid .col-lg-12{width:100%}.new-styles .mh-normal-grid .col-lg-11{width:91.66666667%}.new-styles .mh-normal-grid .col-lg-10{width:83.33333333%}.new-styles .mh-normal-grid .col-lg-9{width:75%}.new-styles .mh-normal-grid .col-lg-8{width:66.66666667%}.new-styles .mh-normal-grid .col-lg-7{width:58.33333333%}.new-styles .mh-normal-grid .col-lg-6{width:50%}.new-styles .mh-normal-grid .col-lg-5{width:41.66666667%}.new-styles .mh-normal-grid .col-lg-4{width:33.33333333%}.new-styles .mh-normal-grid .col-lg-3{width:25%}.new-styles .mh-normal-grid .col-lg-2{width:16.66666667%}.new-styles .mh-normal-grid .col-lg-1{width:8.33333333%}.new-styles .mh-normal-grid .col-lg-pull-12{right:100%}.new-styles .mh-normal-grid .col-lg-pull-11{right:91.66666667%}.new-styles .mh-normal-grid .col-lg-pull-10{right:83.33333333%}.new-styles .mh-normal-grid .col-lg-pull-9{right:75%}.new-styles .mh-normal-grid .col-lg-pull-8{right:66.66666667%}.new-styles .mh-normal-grid .col-lg-pull-7{right:58.33333333%}.new-styles .mh-normal-grid .col-lg-pull-6{right:50%}.new-styles .mh-normal-grid .col-lg-pull-5{right:41.66666667%}.new-styles .mh-normal-grid .col-lg-pull-4{right:33.33333333%}.new-styles .mh-normal-grid .col-lg-pull-3{right:25%}.new-styles .mh-normal-grid .col-lg-pull-2{right:16.66666667%}.new-styles .mh-normal-grid .col-lg-pull-1{right:8.33333333%}.new-styles .mh-normal-grid .col-lg-pull-0{right:auto}.new-styles .mh-normal-grid .col-lg-push-12{left:100%}.new-styles .mh-normal-grid .col-lg-push-11{left:91.66666667%}.new-styles .mh-normal-grid .col-lg-push-10{left:83.33333333%}.new-styles .mh-normal-grid .col-lg-push-9{left:75%}.new-styles .mh-normal-grid .col-lg-push-8{left:66.66666667%}.new-styles .mh-normal-grid .col-lg-push-7{left:58.33333333%}.new-styles .mh-normal-grid .col-lg-push-6{left:50%}.new-styles .mh-normal-grid .col-lg-push-5{left:41.66666667%}.new-styles .mh-normal-grid .col-lg-push-4{left:33.33333333%}.new-styles .mh-normal-grid .col-lg-push-3{left:25%}.new-styles .mh-normal-grid .col-lg-push-2{left:16.66666667%}.new-styles .mh-normal-grid .col-lg-push-1{left:8.33333333%}.new-styles .mh-normal-grid .col-lg-push-0{left:auto}.new-styles .mh-normal-grid .col-lg-offset-12{margin-left:100%}.new-styles .mh-normal-grid .col-lg-offset-11{margin-left:91.66666667%}.new-styles .mh-normal-grid .col-lg-offset-10{margin-left:83.33333333%}.new-styles .mh-normal-grid .col-lg-offset-9{margin-left:75%}.new-styles .mh-normal-grid .col-lg-offset-8{margin-left:66.66666667%}.new-styles .mh-normal-grid .col-lg-offset-7{margin-left:58.33333333%}.new-styles .mh-normal-grid .col-lg-offset-6{margin-left:50%}.new-styles .mh-normal-grid .col-lg-offset-5{margin-left:41.66666667%}.new-styles .mh-normal-grid .col-lg-offset-4{margin-left:33.33333333%}.new-styles .mh-normal-grid .col-lg-offset-3{margin-left:25%}.new-styles .mh-normal-grid .col-lg-offset-2{margin-left:16.66666667%}.new-styles .mh-normal-grid .col-lg-offset-1{margin-left:8.33333333%}.new-styles .mh-normal-grid .col-lg-offset-0{margin-left:0}}
/* End */


/* Start:/local/css/plugins.css?1628145522126502*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
    position: fixed;
    z-index: 1104;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('/local/images/fancybox.png');
}

#fancybox-overlay {
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
}

#fancybox-tmp {
    display: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

#fancybox-wrap {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 20px;
    outline: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #fff;
}

#fancybox-content {
    position: relative;
    z-index: 1102;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    padding: 0;
    border: 0 solid #fff;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: 0 5px 10px rgba(1,1,1,.2);
    box-shadow: 0 5px 10px rgba(1,1,1,.2);
}

#fancybox-content > div {
    overflow: visible !important;
}

#fancybox-hide-sel-frame {
    position: absolute;
    z-index: 1101;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close {
    position: absolute;
    z-index: 1104;
    top: 25px;
    right: 25px;
    display: none;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

.close,
#fancybox-close {
    background: none !important;
    font-size: 30px;
    line-height: 1;
    display: block;
    float: none;
    overflow: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
}

.close:hover,
.close.hover,
.close:focus,
.close.focus,
.close:active,
.close.active,
#fancybox-close:hover,
#fancybox-close.hover,
#fancybox-close:focus,
#fancybox-close.focus,
#fancybox-close:active,
#fancybox-close.active {
    opacity: 1;
    color: #f0b7b8;
    filter: alpha(opacity=100);
}

.close:after,
#fancybox-close:after {
    content: '\e014';
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    top: 0;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#fancybox-error {
    font: normal 12px/20px Arial;
    margin: 0;
    padding: 14px;
    color: #444;
}

#fancybox-img {
    line-height: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border: none;
    outline: none;
}

#fancybox-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    z-index: 1103;
    bottom: 0;
    display: none;
    width: 35%;
    height: 100%;
    cursor: pointer;
    text-decoration: none !important;
    border: 0 !important;
    outline: none;
    background: url(/local/images/blank.gif) 0 0 repeat;
}

#fancybox-left {
    left: 0;
}

#fancybox-right {
    right: 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    z-index: 1102;
    top: 50%;
    display: block;
    margin-top: -17px;
    cursor: pointer;
}

#fancybox-left-ico {
    left: 20px;
    width: 13px;
    height: 34px;
    background-position: 0 -170px;
}

#fancybox-left:hover #fancybox-left-ico,
#fancybox-left.hover #fancybox-left-ico {
    width: 13px;
    height: 34px;
    background-position: 0 -136px;
}

#fancybox-left:active #fancybox-left-ico,
#fancybox-left.active #fancybox-left-ico {
    width: 13px;
    height: 34px;
    background-position: 0 -136px;
}

#fancybox-right-ico {
    right: 20px;
    width: 13px;
    height: 34px;
    background-position: 0 -68px;
}

#fancybox-right:hover #fancybox-right-ico,
#fancybox-right.hover #fancybox-right-ico {
    width: 13px;
    height: 34px;
    background-position: 0 -34px;
}

#fancybox-right:active #fancybox-right-ico,
#fancybox-right.active #fancybox-right-ico {
    width: 13px;
    height: 34px;
    background-position: 0 -34px;
}

.fancybox-bg {
    position: absolute;
    z-index: 1001;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
}

#fancybox-title {
    font-size: 12px;
    line-height: 23px;
    z-index: 1102;
    text-align: left;
    text-transform: uppercase;
    color: #3b4347;
}

.fancybox-title-inside {
    position: relative;
    margin-top: -20px;
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff;
}

.fancybox-title-float {
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 32px;
}

#fancybox-title-float-wrap {
    width: auto;
    border-collapse: collapse;
    border: none;
}

#fancybox-title-float-wrap td {
    white-space: nowrap;
    border: none;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('/local/images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    font-weight: bold;
    line-height: 29px;
    padding: 0 0 3px 0;
    color: #fff;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('/local/images/fancybox.png') -55px -90px no-repeat;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    color: #212121;
    border: 1px solid #999;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.tooltipster-default .tooltipster-content {
    overflow: hidden;
    padding: 12px 20px 15px;
    /*  font-size: 12px;
    line-height: 1.41667;*/
}

.tooltipster-icon {
    margin-left: 4px;
    cursor: help;
}

.tooltipster-base {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1200;
    top: 0;
    left: 0;
    overflow: visible;
    width: auto;
    padding: 0;
    pointer-events: none;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

.tooltipster-arrow {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.boxshadow .tooltipster-default {
    border: 0;
}

.boxshadow .tooltipster-arrow-border {
    display: none;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    bottom: -7px;
    border-top: 7px solid;
    border-right: 12px solid transparent !important;
    border-left: 12px solid transparent !important;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    bottom: -7px;
    border-top: 8px solid;
    border-right: 13px solid transparent !important;
    border-left: 13px solid transparent !important;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    top: -7px;
    border-right: 12px solid transparent !important;
    border-bottom: 7px solid;
    border-left: 12px solid transparent !important;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    top: -7px;
    border-right: 13px solid transparent !important;
    border-bottom: 8px solid;
    border-left: 13px solid transparent !important;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 40px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 39px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 40px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 39px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    top: 50%;
    right: -7px;
    margin-top: -3.5px;
    border-top: 12px solid transparent !important;
    border-bottom: 12px solid transparent !important;
    border-left: 7px solid;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    margin-top: -4px;
    border-top: 13px solid transparent !important;
    border-bottom: 13px solid transparent !important;
    border-left: 8px solid;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    top: 50%;
    left: -7px;
    margin-top: -3.5px;
    border-top: 12px solid transparent !important;
    border-right: 7px solid;
    border-bottom: 12px solid transparent !important;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    margin-top: -4px;
    border-top: 13px solid transparent !important;
    border-right: 8px solid;
    border-bottom: 13px solid transparent !important;
}

.tooltipster-fade {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.tooltipster-swing {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    opacity: 0;
}

.tooltipster-swing-show {
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    opacity: 1;
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -webkit-transition-property: top;
    transition-property: top;
}

.tooltipster-fall.tooltipster-dying {
    top: 0 !important;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -webkit-transition-property: left;
    transition-property: left;
}

.tooltipster-slide.tooltipster-dying {
    left: 0 !important;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 0;
}

.tooltipster-content-changing {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: .5;
}

/* ui-slider */
.ui-slider {
    position: relative;
    height: 10px;
    margin-top: 13px;
    border: 1px solid #81a8d3;
    border-radius: 5px;
    background-color: #97bce5;
}

.ui-slider:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 100%;
    display: block;
    width: 31px;
    margin-left: -5px;
    content: '';
    border: 1px solid #81a8d3;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    background-color: #97bce5;
}

.ui-slider-handle {
    position: absolute;
    z-index: 1;
    display: block;
    width: 26px;
    height: 26px;
    margin: -9px 0 0 -1px;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    background-color: #ff714a;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzE0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4MmUwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff714a), color-stop(100%, #d82e00));
    background-image: -webkit-linear-gradient(#ff714a, #d82e00);
    background-image: linear-gradient(#ff714a, #d82e00);
    background-size: 100%;
    box-shadow: 0 2px 2px rgba(1, 1, 1, .2);
}

.ui-slider-handle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    content: '';
    border-radius: 50%;
    background-color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWZmMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eeeff0));
    background-image: -webkit-linear-gradient(#fff, #eeeff0);
    background-image: linear-gradient(#fff, #eeeff0);
    background-size: 100%;
}

.ui-slider-handle.ui-state-hover {
    background-color: #4096f1;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOTZmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNGI5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4096f1), color-stop(100%, #004b9b));
    background-image: -webkit-linear-gradient(#4096f1, #004b9b);
    background-image: linear-gradient(#4096f1, #004b9b);
    background-size: 100%;
    box-shadow: 0 2px 2px rgba(1, 1, 1, .3);
}

.ui-slider-handle.ui-state-active {
    background-color: #003f83;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2Y4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwM2Y4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #003f83), color-stop(100%, #003f83));
    background-image: -webkit-linear-gradient(#003f83, #003f83);
    background-image: linear-gradient(#003f83, #003f83);
    background-size: 100%;
    box-shadow: none;
}

.ui-slider-handle ~ .ui-slider-handle {
    margin-left: -13px;
}

.ui-slider-range {
    position: absolute;
    top: -3px;
    height: 3px;
    background-color: #fff;
}

.ui-slider-area {
    position: relative;
    padding-right: 26px;
}

.ui-slider-scale-area {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
}

.ui-slider-resection {
    width: 1px;
    height: 4px;
    margin-right: 4px !important;
    background-color: #81a8d3;
}

.ui-slider-resection:first-child {
    margin-left: 4px !important;
}

.ui-slider-val-area {
    margin-bottom: 5px;
    /*overflow: hidden;*/
}

.ui-slider-val {
    font-size: 11px;
    line-height: 1;
    overflow: hidden;
    margin-right: 4px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #5082b9;
}

.ui-slider-val:first-child {
    margin-left: 4px !important;
}

.ui-slider-val-min {
    float: left;
    width: 50%;
}

.ui-slider-val-max {
    float: right;
    width: 50%;
    text-align: right;
}

.ui-slider-runner {
    padding-bottom: 10px;
    vertical-align: bottom;
}

.ui-slider-txt {
    font-size: 11px;
    padding: 0;
    vertical-align: middle;
    color: #5082b9;
}

/*.ui-slider-area {
    margin:0 -8px;
}*/
.ui-slider-inner-area {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.ui-slider-inner-area ~ .ui-slider-inner-area {
    margin-top: 19px;
}

.ui-slider-field {
    display: table-cell;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
    vertical-align: top;
}

/*ui-autocomplete*/
.ui-autocomplete {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 280px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px #cbcbcb;
    -webkit-overflow-scrolling: touch;
}

.ui-autocomplete .ui-menu-item {
    font-weight: 300;
    line-height: 1;
    display: list-item;
    margin: 0;
    padding: 9px 11px;
    list-style: none;
    cursor: pointer;
    color: #333;
    -webkit-touch-callout: none;
}

.ui-autocomplete .ui-menu-item:before {
    content: none !important;
}

.ui-autocomplete .ui-menu-item:first-child {
    border-radius: 5px 5px 0 0;
}

.ui-autocomplete .ui-menu-item:last-child {
    border-radius: 0 0 5px 5px;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
    background-color: #ffeac6;
}

.ui-autocomplete .ui-menu-item a {
    color: inherit !important;
}

/*ui-datepicker*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.ui-helper-reset {
    font-size: 100%;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    display: table;
    border-collapse: collapse;
    content: '';
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    z-index: 100 !important;
    display: none;
    width: 19em;
    padding: 10px 20px 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.ui-datepicker:before {
    position: absolute;
    bottom: 100%;
    left: 40px;
    content: '';
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-prev span {
    left: 0;
}

.ui-datepicker .ui-datepicker-next span {
    right: 0;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 35px;
    text-align: center;
    color: #231f20;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    font-family: Tahoma, Verdana, Geneva CY, sans-serif;
    font-weight: normal;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.ui-datepicker th {
    font-weight: bold;
    padding: .6em;
    text-align: center;
    text-transform: capitalize;
    color: #231f20;
    border-bottom: 1px solid #ccc;
}

.ui-datepicker td {
    height: 30px;
    padding: 0;
    border: 0;
}

.ui-datepicker th,
.ui-datepicker td {
    vertical-align: inherit;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .321429em .392857em .392857em;
    text-align: center;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    overflow: visible;
    width: auto;
    margin: .5em .2em .4em;
    padding: .2em .6em .3em .6em;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 12px;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    font-size: 0;
    clear: both;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    right: auto;
    left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    right: auto;
    left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker tr:nth-of-type(2n) {
    background: none;
}

.ui-datepicker thead {
    border: 0;
    background-color: transparent;
}

.ui-datepicker .ui-state-default {
    background-color: #fff;
}

.ui-datepicker .ui-state-default.ui-state-hover {
    background-color: #f0f0f0;
}

/*.ui-datepicker .ui-state-highlight {
    background-color: #d82e00 !important;
    color: #fff !important;
    font-weight: bold;
}*/
.ui-datepicker .ui-state-disabled .ui-state-default {
    color: #b2b2b2;
    background: transparent;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    font-weight: bold;
    color: #fff !important;
    background-color: #d82e00 !important;
}

.ui-datepicker .ui-datepicker-header .ui-state-disabled {
    visibility: hidden;
}

.ui-icon-circle-triangle-w {
    font-size: 18px;
    width: 17px;
    height: 19px;
    text-indent: 0;
    color: #b2b2b2;
}

.ui-icon-circle-triangle-w:before {
    content: '\e079';
}

.ui-datepicker-prev-hover .ui-icon-circle-triangle-w {
    color: #003f83;
}

.ui-icon-circle-triangle-e {
    font-size: 18px;
    width: 17px;
    height: 19px;
    text-indent: 0;
    color: #b2b2b2;
}

.ui-icon-circle-triangle-e:before {
    content: '\e080';
}

.ui-datepicker-next-hover .ui-icon-circle-triangle-e {
    color: #003f83;
}

/*!
 * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select, select {
    width: 100%;
    margin-right: 20px;
    float: left !important;
}

.bootstrap-select > .btn {
    width: 100%;
    padding-right: 30px;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 100%;
}

/*.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}*/
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*='col-']) {
    width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
    display: inline-block;
    float: none;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
    float: right;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -11px;
    vertical-align: middle;
    z-index: 1;
    width: auto;
    height: auto;
    border: 0 !important;
}

.bootstrap-select.btn-group .btn .caret:after {
    content: '\00A0\e114';
    font-size: 12px;
    font-family: 'Glyphicons Halflings';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    top: 1px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap-select.btn-group.open .btn .caret:after {
    content: '\00A0\e113';
}

.bootstrap-select.btn-group[class*='col-'] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 1080;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    margin-top: 5px;
    padding: 0;
}

.bootstrap-select.btn-group.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 5px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    margin: 0;
    padding: 0;
}

.bootstrap-select.btn-group .dropdown-menu li:before {
    content: none;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #64b1d8;
    color: rgba(100, 177, 216, .4);
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 16px;
    line-height: 1.25;
    padding: 6px 11px 11px;
    cursor: pointer;
    color: #231f20;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover,
.bootstrap-select.btn-group .dropdown-menu li a.hover,
.bootstrap-select.btn-group .dropdown-menu li a:focus,
.bootstrap-select.btn-group .dropdown-menu li a.focus {
    color: #231f20;
    background-color: #f2f2f2;
}

.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li a {
    color: #003f83;
}

.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li a:hover,
.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li a.hover,
.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li a:focus,
.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li a.focus {
    color: #d82e00;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
    color: #fff;
    background-color: #0089c2;
}

.bootstrap-select.btn-group.bootstrap-select-custom-text .dropdown-menu li.selected a {
    color: #003f83;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
    min-height: 26px;
    margin: 0 2%;
    padding: 3px 5px;
    pointer-events: none;
    opacity: .9;
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.bootstrap-select.btn-group .no-results {
    margin: 0 5px;
    padding: 3px;
    background: #f5f5f5;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    right: 15px;
    display: inline-block;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
    content: '';
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(204, 204, 204, .2);
    border-left: 7px solid transparent;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    top: -3px;
    bottom: auto;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #ccc;
    border-top-color: rgba(204, 204, 204, .2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    top: -3px;
    bottom: auto;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
    width: 100%;
    margin-bottom: 0;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.cloud-zoom-lens {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: move;
    background-color: #e97c77;
}

.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    position: absolute !important;
    top: 0;
    width: 100%;
    padding: 3px;
    text-align: center;
    color: #fff;
    background-color: #231f20;
}

.cloud-zoom-big {
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e97c77;
}

.cloud-zoom-loading {
    padding: 3px;
    color: #fff;
    border: 1px solid #231f20;
    background: #222;
}

.mousetrap {
    width: 100% !important;
    height: 100% !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
        opacity: 0;
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
        opacity: 0;
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
        opacity: 0;
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
        opacity: 0;
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
    40% {
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        opacity: 0;
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        opacity: 0;
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        opacity: 0;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        opacity: 0;
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        opacity: 0;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        visibility: visible;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        visibility: visible;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.br-widget {
    margin-left: -20px;
}

.br-widget a {
    width: 30px;
    height: 29px;
    margin-right: 1px;
    vertical-align: middle;
    text-decoration: none !important;
    border-bottom: 0 !important;
    background-position: 0 -355px;
}

.br-widget a:first-child {
    margin-left: 20px;
}

.br-widget a.br-active,
.br-widget a.br-selected {
    width: 30px;
    height: 29px;
    background-position: 0 -326px;
}

.br-current-rating {
    margin-left: 20px;
    vertical-align: middle;
}

/*@media (min-width: 768px) {*/
@media (min-width: 2px) {
    .br-current-rating {
        display: inline-block;
    }
}

/*Clock*/
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

.clock-container {
    margin: 30px 0;
    text-align: center;
}

.clock-container:first-child {
    margin-top: 0;
}

.clock-container:last-child {
    margin-bottom: 0;
}

.no-cssanimations .clock-container {
    height: 0;
    margin-top: -30px;
    overflow: hidden;
}

.clock {
    border-radius: 50%;
    background-color: #eaebeb;
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
}

.clock:after {
    background: red;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4%;
    height: 4%;
    z-index: 10
}

.clock:before {
    background: black;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6%;
    height: 6%;
    z-index: 0
}

.clock:after {
    width: 2%;
    height: 2%
}

.clock .seconds {
    border-radius: 200%/10%;
    height: 30%;
    left: 49.5%;
    top: 20%;
    width: 1%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.clock .minutes {
    border-radius: 150%/10%;
    width: 2%;
    height: 35%;
    left: 49%;
    top: 15%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.clock .hours {
    border-radius: 85%/10%;
    width: 2%;
    height: 20%;
    left: 49%;
    top: 30%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.clock-face {
    position: absolute;
    top: 6%;
    bottom: 6%;
    left: 6%;
    right: 6%;
    background: transparent url(/local/images/clock-ios.svg) no-repeat center;
}

.minutes-container,
.hours-container,
.seconds-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hours-container {
    -webkit-animation: rotate 43200s infinite linear;
    animation: rotate 43200s infinite linear
}

.hours-container {

}

.minutes-container {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(.4, 2.08, .55, .44);
    transition: transform 0.3s cubic-bezier(.4, 2.08, .55, .44)
}

.seconds-container {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(.4, 2.08, .55, .44);
    transition: transform 0.2s cubic-bezier(.4, 2.08, .55, .44)
}

.hours {
    background: #000;
    width: 3.5%;
    height: 40%;
    position: absolute;
    left: 48.25%;
    top: 22%;
    -webkit-transform-origin: 50% 71%;
    -ms-transform-origin: 50% 71%;
    transform-origin: 50% 71%
}

.minutes {
    background: #000;
    width: 3.5%;
    height: 55%;
    position: absolute;
    left: 48.25%;
    top: 7%;
    -webkit-transform-origin: 50% 78.5%;
    -ms-transform-origin: 50% 78.5%;
    transform-origin: 50% 78.5%
}

.seconds {
    background: red;
    width: 1.5%;
    height: 42%;
    position: absolute;
    left: 49.25%;
    top: 20%;
    -webkit-transform-origin: 50% 71%;
    -ms-transform-origin: 50% 71%;
    transform-origin: 50% 71%;
    z-index: 8
}

.clock-zone {
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 1.625;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    color: transparent;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border: 0;
    padding: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: none !important;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d6d6d6 !important;
    color: #869791;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '\e079';
    left: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '\e080';
    right: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-controls .owl-nav .owl-prev.hover:before,
.owl-carousel .owl-controls .owl-nav .owl-next:hover:before,
.owl-carousel .owl-controls .owl-nav .owl-next.hover:before {
    background-color: #869791 !important;
    color: #d6d6d6;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:active:before,
.owl-carousel .owl-controls .owl-nav .owl-prev.active:before,
.owl-carousel .owl-controls .owl-nav .owl-next:active:before,
.owl-carousel .owl-controls .owl-nav .owl-next.active:before {
    background-color: #869791 !important;
    color: #d6d6d6;
}

.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .01px;
    white-space: nowrap;
    text-align: center;
}

.owl-carousel .owl-controls .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background-color: #d6d6d6;
}

.owl-carousel .owl-controls .owl-dot:hover,
.owl-carousel .owl-controls .owl-dot.hover {
    background-color: #869791;
}

.owl-carousel .owl-controls .owl-dot:active,
.owl-carousel .owl-controls .owl-dot.active {
    background-color: #869791;
}

.owl-carousel .owl-controls .owl-dot ~ .owl-dot {
    margin-left: 6px;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/local/images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/* Slick slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-prev,
.slick-next,
.slick-dots button {
    cursor: pointer;
    cursor: hand;
    color: transparent;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border: 0;
    padding: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: none !important;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d6d6d6 !important;
    color: #869791;
}

.slick-prev:before {
    content: '\e079';
    left: 0;
}

.slick-next:before {
    content: '\e080';
    right: 0;
}

.slick-prev:hover:before,
.slick-prev.hover:before,
.slick-next:hover:before,
.slick-next.hover:before {
    background-color: #869791 !important;
    color: #d6d6d6;
}

.slick-prev:active:before,
.slick-prev.active:before,
.slick-next:active:before,
.slick-next.active:before {
    background-color: #869791 !important;
    color: #d6d6d6;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .01px;
    white-space: nowrap;
    text-align: center;
}

.slick-dots > li {
    position: static;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.slick-dots > li + li {
    margin-top: 0;
    margin-left: 6px;
}

.slick-dots > li:before {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    content: none;
    border-radius: 0;
    background-color: transparent;
}

.slick-dots > li > ul,
.slick-dots > li > ol {
    margin-top: 0;
    color: inherit;
}

.slick-dots > li > ul > li,
.slick-dots > li > ol > li {
    color: inherit;
}

.slick-dots > li > ul > li:after,
.slick-dots > li > ol > li:after {
    background-color: transparent;
}

.slick-dots button {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background-color: #d6d6d6;
}

.slick-dots button:hover,
.slick-dots button.hover {
    background-color: #869791;
}

.slick-dots button:active,
.slick-dots button.active,
.slick-dots .slick-active button {
    background-color: #869791;
}
/* End */


/* Start:/local/css/styles.min.css?1628145522194846*/
.new-styles,.new-styles body{font-family:'Open Sans',Arial,'Helvetica CY','Nimbus Sans L',sans-serif;font-size:16px;line-height:1.5;color:#5b5b5b}body,html{padding:0;margin:0}*{-webkit-text-size-adjust:100%;text-size-adjust:100%}.lt-offline{opacity:0}.new-styles body{background-color:#fff}.new-styles .dropdown-link-alt:after,.new-styles .dropdown-link:after{font-size:9px;margin-left:-4px;vertical-align:baseline;font-family:'Glyphicons Halflings';font-weight:400;font-style:normal;line-height:1;position:relative;top:0;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.new-styles .solid-link{border-bottom-width:1px;border-bottom-style:solid!important}.new-styles .dotted-link{border-bottom-width:1px;border-bottom-style:dotted!important}.new-styles .dashed-link{border-bottom-width:1px;border-bottom-style:dashed!important}.new-styles .nodecor-link{text-decoration:none!important;border-bottom:0!important}.new-styles .reverse-link,.new-styles .reverse-link .dashed-link,.new-styles .reverse-link .dotted-link,.new-styles .reverse-link .solid-link{border-bottom-width:0!important}.new-styles .reflex-link.focus .reverse-link,.new-styles .reflex-link.focus .reverse-link .dashed-link,.new-styles .reflex-link.focus .reverse-link .dotted-link,.new-styles .reflex-link.focus .reverse-link .solid-link,.new-styles .reflex-link.hover .reverse-link,.new-styles .reflex-link.hover .reverse-link .dashed-link,.new-styles .reflex-link.hover .reverse-link .dotted-link,.new-styles .reflex-link.hover .reverse-link .solid-link,.new-styles .reflex-link:focus .reverse-link,.new-styles .reflex-link:focus .reverse-link .dashed-link,.new-styles .reflex-link:focus .reverse-link .dotted-link,.new-styles .reflex-link:focus .reverse-link .solid-link,.new-styles .reflex-link:hover .reverse-link,.new-styles .reflex-link:hover .reverse-link .dashed-link,.new-styles .reflex-link:hover .reverse-link .dotted-link,.new-styles .reflex-link:hover .reverse-link .solid-link,.new-styles .reverse-link.focus,.new-styles .reverse-link.focus .dashed-link,.new-styles .reverse-link.focus .dotted-link,.new-styles .reverse-link.focus .solid-link,.new-styles .reverse-link.hover,.new-styles .reverse-link.hover .dashed-link,.new-styles .reverse-link.hover .dotted-link,.new-styles .reverse-link.hover .solid-link,.new-styles .reverse-link:focus,.new-styles .reverse-link:focus .dashed-link,.new-styles .reverse-link:focus .dotted-link,.new-styles .reverse-link:focus .solid-link,.new-styles .reverse-link:hover,.new-styles .reverse-link:hover .dashed-link,.new-styles .reverse-link:hover .dotted-link,.new-styles .reverse-link:hover .solid-link,.new-styles li.active>.reverse-link,.new-styles li.active>.reverse-link .dashed-link,.new-styles li.active>.reverse-link .dotted-link,.new-styles li.active>.reverse-link .solid-link{border-bottom-width:1px!important}.new-styles .download-link,.new-styles .dropdown-link,.new-styles .dropdown-link-alt,.new-styles .expanded-link,.new-styles .expanded-link-alt,.new-styles .internal-link,.new-styles .internal-link-alt{text-decoration:none!important;border-bottom:0!important}.new-styles li.active>.reverse-link{cursor:default}.new-styles .reflex-link.focus .reverse-link,.new-styles .reflex-link:focus .reverse-link,.new-styles .reverse-link.focus,.new-styles .reverse-link:focus,.new-styles li.active>.reverse-link{outline:0!important;outline-offset:-2px}.new-styles .dropdown-link:after{content:'\00A0\e114';color:#6d6e71}.new-styles .dropdown-link.hover:after,.new-styles .dropdown-link.open:after,.new-styles .hover>*>.dropdown-link:after,.new-styles .open>.dropdown-link:after{content:'\00A0\e113'}.new-styles .dropdown-link.focus:after,.new-styles .dropdown-link.hover:after,.new-styles .dropdown-link:focus:after,.new-styles .dropdown-link:hover:after,.new-styles .reflex-link.focus .dropdown-link:after,.new-styles .reflex-link.hover .dropdown-link:after,.new-styles .reflex-link:focus .dropdown-link:after,.new-styles .reflex-link:hover .dropdown-link:after{color:#212121}.new-styles .dropdown-link-alt:after{content:'\00A0\e114'}.new-styles .dropdown-link-alt.hover:after,.new-styles .dropdown-link-alt.open:after,.new-styles .hover>*>.dropdown-link-alt:after,.new-styles .open>.dropdown-link-alt:after{content:'\00A0\e113'}.new-styles .internal-link-alt:after,.new-styles .internal-link:after{font-size:9px;margin-left:-4px;content:'\00A0\e080';vertical-align:baseline;font-family:'Glyphicons Halflings';font-weight:400;font-style:normal;line-height:1;position:relative;top:0}.new-styles .internal-link:after{color:#6d6e71;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.new-styles .internal-link.focus:after,.new-styles .internal-link.hover:after,.new-styles .internal-link:focus:after,.new-styles .internal-link:hover:after,.new-styles .reflex-link.focus .internal-link:after,.new-styles .reflex-link.hover .internal-link:after,.new-styles .reflex-link:focus .internal-link:after,.new-styles .reflex-link:hover .internal-link:after{color:#212121}.new-styles .internal-link-alt:after{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.new-styles .download-link:before,.new-styles .expanded-link-alt:before,.new-styles .expanded-link:before{font-size:12px;margin-right:-7px;vertical-align:baseline;font-family:'Glyphicons Halflings';font-weight:400;font-style:normal;line-height:1;top:1px;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.new-styles .expanded-link:before{content:'\e081\00A0';color:#ca0017}.new-styles .expanded-link.hover:before,.new-styles .expanded-link.open:before,.new-styles .hover>*>.expanded-link:before,.new-styles .open>.expanded-link:before{content:'\e082\00A0'}.new-styles .expanded-link.focus:before,.new-styles .expanded-link.hover:before,.new-styles .expanded-link.open:before,.new-styles .expanded-link:focus:before,.new-styles .expanded-link:hover:before,.new-styles .reflex-link.focus .expanded-link:before,.new-styles .reflex-link.hover .expanded-link:before,.new-styles .reflex-link:focus .expanded-link:before,.new-styles .reflex-link:hover .expanded-link:before,.new-styles li.open>.expanded-link:before{color:#0089c2}.new-styles .expanded-link.open.focus:before,.new-styles .expanded-link.open.hover:before,.new-styles .expanded-link.open:focus:before,.new-styles .expanded-link.open:hover:before,.new-styles .reflex-link.focus .expanded-link.open:before,.new-styles .reflex-link.hover .expanded-link.open:before,.new-styles .reflex-link:focus .expanded-link.open:before,.new-styles .reflex-link:hover .expanded-link.open:before{color:#c4161c}.new-styles .expanded-link-alt:before{content:'\e081\00A0'}.new-styles .expanded-link-alt.hover:before,.new-styles .expanded-link-alt.open:before,.new-styles .hover>*>.expanded-link-alt:before,.new-styles .open>.expanded-link-alt:before{content:'\e082\00A0'}.new-styles .base-link,.new-styles .boulder-link,.new-styles .fuscous-gray-link,.new-styles .white-link,.new-styles a{text-decoration:none}.new-styles .download-link:before{content:'\e134\00A0'}.new-styles a{cursor:pointer;color:#81a200}.new-styles .reflex-link.focus a,.new-styles .reflex-link.hover a,.new-styles .reflex-link:focus a,.new-styles .reflex-link:hover a,.new-styles a.focus,.new-styles a.hover,.new-styles a:focus,.new-styles a:hover,.new-styles li.active>a{text-decoration:none;color:#1c1b17}.new-styles li.active>a{cursor:default}.new-styles .reflex-link.focus a,.new-styles .reflex-link:focus a,.new-styles a.focus,.new-styles a:focus,.new-styles li.active>a{outline:0!important;outline-offset:-2px}.new-styles .base-link{cursor:pointer;color:#81a200}.new-styles .base-link.focus,.new-styles .base-link.hover,.new-styles .base-link:focus,.new-styles .base-link:hover,.new-styles .reflex-link.focus .base-link,.new-styles .reflex-link.hover .base-link,.new-styles .reflex-link:focus .base-link,.new-styles .reflex-link:hover .base-link,.new-styles li.active>.base-link{text-decoration:none;color:#1c1b17}.new-styles li.active>.base-link{cursor:default}.new-styles .base-link.focus,.new-styles .base-link:focus,.new-styles .reflex-link.focus .base-link,.new-styles .reflex-link:focus .base-link,.new-styles li.active>.base-link{outline:0!important;outline-offset:-2px}.new-styles .boulder-link{cursor:pointer;color:#787878}.new-styles .boulder-link.focus,.new-styles .boulder-link.hover,.new-styles .boulder-link:focus,.new-styles .boulder-link:hover,.new-styles .reflex-link.focus .boulder-link,.new-styles .reflex-link.hover .boulder-link,.new-styles .reflex-link:focus .boulder-link,.new-styles .reflex-link:hover .boulder-link,.new-styles li.active>.boulder-link{text-decoration:none;color:#1c1b17}.new-styles li.active>.boulder-link{cursor:default}.new-styles .boulder-link.focus,.new-styles .boulder-link:focus,.new-styles .reflex-link.focus .boulder-link,.new-styles .reflex-link:focus .boulder-link,.new-styles li.active>.boulder-link{outline:0!important;outline-offset:-2px}.new-styles .fuscous-gray-link{cursor:pointer;color:#4c4a49}.new-styles .fuscous-gray-link.focus,.new-styles .fuscous-gray-link.hover,.new-styles .fuscous-gray-link:focus,.new-styles .fuscous-gray-link:hover,.new-styles .reflex-link.focus .fuscous-gray-link,.new-styles .reflex-link.hover .fuscous-gray-link,.new-styles .reflex-link:focus .fuscous-gray-link,.new-styles .reflex-link:hover .fuscous-gray-link,.new-styles li.active>.fuscous-gray-link{text-decoration:none;color:#81a200}.new-styles li.active>.fuscous-gray-link{cursor:default}.new-styles .fuscous-gray-link.focus,.new-styles .fuscous-gray-link:focus,.new-styles .reflex-link.focus .fuscous-gray-link,.new-styles .reflex-link:focus .fuscous-gray-link,.new-styles li.active>.fuscous-gray-link{outline:0!important;outline-offset:-2px}.new-styles .white-link{cursor:pointer;color:#fff}.new-styles .reflex-link.focus .white-link,.new-styles .reflex-link.hover .white-link,.new-styles .reflex-link:focus .white-link,.new-styles .reflex-link:hover .white-link,.new-styles .white-link.focus,.new-styles .white-link.hover,.new-styles .white-link:focus,.new-styles .white-link:hover,.new-styles li.active>.white-link{text-decoration:none;color:#b0cb1f}.new-styles li.active>.white-link{cursor:default}.new-styles .reflex-link.focus .white-link,.new-styles .reflex-link:focus .white-link,.new-styles .white-link.focus,.new-styles .white-link:focus,.new-styles li.active>.white-link{outline:0!important;outline-offset:-2px}.new-styles b,.new-styles strong{font-weight:700}.new-styles h1{font-weight:400;color:#2b2a29}.new-styles .h1,.new-styles .h2,.new-styles .h2-alt,.new-styles .h3,.new-styles .h4,.new-styles .h5,.new-styles .h6,.new-styles h2,.new-styles h3,.new-styles h4,.new-styles h5,.new-styles h6{font-weight:400;color:#2b2a29;text-transform:uppercase}.new-styles .h1:first-child,.new-styles .h2-alt:first-child,.new-styles .h2:first-child,.new-styles .h3:first-child,.new-styles .h4:first-child,.new-styles .h5:first-child,.new-styles .h6:first-child,.new-styles h1:first-child,.new-styles h2:first-child,.new-styles h3:first-child,.new-styles h4:first-child,.new-styles h5:first-child,.new-styles h6:first-child{margin-top:0}.new-styles .h1,.new-styles h1{font-size:24px;line-height:1.25;margin-top:14px;margin-bottom:14px}.new-styles .h2,.new-styles h2{font-size:20px;font-weight:600;line-height:1.3;margin-top:16px;margin-bottom:16px}.new-styles .h2-alt{font-size:24px;font-family:Lobster,cursive;line-height:1.0833333333333;margin-top:16px;margin-bottom:16px;text-transform:none;letter-spacing:-.3px}.new-styles .h3,.new-styles h3{font-size:18px;line-height:1.4444444444444;margin-top:12px;margin-bottom:12px}.new-styles .h4,.new-styles h4{font-size:16px;line-height:1.5;margin-top:12px;margin-bottom:12px}.new-styles p{margin-bottom:10px}.new-styles p:last-child{margin-bottom:0}.new-styles ul{margin:0 0 16px;padding:0;list-style:none}.new-styles ul:not('.ya-share2__list')>li{position:relative;margin:0 0 10px;padding:0 0 0 30px}.new-styles ul:not('.ya-share2__list')>li:before{position:absolute;top:.57142857142857em;left:0;display:block;width:6px;height:6px;content:'';border-radius:50%;background-color:#81a200;color:#81a200}.new-styles ul>li>ul{margin:10px 0}.new-styles ul>li>ul>li:before{background-color:#5b5b5b;color:#5b5b5b}.new-styles ol{margin:0 0 16px;padding:0;list-style:none;counter-reset:section}.new-styles ol>li{position:relative;margin:0 0 10px;padding:0 0 0 30px}.new-styles ol>li:before{font-weight:700;position:absolute;top:0;left:0;overflow:hidden;width:20px;content:counter(section);counter-increment:section;white-space:nowrap;text-overflow:ellipsis;color:#81a200}.new-styles ol>li[class^=c-]:before{color:inherit}.new-styles ol>li>ol{margin:10px 0}.new-styles ol>li>ol>li:before{color:#5b5b5b}.new-styles .dashed-list>li:before,.new-styles .dashed-list>li>.dashed-list>li:before{background-color:inherit;color:inherit}.new-styles .dashed-list>li:before{content:'—';font-weight:400;top:0;width:auto;height:auto;border-radius:0}.new-styles blockquote{font-style:italic;margin-bottom:15px;padding:0 0 0 18px;border-left-width:2px}.new-styles blockquote.lead,.new-styles blockquote.small{margin-bottom:15px}.new-styles .table,.new-styles table{width:100%;max-width:100%;margin-top:26px;margin-bottom:26px;border-top:5px solid #bcbec0;border-bottom:1px solid #bcbec0}.new-styles .table:first-child,.new-styles table:first-child{margin-top:0}.new-styles .table:last-child,.new-styles table:last-child{margin-bottom:0}.new-styles .table>tbody>tr>td,.new-styles .table>tbody>tr>th,.new-styles .table>tfoot>tr>td,.new-styles .table>tfoot>tr>th,.new-styles .table>thead>tr>td,.new-styles .table>thead>tr>th,.new-styles table>tbody>tr>td,.new-styles table>tbody>tr>th,.new-styles table>tfoot>tr>td,.new-styles table>tfoot>tr>th,.new-styles table>thead>tr>td,.new-styles table>thead>tr>th{padding:12px 0 14px;line-height:1.57143;vertical-align:top;border-top:1px solid #bcbec0}.new-styles .table>thead>tr>th,.new-styles table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #bcbec0}.new-styles .table>caption+thead>tr:first-child>td,.new-styles .table>caption+thead>tr:first-child>th,.new-styles .table>colgroup+thead>tr:first-child>td,.new-styles .table>colgroup+thead>tr:first-child>th,.new-styles .table>tbody+tbody,.new-styles .table>thead:first-child>tr:first-child>td,.new-styles .table>thead:first-child>tr:first-child>th,.new-styles table>caption+thead>tr:first-child>td,.new-styles table>caption+thead>tr:first-child>th,.new-styles table>colgroup+thead>tr:first-child>td,.new-styles table>colgroup+thead>tr:first-child>th,.new-styles table>tbody+tbody,.new-styles table>thead:first-child>tr:first-child>td,.new-styles table>thead:first-child>tr:first-child>th{border-top:0}.new-styles .table table,.new-styles table table{background-color:#fff}.new-styles .table-condensed>tbody>tr>td,.new-styles .table-condensed>tbody>tr>th,.new-styles .table-condensed>tfoot>tr>td,.new-styles .table-condensed>tfoot>tr>th,.new-styles .table-condensed>thead>tr>td,.new-styles .table-condensed>thead>tr>th{padding:5px}.new-styles .table-padding-left-none>tbody>tr>td,.new-styles .table-padding-left-none>tbody>tr>th,.new-styles .table-padding-left-none>tfoot>tr>td,.new-styles .table-padding-left-none>tfoot>tr>th,.new-styles .table-padding-left-none>thead>tr>td,.new-styles .table-padding-left-none>thead>tr>th{padding-left:0}.new-styles .table-padding-right-none>tbody>tr>td,.new-styles .table-padding-right-none>tbody>tr>th,.new-styles .table-padding-right-none>tfoot>tr>td,.new-styles .table-padding-right-none>tfoot>tr>th,.new-styles .table-padding-right-none>thead>tr>td,.new-styles .table-padding-right-none>thead>tr>th{padding-right:0}.new-styles .table-vertical-middle>tbody>tr>td,.new-styles .table-vertical-middle>tbody>tr>th,.new-styles .table-vertical-middle>tfoot>tr>td,.new-styles .table-vertical-middle>tfoot>tr>th,.new-styles .table-vertical-middle>thead>tr>td,.new-styles .table-vertical-middle>thead>tr>th{vertical-align:middle}.new-styles .table-vertical-top>tbody>tr>td,.new-styles .table-vertical-top>tbody>tr>th,.new-styles .table-vertical-top>tfoot>tr>td,.new-styles .table-vertical-top>tfoot>tr>th,.new-styles .table-vertical-top>thead>tr>td,.new-styles .table-vertical-top>thead>tr>th{vertical-align:top}.new-styles .table-vertical-bottom>tbody>tr>td,.new-styles .table-vertical-bottom>tbody>tr>th,.new-styles .table-vertical-bottom>tfoot>tr>td,.new-styles .table-vertical-bottom>tfoot>tr>th,.new-styles .table-vertical-bottom>thead>tr>td,.new-styles .table-vertical-bottom>thead>tr>th{vertical-align:bottom}.new-styles .table-horizontal-center>tbody>tr>td,.new-styles .table-horizontal-center>tbody>tr>th,.new-styles .table-horizontal-center>tfoot>tr>td,.new-styles .table-horizontal-center>tfoot>tr>th,.new-styles .table-horizontal-center>thead>tr>td,.new-styles .table-horizontal-center>thead>tr>th{text-align:center}.new-styles .table-horizontal-left>tbody>tr>td,.new-styles .table-horizontal-left>tbody>tr>th,.new-styles .table-horizontal-left>tfoot>tr>td,.new-styles .table-horizontal-left>tfoot>tr>th,.new-styles .table-horizontal-left>thead>tr>td,.new-styles .table-horizontal-left>thead>tr>th{text-align:left}.new-styles .table-horizontal-right>tbody>tr>td,.new-styles .table-horizontal-right>tbody>tr>th,.new-styles .table-horizontal-right>tfoot>tr>td,.new-styles .table-horizontal-right>tfoot>tr>th,.new-styles .table-horizontal-right>thead>tr>td,.new-styles .table-horizontal-right>thead>tr>th{text-align:right}.new-styles .table-bordered{border:1px solid #bcbec0;border-top:5px solid #bcbec0;border-bottom:1px solid #bcbec0}.new-styles .table-bordered>tbody>tr>td,.new-styles .table-bordered>tbody>tr>th,.new-styles .table-bordered>tfoot>tr>td,.new-styles .table-bordered>tfoot>tr>th,.new-styles .table-bordered>thead>tr>td,.new-styles .table-bordered>thead>tr>th{border:1px solid #bcbec0;padding-left:20px;padding-right:20px}.new-styles .table-bordered>thead>tr>td,.new-styles .table-bordered>thead>tr>th{border-bottom-width:1px}.new-styles .table-bordered-dotted>thead{border-bottom:1px solid #ccc}.new-styles .table-bordered-dotted>tbody>tr>td,.new-styles .table-bordered-dotted>tbody>tr>th,.new-styles .table-bordered-dotted>tfoot>tr>td,.new-styles .table-bordered-dotted>tfoot>tr>th,.new-styles .table-bordered-dotted>thead>tr>td,.new-styles .table-bordered-dotted>thead>tr>th{border:1px dotted #999;border-right:0;border-left:0}.new-styles .table-bordered-vertical-none{border-right:none;border-left:none}.new-styles .table-bordered-transarent{border-color:transparent}.new-styles .table-bordered-bottom,.new-styles .table-bordered-bottom>tbody>tr>td,.new-styles .table-bordered-bottom>tbody>tr>th,.new-styles .table-bordered-bottom>tfoot>tr>td,.new-styles .table-bordered-bottom>tfoot>tr>th,.new-styles .table-bordered-bottom>thead>tr>td,.new-styles .table-bordered-bottom>thead>tr>th,.new-styles .table-bordered-top{border-right:0;border-left:0;border-top:0}.new-styles .table-bordered-top{border-bottom:0}.new-styles .table-bordered-top>tbody>tr>td,.new-styles .table-bordered-top>tbody>tr>th,.new-styles .table-bordered-top>tfoot>tr>td,.new-styles .table-bordered-top>tfoot>tr>th,.new-styles .table-bordered-top>thead>tr>td,.new-styles .table-bordered-top>thead>tr>th{border-right:0;border-bottom:0;border-left:0}.new-styles .table-bordered-top>tbody>tr:first-child>td,.new-styles .table-bordered-top>tbody>tr:first-child>th,.new-styles .table-bordered-top>tfoot>tr:first-child>td,.new-styles .table-bordered-top>tfoot>tr:first-child>th,.new-styles .table-bordered-top>thead>tr:first-child>td,.new-styles .table-bordered-top>thead>tr:first-child>th{border-top:0}.new-styles .table-striped>tbody>tr:nth-of-type(odd){background-color:#f2f2f2}.new-styles .table-hover>tbody>tr.hover,.new-styles .table-hover>tbody>tr:hover{background-color:#f5f5f5}.new-styles .table-striped-first-col>tbody>tr>td:first-child,.new-styles .table-striped-first-col>tbody>tr>th:first-child{background-color:#f2f2f2}.new-styles .table-responsive{overflow-x:auto;overflow-y:hidden;width:100%;min-height:.01%;margin-bottom:12px;border:0!important;-ms-overflow-style:-ms-autohiding-scrollbar}.new-styles .table-responsive .table,.new-styles .table-responsive>.table,.new-styles .table-responsive>table{margin-bottom:0}.new-styles .table-responsive>.table>tbody>tr>td,.new-styles .table-responsive>.table>tbody>tr>th,.new-styles .table-responsive>.table>tfoot>tr>td,.new-styles .table-responsive>.table>tfoot>tr>th,.new-styles .table-responsive>.table>thead>tr>td,.new-styles .table-responsive>.table>thead>tr>th{white-space:normal!important}.new-styles .table-responsive>.table-bordered{border:0}.new-styles .table-responsive>.table-bordered>tbody>tr>td:first-child,.new-styles .table-responsive>.table-bordered>tbody>tr>th:first-child,.new-styles .table-responsive>.table-bordered>tfoot>tr>td:first-child,.new-styles .table-responsive>.table-bordered>tfoot>tr>th:first-child,.new-styles .table-responsive>.table-bordered>thead>tr>td:first-child,.new-styles .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:1px solid #ccc}.new-styles .table-responsive>.table-bordered-bottom>tbody>tr>td:first-child,.new-styles .table-responsive>.table-bordered-bottom>tbody>tr>th:first-child,.new-styles .table-responsive>.table-bordered-bottom>tfoot>tr>td:first-child,.new-styles .table-responsive>.table-bordered-bottom>tfoot>tr>th:first-child,.new-styles .table-responsive>.table-bordered-bottom>thead>tr>td:first-child,.new-styles .table-responsive>.table-bordered-bottom>thead>tr>th:first-child,.new-styles .table-responsive>.table-bordered-top>tbody>tr>td:first-child,.new-styles .table-responsive>.table-bordered-top>tbody>tr>th:first-child,.new-styles .table-responsive>.table-bordered-top>tfoot>tr>td:first-child,.new-styles .table-responsive>.table-bordered-top>tfoot>tr>th:first-child,.new-styles .table-responsive>.table-bordered-top>thead>tr>td:first-child,.new-styles .table-responsive>.table-bordered-top>thead>tr>th:first-child{border-left:0}.new-styles .table-responsive>.table-bordered>tbody>tr>td:last-child,.new-styles .table-responsive>.table-bordered>tbody>tr>th:last-child,.new-styles .table-responsive>.table-bordered>tfoot>tr>td:last-child,.new-styles .table-responsive>.table-bordered>tfoot>tr>th:last-child,.new-styles .table-responsive>.table-bordered>thead>tr>td:last-child,.new-styles .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:1px solid #ccc}.new-styles .table-responsive>.table-bordered-bottom>tbody>tr>td:last-child,.new-styles .table-responsive>.table-bordered-bottom>tbody>tr>th:last-child,.new-styles .table-responsive>.table-bordered-bottom>tfoot>tr>td:last-child,.new-styles .table-responsive>.table-bordered-bottom>tfoot>tr>th:last-child,.new-styles .table-responsive>.table-bordered-bottom>thead>tr>td:last-child,.new-styles .table-responsive>.table-bordered-bottom>thead>tr>th:last-child,.new-styles .table-responsive>.table-bordered-top>tbody>tr>td:last-child,.new-styles .table-responsive>.table-bordered-top>tbody>tr>th:last-child,.new-styles .table-responsive>.table-bordered-top>tfoot>tr>td:last-child,.new-styles .table-responsive>.table-bordered-top>tfoot>tr>th:last-child,.new-styles .table-responsive>.table-bordered-top>thead>tr>td:last-child,.new-styles .table-responsive>.table-bordered-top>thead>tr>th:last-child{border-right:0}.new-styles .table-responsive>.table-bordered>tbody>tr:last-child>td,.new-styles .table-responsive>.table-bordered>tbody>tr:last-child>th,.new-styles .table-responsive>.table-bordered>tfoot>tr:last-child>td,.new-styles .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:1px solid #ccc}.new-styles .table-responsive>.table-bordered-bottom{border:0}.new-styles .table-responsive>.table-bordered-bottom>tbody>tr:last-child>td,.new-styles .table-responsive>.table-bordered-bottom>tbody>tr:last-child>th,.new-styles .table-responsive>.table-bordered-bottom>tfoot>tr:last-child>td,.new-styles .table-responsive>.table-bordered-bottom>tfoot>tr:last-child>th{border-bottom:1px solid #ccc}.new-styles .table-responsive>.table-bordered-top{border:0}.new-styles .table-responsive>.table-bordered-top>tbody>tr:last-child>td,.new-styles .table-responsive>.table-bordered-top>tbody>tr:last-child>th,.new-styles .table-responsive>.table-bordered-top>tfoot>tr:last-child>td,.new-styles .table-responsive>.table-bordered-top>tfoot>tr:last-child>th{border-top:1px solid #ccc}.new-styles .table-responsive>.table-bordered-top>tbody>tr:first-child>td,.new-styles .table-responsive>.table-bordered-top>tbody>tr:first-child>th,.new-styles .table-responsive>.table-bordered-top>tfoot>tr:first-child>td,.new-styles .table-responsive>.table-bordered-top>tfoot>tr:first-child>th{border-top:0}.new-styles .table-responsive-custom .table,.new-styles .table-responsive-custom>table{min-width:600px}.new-styles iframe,.new-styles img,.new-styles object,.new-styles video{max-width:100%;display:block}.new-styles img{margin:26px 0}.new-styles img:first-child{margin-top:0}.new-styles img:last-child{margin-bottom:0}.new-styles img.fl-l,.new-styles img.pull-left,.new-styles img[align=left]{margin-right:30px}.new-styles img.fl-r,.new-styles img.pull-right,.new-styles img[align=right]{margin-left:30px}.new-styles .base{font-size:16px;line-height:1.5}.new-styles .base-alt{font-size:14px;line-height:1.4285714285714}.new-styles .biggest{font-size:48px;line-height:1}.new-styles .big{font-size:24px;line-height:1.25}.new-styles .big-alt{font-size:24px;line-height:1.0833333333333}.new-styles .lead{font-size:20px;line-height:1.3;margin-bottom:0}.new-styles .lead-alt{font-size:20px;line-height:.8}.new-styles .middle{font-size:18px;line-height:1.4444444444444}.new-styles .small,.new-styles small{font-size:11.5px;line-height:1.3333333333333}.new-styles .small-alt{font-size:11px;line-height:1.81818}.new-styles .least{font-size:10px;line-height:2}.new-styles .lh-base{line-height:1.42857143}.new-styles .lh-base-alt{line-height:1.4285714285714}.new-styles .lh-biggest{line-height:1}.new-styles .lh-big{line-height:1.25}.new-styles .lh-big-alt{line-height:1.0833333333333}.new-styles .lh-large{line-height:1.3}.new-styles .lh-large-alt{line-height:.8}.new-styles .lh-middle{line-height:1.4444444444444}.new-styles .lh-small{line-height:1.3333333333333}.new-styles .lh-small-alt{line-height:1.81818}.new-styles .lh-least{line-height:2}.new-styles .ff-base{font-family:'Open Sans',Arial,'Helvetica CY','Nimbus Sans L',sans-serif}.new-styles .ff-base-alt{font-family:Lobster,cursive}.new-styles .fw-100{font-weight:100!important}.new-styles .fw-200{font-weight:200!important}.new-styles .fw-300{font-weight:300!important}.new-styles .fw-400{font-weight:400!important}.new-styles .fw-500{font-weight:500!important}.new-styles .fw-600{font-weight:600!important}.new-styles .fw-700{font-weight:700!important}.new-styles .fw-800{font-weight:800!important}.new-styles .fw-900{font-weight:900!important}.new-styles .c-text{color:#5b5b5b!important}.new-styles .c-white{color:#fff!important}.new-styles .c-black{color:#000!important}.new-styles .c-rangoon-green{color:#1c1b17!important}.new-styles .c-tuatara{color:#2b2a29!important}.new-styles .c-fuscous-gray{color:#4c4a49!important}.new-styles .c-scorpion{color:#5b5b5b!important}.new-styles .c-boulder{color:#787878!important}.new-styles .c-bombay{color:#b2b3b5!important}.new-styles .c-gray-nickel{color:#bfbfbe!important}.new-styles .c-alto{color:#cfcfcf!important}.new-styles .c-iron{color:#d5d6d8!important}.new-styles .c-athens-gray{color:#eceef2!important}.new-styles .c-key-lime-pie{color:#b8d420!important}.new-styles .c-key-lime-pie-dark{color:#b0cb1f!important}.new-styles .c-citrus{color:#a5c20a!important}.new-styles .c-tango{color:#f37917!important}.new-styles .bgc-white{background-color:#fff!important}.new-styles .bgc-black{background-color:#000!important}.new-styles .bgc-rangoon-green{background-color:#1c1b17!important}.new-styles .bgc-tuatara{background-color:#2b2a29!important}.new-styles .bgc-fuscous-gray{background-color:#4c4a49!important}.new-styles .bgc-scorpion{background-color:#5b5b5b!important}.new-styles .bgc-boulder{background-color:#787878!important}.new-styles .bgc-bombay{background-color:#b2b3b5!important}.new-styles .bgc-gray-nickel{background-color:#bfbfbe!important}.new-styles .bgc-alto{background-color:#cfcfcf!important}.new-styles .bgc-iron{background-color:#d5d6d8!important}.new-styles .bgc-athens-gray{background-color:#eceef2!important}.new-styles .bgc-key-lime-pie{background-color:#b8d420!important}.new-styles .bgc-key-lime-pie-dark{background-color:#b0cb1f!important}.new-styles .bgc-citrus{background-color:#a5c20a!important}.new-styles .bgc-tango{background-color:#f37917!important}.new-styles .area-link{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/local/images/blank.gif);text-decoration:none!important;border-bottom:0!important}.new-styles .accordeon-contnt{display:none}.new-styles .accordeon-contnt.open{display:block}.new-styles .reverse-accordeon-contnt{display:none}.new-styles .reverse-accordeon-contnt.open{display:block}.new-styles .slide-contnt{display:none}.new-styles .slide-contnt.open{display:block}.new-styles .caret-rounded,.new-styles .symbol-rounded{display:inline-block;background-color:#fff;text-align:center}.new-styles .btn-group.open .caret,.new-styles .open>.caret{border-width:0 4px 4px;border-bottom:4px solid}.new-styles .caret-rounded{font-size:0;line-height:20px;position:relative;overflow:hidden;width:20px;height:20px;border-radius:50%}.new-styles .caret-rounded .caret{position:absolute;top:50%;left:50%;margin:-2px 0 0}.new-styles .symbol-rounded{line-height:15px;position:relative;width:17px;height:17px;margin-left:7px;cursor:pointer;vertical-align:text-bottom;color:#717171;border:1px solid #d4d4d4;border-radius:50%}.new-styles .bootstrap-select-custom-text .btn-select.active,.new-styles .btn-default-alt.active,.new-styles .btn-default.active,.new-styles .btn-primary.active,.new-styles .btn-select.active{cursor:default}.new-styles .symbol-rounded.hover,.new-styles .symbol-rounded:hover{color:#e97c77;border-color:#e97c77}.new-styles .symbol-rounded-text{line-height:1;position:absolute;top:50%;right:0;left:0;margin-top:-6px}.new-styles .img-box{display:block;overflow:hidden;text-align:center;vertical-align:top}.new-styles .img-box img{display:inline-block;max-width:100%;max-height:100%;vertical-align:top;margin:0}.new-styles .img-box .stage-icon{width:92px;height:72px;display:inline-block;fill:#93ae02}.new-styles .img-rounded{border-radius:3px}.new-styles .img-shadow{box-shadow:0 1px 3px rgba(0,0,0,.2)}.new-styles #fancybox-close,.new-styles .carousel-nav-btn-arrow:after,.new-styles .ch-box,.new-styles .close,.new-styles .fancy-ico,.new-styles .icon,.new-styles .owl-carousel .owl-controls .owl-nav .owl-next:before,.new-styles .owl-carousel .owl-controls .owl-nav .owl-prev:before,.new-styles .popup-close,.new-styles .popup-nav-btn:after,.new-styles .pseudo-sprite-aft:after,.new-styles .pseudo-sprite-bef:before,.new-styles .radio-box,.new-styles .slick-next:before,.new-styles .slick-prev:before,.new-styles .slider-nav-btn:after,.new-styles .sprite,.new-styles .ui-icon{display:inline-block;overflow:hidden;background:url(/local/images/sprite.png)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:32),only screen and (min-device-pixel-ratio:1.5){.new-styles #fancybox-close,.new-styles .carousel-nav-btn-arrow: after,.new-styles .ch-box,.new-styles .close,.new-styles .fancy-ico,.new-styles .icon,.new-styles .owl-carousel .owl-controls .owl-nav .owl-next:before,.new-styles .owl-carousel .owl-controls .owl-nav .owl-prev:before,.new-styles .popup-close,.new-styles .popup-nav-btn:after,.new-styles .pseudo-sprite-aft:after,.new-styles .pseudo-sprite-bef:before,.new-styles .radio-box,.new-styles .slick-next:before,.new-styles .slick-prev:before,.new-styles .slider-nav-btn:after,.new-styles .sprite,.new-styles .ui-icon{background:url(/local/images/sprite_x2.png);background-size:750px 450px}}.new-styles .icon-fb{width:40px;height:40px;background-position:0 0}.new-styles .icon-vk{width:40px;height:40px;background-position:-50px 0}.new-styles .icon-gp{width:40px;height:40px;background-position:-100px 0}.new-styles .icon-in{width:40px;height:40px;background-position:-150px 0}.new-styles .icon-phone{width:32px;height:31px;background-position:-200px 0}.new-styles .icon-map-marker{width:22px;height:32px;background-position:-250px 0}.new-styles .icon-ns{width:20px;height:21px;background-position:-275px 0}.new-styles .icon-heart{width:18px;height:16px;background-position:-300px 0}.new-styles .icon-black-heart{width:18px;height:16px;background-position:-325px 0}.new-styles .icon-orange-heart{width:18px;height:16px;background-position:-325px -25px}.new-styles .icon-fb-sm{width:24px;height:23.7px;background-position:-350px 0}.new-styles .reflex-input.hover .reflex-icon .icon-close,.new-styles .reflex-input:hover .reflex-icon .icon-close{width:15px;height:15px;background-position:0 -219px}.new-styles .btn-group.open .reflex-icon .icon-close,.new-styles .reflex-icon.active .icon-close,.new-styles .reflex-icon.focus .icon-close,.new-styles .reflex-icon.hover .icon-close,.new-styles .reflex-icon:active .icon-close,.new-styles .reflex-icon:focus .icon-close,.new-styles .reflex-icon:hover .icon-close,.new-styles .reflex-input .reflex-icon.hover .icon-close,.new-styles .reflex-input .reflex-icon:hover .icon-close,.new-styles li.active>.reflex-icon .icon-close,.new-styles li.open>.reflex-icon .icon-close{width:15px;height:15px;background-position:0 -204px}.new-styles .reflex-icon.disabled .icon-close,.new-styles .reflex-icon[disabled] .icon-close,.new-styles fieldset[disabled] .reflex-icon .icon-close{width:15px;height:15px;background-position:0 -219px}.new-styles .icon-doc{position:relative;display:inline-block;overflow:hidden;width:40px;height:48px;vertical-align:top}.new-styles .icon-doc-pdf{color:#ca0017}.new-styles .icon-doc-doc{color:#004080}.new-styles .icon-doc-top{position:absolute;z-index:1;top:0;right:0;left:0;margin-left:-3px;border-bottom:20px solid;border-left:20px solid transparent}.new-styles .icon-doc-top:after,.new-styles .icon-doc-top:before{bottom:-20px;margin-left:-15px;position:absolute;left:0;display:block;content:''}.new-styles .icon-doc-top:before{right:3px;border-bottom:17px solid #fff;border-left:16px solid transparent}.new-styles .icon-doc-top:after{width:17px;height:17px;border-right:3px solid;border-bottom:3px solid}.new-styles .icon-doc-bottom{position:absolute;top:17px;right:0;bottom:0;left:0;overflow:hidden;border:3px solid;border-top-color:transparent!important;background-color:#fff}.new-styles .icon-doc-name{font-family:Tahoma,Verdana,Geneva CY,sans-serif;font-size:14px;font-weight:700;font-style:normal;position:absolute;right:0;bottom:-1px;left:0;text-align:center;text-transform:uppercase}.new-styles .reflex-img-scale .icon,.new-styles .reflex-img-scale img{-webkit-transition:all .25s ease 0;transition:all .25s ease 0;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.new-styles .reflex-img-scale.hover .icon,.new-styles .reflex-img-scale.hover img,.new-styles .reflex-img-scale:hover .icon,.new-styles .reflex-img-scale:hover img,.new-styles li.active>.reflex-img-scale .icon,.new-styles li.active>.reflex-img-scale img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.new-styles .reflex-img-roller img{position:relative;top:0;max-height:none}.new-styles .reflex-img-roller.checked img,.new-styles .reflex-img-roller.hover img,.new-styles .reflex-img-roller:hover img,.new-styles li.active>.reflex-img-roller img{top:-100%}.new-styles .reflex-img-roller .glyphicon{color:#003f83}.new-styles .reflex-img-roller.checked .glyphicon,.new-styles .reflex-img-roller.hover .glyphicon,.new-styles .reflex-img-roller:hover .glyphicon,.new-styles li.active>.reflex-img-roller .glyphicon{color:#d82e00}.new-styles .reflex-img-rise img{position:relative;top:0;-webkit-transition:all .25s ease 0;transition:all .25s ease 0}.new-styles .reflex-img-rise.hover img,.new-styles .reflex-img-rise:hover img,.new-styles li.active>.reflex-img-rise img{top:-5px}.new-styles .reflex-img-opacity .icon,.new-styles .reflex-img-opacity img{-webkit-transition:all .25s ease 0;transition:all .25s ease 0;opacity:1;filter:alpha(opacity=100)}.new-styles .reflex-img-opacity.hover .icon,.new-styles .reflex-img-opacity.hover img,.new-styles .reflex-img-opacity:hover .icon,.new-styles .reflex-img-opacity:hover img,.new-styles li.active>.reflex-img-opacity .icon,.new-styles li.active>.reflex-img-opacity img{opacity:.7;filter:alpha(opacity=70)}.new-styles .reflex-group-img-opacity img{-webkit-transition:all .25s ease 0;transition:all .25s ease 0;opacity:1;filter:alpha(opacity=100)}.new-styles .reflex-group-img-opacity.hover img,.new-styles .reflex-group-img-opacity:hover img{opacity:.8;filter:alpha(opacity=80)}.new-styles .reflex-group-img-opacity .reflex-group-img-opacity.hover img,.new-styles .reflex-group-img-opacity .reflex-group-img-opacity:hover img{opacity:1;filter:alpha(opacity=100)}.new-styles .reflex-img-bloom{position:relative;overflow:hidden}.new-styles .reflex-img-bloom:after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;content:'';-webkit-transition:all .25s ease 0;transition:all .25s ease 0;opacity:.1;background-color:transparent;filter:alpha(opacity=10)}.new-styles .reflex-img-bloom.hover:after,.new-styles .reflex-img-bloom:hover:after,.new-styles li.active>.reflex-img-bloom:after{background-color:#ca0017}.new-styles .reflex-img-shadow .shadow-box{position:relative;display:inline-block;overflow:visible;max-width:100%;vertical-align:top;box-shadow:0 2px 5px rgba(1,1,1,.2)}.new-styles .reflex-img-shadow .shadow-box:before{position:absolute;z-index:-1;top:50%;right:10px;bottom:0;left:10px;content:'';border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.3)}.new-styles .reflex-img-shadow.hover .shadow-box:before,.new-styles .reflex-img-shadow:hover .shadow-box:before,.new-styles li.active>.reflex-img-shadow .shadow-box:before{box-shadow:0 0 15px rgba(0,0,0,.6)}.new-styles .reflex-img-shadow .shadow-box-helper{position:relative;z-index:0}.new-styles .reflex-img-simple-shadow .simple-shadow-box{box-shadow:0 2px 4px rgba(1,1,1,.2)}.new-styles .reflex-img-simple-shadow.hover .simple-shadow-box,.new-styles .reflex-img-simple-shadow:hover .simple-shadow-box,.new-styles li.active>.reflex-img-simple-shadow .simple-shadow-box{box-shadow:0 2px 4px rgba(1,1,1,.5)}.new-styles .reflex-img-glow .glow-box{position:relative;display:inline-block;overflow:visible;max-width:100%;vertical-align:top}.new-styles .reflex-img-glow .glow-box:after{position:absolute;top:0;right:0;left:0;display:block;height:40px;content:'';background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);background-image:-webkit-gradient(linear,50% 100%,50% 0,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,.2)));background-image:-webkit-linear-gradient(bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 100%);background-image:linear-gradient(to top,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 100%);background-size:100%}.new-styles .reflex-img-glow.hover .glow-box:after,.new-styles .reflex-img-glow:hover .glow-box:after,.new-styles li.active>.reflex-img-glow .glow-box:after{content:none}.new-styles .reflex-img-glow .glow-box-helper{position:relative;z-index:0}.new-styles .reflex-img-change img:first-child+img,.new-styles .reflex-img-change.focus img:first-child,.new-styles .reflex-img-change.hover img:first-child,.new-styles .reflex-img-change:focus img:first-child,.new-styles .reflex-img-change:hover img:first-child,.new-styles li.active>.reflex-img-change img:first-child{display:none}.new-styles .reflex-img-change.focus img:first-child+img,.new-styles .reflex-img-change.hover img:first-child+img,.new-styles .reflex-img-change:focus img:first-child+img,.new-styles .reflex-img-change:hover img:first-child+img,.new-styles li.active>.reflex-img-change img:first-child+img{display:inline-block}.new-styles .br-base{border-radius:4px!important}.new-styles .br-large{border-radius:6px!important}.new-styles .br-small{border-radius:3px!important}.new-styles .btn-group .btn+.btn,.new-styles .btn-group .btn+.btn-group,.new-styles .btn-group .btn-group+.btn,.new-styles .btn-group .btn-group+.btn-group{margin-left:0;border-left:transparent}.new-styles .btn{border:0;padding:8px 25px;font-size:16px;font-weight:600;line-height:1.5;border-radius:20px}.new-styles .btn-group-lg>.btn,.new-styles .btn-lg{padding:8px 25px;font-size:16px;font-weight:600;line-height:1.5;border-radius:20px}.new-styles .btn-group-sm>.btn,.new-styles .btn-sm{padding:4px 20px;font-size:14px;font-weight:400;line-height:1.4285714285714;border-radius:14px}.new-styles .btn-group-xs>.btn,.new-styles .btn-xs{padding:1px 5px;font-size:12px;font-weight:400;line-height:1.3333333333333;border-radius:3px}.new-styles .btn-primary{background-color:#a5c20a;background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4MyA0MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTVjMjA5IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjdkNDIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxODMiIGhlaWdodD0iNDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);background-image:-moz-linear-gradient(bottom,#a5c20a 0,#b8d420 100%);background-image:-o-linear-gradient(bottom,#a5c20a 0,#b8d420 100%);background-image:-webkit-linear-gradient(bottom,#a5c20a 0,#b8d420 100%);background-image:linear-gradient(bottom,#a5c20a 0,#b8d420 100%);background-repeat:repeat;background-position:center center;-webkit-box-shadow:0 2px 0 #84a000;box-shadow:0 2px 0 #84a000;color:#fff}.new-styles .btn-primary.focus,.new-styles .btn-primary.hover,.new-styles .btn-primary:focus,.new-styles .btn-primary:hover,.new-styles .reflex-button.hover .btn-primary,.new-styles .reflex-button:hover .btn-primary{background-color:#a5c20a;background-image:url(/local/images/bg-btn-primary.png),url(data:image/svg+xml;base64;
	base64,UEQ5NGJXd2dkbVZ5YzJsdmJqMGlNUzR3SWlBL1BnbzhjM1puSUhodGJHNXpQU0pvZEhSd09pOHZkM2QzTG5jekxtOXlaeTh5TURBd0wzTjJaeUlnZDJsa2RHZzlJakV3TUNVaUlHaGxhV2RvZEQwaU1UQXdKU0lnZG1sbGQwSnZlRDBpTUNBd0lERTRNeUEwTUNJZ2NISmxjMlZ5ZG1WQmMzQmxZM1JTWVhScGJ6MGlibTl1WlNJK1BHeHBibVZoY2tkeVlXUnBaVzUwSUdsa1BTSm9ZWFF3SWlCbmNtRmthV1Z1ZEZWdWFYUnpQU0p2WW1wbFkzUkNiM1Z1WkdsdVowSnZlQ0lnZURFOUlqVXdKU0lnZVRFOUlqRXdNQ1VpSUhneVBTSTFNQ1VpSUhreVBTSXRNUzQwTWpFd09EVTBOekUxTWpBeVpTMHhOQ1VpUGdvOGMzUnZjQ0J2Wm1aelpYUTlJakFsSWlCemRHOXdMV052Ykc5eVBTSWpZVFZqTWpBNUlpQnpkRzl3TFc5d1lXTnBkSGs5SWpFaUx6NEtQSE4wYjNBZ2IyWm1jMlYwUFNJeE1EQWxJaUJ6ZEc5d0xXTnZiRzl5UFNJallqZGtOREl3SWlCemRHOXdMVzl3WVdOcGRIazlJakVpTHo0S0lDQWdQQzlzYVc1bFlYSkhjbUZrYVdWdWRENEtDanh5WldOMElIZzlJakFpSUhrOUlqQWlJSGRwWkhSb1BTSXhPRE1pSUdobGFXZG9kRDBpTkRBaUlHWnBiR3c5SW5WeWJDZ2phR0YwTUNraUlDOCtDand2YzNablBnPT0=);background-image:url(/local/images/bg-btn-primary.png),-moz-linear-gradient(bottom,#a5c20a 0,#b8d420 100%);background-image:url(/local/images/bg-btn-primary.png),-o-linear-gradient(bottom,#a5c20a 0,#b8d420 100%);background-image:url(/local/images/bg-btn-primary.png),-webkit-linear-gradient(bottom,#a5c20a 0,#b8d420 100%);background-image:url(/local/images/bg-btn-primary.png),linear-gradient(bottom,#a5c20a 0,#b8d420 100%);-webkit-box-shadow:0 2px 0 #84a000;box-shadow:0 2px 0 #84a000;color:#fff}.new-styles .no-multiplebgs .btn-primary.focus,.new-styles .no-multiplebgs .btn-primary.hover,.new-styles .no-multiplebgs .btn-primary:focus,.new-styles .no-multiplebgs .btn-primary:hover,.new-styles .no-multiplebgs .reflex-button.hover .btn-primary,.new-styles .no-multiplebgs .reflex-button:hover .btn-primary{background-image:url(/local/images/bg-btn-primary.png)}.new-styles .btn-group.open .btn-primary,.new-styles .btn-primary.active,.new-styles .btn-primary.checked,.new-styles .btn-primary:active,.new-styles .btn-primary[aria-expanded*=true],.new-styles .reflex-button.active .btn-primary,.new-styles .reflex-button:active .btn-primary{background-color:#a5c20a;background-image:url(/local/images/bg-btn-primary.png),url(data:image/svg+xml;base64;
	base64,UEQ5NGJXd2dkbVZ5YzJsdmJqMGlNUzR3SWlBL1BnbzhjM1puSUhodGJHNXpQU0pvZEhSd09pOHZkM2QzTG5jekxtOXlaeTh5TURBd0wzTjJaeUlnZDJsa2RHZzlJakV3TUNVaUlHaGxhV2RvZEQwaU1UQXdKU0lnZG1sbGQwSnZlRDBpTUNBd0lERTRNeUEwTUNJZ2NISmxjMlZ5ZG1WQmMzQmxZM1JTWVhScGJ6MGlibTl1WlNJK1BHeHBibVZoY2tkeVlXUnBaVzUwSUdsa1BTSm9ZWFF3SWlCbmNtRmthV1Z1ZEZWdWFYUnpQU0p2WW1wbFkzUkNiM1Z1WkdsdVowSnZlQ0lnZURFOUlqVXdKU0lnZVRFOUlqRXdNQ1VpSUhneVBTSTFNQ1VpSUhreVBTSXRNUzQwTWpFd09EVTBOekUxTWpBeVpTMHhOQ1VpUGdvOGMzUnZjQ0J2Wm1aelpYUTlJakFsSWlCemRHOXdMV052Ykc5eVBTSWpZVFZqTWpBNUlpQnpkRzl3TFc5d1lXTnBkSGs5SWpFaUx6NEtQSE4wYjNBZ2IyWm1jMlYwUFNJeE1EQWxJaUJ6ZEc5d0xXTnZiRzl5UFNJallqZGtOREl3SWlCemRHOXdMVzl3WVdOcGRIazlJakVpTHo0S0lDQWdQQzlzYVc1bFlYSkhjbUZrYVdWdWRENEtDanh5WldOMElIZzlJakFpSUhrOUlqQWlJSGRwWkhSb1BTSXhPRE1pSUdobGFXZG9kRDBpTkRBaUlHWnBiR3c5SW5WeWJDZ2phR0YwTUNraUlDOCtDand2YzNablBnPT0=);background-image:url(/local/images/bg-btn-primary.png),-moz-linear-gradient(bottom,#a5c20a 0,#b8d420 100%);background-image:url(/local/images/bg-btn-primary.png),-o-linear-gradient(bottom,#a5c20a 0,#b8d420 100%);background-image:url(/local/images/bg-btn-primary.png),-webkit-linear-gradient(bottom,#a5c20a 0,#b8d420 100%);background-image:url(/local/images/bg-btn-primary.png),linear-gradient(bottom,#a5c20a 0,#b8d420 100%);-webkit-box-shadow:inset 0 1px 0 rgba(132,160,0,.5);box-shadow:inset 0 1px 0 rgba(132,160,0,.5);color:#fff}.new-styles .no-multiplebgs .btn-group.open .btn-primary,.new-styles .no-multiplebgs .btn-primary.active,.new-styles .no-multiplebgs .btn-primary.checked,.new-styles .no-multiplebgs .btn-primary:active,.new-styles .no-multiplebgs .btn-primary[aria-expanded*=true],.new-styles .no-multiplebgs .reflex-button.active .btn-primary,.new-styles .no-multiplebgs .reflex-button:active .btn-primary{background-image:url(/local/images/bg-btn-primary.png)}.new-styles .btn-default{padding:7px 24px;background-color:transparent;border:1px solid #dfdfde;-webkit-box-shadow:none;box-shadow:none;color:#787878;text-shadow:none}.new-styles .btn-default.active,.new-styles .btn-default.checked,.new-styles .btn-default.focus,.new-styles .btn-default.hover,.new-styles .btn-default:active,.new-styles .btn-default:focus,.new-styles .btn-default:hover,.new-styles .btn-default[aria-expanded*=true],.new-styles .btn-group.open .btn-default,.new-styles .reflex-button.active .btn-default,.new-styles .reflex-button.hover .btn-default,.new-styles .reflex-button:active .btn-default,.new-styles .reflex-button:hover .btn-default{background-color:transparent;border-color:#bfbfbe;-webkit-box-shadow:none;box-shadow:none;color:#2b2a29;text-shadow:none}.new-styles .btn-default.btn-lg,.new-styles .btn-group-lg>.btn-default.btn{padding:7px 24px}.new-styles .btn-default.btn-sm,.new-styles .btn-group-sm>.btn-default.btn{padding:3px 19px}.new-styles .btn-default.btn-xs,.new-styles .btn-group-xs>.btn-default.btn{padding:0 4px}.new-styles .btn-default-alt{background-color:rgba(255,255,255,.6);-webkit-box-shadow:none;box-shadow:none;color:#787878;text-shadow:none}.new-styles .no-rgba .btn-default-alt{background-color:#eceef2}.new-styles .btn-default-alt.active,.new-styles .btn-default-alt.checked,.new-styles .btn-default-alt.focus,.new-styles .btn-default-alt.hover,.new-styles .btn-default-alt:active,.new-styles .btn-default-alt:focus,.new-styles .btn-default-alt:hover,.new-styles .btn-default-alt[aria-expanded*=true],.new-styles .btn-group.open .btn-default-alt,.new-styles .reflex-button.active .btn-default-alt,.new-styles .reflex-button.hover .btn-default-alt,.new-styles .reflex-button:active .btn-default-alt,.new-styles .reflex-button:hover .btn-default-alt{background-color:#fff;-webkit-box-shadow:none;box-shadow:none;color:#2b2a29;text-shadow:none}.new-styles .btn-select{padding:7px 10px;font-size:16px;font-weight:600;line-height:1.5;color:#5b5b5b;background-color:#fff;border:1px solid #bcbec0;border-radius:3px;text-transform:none;-webkit-box-shadow:inset 0 2px 3px rgba(1,1,1,.15);box-shadow:inset 0 2px 3px rgba(1,1,1,.15)}.new-styles .has-error .tooltip.right .tooltip-arrow,.new-styles .has-error .tooltip.right-bottom .tooltip-arrow,.new-styles .has-error .tooltip.right-top .tooltip-arrow{border-right-color:#c4161c}.new-styles .btn-select.focus,.new-styles .btn-select.hover,.new-styles .btn-select:focus,.new-styles .btn-select:hover,.new-styles .reflex-button.hover .btn-select,.new-styles .reflex-button:hover .btn-select{border-color:#6d6d71;-webkit-box-shadow:inset 0 2px 3px rgba(1,1,1,.3);box-shadow:inset 0 2px 3px rgba(1,1,1,.3)}.new-styles .btn-group.open .btn-select,.new-styles .btn-select.active,.new-styles .btn-select.checked,.new-styles .btn-select:active,.new-styles .btn-select[aria-expanded*=true],.new-styles .reflex-button.active .btn-select,.new-styles .reflex-button:active .btn-select{border-color:#0089c1;-webkit-box-shadow:0 0 5px rgba(0,137,194,.4);box-shadow:0 0 5px rgba(0,137,194,.4)}.new-styles .btn-select .caret{color:#5b5b5b}.new-styles .bootstrap-select-custom-text .btn-select{position:relative;color:#003f83!important;border-color:#ccc;background-color:#fff;background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVmZjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(30%,#fff),color-stop(100%,#edeff0));background-image:-webkit-linear-gradient(#fff 30%,#edeff0 100%);background-image:linear-gradient(#fff 30%,#edeff0 100%);background-size:100%;box-shadow:none;text-shadow:none}.new-styles .bootstrap-select-custom-text .btn-select.focus,.new-styles .bootstrap-select-custom-text .btn-select.hover,.new-styles .bootstrap-select-custom-text .btn-select:focus,.new-styles .bootstrap-select-custom-text .btn-select:hover,.new-styles .reflex-button.hover .bootstrap-select-custom-text .btn-select,.new-styles .reflex-button:hover .bootstrap-select-custom-text .btn-select{top:1px;color:#003f83!important;border-color:#b3b3b3;background-color:#fff;background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2VmZjciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(30%,#fff),color-stop(100%,#e7eff7));background-image:-webkit-linear-gradient(#fff 30%,#e7eff7 100%);background-image:linear-gradient(#fff 30%,#e7eff7 100%);background-size:100%;box-shadow:none;text-shadow:none}.new-styles .bootstrap-select-custom-text .btn-select.active,.new-styles .bootstrap-select-custom-text .btn-select.checked,.new-styles .bootstrap-select-custom-text .btn-select:active,.new-styles .bootstrap-select-custom-text .btn-select[aria-expanded*=true],.new-styles .btn-group.open .bootstrap-select-custom-text .btn-select,.new-styles .reflex-button.active .bootstrap-select-custom-text .btn-select,.new-styles .reflex-button:active .bootstrap-select-custom-text .btn-select{top:2px;color:#003f83!important;border-color:#51a5ff;background-color:#fff;background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0)));background-image:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));background-size:100%;box-shadow:0 0 5px rgba(0,128,255,.3);text-shadow:none}.new-styles .btn-select:after{position:absolute;top:0;right:0;display:block;width:30px;height:100%;content:'';border-left:1px solid #bcbec0;background-color:#f2f2f2;border-radius:0 3px 3px 0}.new-styles .btn-group.open .btn-select:after,.new-styles .btn-select.active:after,.new-styles .btn-select.checked:after,.new-styles .btn-select.focus:after,.new-styles .btn-select.hover:after,.new-styles .btn-select:active:after,.new-styles .btn-select:focus:after,.new-styles .btn-select:hover:after,.new-styles .reflex-button.active .btn-select:after,.new-styles .reflex-button.hover .btn-select:after,.new-styles .reflex-button:active .btn-select:after,.new-styles .reflex-button:hover .btn-select:after{border-left-color:#bcbec0}.new-styles .has-error .tooltip.left .tooltip-arrow,.new-styles .has-error .tooltip.left-bottom .tooltip-arrow,.new-styles .has-error .tooltip.left-top .tooltip-arrow{border-left-color:#c4161c}.new-styles .btn-group-lg>.btn-select.btn,.new-styles .btn-select.btn-lg{padding:7px 10px;font-size:16px;font-weight:600;line-height:1.5;border-radius:3px}.new-styles .btn-group-sm>.btn-select.btn,.new-styles .btn-select.btn-sm{font-size:14px;font-weight:400;line-height:1.42857;padding:3px 10px;border-radius:3px}.new-styles .btn-group-xs>.btn-select.btn,.new-styles .btn-select.btn-xs{font-size:12px;font-weight:400;line-height:1.3333333333333;padding:0 4px;border-radius:3px}.new-styles .btn-search{width:50px;padding-right:0!important;padding-left:0!important}.new-styles .btn-search:after{font-size:18px;top:0;content:'\e003';vertical-align:top}.new-styles .btn-group-ch-rad-hide>.btn input[type=radio],.new-styles .btn-group-ch-rad-hide>.btn input[type=checkbox],.new-styles .btn-group-ch-rad-hide>.btn-group>.btn input[type=radio],.new-styles .btn-group-ch-rad-hide>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.new-styles .btn-group-switch{margin-bottom:20px}.new-styles .btn-close{line-height:15px;display:inline-block;overflow:hidden;width:15px;height:15px;cursor:pointer}.new-styles .btn-social-group{margin-top:-10px;margin-right:-3px;margin-left:-3px}.new-styles .btn-social-group .btn-social{margin-top:10px;margin-right:3px;margin-left:3px}.new-styles .btn-social{display:inline-block;width:40px;height:40px;text-align:center;vertical-align:top;border-radius:50%;text-decoration:none!important;border-bottom:0!important}.new-styles .btn-social-label{display:inline-block;margin-top:8px;margin-right:3px;margin-left:3px;vertical-align:top}.new-styles .form-control-static{overflow:hidden;margin-bottom:0;padding-top:0;padding-bottom:0;color:#4d4d4f;min-width:80px;font-size:12px;line-height:1.3333333333333}.new-styles .file-input-area+.form-control-static{padding-top:0}.new-styles .form-control-static.input-lg,.new-styles .form-control-static.input-sm,.new-styles .input-group-lg>.form-control-static.form-control,.new-styles .input-group-lg>.form-control-static.input-group-addon,.new-styles .input-group-lg>.input-group-btn>.form-control-static.btn,.new-styles .input-group-sm>.form-control-static.form-control,.new-styles .input-group-sm>.form-control-static.input-group-addon,.new-styles .input-group-sm>.input-group-btn>.form-control-static.btn{padding-right:0;padding-left:0}.new-styles .form-control-static.input-lg.small,.new-styles .form-control-static.input-sm.small,.new-styles .form-control-static.small,.new-styles .input-group-lg>.form-control-static.small.form-control,.new-styles .input-group-lg>.form-control-static.small.input-group-addon,.new-styles .input-group-lg>.input-group-btn>.form-control-static.small.btn,.new-styles .input-group-sm>.form-control-static.small.form-control,.new-styles .input-group-sm>.form-control-static.small.input-group-addon,.new-styles .input-group-sm>.input-group-btn>.form-control-static.small.btn{padding-top:0;padding-bottom:0}.new-styles .form-control{color:#5b5b5b;border-color:#bcbec0;-webkit-box-shadow:inset 0 2px 3px rgba(1,1,1,.15);box-shadow:inset 0 2px 3px rgba(1,1,1,.15);margin-right:20px;float:left;font-size:16px;font-weight:600;line-height:1.5;height:40px;padding:7px 10px;border-radius:3px}.new-styles .form-control .reflex-input.hover.placeholder,.new-styles .form-control.hover.placeholder,.new-styles .form-control.placeholder,.new-styles .form-control:hover.placeholder,.new-styles .reflex-input:hover .form-control.placeholder{color:#6d6e71}.new-styles .form-control::-moz-placeholder{opacity:1;color:#6d6e71;filter:alpha(opacity=100)}.new-styles .form-control:-ms-input-placeholder{color:#6d6e71}.new-styles .form-control::-webkit-input-placeholder{color:#6d6e71}.new-styles .form-control .reflex-input.hover,.new-styles .form-control.hover,.new-styles .form-control:hover,.new-styles .reflex-input:hover .form-control{border-color:#6d6d71;-webkit-box-shadow:inset 0 2px 3px rgba(1,1,1,.3);box-shadow:inset 0 2px 3px rgba(1,1,1,.3)}.new-styles .form-control .reflex-input.hover::-moz-placeholder,.new-styles .form-control.hover::-moz-placeholder,.new-styles .form-control:hover::-moz-placeholder,.new-styles .reflex-input:hover .form-control::-moz-placeholder{opacity:1;color:#6d6e71;filter:alpha(opacity=100)}.new-styles .form-control .reflex-input.hover:-ms-input-placeholder,.new-styles .form-control.hover:-ms-input-placeholder,.new-styles .form-control:hover:-ms-input-placeholder,.new-styles .reflex-input:hover .form-control:-ms-input-placeholder{color:#6d6e71}.new-styles .form-control .reflex-input.hover::-webkit-input-placeholder,.new-styles .form-control.hover::-webkit-input-placeholder,.new-styles .form-control:hover::-webkit-input-placeholder,.new-styles .reflex-input:hover .form-control::-webkit-input-placeholder{color:#6d6e71}.new-styles .btn-group.open .form-control,.new-styles .form-control.focus,.new-styles .form-control:focus{border-color:#0089c1;-webkit-box-shadow:0 0 5px rgba(0,137,194,.4);box-shadow:0 0 5px rgba(0,137,194,.4)}.new-styles .btn-group.open .form-control::-moz-placeholder,.new-styles .form-control.focus::-moz-placeholder,.new-styles .form-control:focus::-moz-placeholder{opacity:1;color:transparent;filter:alpha(opacity=100)}.new-styles .btn-group.open .form-control:-ms-input-placeholder,.new-styles .form-control.focus:-ms-input-placeholder,.new-styles .form-control:focus:-ms-input-placeholder{color:transparent}.new-styles .btn-group.open .form-control::-webkit-input-placeholder,.new-styles .form-control.focus::-webkit-input-placeholder,.new-styles .form-control:focus::-webkit-input-placeholder{color:transparent}.new-styles .btn-group.open .form-control.placeholder,.new-styles .form-control.focus.placeholder,.new-styles .form-control:focus.placeholder{color:transparent}.new-styles select.form-control{line-height:40px;height:40px}.new-styles select[multiple].form-control,.new-styles textarea.form-control{height:auto}.new-styles .form-group-lg .form-control,.new-styles .input-group-lg>.form-control,.new-styles .input-group-lg>.input-group-addon,.new-styles .input-group-lg>.input-group-btn>.btn,.new-styles .input-lg{height:40px;padding:7px 10px;font-size:16px;line-height:1.5;border-radius:3px}.new-styles .form-group-lg .form-control,.new-styles .input-group-lg>.input-group-btn>select.btn,.new-styles .input-group-lg>select.form-control,.new-styles .input-group-lg>select.input-group-addon,.new-styles select.input-lg{line-height:40px;height:40px}.new-styles .form-group-lg .form-control,.new-styles .input-group-lg>.input-group-btn>select[multiple].btn,.new-styles .input-group-lg>.input-group-btn>textarea.btn,.new-styles .input-group-lg>select[multiple].form-control,.new-styles .input-group-lg>select[multiple].input-group-addon,.new-styles .input-group-lg>textarea.form-control,.new-styles .input-group-lg>textarea.input-group-addon,.new-styles select[multiple].input-lg,.new-styles textarea.input-lg{height:auto}.new-styles .form-group-sm .form-control,.new-styles .input-group-sm>.form-control,.new-styles .input-group-sm>.input-group-addon,.new-styles .input-group-sm>.input-group-btn>.btn,.new-styles .input-sm{font-size:14px;font-weight:400;line-height:1.4285714285714;height:28px;padding:3px 10px;border-radius:3px}.new-styles .form-group-sm .form-control,.new-styles .input-group-sm>.input-group-btn>select.btn,.new-styles .input-group-sm>select.form-control,.new-styles .input-group-sm>select.input-group-addon,.new-styles select.input-sm{line-height:28px;height:28px}.new-styles .form-group-sm .form-control,.new-styles .input-group-sm>.input-group-btn>select[multiple].btn,.new-styles .input-group-sm>.input-group-btn>textarea.btn,.new-styles .input-group-sm>select[multiple].form-control,.new-styles .input-group-sm>select[multiple].input-group-addon,.new-styles .input-group-sm>textarea.form-control,.new-styles .input-group-sm>textarea.input-group-addon,.new-styles select[multiple].input-sm,.new-styles textarea.input-sm{height:auto}.new-styles textarea.form-control{height:70px;resize:none}.new-styles .has-error .checkbox,.new-styles .has-error .checkbox-inline,.new-styles .has-error .control-label,.new-styles .has-error .help-block,.new-styles .has-error .radio,.new-styles .has-error .radio-inline,.new-styles .has-error.checkbox label,.new-styles .has-error.checkbox-inline label,.new-styles .has-error.radio label,.new-styles .has-error.radio-inline label{color:inherit}.new-styles .has-error .form-control{color:#c4161c;border-color:#e98c8f;-webkit-box-shadow:inset 0 2px 3px rgba(1,1,1,.15);box-shadow:inset 0 2px 3px rgba(1,1,1,.15)}.new-styles .has-error .form-control .reflex-input.hover,.new-styles .has-error .form-control.hover,.new-styles .has-error .form-control:hover,.new-styles .reflex-input:hover .has-error .form-control{color:#c4161c;border-color:#c41618;-webkit-box-shadow:inset 0 2px 3px rgba(1,1,1,.3);box-shadow:inset 0 2px 3px rgba(1,1,1,.3)}.new-styles .btn-group.open .has-error .form-control,.new-styles .has-error .form-control.focus,.new-styles .has-error .form-control:focus{color:#c4161c;border-color:#c41618;-webkit-box-shadow:0 0 5px rgba(196,22,28,.4);box-shadow:0 0 5px rgba(196,22,28,.4)}.new-styles .has-error .input-group-addon{color:inherit;border-color:#c4161c;background-color:#fff}.new-styles .has-error .form-control-feedback{color:inherit}.new-styles .has-error .tooltip{border-color:#c4161c}.new-styles .has-error .tooltip .tooltip-inner{color:#fff;background-color:#c4161c}.new-styles .has-error .tooltip.top .tooltip-arrow,.new-styles .has-error .tooltip.top-left .tooltip-arrow,.new-styles .has-error .tooltip.top-right .tooltip-arrow{border-top-color:#c4161c}.new-styles .has-error .tooltip.bottom .tooltip-arrow,.new-styles .has-error .tooltip.bottom-left .tooltip-arrow,.new-styles .has-error .tooltip.bottom-right .tooltip-arrow{border-bottom-color:#c4161c}.new-styles .has-success .tooltip.left .tooltip-arrow,.new-styles .has-success .tooltip.left-bottom .tooltip-arrow,.new-styles .has-success .tooltip.left-top .tooltip-arrow{border-left-color:#3cb300}.new-styles .has-success .tooltip.right .tooltip-arrow,.new-styles .has-success .tooltip.right-bottom .tooltip-arrow,.new-styles .has-success .tooltip.right-top .tooltip-arrow{border-right-color:#3cb300}.new-styles .has-success .checkbox,.new-styles .has-success .checkbox-inline,.new-styles .has-success .control-label,.new-styles .has-success .help-block,.new-styles .has-success .radio,.new-styles .has-success .radio-inline,.new-styles .has-success.checkbox label,.new-styles .has-success.checkbox-inline label,.new-styles .has-success.radio label,.new-styles .has-success.radio-inline label{color:inherit}.new-styles .has-success .form-control{color:#3cb300;border-color:#94d075;background-color:#fff;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.new-styles .btn-group.open .has-success .form-control,.new-styles .has-success .form-control .reflex-input.hover,.new-styles .has-success .form-control.focus,.new-styles .has-success .form-control.hover,.new-styles .has-success .form-control:focus,.new-styles .has-success .form-control:hover,.new-styles .reflex-input:hover .has-success .form-control{border-color:#3cb300;box-shadow:inset 0 0 4px rgba(0,0,0,.4)}.new-styles .has-success .input-group-addon{color:inherit;border-color:#94d075;background-color:#fff}.new-styles .has-success .form-control-feedback{color:inherit}.new-styles .has-success .tooltip{border-color:#3cb300}.new-styles .has-success .tooltip .tooltip-inner{color:#fff;background-color:#3cb300}.new-styles .has-success .tooltip.top .tooltip-arrow,.new-styles .has-success .tooltip.top-left .tooltip-arrow,.new-styles .has-success .tooltip.top-right .tooltip-arrow{border-top-color:#3cb300}.new-styles .has-success .tooltip.bottom .tooltip-arrow,.new-styles .has-success .tooltip.bottom-left .tooltip-arrow,.new-styles .has-success .tooltip.bottom-right .tooltip-arrow{border-bottom-color:#3cb300}.new-styles .has-tooltip{position:relative}.new-styles .tooltip{position:relative;display:none;max-width:100%;vertical-align:top;font-size:12px;line-height:1.3333333333333}.new-styles .has-tooltip .tooltip{display:inline-block;opacity:1;filter:alpha(opacity=100)}.new-styles .slider-nav-btn-next-area.disabled,.new-styles .slider-nav-btn-prev-area.disabled{opacity:.2;filter:alpha(opacity=20)}.new-styles .tooltip.top{bottom:100%;margin-top:0;margin-bottom:5px;padding:0}.new-styles .tooltip.bottom{top:100%;margin-top:5px;padding:0}.new-styles .tooltip.left{right:100%;margin-right:5px;margin-left:0;padding:0}.new-styles .tooltip.right{left:100%;margin-left:5px;padding:0}.new-styles .tooltip.top-left,.new-styles .tooltip.top-right{bottom:100%;margin-bottom:5px}.new-styles .tooltip.bottom-left,.new-styles .tooltip.bottom-right{top:100%;margin-top:5px}.new-styles .tooltip.left-top{right:100%;margin-bottom:5px}.new-styles .tooltip.right-top{left:100%;margin-bottom:5px}.new-styles .tooltip.left-bottom{right:100%;margin-top:5px}.new-styles .tooltip.right-bottom{left:100%;margin-top:5px}.new-styles .tooltip.top-left .tooltip-arrow{top:100%;right:15px;bottom:auto;left:auto;border-width:4px 6px 0}.new-styles .tooltip.top-right .tooltip-arrow{top:100%;right:auto;bottom:auto;left:15px;border-width:4px 6px 0}.new-styles .tooltip.bottom-left .tooltip-arrow{top:auto;right:15px;bottom:100%;left:auto;border-width:0 6px 4px}.new-styles .tooltip.bottom-right .tooltip-arrow{top:auto;right:auto;bottom:100%;left:15px;border-width:0 6px 4px}.new-styles .tooltip.left-top .tooltip-arrow{bottom:15px;left:100%;border-width:6px 0 6px 4px;border-left-color:#fff}.new-styles .tooltip.right-top .tooltip-arrow{right:100%;bottom:15px;border-width:6px 4px 6px 0;border-right-color:#fff}.new-styles .tooltip.left-bottom .tooltip-arrow{top:15px;left:100%;border-width:6px 0 6px 4px;border-left-color:#fff}.new-styles .tooltip.right-bottom .tooltip-arrow{top:15px;right:100%;border-width:6px 4px 6px 0;border-right-color:#fff}.new-styles .tooltip.top .tooltip-arrow{top:100%;bottom:auto;border-width:4px 6px 0}.new-styles .tooltip.bottom .tooltip-arrow{top:auto;bottom:100%;border-width:0 6px 4px}.new-styles .tooltip.left .tooltip-arrow{right:auto;left:100%;border-width:6px 0 6px 4px}.new-styles .tooltip.right .tooltip-arrow{right:100%;left:auto;border-width:6px 4px 6px 0}.new-styles .tooltip-inner{max-width:none;padding:4px 13px 5px;text-align:left;border-radius:3px}.new-styles .tooltip-condensed .tooltip-inner{padding:7px 15px 10px}.new-styles .divider{overflow:hidden;height:1px;height:auto!important;margin:30px 0;border-top:1px solid #bcbec0;background:#bcbec0!important}.new-styles .divider-dotted{border-top-style:dotted}.new-styles .divider-dashed{border-top-style:dashed}.new-styles .divider-white{border-top-color:#fff}.new-styles .divider-black{border-top-color:#000}.new-styles .divider-silver-light{border-top-color:#ccc}.new-styles .divider-twin{border-top-color:#b1c9dc;border-bottom:1px solid #fff}.new-styles .dropdown-menu{font-size:16px;line-height:1.5;margin-top:0;padding:20px;color:#212121;border:0;border-radius:0;background-color:#fff;-webkit-box-shadow:0 5px 10px rgba(1,1,1,.2);box-shadow:0 5px 10px rgba(1,1,1,.2)}.new-styles .list-group>li:before,.new-styles .list-group>li>ol>li:after,.new-styles .list-group>li>ul>li:after,.new-styles .list-inline>li:before,.new-styles .list-inline>li>ol>li:after,.new-styles .list-inline>li>ul>li:after,.new-styles .list-unstyled>li>ol>li:after,.new-styles .list-unstyled>li>ul>li:after{background-color:transparent}.new-styles .dropdown-menu:after{position:absolute;width:0;height:0;content:'';border-style:solid;border-color:transparent}.new-styles .dropdown-menu.top-left:after{top:100%;right:40px;bottom:auto;left:auto;border-width:7px 12px 0;border-top-color:#fff}.new-styles .dropdown-menu.top-right:after{top:100%;right:auto;bottom:auto;left:40px;border-width:7px 12px 0;border-top-color:#fff}.new-styles .dropdown-menu.bottom-left:after{top:auto;right:40px;bottom:100%;left:auto;border-width:0 12px 7px;border-bottom-color:#fff}.new-styles .dropdown-menu.bottom-right:after{top:auto;right:auto;bottom:100%;left:40px;border-width:0 12px 7px;border-bottom-color:#fff}.new-styles .dropdown-menu.left-top:after{bottom:40px;left:100%;border-width:12px 0 12px 7px;border-left-color:#fff}.new-styles .dropdown-menu.right-top:after{right:100%;bottom:40px;border-width:12px 7px 12px 0;border-right-color:#fff}.new-styles .dropdown-menu.left-bottom:after{top:40px;left:100%;border-width:12px 0 12px 7px;border-left-color:#fff}.new-styles .dropdown-menu.right-bottom:after{top:40px;right:100%;border-width:12px 7px 12px 0;border-right-color:#fff}.new-styles .dropdown-menu.top:after{top:100%;bottom:auto;left:50%;margin-left:-12px;border-width:7px 12px 0;border-top-color:#fff}.new-styles .dropdown-menu.bottom:after{top:auto;bottom:100%;left:50%;margin-left:-12px;border-width:0 12px 7px;border-bottom-color:#fff}.new-styles .dropdown-menu.left:after{top:50%;right:auto;left:100%;margin-top:-12px;border-width:12px 0 12px 7px;border-left-color:#fff}.new-styles .dropdown-menu.right:after{top:50%;right:100%;left:auto;margin-top:-12px;border-width:12px 7px 12px 0;border-right-color:#fff}.new-styles .dropdown-menu-full{width:100%}.new-styles .dropdown-menu-xs{width:215px}.new-styles .dropdown-menu-sm{width:230px}.new-styles .dropdown-menu-md{width:250px}.new-styles .dropdown-menu-lg{width:1000px}.new-styles .input-group-custom{width:100%}.new-styles .input-group-custom .form-control{padding-right:48px}.new-styles .input-group-custom .input-group-btn{position:absolute;z-index:3;top:0;right:0;width:auto;max-width:100%}.new-styles .breadcrumb>li:before,.new-styles .list-group>li:before,.new-styles .list-inline>li:before,.new-styles .list-unstyled>li:before,.new-styles .media-list>li:before,.new-styles .nav-tabs>li:before,.new-styles .pagination>li:before{top:auto;left:auto;width:auto;height:auto}.new-styles .input-group-divided .input-group-btn>.btn,.new-styles .input-group-divided .input-group-btn>.btn-group{margin-left:10px}.new-styles .list-unstyled{margin:0;padding:0;list-style:none}.new-styles .list-unstyled>li{position:static;margin:0;padding:0}.new-styles .list-unstyled>li+li{margin-top:0}.new-styles .list-unstyled>li:before{position:static;content:none;border-radius:0;background-color:transparent}.new-styles .list-unstyled>li>ol,.new-styles .list-unstyled>li>ul{margin-top:0;color:inherit}.new-styles .list-unstyled>li>ol>li,.new-styles .list-unstyled>li>ul>li{color:inherit}.new-styles .list-unstyled-custom>li+li{margin-top:11px}.new-styles .list-inline{margin:0 -7px;padding:0;list-style:none}.new-styles .list-inline>li{position:static;margin:0;padding:0 7px;display:inline-block}.new-styles .list-inline>li+li{margin-top:0}.new-styles .list-inline>li:before{position:static;content:none;border-radius:0}.new-styles .list-inline>li>ol,.new-styles .list-inline>li>ul{margin-top:0;color:inherit}.new-styles .list-inline>li>ol>li,.new-styles .list-inline>li>ul>li{color:inherit}.new-styles .list-inline-custom{margin:0 -12px}.new-styles .list-inline-custom>li{padding:0 12px}.new-styles .list-group{margin:0 0 20px;padding:0;list-style:none}.new-styles .list-group>li{position:static;margin:0;padding:0}.new-styles .list-group>li+li{margin-top:0}.new-styles .list-group>li:before{position:static;content:none;border-radius:0}.new-styles .list-group>li>ol,.new-styles .list-group>li>ul{margin-top:0;color:inherit}.new-styles .list-group>li>ol>li,.new-styles .list-group>li>ul>li{color:inherit}.new-styles .list-group-item{position:relative;display:block;margin-bottom:0;padding:10px 20px!important;background-color:#fff}.new-styles .list-group-item,.new-styles .list-group-item.focus,.new-styles .list-group-item.hover,.new-styles .list-group-item:focus,.new-styles .list-group-item:hover{border:1px solid #ddd;border-width:0 0 1px}.new-styles .list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.new-styles .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.new-styles .list-group-item-success{color:#3c763d;background-color:#dff0d8}.new-styles a.list-group-item-success{color:#3c763d}.new-styles a.list-group-item-success .list-group-item-heading{color:inherit}.new-styles a.list-group-item-success:focus,.new-styles a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}.new-styles a.list-group-item-success.active,.new-styles a.list-group-item-success.active:focus,.new-styles a.list-group-item-success.active:hover{color:#fff;border-color:#3c763d;background-color:#3c763d}.new-styles .list-group-item-info{color:#31708f;background-color:#d9edf7}.new-styles a.list-group-item-info{color:#31708f}.new-styles a.list-group-item-info .list-group-item-heading{color:inherit}.new-styles a.list-group-item-info:focus,.new-styles a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}.new-styles a.list-group-item-info.active,.new-styles a.list-group-item-info.active:focus,.new-styles a.list-group-item-info.active:hover{color:#fff;border-color:#31708f;background-color:#31708f}.new-styles .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.new-styles a.list-group-item-warning{color:#8a6d3b}.new-styles a.list-group-item-warning .list-group-item-heading{color:inherit}.new-styles a.list-group-item-warning:focus,.new-styles a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}.new-styles a.list-group-item-warning.active,.new-styles a.list-group-item-warning.active:focus,.new-styles a.list-group-item-warning.active:hover{color:#fff;border-color:#8a6d3b;background-color:#8a6d3b}.new-styles .list-group-item-danger{color:#a94442;background-color:#f2dede}.new-styles a.list-group-item-danger{color:#a94442}.new-styles a.list-group-item-danger .list-group-item-heading{color:inherit}.new-styles a.list-group-item-danger:focus,.new-styles a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}.new-styles a.list-group-item-danger.active,.new-styles a.list-group-item-danger.active:focus,.new-styles a.list-group-item-danger.active:hover{color:#fff;border-color:#a94442;background-color:#a94442}.new-styles .nav-justified,.new-styles .nav-tabs.nav-justified{display:table;margin:0;padding:0;list-style:none}.new-styles .nav-justified>li,.new-styles .nav-tabs.nav-justified>li{position:static;margin:0;padding:0}.new-styles .nav-justified>li+li,.new-styles .nav-tabs.nav-justified>li+li{margin-top:0}.new-styles .nav-justified>li:before,.new-styles .nav-tabs.nav-justified>li:before{position:static;top:auto;left:auto;width:auto;height:auto;content:none;border-radius:0;background-color:transparent}.new-styles .nav-justified>li>ol,.new-styles .nav-justified>li>ul,.new-styles .nav-tabs.nav-justified>li>ol,.new-styles .nav-tabs.nav-justified>li>ul{margin-top:0;color:inherit}.new-styles .nav-justified>li>ol>li,.new-styles .nav-justified>li>ul>li,.new-styles .nav-tabs.nav-justified>li>ol>li,.new-styles .nav-tabs.nav-justified>li>ul>li{color:inherit}.new-styles .nav-justified>li>ol>li:after,.new-styles .nav-justified>li>ul>li:after,.new-styles .nav-tabs.nav-justified>li>ol>li:after,.new-styles .nav-tabs.nav-justified>li>ul>li:after{background-color:transparent}.new-styles .nav-justified>li>a,.new-styles .nav-justified>li>span,.new-styles .nav-tabs.nav-justified>li>a,.new-styles .nav-tabs.nav-justified>li>span{display:block;text-align:center}.new-styles .nav-tabs,.new-styles .nav-tabs>li{padding:0;display:inline-block;vertical-align:top}.new-styles .nav-tabs{min-width:100%;margin:0;list-style:none;text-align:center;border-bottom:1px solid #ddd}.new-styles .nav-tabs>li+li{margin-top:0}.new-styles .nav-tabs>li:before{position:static;content:none;border-radius:0;background-color:transparent}.new-styles .nav-tabs>li>ol,.new-styles .nav-tabs>li>ul{margin-top:0;color:inherit}.new-styles .nav-tabs>li>ol>li,.new-styles .nav-tabs>li>ul>li{color:inherit}.new-styles .nav-tabs>li>ol>li:after,.new-styles .nav-tabs>li>ul>li:after{background-color:transparent}.new-styles .nav-tabs>li{position:static;margin:0 0 -1px;float:none}.new-styles .nav-tabs>li>a,.new-styles .nav-tabs>li>span{display:block;float:left;padding:10px 0;border:4px solid transparent;border-right-width:0;border-left-width:0;border-radius:0}.new-styles .nav-tabs>li>a.hover,.new-styles .nav-tabs>li>a:hover,.new-styles .nav-tabs>li>span.hover,.new-styles .nav-tabs>li>span:hover{border-color:transparent;background-color:transparent}.new-styles .nav-tabs>li>.glyphicon{float:left;margin-top:6px}.new-styles .nav-tabs>li.active>a,.new-styles .nav-tabs>li.active>a.focus,.new-styles .nav-tabs>li.active>a.hover,.new-styles .nav-tabs>li.active>a:focus,.new-styles .nav-tabs>li.active>a:hover,.new-styles .nav-tabs>li.active>span,.new-styles .nav-tabs>li.active>span.focus,.new-styles .nav-tabs>li.active>span.hover,.new-styles .nav-tabs>li.active>span:focus,.new-styles .nav-tabs>li.active>span:hover{font-weight:700;cursor:default;color:#555;border-top:4px solid transparent;border-right-width:0;border-bottom:4px solid #ddd;border-left-width:0;background-color:#fff}.new-styles .nav-tabs>li.active>a>span,.new-styles .nav-tabs>li.active>span>span{border-bottom:0!important}.new-styles .nav-tabs>li+li{margin-left:26px}.new-styles .nav-tabs-overflow{overflow-x:auto;overflow-y:hidden;margin-bottom:16px;white-space:nowrap;-webkit-overflow-scrolling:touch}@media (min-width:3px){.new-styles .nav-tabs>li>a,.new-styles .nav-tabs>li>span{font-size:16px;line-height:1.625;padding-top:7px;padding-bottom:21px}.new-styles .nav-tabs>li>.glyphicon{margin-top:13px}.new-styles .nav-tabs>li+li{margin-left:36px}.new-styles .nav-tabs-overflow{margin-bottom:23px}}@media (min-width:9999px){.new-styles .nav-tabs-overflow{margin-bottom:42px}}.new-styles .breadcrumb{margin:0 0 3px;padding:22px 0;padding-bottom:0;list-style:none;border-radius:0;background-color:transparent}.new-styles .breadcrumb>li{position:static;margin:0;padding:0}.new-styles .breadcrumb>li+li{margin-top:0}.new-styles .breadcrumb>li:before{position:static;content:none;border-radius:0;background-color:transparent}.new-styles .breadcrumb>li>ol,.new-styles .breadcrumb>li>ul{margin-top:0;color:inherit}.new-styles .breadcrumb>li>ol>li,.new-styles .breadcrumb>li>ul>li{color:inherit}.new-styles .breadcrumb>li>ol>li:after,.new-styles .breadcrumb>li>ul>li:after{background-color:transparent}.new-styles .breadcrumb:first-child{margin-top:-30px}.new-styles .breadcrumb>li.breadcrumb-el{display:inline-block;vertical-align:top;color:#212121}.new-styles .breadcrumb>li.breadcrumb-el.active{color:#5b5b5b}.new-styles .breadcrumb>li.breadcrumb-el:after{display:inline;overflow:hidden;margin:0 3px;padding:0;content:'в†’';vertical-align:baseline;color:#4d4d4f}.new-styles .breadcrumb>li.breadcrumb-el+li.breadcrumb-el:before,.new-styles .breadcrumb>li.breadcrumb-el.breadcrumb-back-el:after{content:none}.new-styles .breadcrumb>li.breadcrumb-el.breadcrumb-back-el:before{display:inline;overflow:hidden;margin:0 3px 0 0;padding:0;content:'\2190';vertical-align:baseline;color:#4d4d4f}.new-styles .page-header{padding:0;margin:0;border:0}.new-styles .page-header-result{font-weight:400;color:#4d4d4f}.new-styles .pagination{display:block;margin:20px 0;padding:0;list-style:none;text-align:center;border-radius:3px}.new-styles .pagination>li{position:static;margin:0;padding:0;display:inline-block;vertical-align:top}.new-styles .pagination>li+li{margin-top:0}.new-styles .pagination>li:before{position:static;content:none;border-radius:0;background-color:transparent}.new-styles .pagination>li>ol,.new-styles .pagination>li>ul{margin-top:0;color:inherit}.new-styles .pagination>li>ol>li,.new-styles .pagination>li>ul>li{color:inherit}.new-styles .pagination>li>ol>li:after,.new-styles .pagination>li>ul>li:after{background-color:transparent}.new-styles .pagination>li>a,.new-styles .pagination>li>span{line-height:1.57143;position:relative;float:left;margin-left:-1px;padding:6px 17px 8px;text-decoration:none;color:#004080;border:0!important;background-color:transparent}.new-styles .pagination>li:first-child>a,.new-styles .pagination>li:first-child>span{margin-left:0;border-radius:3px}.new-styles .pagination>li:last-child>a,.new-styles .pagination>li:last-child>span{border-radius:3px}.new-styles .pagination>li>a:focus,.new-styles .pagination>li>a:hover,.new-styles .pagination>li>span:focus,.new-styles .pagination>li>span:hover{color:#ca0017;border-color:#ddd;background-color:transparent}.new-styles .pagination>.active>a,.new-styles .pagination>.active>a:focus,.new-styles .pagination>.active>a:hover,.new-styles .pagination>.active>span,.new-styles .pagination>.active>span:focus,.new-styles .pagination>.active>span:hover{font-weight:700;z-index:2;cursor:default;color:#212121;border-color:#428bca;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.25)}.new-styles .pagination>.disabled>a,.new-styles .pagination>.disabled>a:focus,.new-styles .pagination>.disabled>a:hover,.new-styles .pagination>.disabled>span,.new-styles .pagination>.disabled>span:focus,.new-styles .pagination>.disabled>span:hover{cursor:not-allowed;color:#777;border-color:#ddd;background-color:#fff}.new-styles .media{margin-top:20px}.new-styles .media-list>li+li,.new-styles .media:first-child{margin-top:0}.new-styles .media-list{margin:0;padding:0;list-style:none}.new-styles .media-list>li{position:static;margin:0;padding:0}.new-styles .media-list>li:before{position:static;content:none;border-radius:0;background-color:transparent}.new-styles .media-list>li>ol,.new-styles .media-list>li>ul{margin-top:0;color:inherit}.new-styles .media-list>li>ol>li,.new-styles .media-list>li>ul>li{color:inherit}.new-styles .media-list>li>ol>li:after,.new-styles .media-list>li>ul>li:after{background-color:transparent}.new-styles label{font-size:16px;font-weight:400;line-height:1.5;text-transform:uppercase}.new-styles .label{font-size:12px;font-weight:400;line-height:1.3333333333333;padding:.0833333em .416667em .166667em;text-transform:lowercase;border-radius:0}.new-styles .form-horizontal .control-label{margin-bottom:14px}@media (min-width:2px){.new-styles .form-horizontal .control-label{margin-bottom:0;padding-top:8px;text-align:left}.new-styles .form-horizontal .control-label-ch-rad{margin-top:-4px;padding-top:0}.new-styles .form-horizontal .control-label-file{margin-top:-1px;padding-top:0}.new-styles .form-horizontal .control-label-raiting{padding-top:4px}}.new-styles .form-group{margin-bottom:10px}.new-styles .form-group-action{margin-top:10px;margin-bottom:0}.new-styles .ch-box-area,.new-styles .radio-box-area{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.new-styles .ch-box-area:after,.new-styles .ch-box-area:before,.new-styles .radio-box-area:after,.new-styles .radio-box-area:before{display:table;content:' '}.new-styles .ch-box-area:after,.new-styles .radio-box-area:after{clear:both}.new-styles .ch-box-area label,.new-styles .radio-box-area label{font-weight:400;display:block;margin-top:-1px;margin-bottom:0;margin-left:30px;padding-left:0;cursor:pointer;-webkit-transition:all 250ms ease-out;transition:all 250ms ease-out;text-align:left;vertical-align:top;font-size:16px;line-height:1.25;text-transform:none;color:#5b5b5b!important}.new-styles .ch-box-area-inline,.new-styles .radio-box-area-inline{margin-right:15px;margin-bottom:15px;vertical-align:top;text-overflow:ellipsis}.new-styles .ch-box,.new-styles .radio-box{position:relative;display:inline-block;float:left;overflow:hidden;width:20px;height:20px;cursor:pointer;-webkit-transition:all 250ms ease-out;transition:all 250ms ease-out;vertical-align:top;background:#fff}.new-styles .ch-box input,.new-styles .radio-box input{display:none}.new-styles .ch-box.disabled+label,.new-styles .radio-box.disabled+label{cursor:default;color:#ccc}.new-styles .ch-box-row .ch-box,.new-styles .radio-box-row .radio-box{display:block;float:left}.new-styles .ch-box-row label,.new-styles .ch-box-txt,.new-styles .radio-box-row label,.new-styles .radio-box-txt{display:block;margin-left:30px;padding:0}.new-styles .ch-box-row,.new-styles .radio-box-row{margin-top:10px}.new-styles .ch-box-row:first-child,.new-styles .radio-box-row:first-child{margin-top:0}.new-styles .ch-rad-group{margin-right:-15px;margin-bottom:-15px}.new-styles .ch-box-row-mt,.new-styles .ch-box-txt,.new-styles .radio-box-row-mt,.new-styles .radio-box-txt{margin-top:10px}.new-styles .ch-box-txt.small,.new-styles .radio-box-txt.small{margin-top:7px}.new-styles .ch-box-hidden-text,.new-styles .radio-box-hidden-text{display:none}.new-styles .ch-box-area.checked .ch-box-hidden-text,.new-styles .radio-box-area.checked .radio-box-hidden-text{display:block}.new-styles .radio-box{border:1px solid #bcbec0;border-radius:50%;-webkit-box-shadow:inset 0 2px 3px rgba(1,1,1,.15);box-shadow:inset 0 2px 3px rgba(1,1,1,.15)}.new-styles .radio-box:after{position:absolute;top:50%;left:50%;display:inline-block;width:12px;height:12px;margin:-6px 0 0 -6px;content:'';-webkit-transition:all 250ms ease-out;transition:all 250ms ease-out;vertical-align:top;border-radius:50%;background-color:transparent}.new-styles .radio-box-area.hover .radio-box,.new-styles .radio-box:hover{border-color:#6d6d71;-webkit-box-shadow:inset 0 2px 3px rgba(1,1,1,.3);box-shadow:inset 0 2px 3px rgba(1,1,1,.3)}.new-styles .radio-box.checked:after{background-color:#0089c2;background-size:100%;box-shadow:0 1px 2px rgba(1,1,1,.2)}.new-styles .radio-box.disabled{cursor:default;color:#ccc!important;border-color:#ccc!important;background:#fff!important}.new-styles .radio-box.disabled:after{background-color:transparent!important}.new-styles .radio-box-area .radio-box.checked.disabled:after,.new-styles .radio-box.checked.disabled:after{background-color:#ccc!important;background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#ccc),color-stop(100%,#ccc));background-image:-webkit-linear-gradient(#ccc,#ccc);background-image:linear-gradient(#ccc,#ccc);background-size:100%;box-shadow:none}.new-styles .ch-box{font-family:'Glyphicons Halflings';font-size:12px;font-weight:400;font-style:normal;line-height:1.5;text-align:center;color:transparent;border:1px solid #bcbec0;-webkit-box-shadow:inset 0 2px 3px rgba(1,1,1,.15);box-shadow:inset 0 2px 3px rgba(1,1,1,.15)}.new-styles .ch-box:after{content:'\e013'}.new-styles .ch-box-area.hover .ch-box,.new-styles .ch-box:hover{border-color:#6d6d71;-webkit-box-shadow:inset 0 2px 3px rgba(1,1,1,.3);box-shadow:inset 0 2px 3px rgba(1,1,1,.3)}.new-styles .ch-box-area.hover .ch-box.checked,.new-styles .ch-box.checked{color:#0089c2}.new-styles .ch-box.checked:after{margin-top:1px;vertical-align:top}.new-styles .btn-file-delete:after,.new-styles .btn-file-input:before{vertical-align:baseline;left:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:'Glyphicons Halflings';font-weight:400;font-style:normal}.new-styles .ch-box.disabled{cursor:default;color:transparent!important;border-color:#ccc!important;background:#fff!important}.new-styles .slider-area,.new-styles .slider-el{background-repeat:no-repeat;background-position:center top;background-size:cover}.new-styles .ch-box-area .ch-box.checked.disabled,.new-styles .ch-box.checked.disabled{color:#ccc!important}.new-styles .btn-file-input{font-size:16px;line-height:1.5;display:inline-block;margin:0 16px 0 0;padding-left:16px;white-space:nowrap}.new-styles .btn-file-input:before{font-size:12px;content:'\2b\00A0';line-height:1;position:absolute;top:.3125em}.new-styles .btn-file-delete{font-size:16px;line-height:1.25;display:inline-block;margin:0 16px 0 0;white-space:nowrap}.new-styles .btn-file-delete:after{font-size:14px;margin-left:-6px;content:'\00A0\e014';line-height:1;position:relative;top:2px}.new-styles .file-input-area{float:left;position:relative}.new-styles .file-input{position:absolute;left:-9999px;visibility:hidden}.new-styles .file-input-txt{display:inline-block;color:#6d6e71}.new-styles .pseudo-table{display:table;width:100%;border-collapse:collapse}.new-styles .pseudo-row{display:table-row}.new-styles .pseudo-cell{display:table-cell;vertical-align:top}.new-styles .slider-area{position:relative;z-index:0}.new-styles .slider-area .caroufredsel_wrapper{height:auto!important;margin:0 auto!important}.new-styles .slider{position:relative!important;overflow:hidden;height:auto!important;text-align:center;white-space:nowrap}.new-styles .slider-el{position:relative;z-index:auto;display:inline-block;width:100%;margin-right:0;text-align:left;vertical-align:top;white-space:normal}.new-styles .main-nav-link-2:before,.new-styles .slider-nav-btn:after{vertical-align:baseline;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.new-styles .caroufredsel_wrapper .slider-el{float:left;margin-right:0}.new-styles .slider-nav{position:absolute;top:0;left:0;width:100%;height:100%}.new-styles .slider-nav-btn-area{width:30px;position:absolute;z-index:2;top:0;bottom:0;cursor:pointer;-webkit-transition:opacity 250ms ease-out;transition:opacity 250ms ease-out;background:url(/local/images/blank.gif)}.new-styles .slider-nav-btn-prev-area{left:0}.new-styles .slider-nav-btn-next-area{right:0}.new-styles .slider-nav-btn{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.new-styles .slider-nav-btn:after{position:absolute;top:50%;width:30px;height:34px;margin-top:-17px;background-image:none;content:'';background-color:#fff;background-color:rgba(255,255,255,.7);color:#2b2a29;color:rgba(43,42,41,.3);font-size:18px;font-family:'Glyphicons Halflings';font-weight:400;font-style:normal;line-height:34px}.new-styles .slider-nav-btn-next-area.active .slider-nav-btn-next:after,.new-styles .slider-nav-btn-next-area.hover .slider-nav-btn-next:after,.new-styles .slider-nav-btn-next-area:active .slider-nav-btn-next:after,.new-styles .slider-nav-btn-next-area:hover .slider-nav-btn-next:after,.new-styles .slider-nav-btn-prev-area.active .slider-nav-btn-prev:after,.new-styles .slider-nav-btn-prev-area.hover .slider-nav-btn-prev:after,.new-styles .slider-nav-btn-prev-area:active .slider-nav-btn-prev:after,.new-styles .slider-nav-btn-prev-area:hover .slider-nav-btn-prev:after{color:#1c1b17;background-color:#fff}.new-styles .about-num,.new-styles .project-price,.new-styles .quote:after,.new-styles .quote:before,.new-styles .stock-price{font-family:Lobster,cursive}.new-styles .slider-nav-btn-prev:after{left:0;content:'\e079';border-radius:0 17px 17px 0;padding-left:4px;text-align:left}.new-styles .slider-nav-alt .slider-nav-btn-prev:after,.new-styles .slider-nav-btn-next:after{border-radius:17px 0 0 17px;padding-right:4px;text-align:right}.new-styles .slider-nav-btn-next:after{right:0;content:'\e080'}.new-styles .slider-nav-alt .slider-nav-btn:after{background-color:#fff;color:#5b5b5b}.new-styles .slider-nav-alt .slider-nav-btn-prev-area{left:auto;right:100%}.new-styles .slider-nav-alt .slider-nav-btn-next-area{right:auto;left:100%}.new-styles .slider-nav-alt .slider-nav-btn-next:after{border-radius:0 17px 17px 0;padding-left:4px;text-align:left}.new-styles .slider-pager-area{font-size:.01px;position:absolute;right:0;bottom:10px;left:0;text-align:center}.new-styles .slider-pager a{line-height:12px;position:relative;z-index:2;display:inline-block;width:13px;height:13px;cursor:pointer;-webkit-transition:all 250ms ease-out;transition:all 250ms ease-out;text-align:center;vertical-align:top;text-decoration:none!important;border:1px solid transparent!important;color:transparent!important;border-radius:50%;background-color:transparent!important}.new-styles .slider-pager a:after{content:'';display:block;position:absolute;top:50%;left:50%;margin-top:-3.5px;margin-left:-3.5px;width:7px;height:7px;border-radius:50%;background-color:#b2b3b5}.new-styles .slider-pager a.hover,.new-styles .slider-pager a.selected,.new-styles .slider-pager a:hover{background-color:transparent!important;border-color:#b2b3b5!important}.new-styles .slider-pager a~a{margin-left:1px}.new-styles .slider-el-wrapper{position:absolute;top:0;right:0;bottom:0;left:0}.new-styles .slider-el-wrapper .container{height:100%}.new-styles .slider-el-img-box{position:relative;z-index:0;overflow:visible;background-repeat:no-repeat;background-position:center top;background-size:cover}.new-styles .slider-el-img-box img{width:100%;max-height:none}.new-styles .slider-el-info{width:100%;height:100%;table-layout:fixed}.new-styles .carousel,.new-styles .carousel-area .caroufredsel_wrapper{height:auto!important}.new-styles .slider-el-info a{position:relative;z-index:1}.new-styles .slider-el-info-inner{padding:0 50px;z-index:1!important;vertical-align:middle}.new-styles .slider-el-title{margin-bottom:0;color:inherit;text-shadow:1px 1px 2px #8ba900}.new-styles .slider-el-action{margin-top:13px}.new-styles .slider-el-info-incut{width:326px;position:relative;margin-top:112px;padding:14px 20px;color:#fff;background-color:#b0cb1f;background-color:rgba(176,203,31,.9)}.new-styles .slider-el-info-incut:after{content:'';background-repeat:repeat;background-position:center center;background-image:url(/local/images/bg-slider-el-info-incut.png);position:absolute;display:block;top:0;bottom:0;left:100%;width:118px}.new-styles .slider-el-info-incut *{position:relative}.new-styles .slider-el-info-incut a{position:relative;z-index:1}.new-styles .carousel-area{position:relative;padding:0 30px}.new-styles .carousel{position:relative!important;z-index:1!important;overflow:hidden;white-space:nowrap}.new-styles .carousel-el{display:inline-block;width:25%;margin-right:-4px;vertical-align:top;white-space:normal}.new-styles .caroufredsel_wrapper .carousel-el{float:left;margin-right:0}.new-styles .carousel-nav{position:absolute;top:0;right:0;bottom:0;left:0}.new-styles .carousel-nav-btn{position:absolute;z-index:1;top:0;bottom:0;width:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:url(/local/images/blank.gif)}.new-styles .carousel-nav-btn.disabled{cursor:default}.new-styles .carousel-nav-btn-prev{left:0}.new-styles .carousel-nav-btn-next{right:0}.new-styles .carousel-nav-btn-arrow{position:absolute;top:0;bottom:0;-webkit-transition:all .25s ease 0;transition:all .25s ease 0}.new-styles .carousel-nav-btn-arrow:after{position:absolute;top:50%;display:block;width:14px;height:26px;margin-top:-13px;content:''}.new-styles .carousel-nav-btn-arrow-prev{left:0}.new-styles .carousel-nav-btn-arrow-prev:after{left:0;background-position:-125px -50px}.new-styles .carousel-nav-btn-prev.active .carousel-nav-btn-arrow-prev:after,.new-styles .carousel-nav-btn-prev.hover .carousel-nav-btn-arrow-prev:after,.new-styles .carousel-nav-btn-prev:active .carousel-nav-btn-arrow-prev:after,.new-styles .carousel-nav-btn-prev:hover .carousel-nav-btn-arrow-prev:after{background-position:-125px -100px}.new-styles .carousel-nav-btn-prev.disabled .carousel-nav-btn-arrow-prev:after{background-position:-125px 0}.new-styles .carousel-nav-btn-arrow-next{right:0}.new-styles .carousel-nav-btn-arrow-next:after{right:0;background-position:-150px -50px}.new-styles .carousel-nav-btn-next.active .carousel-nav-btn-arrow-next:after,.new-styles .carousel-nav-btn-next.hover .carousel-nav-btn-arrow-next:after,.new-styles .carousel-nav-btn-next:active .carousel-nav-btn-arrow-next:after,.new-styles .carousel-nav-btn-next:hover .carousel-nav-btn-arrow-next:after{background-position:-150px -100px}.new-styles .carousel-nav-btn-next.disabled .carousel-nav-btn-arrow-next:after{background-position:-150px 0}.new-styles .carousel-pager-area{font-size:.01px;position:relative;z-index:2;top:100%;right:0;left:0;height:14px;margin-top:25px;text-align:center}.new-styles .carousel-pager a{line-height:14px;position:relative;z-index:2;display:inline-block;width:14px;height:14px;cursor:pointer;-webkit-transition:all 250ms ease-out;transition:all 250ms ease-out;text-align:center;vertical-align:top;text-decoration:none;color:transparent!important;border-radius:50%;background-color:transparent!important}.new-styles .footer-dev-link,.new-styles .footer-nav-link,.new-styles .footer-nav-title-link,.new-styles .logo,.new-styles .main-nav-link{text-decoration:none!important;border-bottom:0!important}.new-styles .carousel-pager a .tooltip.top{position:absolute;bottom:100%;left:50%;display:none;width:160px;max-width:none;margin-bottom:10px;margin-left:-80px;opacity:1;filter:alpha(opacity=100)}.new-styles .w-225,.new-styles .w-320,.new-styles .w-60,.new-styles .w-850,.new-styles .w-lg-320,.new-styles .w-lg-60,.new-styles .w-lg-850,.new-styles .w-md-225,.new-styles .w-md-320,.new-styles .w-md-60,.new-styles .w-md-850,.new-styles .w-sm-225,.new-styles .w-sm-320,.new-styles .w-sm-60,.new-styles .w-sm-850,.new-styles .w-xs-225,.new-styles .w-xs-320,.new-styles .w-xs-60,.new-styles .w-xs-850{max-width:100%}.new-styles .carousel-pager a .tooltip.top .tooltip-inner{text-align:center}.new-styles .carousel-pager span{position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-5px 0 0 -5px;-webkit-transition:all 250ms ease-out;transition:all 250ms ease-out;border-radius:50%;background-color:#fff!important;box-shadow:inset 0 1px 2px rgba(1,1,1,.4)}.new-styles .carousel-pager a.hover,.new-styles .carousel-pager a:hover{background-color:transparent!important}.new-styles .carousel-pager a.hover .tooltip.top,.new-styles .carousel-pager a:hover .tooltip.top{display:block}.new-styles .carousel-pager a.hover span,.new-styles .carousel-pager a:hover span{background-color:#f23352!important;background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyMzM1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiMDAxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#f23352),color-stop(100%,#cb0017));background-image:-webkit-linear-gradient(#f23352,#cb0017);background-image:linear-gradient(#f23352,#cb0017);background-size:100%;box-shadow:none}.new-styles .carousel-pager a.selected{background-color:#fff!important}.new-styles .carousel-pager a.selected span{background-color:#f23352!important;background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyMzM1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiMDAxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#f23352),color-stop(100%,#cb0017));background-image:-webkit-linear-gradient(#f23352,#cb0017);background-image:linear-gradient(#f23352,#cb0017);background-size:100%;box-shadow:none}.new-styles .carousel-pager a.selected.hover,.new-styles .carousel-pager a.selected:hover{background-color:#fff!important}.new-styles .carousel-pager a.selected.hover span,.new-styles .carousel-pager a.selected:hover span{background-color:#f23352!important;background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyMzM1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiMDAxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#f23352),color-stop(100%,#cb0017));background-image:-webkit-linear-gradient(#f23352,#cb0017);background-image:linear-gradient(#f23352,#cb0017);background-size:100%;box-shadow:none}.new-styles .carousel-pager a~a{margin-left:12px}.new-styles .color-box,.new-styles .color-box-group{margin-top:30px;margin-bottom:30px;padding:20px;background-color:#eceef2;-webkit-box-shadow:0 5px 10px rgba(1,1,1,.2);box-shadow:0 5px 10px rgba(1,1,1,.2)}.new-styles .color-box-group:first-child,.new-styles .color-box:first-child{margin-top:0}.new-styles .color-box-group:last-child,.new-styles .color-box:last-child{margin-bottom:0}.new-styles .color-box .divider,.new-styles .color-box-group .divider{margin:20px -20px}.new-styles .color-box-group{padding:0}.new-styles .color-box-group>.divider{margin:0}.new-styles .color-box-group .color-box{margin-top:0;margin-bottom:0;box-shadow:none}.new-styles .h-70,.new-styles .h-xs-70{height:70px!important}@media (min-width:2px){.new-styles .h-sm-70{height:70px!important}}@media (min-width:3px){.new-styles .h-md-70{height:70px!important}}@media (min-width:9999px){.new-styles .h-lg-70{height:70px!important}.new-styles .h-lg-190{height:190px!important}}.new-styles .h-190,.new-styles .h-xs-190{height:190px!important}@media (min-width:2px){.new-styles .h-sm-190{height:190px!important}}@media (min-width:3px){.new-styles .h-md-190{height:190px!important}.new-styles .h-md-260{height:260px!important}}.new-styles .h-260,.new-styles .h-xs-260{height:260px!important}.new-styles .w-60,.new-styles .w-xs-60{width:60px!important}@media (min-width:2px){.new-styles .h-sm-260{height:260px!important}.new-styles .w-sm-60{width:60px!important}}@media (min-width:3px){.new-styles .w-md-60{width:60px!important}}@media (min-width:9999px){.new-styles .h-lg-260{height:260px!important}.new-styles .w-lg-60{width:60px!important}.new-styles .w-lg-225{width:225px!important}}.new-styles .w-225,.new-styles .w-xs-225{width:225px!important}@media (min-width:2px){.new-styles .w-sm-225{width:225px!important}}@media (min-width:3px){.new-styles .w-md-225{width:225px!important}.new-styles .w-md-320{width:320px!important}}.new-styles .w-lg-225{max-width:100%}.new-styles .w-320,.new-styles .w-xs-320{width:320px!important}@media (min-width:2px){.new-styles .w-sm-320{width:320px!important}}@media (min-width:9999px){.new-styles .w-lg-320{width:320px!important}.new-styles .w-lg-850{width:850px!important}}.new-styles .w-850,.new-styles .w-xs-850{width:850px!important}@media (min-width:2px){.new-styles .w-sm-850{width:850px!important}}@media (min-width:3px){.new-styles .w-md-850{width:850px!important}}.new-styles .form-bg-img-box{position:absolute;bottom:0;right:0}.new-styles .form-stl .divider{margin-top:20px;margin-bottom:20px}.new-styles .form-search .form-group{margin-bottom:0}.new-styles .popup-holder{display:none}.new-styles .popup{padding:30px;display:block;position:relative;max-width:none;border:none;border-radius:none;background:0 0;vertical-align:middle;box-shadow:none}.new-styles .row-bordered>[class*=col-]+[class*=col-],.new-styles .row-xs-bordered>[class*=col-]+[class*=col-]{border-left:1px solid #eceef2}.heder-favorites:before,.new-styles .header-about:before{background-repeat:repeat;content:''}.new-styles .popup-full{width:100%}.new-styles .popup-xs{width:215px}.new-styles .popup-sm{width:500px}.new-styles .popup-md{width:760px;min-height:500px}.new-styles .popup-lg{width:1000px}.new-styles .popup-header{margin:-30px -30px 30px;padding:22px 30px;background-color:#ba2025;color:#fff;text-align:center}.new-styles .popup-header .h1,.new-styles .popup-header h1{margin-bottom:0}.new-styles .header{padding:30px 0 20px;background-color:#fff;border-bottom:1px solid #eceef2}.new-styles .logo{display:block;overflow:hidden;width:250px;margin-top:0}.new-styles .logo img{max-width:100%;max-height:none;margin:0;vertical-align:top;-webkit-transition:all .25s ease 0;transition:all .25s ease 0}.new-styles a.logo.hover img,.new-styles a.logo:hover img{opacity:.7;filter:alpha(opacity=70)}.new-styles .header-about{margin-left:-40px;padding-left:60px;position:relative;font-size:16px;line-height:24px}.new-styles .header-about:before{background-position:left top;background-image:url(/local/images/bg-header-about.png);position:absolute;display:block;left:0;width:48px;height:48px;background-repeat: no-repeat}.heder-favorites{position:relative;display:inline-block;padding-top:28px;padding-left:15px;padding-right:5px}.heder-favorites.activated:before,.heder-favorites:hover:before{background-position:0 -28px}.heder-favorites:before{background-position:0 0;background-image:url(/local/images/bg-header-favorites.png);position:absolute;display:block;top:0;left:50%;margin-left:-14px;width:28px;height:28px}.new-styles .header-contact{display:inline-block}.new-styles .header-contact-row~.header-contact-row{margin-top:3px}.new-styles .header-contact-phone{white-space:nowrap;text-align:right}.new-styles .header-contact-phone a{display:block;text-decoration:none;border:none;color:#5b5b5b;font-size:20px;line-height:22px}.new-styles .header-contact-phone a:before{content:'';position:relative;left:-15px;top:-3px;width:28px;height:26px;display:block;float:left}.new-styles .header-contact-phone a:hover{color:#1c1b17}.new-styles .header-contact-phone a span{font-weight:600}.new-styles .header-contact-time{white-space:nowrap;line-height:2;font-style:italic;text-align:right;padding-bottom:3px}.new-styles .header-action .btn.btn-primary.btn-orange{box-shadow:none;padding:8px 16px}.new-styles .header-action .btn.btn-primary.btn-orange:hover{box-shadow:0 2px 0 #c96d23;padding:8px 16px 6px}.contacts-icon_tel:before{background:url(/local/images/icon-contact-tel.png) 0 0 no-repeat}.contacts-icon_viber:before{background:url(/local/images/icon-contact-viber.png) 0 0 no-repeat}.contacts-icon_velcom:before{background:url(/local/images/icon-contact-velcom.png) 0 0 no-repeat}.new-styles .footer{padding:35px 0 55px;font-size:14px;line-height:1.42857;background-color:#5b5b5b;color:#fff}.new-styles .footer-nav-title{margin-top:25px;margin-bottom:17px;font-size:16px;font-weight:600;line-height:1.25;color:#b0cb1f}.new-styles .footer-nav-title:first-child{margin-top:0}.new-styles .footer-nav>.footer-nav-el+.footer-nav-el{margin-top:10px}.new-styles .footer-copy{margin-bottom:13px}.new-styles .footer-dev{overflow:hidden}.new-styles .footer-dev .icon{margin-top:6px;margin-right:15px;float:left}.new-styles .footer-dev-text{overflow:hidden}.new-styles .footer-nav-menu .btn-social-title{margin-bottom:25px}.new-styles .footer-nav-menu .btn-social-group{margin-bottom:38px}.new-styles .main-nav-menu{background-color:#fff}.new-styles .main-nav-helper{margin:0 -10px}.new-styles .main-nav-link{display:block;padding:18px 10px;text-transform:uppercase;white-space:nowrap;font-size:16px;line-height:1.5;text-align:left}.new-styles .main-sub-nav-link,.new-styles .secondary-nav-link{display:block;font-size:16px;line-height:1.25;text-decoration:none!important}.new-styles .main-nav-link.main-nav-link.main-nav-link{text-align:left}.new-styles .main-nav-dropdown-menu{width:360px}.new-styles .main-sub-nav-link{padding:3px 0;border-bottom:0!important}.new-styles .main-sub-nav-link.internal-link-alt:after{top:-1px;margin-left:-6px}.new-styles .main-nav-order{padding-top:10px;text-align:right}.new-styles .secondary-nav-menu{border-bottom:1px solid #bcbec0;margin-bottom:30px}.new-styles .secondary-nav-menu:first-child{margin-top:-30px}.new-styles .secondary-nav{margin:0 0 -1px}.new-styles .secondary-nav-el{margin-right:36px!important;padding:0!important;position:relative!important}.new-styles .secondary-nav-link{padding:27px 0;border-bottom:0!important;position:relative}.new-styles .secondary-nav-el.active .secondary-nav-link:before,.new-styles .secondary-nav-el.open .secondary-nav-link:before{content:'';position:absolute;left:0;right:0;bottom:0;height:5px;background-color:#c4161c}.new-styles .row-bordered:after,.new-styles .row-bordered:before,.new-styles .row-xs-bordered:after,.new-styles .row-xs-bordered:before{content:none}.new-styles .container{width:1000px}.new-styles .row.row-bordered,.new-styles .row.row-xs-bordered{width:100%;margin:0!important;border-collapse:collapse;table-layout:fixed}.new-styles [class*=col-]{min-height:0!important}.new-styles .row.row-bordered{display:table}.new-styles .row-bordered>[class*=col-]{display:table-cell;float:none;vertical-align:top}.new-styles .row.row-xs-bordered{display:table}.new-styles .row-xs-bordered>[class*=col-]{display:table-cell;float:none;vertical-align:top}.new-styles .row-sm-bordered{margin:0!important}.new-styles .row-sm-bordered>[class*=col-]+[class*=col-]{border-top:1px solid #eceef2}@media (min-width:2px){.new-styles .row.row-sm-bordered{display:table;table-layout:fixed;border-collapse:collapse;width:100%;margin:0!important}.new-styles .row-sm-bordered:after,.new-styles .row-sm-bordered:before{content:none}.new-styles .row-sm-bordered>[class*=col-]{display:table-cell;float:none;vertical-align:top}.new-styles .row-sm-bordered>[class*=col-]+[class*=col-]{border-top:0;border-left:1px solid #eceef2}}.new-styles .row-md-bordered{margin:0!important}.new-styles .row-md-bordered>[class*=col-]+[class*=col-]:before{border-top:1px solid #eceef2}@media (min-width:3px){.new-styles .row.row-md-bordered{display:table;table-layout:fixed;border-collapse:collapse;width:100%;margin:0!important}.new-styles .row-md-bordered:after,.new-styles .row-md-bordered:before{content:none}.new-styles .row-md-bordered>[class*=col-]{display:table-cell;float:none;vertical-align:top}.new-styles .row-md-bordered>[class*=col-]+[class*=col-]{border-top:0;border-left:1px solid #eceef2}}.new-styles .row-lg-bordered{margin:0!important}.new-styles .row-lg-bordered>[class*=col-]+[class*=col-]:before{border-top:1px solid #eceef2}@media (min-width:9999px){.new-styles .row.row-lg-bordered{display:table;table-layout:fixed;border-collapse:collapse;width:100%;margin:0!important}.new-styles .row-lg-bordered:after,.new-styles .row-lg-bordered:before{content:none}.new-styles .row-lg-bordered>[class*=col-]{display:table-cell;float:none;vertical-align:top}.new-styles .row-lg-bordered>[class*=col-]+[class*=col-]{border-top:0;border-left:1px solid #eceef2}}.new-styles .main-promo-box .row-bordered>[class*=col-]+[class*=col-],.new-styles .project-box .row-bordered>[class*=col-]+[class*=col-]{border-left:0}.new-styles .main{overflow:hidden;min-width:1000px;cursor:default}.new-styles .content-main{padding:30px 0;background-color:#fff}.new-styles .content-secondary{padding:30px 0;background-color:#ccc}.new-styles .main-promo-box{height:388px;margin:0 -50px;position:relative;overflow:hidden;background-color:#eceef2;-webkit-box-shadow:0 5px 5px rgba(0,0,0,.1);box-shadow:0 5px 5px rgba(0,0,0,.1)}.new-styles .main-promo-choose{padding:20px 50px}.new-styles .main-promo-choose .h2,.new-styles .main-promo-choose .h2-alt,.new-styles .main-promo-choose h2{margin-bottom:26px;text-align:center}.new-styles .main-promo-choose .h2-alt:first-child,.new-styles .main-promo-choose .h2:first-child,.new-styles .main-promo-choose h2:first-child{margin-top:7px}.new-styles .furniture-choose-group{margin:-23px -30px 0}.new-styles .furniture-choose-el{width:33.33%;margin-top:23px;margin-right:-4px;display:inline-block;vertical-align:top;text-decoration:none!important;border-bottom:0!important;text-align:center}.new-styles .furniture-choose-img-box{width:70px;height:70px;line-height:70px;margin:0 auto;border-radius:50%;background-color:#b0cb1f;font-size:0;max-height:none}.new-styles .furniture-choose-img-box:after{content:'';display:inline-block;height:100%;vertical-align:middle}.new-styles .furniture-choose-img-box img{vertical-align:middle}.new-styles .furniture-choose-name{margin-top:10px}.new-styles .furniture-choose-action{margin-top:25px;margin-bottom:-10px;margin-right:-6px;text-align:center}.new-styles .furniture-choose-action .btn{margin-bottom:10px;margin-right:6px}.new-styles .advantage-el{width:20%;margin-right:-5px;padding-right:24px;padding-top:4px;display:inline-block;vertical-align:top;text-align:center}.new-styles .advantage-name{margin-top:8px;font-weight:600;color:#2b2a29}.new-styles .more-area{margin-top:30px;text-align:center}.new-styles .more-link{font-size:14px;line-height:1.4285714285714}.new-styles .stock-price{font-size:48px;line-height:1;white-space:nowrap}.new-styles .stock-banner-group{margin:40px -40px -6px}.new-styles .stock-banner-el{margin-bottom:6px;position:relative}.new-styles .stock-banner-el:hover{-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1)}.new-styles .stock-banner-el .slider-el-info{width:70%}.new-styles .stock-banner-el .slider-el-info-inner{padding:25px 40px;vertical-align:top}.new-styles .h2.stock-banner-title,.new-styles .h3.stock-banner-title,.new-styles h2.stock-banner-title,.new-styles h3.stock-banner-title{margin:0}.new-styles .stock-banner-title-stripe{color:#fff;position:relative}.new-styles .stock-banner-title-stripe:before{content:'';display:block;position:absolute;background-color:#5b5b5b;border-radius:3px;left:-20px;right:-20px;top:0;bottom:0;-webkit-transform:skewX(-14deg);-ms-transform:skewX(-14deg);transform:skewX(-14deg)}.new-styles .stock-banner-title-stripe-text{position:relative}.new-styles .stock-banner-description{margin:12px 0 10px}.new-styles .stock-banner-description .dashed-list>li{margin-bottom:0}.new-styles .stock-banner-action{margin-top:30px;position:absolute;bottom:30px}.new-styles .quote{position:relative}.new-styles .quote:after,.new-styles .quote:before{display:block;position:absolute;font-size:72px;line-height:1;color:#b0cb1f}.new-styles .quote:before{content:'”';top:-8px;left:-6px}.new-styles .quote:after{content:'“';bottom:-44px;right:-22px}.new-styles .quote-title{margin-bottom:12px;text-align:center}.new-styles .quote-person{font-size:14px;font-weight:600;line-height:1.42857}.new-styles .project-area{padding:30px 0;background-color:#5b5b5b}.new-styles .project-area .h2,.new-styles .project-area .h2-alt,.new-styles .project-area h2{margin-bottom:33px;color:#fff;text-align:center}.new-styles .project-area .h2-alt:first-child,.new-styles .project-area .h2:first-child,.new-styles .project-area h2:first-child{margin-top:4px}.new-styles .project-box .slider-area{margin-bottom:40px}.new-styles .project-box .slider-pager-area{bottom:-30px}.new-styles .project-box .slider-el-wrapper{position:static;height:100%}.new-styles .project-box .slider-el-info{width:100%}.new-styles .project-row-big .slider-el-info{max-height:400px;min-height:400px;height:400px}.new-styles .project-row-big .slider-el-info-inner{padding:40px 40px 80px;vertical-align:top;max-height:400px;height:400px;min-height:400px;position:relative;display:block}.new-styles .project-row-small .slider-el-info-inner{padding:20px 50px}.new-styles .project-box .slider-el-img-box{overflow:hidden;-webkit-background-size:cover;background-size:cover;background-repeat:no-repeat;background-position:0 0}.new-styles .project-row-big .slider-el-img-box{height:400px}.new-styles .slider-el-info-inner .project-action{position:absolute;bottom:40px}.new-styles .project-row-small .row,.new-styles .project-row-small .slider-el-img-box,.new-styles .project-row-small [class*=col-]{height:100%}.new-styles .project-box .h2,.new-styles .project-box .h2-alt,.new-styles .project-box h2{margin-bottom:18px;color:#2b2a29;text-align:left}.new-styles .project-box .h2-alt:first-child,.new-styles .project-box .h2:first-child,.new-styles .project-box h2:first-child{margin-top:-14px}.new-styles .project-box .quote:first-child{margin-top:-16px}.new-styles .project-label-img-box{position:absolute;left:20px;bottom:40px}.new-styles .project-row-big{height:400px;overflow:hidden;background-color:#ebedf1;background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDMyMSA0NTkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlZGYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzMjEiIGhlaWdodD0iNDU5IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);background-image:-moz-linear-gradient(bottom,#fbfbfb 0,#fbfbfb 20.12%,#ebedf1 100%);background-image:-o-linear-gradient(bottom,#fbfbfb 0,#fbfbfb 20.12%,#ebedf1 100%);background-image:-webkit-linear-gradient(bottom,#fbfbfb 0,#fbfbfb 20.12%,#ebedf1 100%);background-image:linear-gradient(bottom,#fbfbfb 0,#fbfbfb 20.12%,#ebedf1 100%)}.new-styles .project-row-small{height:234px;overflow:hidden;background-color:#fbfbfb;background-image:url(data:image/svg+xml;
	base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDU3OCAyNTAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWRmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI1NzgiIGhlaWdodD0iMjUwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);background-image:-moz-linear-gradient(bottom,#ebedf1 0,#fbfbfb 79.88%,#fbfbfb 100%);background-image:-o-linear-gradient(bottom,#ebedf1 0,#fbfbfb 79.88%,#fbfbfb 100%);background-image:-webkit-linear-gradient(bottom,#ebedf1 0,#fbfbfb 79.88%,#fbfbfb 100%);background-image:linear-gradient(bottom,#ebedf1 0,#fbfbfb 79.88%,#fbfbfb 100%)}.new-styles .project-all{margin-top:24px;margin-bottom:24px;margin-right:-6px}.new-styles .project-all .btn{margin-bottom:10px;margin-right:6px}.new-styles .project-price{font-size:24px;line-height:1.0833333333333;white-space:nowrap}.new-styles .project-action{margin-top:24px}.new-styles .about-area .h2,.new-styles .about-area .h2-alt,.new-styles .about-area h2{margin-bottom:41px;text-align:center}.new-styles .about-area .h2-alt:first-child,.new-styles .about-area .h2:first-child,.new-styles .about-area h2:first-child{margin-top:6px}.new-styles .about-group{margin:-25px 0 31px}.new-styles .about-el{width:25%;margin-right:-5px;margin-top:25px;padding-right:32px;display:inline-block;vertical-align:top}.new-styles .about-el:last-child{padding-right:0}.new-styles .about-num{margin-bottom:27px;font-size:48px;line-height:1;white-space:nowrap;text-align:center}.new-styles .about-title{margin-bottom:15px}.new-styles .about-description{font-size:14px;line-height:1.42857;color:#787878}.new-styles .title-icon{margin-bottom:20px;display:table;border-collapse:collapse}.new-styles .title-icon-img,.new-styles .title-icon-text{display:table-cell}.new-styles .title-icon-img{padding-right:15px;vertical-align:top}.new-styles .title-icon-text{vertical-align:middle}.new-styles .title-icon-text .h2,.new-styles .title-icon-text .h2-alt,.new-styles .title-icon-text h2{margin-bottom:0}.new-styles .contact-area{margin-top:40px;margin-bottom:-30px;border-top:5px solid #eceef2}.new-styles .contact-area .row-bordered>[class*=col-]{padding-top:30px;padding-bottom:30px}.new-styles .contact-area .row-bordered>[class*=col-]:first-child .contact{margin-top:-5px}.new-styles .contact-title{margin-top:10px;margin-bottom:5px}.new-styles .contact-row~.contact-row{margin-top:10px}.new-styles .contact-phone{margin-right:14px;white-space:nowrap}.new-styles .contact-time{white-space:nowrap}.new-styles .contact-phone.big{letter-spacing:-1px}.new-styles .contact-action{margin-top:23px;display:table;border-collapse:collapse}.new-styles .contact-action-btn,.new-styles .contact-action-text{display:table-cell}.new-styles .contact-action-btn{vertical-align:top;padding-right:20px}.new-styles .contact-action-text,.popup{vertical-align:middle}.new-styles .w132{width:132px}.new-styles .list-undotted li:before{display:none}.request-info{font-size:14px}.w-800{width:800px}.popup{display:inline-block;position:relative;#max-width:80%;padding:20px;border:0 solid #FFF;border-radius:5px;background:#FFF;text-align:left;box-shadow:0 0 9px 9px rgba(56,94,104,.26)}.popup input[name=submit]{background-image:url(/bitrix/templates/eshop_adapt_blue/images/send_btn.jpg);border:none;content:"";width:338px;height:41px;margin-left:130px;margin-top:5px;font-size:0;cursor:pointer}div.mf-text.mf-text.mf-text{width:100px!important;margin-right:30px!important}.workarea_wrap a.popup__close{display:block;position:absolute;top:3px;right:3px;width:14px;height:14px;padding:8px;cursor:pointer;background:#FFF;text-align:center;font-size:19px;line-height:17px;color:#A0A0A0!important;text-decoration:none;font-family:cursive,Verdana}.discount-box{display:block;overflow:hidden;text-align:center;vertical-align:top;position:relative;color:#fff;margin-bottom:5px}.discount-box>img{margin:0 auto;display:block}.discount-circle{position:absolute;top:4px;left:6px;font-size:25px;width:52px;height:48px;text-align:center;font-family:Lobster,cursive;white-space:nowrap}.discount-stripe,.new-styles .filter-content .img-box,.new-styles .request-area h2{text-align:left}.discount-stripe{position:absolute;top:7px;left:71px;height:42px;display:inline-block}.discount-circle:before{content:"";font-size:0;vertical-align:middle;height:100%;display:inline-block;right:3px}.discount-stripe:before{content:"";font-size:0;vertical-align:middle;height:100%;display:inline-block;right:0}.discount-centered{display:inline-block;vertical-align:middle}.discount-strong,.discount-text{display:block;line-height:1.2em}.discount-strong{font-weight:800}.discount-text{font-size:12px;font-weight:600}.project-description{max-height:146px;overflow:hidden;font-size:14px}.new-styles .inner-advantage-group{display:table;width:100%}.new-styles .inner-advantage-group .furniture-choose-el{display:table-cell;text-align:left}.new-styles .inner-advantage-group .furniture-choose-img-box{display:table-cell}.new-styles .inner-advantage-group .furniture-choose-name{display:table-cell;vertical-align:middle;padding-left:11px;font-weight:600}.new-styles .inner-advantage-group .furniture-choose-el:first-child .furniture-choose-name{padding-right:60px}.new-styles .inner-advantage-group .furniture-choose-el:nth-child(2) .furniture-choose-name{padding-right:130px}.new-styles .filter-area h2{margin-bottom:10px}.new-styles .filter-menu{padding-right:190px}.new-styles .filter-menu-item{display:inline-block;padding:0}.new-styles .filter-menu-item+.filter-menu-item{margin-left:13px}.new-styles .filter-menu-item:before{display:none}.new-styles .filter-menu-link{color:#a0a0a0;border:0}.new-styles .filter-item{position:relative}.new-styles .filter-content .col-md-4 .col-md-12 .filter-item{margin:0 13px 15px 0}.new-styles .filter-content .col-md-8 .filter-item{margin:0 5px 0 0}.new-styles .filter-content .col-md-4+.col-md-8 .filter-item{margin:0 0 0 5px}.new-styles .filter-content .col-md-4 .img-box{height:190px}.new-styles .filter-content .col-md-8 .img-box{height:395px}.new-styles .heart-action{position:absolute;top:12px;right:12px;height:32px;width:32px;border:0;border-radius:50%;background-color:rgba(43,42,41,.7);z-index:1}.new-styles .heart-action:hover{background-color:rgba(43,42,41,1)}.new-styles .heart-action.active{background-color:rgba(43,42,41,.9)}.new-styles .heart-action .icon-heart{margin:9px 0 0 7px}.new-styles .heart-action.active .icon-heart{background-position:-325px -25px}.new-styles .filter-item:hover{-webkit-box-shadow:0 3px 3px rgba(1,1,1,.2);box-shadow:0 3px 3px rgba(1,1,1,.2)}.new-styles .filter-item:hover>.filter-item-dropdown{display:block;-webkit-box-shadow:0 3px 3px rgba(1,1,1,.2);box-shadow:0 3px 3px rgba(1,1,1,.2)}.new-styles .filter-item-dropdown{position:absolute;padding:4px 10px;z-index:2;color:#fff;bottom:0;box-shadow:none;display:inline-block;background-color:#b0cb1f;max-width:260px}.new-styles .filter-item-dropdown .h4{color:#fff;font-size:14px}.new-styles .filter-item-dropdown h4+p{margin-top:4px}.new-styles .filter-item-dropdown p{line-height:1.2}.new-styles .request-area{background-color:#ECEEF2;padding:28px 0 27px;-webkit-box-shadow:0 3px 5px rgba(1,1,1,.15);box-shadow:0 3px 5px rgba(1,1,1,.15);margin:35px 0}.new-styles .request-content{padding-left:30px}.new-styles .request-area h4{color:#5b5b5b;text-transform:none;margin:0}.new-styles .request-area h4 .icon-black-heart,.new-styles .request-area h4 .icon-orange-heart{margin:0 6px -3px}.new-styles .request-action{margin-top:12px;text-align:center}.request-area .request-action:first-child{margin-top:0}.request-area .request-action a.btn-sm{float:none}.new-styles .material-area{margin-top:45px;padding-bottom:20px}.new-styles .material-col{width:290px;float:left}.new-styles .material-col+.material-col{margin-left:15px}.new-styles .material-item{position:relative;margin-bottom:2px}.new-styles .material-list{margin-bottom:0}.new-styles .material-list-item{width:71px;float:left;margin:0;padding:0}.new-styles .material-list-item:before{display:none}.new-styles .material-list-item+.material-list-item{margin-left:2px}.new-styles .material-item-content{margin-top:15px}.new-styles .material-item-content p{line-height:20px;margin-bottom:15px}.new-styles .material-box .slider-nav-btn-area{width:42px}.new-styles .material-box .slider-nav-btn:after{top:115px}.new-styles .material-box .slider-nav-alt .slider-nav-btn-next:after{padding-left:2px}.new-styles .material-item-wrap{background-color:rgba(176,203,31,.8);position:absolute;top:86px;padding:8px 30px 10px 19px}.new-styles .material-title{margin-bottom:0}.new-styles .material-box .more-area{margin-top:9px}.new-styles .project-area .request-area{background-color:#F9FAFB;-webkit-box-shadow:0 3px 5px rgba(1,1,1,.15);box-shadow:0 3px 5px rgba(1,1,1,.15);margin-top:15px;padding-top:25px}.new-styles .project-area .request-area h2{margin-bottom:9px;color:#2b2a29}.new-styles .project-area .request-action{margin-top:16px}.new-styles .project-area .mb24{margin-bottom:24px}.new-styles .row-7-2{margin:0 -7.5px}.new-styles .row-7-2 [class*=col-]{padding:0}.new-styles .project-box-wrap{background-color:#fff;margin:0 7.5px;padding:26px 30px 27px}.new-styles .project-box-wrap .row+.row{border-top:1px solid #d6d7d8;margin-top:4px;padding-top:13px}.new-styles .project-box-wrap .h4{text-transform:none;margin-bottom:4px;font-weight:700}.new-styles .project-box-wrap .img-box{margin-bottom:13px;text-align:left}.new-styles .project-box-wrap .h2-alt{margin-bottom:10px}.new-styles .project-box-wrap .h2-alt:first-child{margin-top:0}.new-styles .project-box-wrap p{color:#2b2a29;margin:0}.equal,.equal>div[class*=col-]{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex:1 0 auto}.new-styles .reviews-area{background-color:#eceef2;padding:50px 0 35px}.new-styles .reviews-area .col-md-6+.col-md-6{border-left:1px solid #dadce0}.new-styles .quote-content{padding:35px 0 5px;font-style:normal;border-left:0;margin-bottom:0}.new-styles .quote-info{position:relative;margin:0;padding-bottom:25px;font-size:16px;line-height:1.5}.new-styles .reviews-area .quote-info:after,.new-styles .reviews-area .quote-info:before{position:absolute;font-family:Lobster,cursive;font-size:72px;line-height:0;color:#b0cb1f}.new-styles .reviews-area .quote-info:before{content:'“';top:-7px;left:-6px}.new-styles .reviews-area .quote-info:after{content:'”';bottom:15px;right:0}.advantages-cols:after,.new-styles .main-sub-nav-el:before,.radio-blocks:after,.remove-cross:after,.remove-cross:before{content:''}.new-styles .reviews-area .col-md-6:first-child .quote-content{margin-right:48px}.new-styles .reviews-area .col-md-6+.col-md-6 .quote-content{margin:0 20px 0 54px}.new-styles .reviews-area .col-md-6+.col-md-6 .quote-info:after{right:-19px}.new-styles .reviews-area .quote-autor{position:absolute;bottom:5px;font-size:14px;line-height:1.4285;font-weight:700}.new-styles .reviews-area .base-alt{font-weight:700}.new-styles .reviews-area .rating span.active{color:#b0cb1f}.new-styles .reviews-area .rating .rating-value{display:none}.new-styles .autor-link{text-decoration:none;color:#3a579b;border:0}.new-styles .autor-link .icon{margin:0 10px -5px 0}.new-styles .reviews-area .more-area{margin-top:35px}.new-styles .stage-area{padding-top:26px}.new-styles .stage-box .img-box{min-height:76px;text-align:left}.new-styles .stage-box .h3{margin-top:18px}.new-styles .stage-box .h3 strong{margin-right:4px}.new-styles .stage-box p{font-size:14px;color:#787878}.new-styles .switcher-area{background-color:#eceef2}.new-styles .switcher-list{padding:15px 0;margin:0}.new-styles .switcher-list-item{display:inline-block;padding:0;margin:0}.new-styles .switcher-list-item:before{display:none}.new-styles .switcher-list-link{display:inline-block;width:100%;color:#5b5b5b;border:0}.new-styles span.switcher-list-link{display:inline;width:auto}.new-styles .switcher-list-link.active{border:none;background:#b0cb1f;color:#eff6d9;border-radius:4px;margin-left:10px;padding:4px 25px}.new-styles .switcher-list-link.active:hover{color:#fff}.new-styles .advantages-area{background-color:#eceff3;padding:10px;margin-top:5px}.new-styles span.switcher-list-link.active{padding:4px 9px;border-radius:0}ul.projectsGallery>li{padding:0;margin:5px 20px 13px 0}ul.projectsGallery>li:before{display:none}div.news-detail img.detail_picture{float:none;max-width:100%;height:auto}.discount-box-standalone img{margin:0 0 0 5px}.light-blue-col{background-color:#eceef2}.new-styles .popup .margin-out-popup{margin:-30px!important;width:auto}.margin-out-popup>[class*=col-]{padding-top:30px;padding-bottom:30px}.popup-footer{border-top:2px solid #b7d31f;background-color:#fff;text-align:center;padding-top:25px;padding-bottom:25px;margin:0 -30px -30px}.margin-out-popup+.popup-footer{margin-top:30px}.popup-request hr{clear:both;border-color:#d9dbde}.radio-blocks{padding-top:30px}.radio-blocks:after{display:table;clear:both}.radio-block-img-box{display:inline-block;position:relative}.radio-block-img-box img{margin:0}.radio-img-dimension-left,.radio-img-dimension-right,.radio-img-dimension-top{position:absolute;color:#81a200;font-size:16px}.radio-img-dimension-left{top:50%;right:100%;margin-right:5px;margin-top:-10px}.radio-img-dimension-right{top:50%;left:100%;margin-left:5px;margin-top:-10px}.radio-img-dimension-top{left:0;right:0;bottom:100%;margin-bottom:2px;text-align:center}.request-row{margin-bottom:20px}.request-row:last-child{margin-bottom:0}.request-row-title{margin-bottom:10px}.request-row+.radio-blocks{margin-top:-10px}.vc-input{display:table}.vc-input-item{display:table-cell;vertical-align:middle}.vc-input-item+.vc-input-item{padding-left:10px}.vc-input label{color:#2b2a29}.inline-vc-inputs .vc-input{display:inline-block;vertical-align:top}.remove-cross{display:inline-block;background-color:rgba(132,160,0,.8);border-radius:50%;width:16px;height:16px;position:relative;z-index:2;cursor:pointer}.remove-cross:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.remove-cross:after,.remove-cross:before{display:block;background-color:#fff;height:2px;width:12px;position:absolute;top:7px;left:2px}.remove-cross:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.remove-cross:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.icon.icon-heart-green{width:18px;height:16px;background-position:-300px -25px}.selected-projects-title{margin:5px 0 10px;color:#2B2A29}.selected-projects-title .icon{margin-right:8px;vertical-align:middle}.selected-project-small-card{background-size:cover;background-position:center;position:relative;display:inline-block;width:82px;height:58px;transition:all .2s}.new-styles .project2-slider-area .slider-el-info-incut:after,.new-styles .project2-slider-area .slider-nav-btn-hint,.new-styles .project2-slider-area .slider-nav-btn:after,.new-styles .project2-slider-area .slider-pager-area{display:none}.selected-project-small-card:hover{opacity:.8}.selected-project-small-card .remove-cross{position:absolute;top:5px;right:5px}.selected-project-small-card.big-card{width:120px;height:100px}.input-small,.new-styles .input-small{width:60px;text-align:center}.file-input-standalone-txt,.new-styles .file-input-standalone-txt{clear:both}.project2-area{padding-top:0}.project2-header{margin-bottom:20px}.project2-footer{margin-top:20px}.project2-slider-area{position:relative}.new-styles .project2-slider-area .slider-el-info-inner{padding-left:30px;padding-right:30px;vertical-align:top}.new-styles .project2-slider-area .slider-el-info-incut{margin-top:30px;color:#2b2a29;width:auto;max-width:326px;float:left}.new-styles .project2-slider-area .slider-el-title{text-shadow:none}.project2-slider-area .slider-nav-btn-area{width:40px;height:110px;border-bottom:none}@media (min-width:1200px){.new-styles .project2-slider-area .slider-nav-btn-area{width:110px;height:100px}.new-styles .project2-slider-area .slider-nav-btn{width:93px;height:46px;top:50%;margin-top:-30px;background-repeat:no-repeat;background-position:center top;background-size:cover;background-color:#b0cb1f}.new-styles .project2-slider-area .slider-nav-btn:after{text-align:center;left:0;right:0;top:0;bottom:0;width:auto;height:60px;line-height:60px;color:#fff;color:rgba(255,255,255,.7);background:rgba(0,0,0,.5);border-radius:0;margin:0}.new-styles .project2-slider-area .slider-nav-btn-area:hover .slider-nav-btn:after{background-color:transparent}.new-styles .slider-nav-alt .slider-nav-btn-prev{right:auto}.new-styles .slider-nav-alt .slider-nav-btn-next{left:auto}.new-styles .project2-slider-area .slider-nav-btn-hint{font-size:12px;line-height:16px;position:absolute;display:block;margin-top:7px;color:#fff}.new-styles .project2-slider-area .slider-nav-btn-hint:hover{color:#5b5b5b}.new-styles .project2-slider-area .slider-nav-btn-prev .slider-nav-btn-hint{text-align:right;padding-right:10px}.new-styles .project2-slider-area .slider-nav-btn-next .slider-nav-btn-hint{text-align:left;padding-left:10px}}.list-project2{display:table;width:100%;font-size:14px;line-height:1.4285}.list-project2 .list-item{display:table-row}.list-project2 .list-content,.list-project2 .list-title{display:table-cell;vertical-align:middle;border-bottom:1px solid #dadce0;padding:10px}.list-project2 .list-item:first-child .list-content,.list-project2 .list-item:first-child .list-title{border-top:1px solid #dadce0}.list-project2 .list-title{padding-left:0;font-weight:700}.list-project2 .list-content{padding-right:0;text-align:right}.new-styles .panel-table{display:table;width:100%}.new-styles .panel-table .panel-cell{display:table-cell;padding:30px 15px;vertical-align:top}.new-styles .panel-table .panel-cell:first-child{padding-left:30px}.new-styles .panel-table .panel-cell:last-child{padding-right:30px}.new-styles .panel-table .panel-cell-action{vertical-align:middle;width:1px;white-space:nowrap}.new-styles .panel-project2{background:#eceef2;box-shadow:0 3px 5px rgba(0,0,0,.15)}.new-styles .panel-project2 .h2{margin-bottom:10px}.new-styles .panel-project2 .panel-body,.new-styles .panel-project2 .panel-footer{padding:15px 30px}.new-styles .panel-project2 .panel-body:first-child,.new-styles .panel-project2 .panel-footer:first-child{padding-top:30px}.new-styles .panel-project2 .panel-body:last-child{padding-bottom:30px}.new-styles .panel-project2 .panel-footer{background:0 0;border-top:none;padding-top:16px;position:relative;font-weight:700}.new-styles .panel-project2 .panel-body+.panel-footer{margin-top:5px}.new-styles .panel-project2 .panel-footer:before{content:'';display:block;border-top:1px solid #dadce0;position:absolute;top:0;left:30px;right:30px}.new-styles .panel-project2 .panel-price{font-size:24px;font-family:Lobster,cursive;line-height:1.0833333333333;margin-bottom:16px;text-transform:none;letter-spacing:-.3px}.new-styles .panel-project2 .panel-price-inline{display:inline}.icon-color{width:30px;height:30px;margin-right:10px;background-repeat:repeat;vertical-align:middle}.new-styles .text-primary{color:#b0cb1f}.new-styles .text-warning{color:#f37917}.article{font-size:14px;line-height:1.4285}.article-short{margin-bottom:20px}.article-row{margin-top:40px;margin-bottom:40px}.article-short .article-row{margin-top:20px;margin-bottom:20px}.article-row:first-child{margin-top:0}.article p{margin-bottom:20px}.breadcrumbs,.new-styles .slider-el-info-inner-bottom .slider-el-info-incut{margin-bottom:30px}.new-styles .article-row{margin-left:-20px;margin-right:-20px}.new-styles .article-row>.col{padding-left:20px;padding-right:20px}.project2-slider-area .slider-nav-btn-area.fixed{position:fixed;left:auto;right:auto;top:auto;bottom:auto;margin-top:-55px}.project2-slider-area .slider-nav-btn-prev-area.fixed{margin-left:-40px}.project2-slider-area .slider-nav-btn-next-area.fixed{margin-left:900px}@media (min-width:1200px){.project2-slider-area .slider-nav-btn-area.fixed{left:auto;right:auto;bottom:auto;top:50%;margin-top:-50px}.project2-slider-area .slider-nav-btn-prev-area.fixed{margin-left:-110px}.project2-slider-area .slider-nav-btn-next-area.fixed{margin-left:900px}}.slider-el-info-white .slider-el-info-incut{color:#3e3e3e;background:rgba(255,255,255,.9)}.slider-el-info-white .slider-el-info-incut:after{display:none}.new-styles .slider-el-info-inner-bottom{vertical-align:bottom;padding-left:30px;padding-right:30px}.new-styles .strong-bullet-list>li{padding-left:20px}.new-styles .strong-bullet-list>li:before{top:.45em;left:0;width:10px;height:10px;box-shadow:0 -1px 0 #84a000 inset;background:linear-gradient(to bottom,#cadf59,#a5c10b)}.advantages-cols:after{display:table;clear:both}.advantages-col{float:left;padding-left:40px}.advantages-col.cnt-rows-2{width:50%}.advantages-col.cnt-rows-3{width:33%}.advantages-col.cnt-rows-4{width:25%}.advantages-col-title,.new-styles .advantages-col-title{color:#81A200;margin-bottom:10px}.advantages-col li:last-child,.advantages-col ul:last-child{margin-bottom:0}.filter-area-title{display:table;width:100%;margin-bottom:20px}.filter-area-title-txt{display:table-cell;vertical-align:top;width:99%}.filter-area-title-txt h2{margin:0}.filter-area-title-btns{display:table-cell;vertical-align:top;width:1px;white-space:nowrap}.filter-area-title-btns .btn{font-weight:600}.filter-area-title-btns .btn+.btn{margin-left:10px}.filter-content-small-grid .col-md-4{padding-bottom:15px}.filter-content-small-grid .col-md-4:nth-child(3n+1){clear:both}.filter-area{margin-bottom:40px}.filter-area-btn-row{margin-top:15px;text-align:center}.new-styles .filter-area-btn-row .btn-default.btn-sm{background:url(/images/filter-area-btn.png);border:0;border-radius:0;width:49px;height:37px;color:#fff;padding:4px 11px}.new-styles .advantages-area+.filter-area{margin-top:15px}.new-styles .btn-orange,.new-styles .btn-orange.focus,.new-styles .btn-orange.hover,.new-styles .btn-orange:focus,.new-styles .btn-orange:hover{background-color:#f37917;background-image:-moz-linear-gradient(bottom,#f4862e 0,#f37917 100%);background-image:-o-linear-gradient(bottom,#a5c20a 0,#f37917 100%);background-image:-webkit-linear-gradient(bottom,#f4862e 0,#f37917 100%);background-image:linear-gradient(bottom,#f4862e 0,#f37917 100%);background-repeat:repeat;background-position:center center;box-shadow:0 2px 0 #c96d23}.breadcrumbs{background-color:#eceef2;padding:15px 0}.breadcrumbs-btn-box,.breadcrumbs-list-box{display:table-cell;vertical-align:middle}.breadcrumbs-list-box{width:100%}.breadcrumbs-btn-box{width:1px;white-space:nowrap;text-align:right}.breadcrumbs-btn,.new-styles .breadcrumbs-btn{width:auto;display:inline-block}.breadcrumbs-list,.new-styles .breadcrumbs-list{font-size:0;display:inline-block;vertical-align:middle;margin:0}.breadcrumbs-list li,.new-styles .breadcrumbs-list li{padding:0 20px 0 0;margin:0 20px 0 0;display:inline-block}.breadcrumbs-list li:before,.new-styles .breadcrumbs-list li:before{content:"\e080";position:absolute;width:auto;height:auto;left:auto;right:0;top:4px;color:#5b5b5b;font-family:"Glyphicons Halflings";font-size:8px;background:0 0}.project-gallery-slide-btn-prev:after,.project-gallery-slide-btn:after{content:'\e113'}.breadcrumbs-list li a,.breadcrumbs-list li span{font-size:12px;color:#5b5b5b;text-decoration:none;border:none}.breadcrumbs-list li:last-child,.new-styles .breadcrumbs-list li:last-child{margin:0}.project-gallery,.project-main{margin-bottom:30px}.breadcrumbs-list li:last-child:before,.new-styles .breadcrumbs-list li:last-child:before{display:none}.request-action-sale{font-family:Lobster,cursive;font-size:18px;color:#f37917;text-align:center;line-height:20px;margin-top:10px}.project-gallery{display:table;width:100%;table-layout:fixed}.project-gallery.has-slider{margin-bottom:0}.project-gallery-main,.project-gallery-previews{display:table-cell;vertical-align:top;position:relative}.project-gallery-main{text-align:center;vertical-align:middle}.project-gallery-main .heart-action{top:40px}.project-gallery.has-slider .project-gallery-main{padding:30px 0}.project-gallery-main img{max-width:100%;display:inline-block;vertical-align:middle;margin:0}.project-gallery-main-txt-block{bottom:8px;left:0;right:0;padding:16px 20px;background-color:rgba(255,255,255,.8);text-align:left;color:#3e3e3e}.project-gallery-main-txt-block-content{display:table;width:100%}.project-gallery-main-txt-block-body,.project-gallery-main-txt-block-buttons{display:table-cell;vertical-align:middle}.project-gallery-main-txt-block-body{width:99%}.project-gallery-main-txt-block-buttons{width:1px;white-space:nowrap;text-align:center}.project-gallery-main-txt-block-btn-row+.project-gallery-main-txt-block-btn-row{margin-top:12px}.project-gallery-main-txt-block h4{color:#81a200;font-weight:600;margin:0 0 2px}.project-gallery-previews{width:150px;padding:0 15px 0 0}.project-gallery-preview-item{margin-bottom:15px;text-align:center;height:88px;cursor:pointer;overflow:hidden}.project-gallery-preview-item:hover{box-shadow:0 3px 5px rgba(0,0,0,.15)}.project-gallery-preview-item.active{border:3px solid #b0cb1f}.project-gallery-preview-item img{width:100%}.new-styles .project-gallery-slide-btn,.project-gallery-slide-btn{display:block;width:100%;padding:7px 0;background:#fff;border:none;text-align:center;font-size:16px;line-height:16px;color:#2b2a29;position:relative;z-index:10}.project-gallery-slide-btn:hover{color:#84a000}.project-gallery-slide-btn.disabled{color:#959494}.project-gallery-slide-btn:after{font-family:'Glyphicons Halflings';font-size:16px}.project-gallery-slide-btn-next:after{content:'\e114'}.new-styles .project-gallery-slide-btn-next,.project-gallery-slide-btn-next{margin-top:-15px}.project-switch-arrows{position:absolute;top:50%;left:0;right:0}.project-switch-arrows.fixed{position:fixed}.new-styles .project-switch-arrow,.project-switch-arrow{position:absolute;top:-268px;padding:260px 16px;font-size:16px;line-height:16px;text-decoration:none;border:none;color:#2b2a29}.new-styles .project-switch-arrow:hover,.project-switch-arrow:hover{color:#84a000}.project-switch-arrow-left{right:50%;margin-right:450px}.project-switch-arrow-right{left:50%;margin-left:450px}.project-switch-arrow-left:before{content:'\e079';font-family:'Glyphicons Halflings'}.project-switch-arrow-right:before{content:'\e080';font-family:'Glyphicons Halflings'}.project-switch-arrow:hover .slider-nav-btn:after{background-color:transparent;color:#1c1b17}.project-switch-arrow-left .slider-nav-btn{display:none;margin-right:20px;left:auto;right:0}.project-switch-arrow-right .slider-nav-btn{display:none;margin-left:20px;right:auto;left:0}@media (min-width:1200px){.project-switch-arrow .slider-nav-btn{display:block}.new-styles .project-switch-arrow,.project-switch-arrow{padding:260px 55px}.project-switch-arrow:before{display:none}}.hidden_block{margin-bottom:75px}.hidden_block img{display:inline;margin:0 10px 0 0}.hidden_block a{border-bottom-style:dotted}.request_span{font-family:Lobster,regular;font-size:23px;display:block;margin-bottom:20px}.img-box-form{position:relative;right:-147px;bottom:-30px}.request-info-bottom{margin-bottom:-50px}.btn.btn-link.favor_link{display:block;background:url(/local/images/temp/heart_gray.jpg) left 7px no-repeat;padding:0 0 0 20px;text-align:left;border-bottom:none!important;color:#787878!important;margin:5px 0 0 35px}.new-styles .pull-right{margin-top:-10px}.favor_link_popout{margin-left:30px;border-bottom:none!important;position:relative;top:-10px}#online_consult,#scrollup{position:fixed;cursor:pointer}.send_favor_form{margin:0 -30px -30px;padding:25px 20px;text-align:right;background:#eceef2}.h1_cour{font-family:Open SansLight;font-style:italic;font-size:22px}.ico-block{padding:0 5px!important;text-align:center}.ico-block span{font-weight:700}.ico-block img{display:inline-block}#scrollup .icon{width:55px;height:55px;fill:#b0cb1f}#scrollup .icon:hover{fill:#787878}#scrollup{right:13px;bottom:105px;display:none;height:55px;width:55px;color:#FFF;text-align:right;line-height:40px;font-size:20px;font-family:'Open Sans',Arial,'Helvetica CY','Nimbus Sans L',sans-serif;font-weight:600}#online_consult{background:url(/local/img/online_chat.png) no-repeat;height:300px;width:52px;background-size:100%;float:left;top:50%}.lt-online{display:none!important}ul.strong-list.strong-bullet-list{margin-bottom:0}ul.strong-list.strong-bullet-list>li{margin:5px 0}.new-styles .bx_breadcrumbs{margin-bottom:0}.new-styles .bx_breadcrumbs .list-unstyled{display:inline-block;vertical-align:middle;font-size:0}.new-styles .bx_breadcrumbs .list-unstyled>li{padding-right:20px;margin-right:20px;display:inline-block;position:relative}.new-styles .bx_breadcrumbs .list-unstyled>li:before{content:'\e080';position:absolute;width:auto;height:auto;left:auto;right:0;top:1px;color:#5b5b5b;font-family:"Glyphicons Halflings";font-size:8px}.new-styles .bx_breadcrumbs .list-unstyled>li:last-child{margin:0}.new-styles .bx_breadcrumbs .list-unstyled>li:last-child:before{display:none}.new-styles .bx_breadcrumbs .list-unstyled a,.new-styles .bx_breadcrumbs .list-unstyled span{font-size:12px;color:#5b5b5b;text-decoration:none;border:none;padding:0;background:no-repeat;opacity:1}.new-styles .panel-project3{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;border-radius:0 0 4px 4px!important}.new-styles .article-short .nav-tabs{border-bottom:none}.new-styles .article-short .nav-tabs>li{display:inline-block;float:left;margin-bottom:0;vertical-align:top;width:50%;background:#f4f5f7;border-top-left-radius:14px;border-top-right-radius:14px;border:none;height:36px}.new-styles .article-short .nav-tabs>li.active{background:#eceef2!important}.new-styles .article-short .nav-tabs>li.active>a{border-bottom:none!important;color:#b0cb1f!important;background:0 0!important}.workarea_wrap h1{font-weight:400;color:#2b2a29}p{margin-top:1em;margin-bottom:1em}.new-styles .popup{width:800px}.new-styles .popup .img-box-form{right:-40px}.new-styles .form-horizontal .form-group-action{text-align:center}.new-styles .btn-primary{display:inline-block;width:auto}.new-styles .project2-slider-area .slider-nav-btn{width:93px;height:46px;top:50%;margin-top:-30px;background-repeat:no-repeat;background-position:center top;background-size:cover;background-color:#b0cb1f}.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-next:before,.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-prev:before{font-size:0;line-height:0;border-top:23px solid transparent;border-bottom:23px solid transparent;top:0;display:inline-block;position:relative;content:''}.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-prev:before{border-right:20px solid #b0cb1f;float:left;left:-20px}.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-next:before{border-left:20px solid #b0cb1f;float:right;right:-20px;width:0;height:0}.single-slider-nav{margin:-10px -22px 0 0}.single-slider-nav.no-transform .slick-track{transform:none!important}@media all and (max-width:999px){.new-styles .panel-project3 .panel-body,.new-styles .panel-project3 .panel-footer{text-align:center}.hide-768,.hide-btn-768{display:none!important}.new-styles .container{width:728px;padding-left:0;padding-right:0}.new-styles .header-about{margin-left:15px;display:inline-block;padding-left:none;position:relative;font-size:0;line-height:0}.new-styles .main-promo-box{margin:0;height:auto}.new-styles .header-contact{padding-left:100px}.new-styles .container .col-33-768{width:33%}.new-styles .row.row-bordered{display:block}.new-styles .row-bordered>[class*=col-]{display:block;width:100%}.new-styles .main-nav-menu{border-bottom:1px solid #eceef2;margin-bottom:0}.new-styles .furniture-choose-el{width:16.666666666%}.new-styles .footer{padding-bottom:0}.new-styles .footer-nav-menu .col-25-768{width:25%;padding:0 30px}.new-styles .footer-nav-menu .col-100-768{width:100%}.new-styles .footer-nav-menu .col-33-768{width:33.3333333333%;float:left;margin-top:25px}.new-styles .footer-nav-menu .col-66-768{width:66.666666666%;float:left;margin-top:25px}.new-styles .slider-nav-alt .slider-nav-btn-next-area,.new-styles .slider-nav-alt .slider-nav-btn-prev-area{display:none!important}.new-styles .stock-banner-group{margin-left:0;margin-right:0}.new-styles .stock-banner-group .col-md-6{width:100%}.new-styles .stock-banner-group .stock-banner-el{width:487px;margin:0 auto 20px}.new-styles .project-row-big{height:auto}.new-styles .project-row-big .col-md-8,.new-styles .project-row-small .col-md-8{width:54.945054945%;float:left}.new-styles .project-row-big .col-md-4,.new-styles .project-row-small .col-md-4{width:45.054945055%;float:left}.new-styles .project-row-small .quote-info{padding-bottom:0}.new-styles .project-row-small .quote-preson{margin-top:18px}.breeders-box{width:351px;margin-right:20px;margin-left:0!important}.breeders-box:nth-child(2n){margin-right:0}.bottom_menu_container,.worakarea_wrap_container{width:728px}.new-styles .filter-content .col-md-4 .img-box{height:154px}.new-styles .material-col{width:48%}.new-styles .material-col:not(:nth-child(-n+2)){display:none}.new-styles .article .slider-el{width:100%!important}.new-styles .popup{width:728px}.new-styles .popup .row{overflow:hidden;display:flex;flex-flow:row wrap;justify-content:flex-start}.new-styles .popup .hidden_block,.new-styles .popup .request-row,.project-switch-arrow-left:before,.project-switch-arrow-right:before{display:none}.new-styles .popup .request-row.favorites{display:block}.new-styles .popup .col-md-5,.new-styles .popup .col-md-7{width:50%;float:left}.new-styles .popup .request-info-bottom{z-index:100;position:relative}.new-styles .popup .img-box-form{position:absolute;bottom:0;right:0}.new-styles .popup .img-box-form img{width:290px}body{overflow-x:hidden!important}.new-styles .row-bordered>[class*=col-]+[class*=col-]{border-left:none;border-top:1px solid #eceef2}.new-styles .project-switch-arrows,.new-styles .project-switch-arrows.fixed{position:static;top:auto;left:auto;right:auto;overflow:hidden;padding:20px 0}.new-styles .project-switch-arrow,.project-switch-arrow{position:static;top:auto;padding:0}.project-switch-arrow-left{right:auto;margin-right:0;float:left}.project-switch-arrow-right{left:auto;margin-left:0;float:right}.new-styles .slider-nav-btn{position:static}.new-styles .project2-slider-area .slider-nav-btn{background-image:none!important;background:#a5cc00;display:block;padding:7px 10px;position:relative;width:115px;height:46px;top:50%;margin-top:-20px;background-repeat:no-repeat;background-position:center top;background-size:cover;background-color:#b0cb1f}.new-styles .project2-slider-area .slider-nav-btn-hint{font-size:12px}.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-next:before,.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-prev:before{font-size:0;line-height:0;border-top:23px solid transparent;border-bottom:23px solid transparent;top:-7px;display:inline-block;position:relative;content:''}.project-switch-arrow-left .slider-nav-btn{margin-left:15px;margin-right:0}.project-switch-arrow-right .slider-nav-btn{margin-right:15px;margin-left:0}.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-prev:before{border-right:15px solid #b0cb1f;float:left;left:-25px}.new-styles .project2-slider-area .slider-nav-btn.slider-nav-btn-next:before{border-left:15px solid #b0cb1f;float:right;right:-25px;width:0;height:0}.project-switch-arrow-left .slider-nav-btn:before,.project-switch-arrow-right .slider-nav-btn:before{content:'';position:absolute;top:0;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent}.project-switch-arrow-left .slider-nav-btn{margin-right:0}.project-switch-arrow-left .slider-nav-btn:before{left:-11px;border-right:11px solid #a5cc00}.project-switch-arrow-right .slider-nav-btn{margin-left:0}.project-switch-arrow-right .slider-nav-btn:before{right:-11px;border-left:11px solid #a5cc00}.new-styles .project2-slider-area .slider-nav-btn-hint{display:block;font-size:12px;line-height:16px;color:#fff}.item-recomend,.new-styles .article-short .col-md-6:first-child,.price .old_price{display:none}.new-styles .project-box .row-7-2{margin:0}.new-styles .project-box-wrap{margin:0;padding-left:20px;padding-right:20px;overflow:hidden}.new-styles .article-row>.col{width:100%}.new-styles .article-short .col-md-6:last-child{margin-top:30px}.discount-circle{left:12px}.discount-stripe{left:80px}.discount-box-standalone .discount-circle{left:6px}.discount-box-standalone .discount-stripe{left:76px}.new-styles .h2,.new-styles .h3,.new-styles .h4,.new-styles h2,.new-styles h3,.new-styles h4{text-transform:none}.review-add-form .input-area{width:82%}.advantages-col.cnt-rows-4{width:33%;padding-left:0;margin-bottom:10px}.advantages-col.cnt-rows-4:nth-child(4){clear:both}.new-styles .panel-project3 .panel-footer .request-action-sale{display:inline-block}.new-styles .panel-project3 .panel-body>div{display:inline-block;float:none!important;position:relative;margin-left:-233px}.new-styles .panel-project3 .panel-body.double-price .more-info{right:-19px;top:28px}.new-styles .panel-project3 .old_price{display:none}.new-styles .info-content .info-area-title-btns .btn{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:100%;width:auto}.new-styles .info-content .col-md-3{width:50%;margin-bottom:20px}.project-gallery .project-gallery-previews{display:table-footer-group;height:150px;width:220px}.project-gallery .project-gallery-main{display:table-header-group}.project-gallery .project-gallery-preview-item{width:220px;float:left;margin-right:10px;margin-left:1px;margin-bottom:0;height:150px}.project-gallery .caroufredsel_wrapper{display:inline-block!important;width:95%!important}.project-gallery .project-gallery-slide-btn{display:inline-block!important;height:100%;width:16px;vertical-align:top;margin-top:4px;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);background-color:transparent}.caroufredsel_wrapper,.project-gallery-previews-carousel{height:150px!important}.project-gallery-main-txt-block{padding:16px 0}.project-gallery-main-txt-block-body .h1{margin-left:-10px!important}.project-gallery-main .heart-action{top:480px}.project-gallery{margin-bottom:25px}}@media all and (max-width:767px){.bx_catalog_diluting{padding-top:0}.advantages-col.cnt-rows-4: nth-child(4),.filter-content-small-grid .col-md-4:nth-child(3n+1){clear:none}.new-styles .container{width:440px}.new-styles .header{padding-top:20px}.new-styles .container .col-100-480{width:100%;z-index:999}.new-styles .container .col-50-480{width:50%;z-index:999}.new-styles .logo{margin:0 auto 30px}.new-styles .footer-nav-menu .col-66-768,.new-styles header .pull-right{margin-top:0}.new-styles .header-contact{padding:0}.new-styles .footer-nav-menu .col-50-480{width:50%}.new-styles .footer-nav-menu .row-480{width:100%;overflow:hidden;margin-bottom:25px;position:relative;z-index:100}.new-styles .footer-nav-menu .col-33-768{margin-top:40px}.new-styles .about-area .about-detail{display:none}.new-styles .furniture-choose-el{width:33.33333333%}.new-styles .slider-el-info-inner{padding:0;vertical-align:bottom}.new-styles .slider-el-info-incut{width:322px}.new-styles .slider-el-info-incut .slider-el-title{font-size:18px}.new-styles .advantage-el{width:33.33333333%}.new-styles .about-el,.new-styles .project-row-big .col-md-4,.new-styles .project-row-big .col-md-8,.new-styles .project-row-small .col-md-4,.new-styles .project-row-small .col-md-8{width:50%}.new-styles .project-row-big .slider-el-info-inner{padding:10px}.new-styles .project-box .h2-alt:first-child{margin-top:0}.new-styles .project-box .h2-alt{margin-bottom:10px}.new-styles .btn-default.btn-sm{padding:3px 10px}.new-styles .project-box .btn-primary{font-size:14px;padding:8px 23px}.new-styles .project-row-small{height:280px}.new-styles .project-row-small .slider-el-info-inner{padding:10px}.new-styles .project-row-small .quote-info{line-height:1.2}.new-styles .footer-nav-menu .col-50-480{padding-left:30px;padding-right:30px}.breeders-box{width:440px;margin-right:0!important}.new-styles .material-col,.new-styles .request-area .col-md-4{width:100%}.new-styles .switcher-list-link.active{padding:4px 10px}.new-styles .request-area .col-md-8{width:100%;margin-bottom:20px}.new-styles .request-area .request-content{padding:0 20px}.new-styles .stock-banner-group .stock-banner-el{width:440px}.new-styles .stage-area .col-md-3{width:100%;margin-bottom:20px}.bottom_menu_container,.worakarea_wrap_container{width:440px}.new-styles .filter-area .filter-box .col-md-4,.project-area .project-box .col-md-4{width:50%}.breadcrumbs-btn-box,.breadcrumbs-list-box{display:block}.new-styles .about-detail .base-link,.new-styles .about-detail>p,.new-styles .popup .img-box-form,.new-styles .reviews-area .col-md-6+.col-md-6,.project-gallery-main-txt-block-body .js-anchor{display:none}.breadcrumbs-btn-box{float:none;margin-top:10px;margin-left:-10px}.new-styles .article-row,.new-styles .article-short .col-md-6:last-child,.new-styles .contact-area{margin-top:0}.new-styles .advantages-area{padding-bottom:0}.new-styles .filter-content .col-md-4 .img-box{height:140px}.project-area .project-box .row-7-2 .col-md-4{width:100%}.project-area .project-box .col-md-4 .row-0{width:50%;float:left}.project-area .project-box .col-md-4 .row-0:nth-child(2n){padding-right:10px}.project-area .project-box .col-md-4 .row-0:nth-child(2n-1){padding-left:10px}.new-styles .project-box-wrap .row+.row{border-top:none;margin-top:0;padding-top:0}.page-anchor-navigation ul{padding-bottom:4px!important}.page-anchor-navigation ul li{margin-bottom:8px!important}.new-styles .page-anchor-navigation ul li:before{display:none}.new-styles .popup{width:440px}.new-styles .popup .col-md-5,.new-styles .popup .col-md-7{width:100%;float:none;padding:15px 20px 20px!important}.new-styles .popup .request-info-bottom{margin-bottom:0}.new-styles .main-nav-link{padding:12px 5px;font-size:14px}.new-styles .reviews-area .container .row{margin-left:0;margin-right:0}.new-styles .panel-project3{margin-bottom:10px}.new-styles .reviews-area .col-md-6{width:100%;padding:0}.new-styles .reviews-area .quote-content{margin-right:0!important}.new-styles .reviews-area .rating span.active{color:#b0cb1f}.new-styles .reviews-area .rating .rating-value{display:none}.review-block .minus,.review-block .plus{width:100%}.new-styles .stage-box .img-box{float:left;padding-top:10px}.new-styles .stage-box .h3,.new-styles .stage-box p{padding-left:120px}.new-styles .info-content{padding-bottom:0}.new-styles .project-gallery.has-slider .project-gallery-main{vertical-align:top}.price .real_price{font-size:16px}.new-styles .advantages-area a,.new-styles .project-box-wrap p{font-size:14px}.new-styles .header-contact{padding-top:13px}.request-action-sale{text-align:center}.advantages-col.cnt-rows-4{width:50%}.advantages-col.cnt-rows-4:nth-child(3){clear:both}.filter-area-title{display:block}.filter-area-title-btns,.filter-area-title-txt{display:block;width:100%;text-align:center}.filter-area .filter-area-title-btns .btn,.new-styles .container .col-100-320 .pull-right a{display:inline-block}.review-add-form .input-area{width:68%}.new-styles .container .col-100-320{width:280px;text-align:center;margin:0 auto 15px;float:none}.new-styles .container .col-100-320 .pull-right{width:100%;text-align:center}.new-styles .container .col-100-320 .btn.btn-link.favor_link{margin-left:0}.new-styles .advantage_group,.new-styles .info-area-title-btns img{display:none}.project-gallery .project-gallery-previews{display:table-footer-group;height:125px;width:180px}.project-gallery .project-gallery-main{display:table-header-group}.project-gallery .project-gallery-preview-item{width:180px;float:left;margin-right:10px;margin-left:1px;margin-bottom:0;height:125px}.project-gallery .caroufredsel_wrapper{display:inline-block!important;width:92%!important}.project-gallery .project-gallery-slide-btn{display:inline-block!important;height:100%;width:16px;vertical-align:top;margin-top:4px;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);background-color:transparent}.caroufredsel_wrapper,.project-gallery-previews-carousel{height:125px!important}.project-gallery-main-txt-block{padding:16px 0}.project-gallery-main-txt-block-body .h1{margin-left:-10px!important}.project-gallery-main .heart-action{top:280px}.project-gallery.has-slider{margin-bottom:15px}.single-slider-nav{margin:10px -20px 0 0}}@media all and (max-width:479px){.single-slider-nav{margin:10px -20px 0 0}.new-styles .container{width:280px;overflow:visible}.new-styles .header{padding-bottom:1px}.new-styles .header-contact{padding-top:0}.project-gallery-main .heart-action{top:200px}.project-gallery-main-txt-block{padding:16px 0}.project-gallery-main-txt-block-body .h1{margin-left:-10px!important}.new-styles .main-promo-choose{padding:20px 30px}.new-styles .furniture-choose-el{width:50%}.new-styles .footer-nav-menu .col-50-480{padding-left:25px;padding-right:25px}.new-styles .stage-box .h3,.new-styles .stage-box p,.project-area .project-box .col-md-4 .row-0:nth-child(2n-1){padding-left:0}.new-styles .footer-nav-menu .col-33-768{width:100%;margin-top:0;margin-bottom:20px}.new-styles .footer-nav-menu .col-66-768{width:100%}.new-styles .advantage-el{width:50%;padding-right:0}.new-styles .stock-banner-group .stock-banner-el{width:280px}.new-styles .project-row-big .col-md-4,.new-styles .project-row-big .col-md-8,.new-styles .project-row-small .col-md-4,.new-styles .project-row-small .col-md-8{width:100%}.new-styles .project-row-small{height:auto}.new-styles .about-el{width:100%;padding-right:0}.new-styles .contact-action-btn{display:block;margin-bottom:20px}.new-styles .contact-action-text{display:block}.bottom_menu_container,.breeders-box,.worakarea_wrap_container{width:280px}.advantages-col.cnt-rows-4,.new-styles .filter-area .filter-box .col-md-4,.new-styles .info-content .col-md-3{width:100%}.new-styles .filter-content .col-md-4 .img-box{height:185px}.new-styles .panel-body>div{margin-left:-130px}.new-styles .popup{width:280px}.discount-box-standalone .discount-circle{left:-2px;top:3px;font-size:22px}.discount-box-standalone .discount-stripe{left:56px;top:6px}.discount-box-standalone img{margin-left:0}.request-row.radio-blocks .radio-block{width:100%;margin-bottom:35px}.inline-vc-inputs .vc-input{display:block;margin-bottom:20px}.request-row .col-md-6{width:100%}.project-gallery .project-gallery-previews{display:table-footer-group;height:75.3px}.project-gallery .project-gallery-main{display:table-header-group}.project-gallery .project-gallery-preview-item{width:119px;float:left;margin-right:3px;margin-left:1px;margin-bottom:0;height:75.3px}.project-gallery .caroufredsel_wrapper{display:inline-block!important;max-width:88%}.project-gallery .project-gallery-slide-btn{display:inline-block!important;height:100%;width:16px;vertical-align:top;margin-top:-7px;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);background-color:transparent}.new-styles .panel-project3 .old_price,.new-styles .panel-project3 .panel-body.double-price .more-info,.new-styles .stage-box .img-box{display:none}.caroufredsel_wrapper,.project-gallery-previews-carousel{height:103px!important}.project-gallery{margin-bottom:0}.new-styles .article-short .nav-tabs>li{height:56px}.new-styles .contact-area .contact .col-md-6{width:100%}.new-styles .contact-area .contact .col-md-6:first-child{margin-bottom:20px}.new-styles .project2-slider-area .slider-nav-btn{width:120px}.new-styles .project-switch-arrow-left .slider-nav-btn-hint{text-align:right}.project-switch-arrow-left .slider-nav-btn:before,.project-switch-arrow-right .slider-nav-btn:before{border-top-width:23px;border-bottom-width:23px}div.news-list img.preview_picture{width:100%;padding-right:0}.project-area .project-box .col-md-4 .row-0{width:100%}.project-area .project-box .col-md-4 .row-0:nth-child(2n){padding-right:0}.new-styles .article-row{margin-bottom:25px}.filter-area .filter-area-title-btns .btn{font-size:12px;padding:4px 10px}.news-list .news-item{margin-bottom:20px}.review-add-form tr{margin-bottom:10px}.new-styles .panel-project3 .panel-body>div{margin-right:-92px}.new-styles .panel-project3 .item-price-table td{width:150px}.review-add-form .input-area .galary-list li{padding-left:0}.new-styles .content .content-main .container table td{display:block;border-top:none;padding:0}.new-styles .content .content-main .container table td:first-child{border-top:1px solid #bcbec0}.new-styles .content .content-main .container table{padding:12px 0 14px}.new-styles .slider-el-info-inner{position:relative}.new-styles .slider-el-info-inner-bottom .slider-el-info-incut{width:280px;margin-top:0;margin-bottom:0;bottom:0;left:0}.new-styles .slider-el-info-incut{width:280px;margin-top:0}.new-styles .slider-el-info-incut .slider-el-title{font-size:16px}.new-styles .stock-banner-el .slider-el-info{width:100%}.new-styles .stock-banner-el .slider-el-info-inner{padding:10px 100px 10px 10px}.new-styles .slider-el-img-box img{height:auto}.new-styles .slider-el-wrapper .stock-price{display:none}.new-styles .slider-el-wrapper{font-size:14px}.new-styles .slider-el-wrapper .stock-banner-description{margin:5px 0;display:none}.new-styles .stock-banner-action{bottom:13px}}.new-styles #btn-menu-burger{background:url(/local/images/menu-burger.png) center no-repeat;display:inline-block;width:26px;height:16px}.new-styles .js-submenu,.wrapper .new-styles .main-nav-menu .js-submenu-wrap{display:none}.new-styles .main-nav{position:relative;z-index:800}.new-styles .main-nav-el.active .main-nav-link{background:#fff;border-radius:5px 5px 0 0}.new-styles .main-nav-el.active .dropdown-menu,.new-styles .main-nav-el.active .js-submenu{-webkit-box-shadow:0 0 18px rgba(1,1,1,.25);box-shadow:0 0 18px rgba(1,1,1,.25);border-radius:5px}.new-styles .js-submenu-wrap:hover .js-submenu{display:block;position:absolute;top:100%;right:0;z-index:10;background:#fff;padding:10px 20px 0}.bx-no-touch .new-styles .js-submenu-wrap:hover .js-submenu{box-shadow:0 5px 10px rgba(1,1,1,.2)}.new-styles .main-nav-el.active .js-submenu .dropdown-menu{-webkit-box-shadow:none;box-shadow:none}.new-styles .js-submenu-wrap .dropdown-menu{position:static;width:100%;float:none;top:auto;left:auto;box-shadow:none}.new-styles .main-nav-el .dropdown-menu{padding:10px 20px}.new-styles .main-nav-el.js-submenu-wrap .dropdown-menu{padding:0}.new-styles .main-nav-el:hover .dropdown-menu{display:block}.new-styles .main-sub-nav-el{padding-left:20px;position:relative;margin-bottom:5px}.new-styles .main-sub-nav-el:before{position:absolute;display:block;border-radius:50%;background-color:#81a200;background:linear-gradient(to bottom,#cadf59,#a5c10b);color:#81a200;top:.5em;left:0;width:10px;height:10px;box-shadow:0 -1px 0 #84a000 inset}.new-styles .js-submenu-wrap .js-submenu .main-nav-link{display:none}.new-styles .js-submenu .main-nav-el{margin-bottom:19px}.new-styles .main-nav-helper .main-nav .main-nav-link-2{display:none;position:relative;padding:2px 0 8px 20px;text-decoration:none;border:none;font-size:14px;text-transform:uppercase;color:#4c4a49;font-weight:700}.new-styles .main-nav-link-2:before{position:absolute;top:5px;left:-3px;width:20px;height:16px;background-image:none;color:#81a200;font-size:14px;font-family:'Glyphicons Halflings';font-weight:400;font-style:normal;line-height:1;content:'\e080'}.new-styles .main-nav-helper .main-nav .main-nav-link-2:hover{color:#81a200}.bx-no-touch .new-styles .main-nav-helper .main-nav .js-submenu .main-nav-link-2,.bx-touch .new-styles .main-nav-helper .main-nav .js-submenu .main-nav-link-2,.bx-touch .new-styles .main-nav-helper .main-nav .main-nav-link-2{display:block}.new-styles .main-nav-helper .main-nav .main-nav-el>.main-nav-link-2{display:none}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:1090;background:rgba(0,0,0,.3)}@media (min-width:2px){.new-styles .nav-justified>li{width:auto;vertical-align:top}}@media (min-width:768px){.new-styles .main-nav-el: nth-last-child(2) .dropdown-menu{left:auto;right:0}.new-styles .main-nav .main-nav-el{position:relative}.new-styles .main-nav-el.active .dropdown-menu,.new-styles .main-nav-el.active .js-submenu{border-top-left-radius:0}.new-styles .main-nav-el.active:nth-last-child(2) .dropdown-menu,.new-styles .main-nav-el.active:nth-last-child(2) .js-submenu{border-top-right-radius:0}}@media (max-width:767px){.new-styles .js-submenu-wrap .js-submenu,.new-styles .main-nav-dropdown-menu{width:460px}.new-styles .js-submenu-wrap .main-nav-link{padding-bottom:14px;padding-top:15px}.new-styles .main-nav-el.active:first-child .dropdown-menu,.new-styles .main-nav-el.active:first-child .js-submenu{border-top-left-radius:0}.new-styles .main-nav-el.active:last-child .dropdown-menu,.new-styles .main-nav-el.active:last-child .js-submenu{border-top-right-radius:0}}@media (max-width:479px){.new-styles .main-nav-menu .container{overflow:initial}.new-styles .js-submenu-wrap .js-submenu,.new-styles .main-nav-dropdown-menu{width:300px}}.new-styles .news-item{overflow:hidden;width:100%}.new-styles .news-item-pic{float:left;text-decoration:none;border:none;margin-right:6px}.new-styles .news-item-text{overflow:hidden;display:block}.new-styles .news-item-link{display:block;min-height:100px}@media all and (max-width:767px){.new-styles .logo{width:200px}.new-styles .header-about{margin-left:60px;display:inline-block;padding-left:47px;position:relative;font-size:16px;line-height:20px;width:250px}.new-styles .header-about:before{width:40px;height:40px}.new-styles .news-item{margin-bottom:30px}.new-styles .news-list .news-item .news-item-text{overflow:unset}.new-styles .news-item-pic{float:none;margin-right:0}.new-styles .news-item-link{min-height:initial;margin-bottom:10px}}.video-container{background:#f1f2f6;margin:10px -40px 0;padding:30px 40px}.youtube-video{margin:0 auto}.youtube-video__wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.youtube-video__wrapper embed,.youtube-video__wrapper iframe,.youtube-video__wrapper object{position:absolute;top:0;left:0;width:100%;height:100%}@media all and (max-width:999px){.video-container{margin:0}.video-container .col-md-6{width:100%}.video-container .col-md-6:first-child{margin-bottom:30px}}.project-main .row{margin-right:-15px;margin-left:-15px}.project-main .col-md-4,.project-main .col-md-5,.project-main .col-md-7,.project-main .col-md-8,.project-main .col-md-12{padding-left:15px;padding-right:15px}.project-main-info{background:#eceef2;text-align:center;padding:28px 30px;margin-bottom:10px}.project-main-info__footer{border-top:1px solid #dadce0;margin-top:33px}.project-main-info__title,h1.project-main-info__title{font-size:24px;line-height:1.2;font-weight:700;color:#4c4a4b}.project-main-info .project-main-info__description{font-size:14px;line-height:1.2;font-style:italic;color:#666;margin-bottom:24px}.project-main-info .old_price{font-size:17px;line-height:1;font-weight:600;color:#2b2a29;position:relative}.project-main-info .old_price:after{content:'';position:absolute;top:50%;left:50%;width:78px;height:24px;margin-left:-39px;margin-top:-12px;background:url(/local/images/img-old-price.png) no-repeat}.project-main-info__designer{display:block;position:relative;overflow:hidden;padding-top:10px}.project-main-info__designer .photo-box{box-shadow:5px 5px 0 0 #c0d54c;margin:0 0 10px;width:100px;height:100px;vertical-align:top;display:inline-block;float:left;cursor:pointer}.project-main-info__designer .info-box{display:block;padding-left:20px;overflow:hidden;height:100px}.project-main-info__designer .info-box .title{text-transform:uppercase;font-family:inherit;color:#4c4a4b;text-align:left}.project-main-info__designer .info-box .title.prof{font-size:12px;line-height:16px}.project-main-info__designer .info-box .title.name{font-weight:700;font-size:14px;line-height:18px}.project-main-info__designer .info-box .btn{display:block;font-size:12px;line-height:1.2;color:#fff;border-radius:4px;border:none;padding:4px 10px;text-align:center;margin-top:10px;background:#b0cb1f;box-shadow:0 3px #86a610}.project-main-info__designer .info-box .btn.btn-order{background:#f48125;box-shadow:0 3px #ba6913}.side-banner img{display:block;width:100%;max-width:284px;height:auto;margin:0 auto}.project-main-slider{margin-bottom:30px}.project-main-slider .single-slider-for img{max-height:100%;display:block;margin-left:auto;margin-right:auto}.single-slider-for{margin-bottom:10px}.project-main-slider .single-slider-for,.project-main-slider .single-slider-for .slick-slide{height:404px;padding-bottom:10px}.project-main-info{min-height:393px}.project-main-slider .single-slider-nav .slick-list{max-height:91px}.single-slider-nav .slick-list img{overflow:hidden}.single-slider-nav .slick-slide{padding-right:22px;outline:0;cursor:pointer}.project-main-slider .single-slider-nav .slick-slide.slick-current img{border:3px solid #b0cb1f}.single-slider-nav .slick-arrow{font-size:0;line-height:0;box-sizing:border-box;width:9px;height:15px;border:none;outline:0;position:absolute;top:50%;background:url(/local/images/sprite-slick-nav.png) no-repeat}.new-styles .filter-item-block,.selection-area{border:1px solid #c8d1de}.single-slider-nav .slick-arrow:before{content:none}.filter-area-title-recommend span:after,.filter-new-item .item-title_best:after,.filter-new-item:after,.filter-new-price .price-old:after,.filter-new-row:after,.new-styles .selection-type__title span:before{content:''}.single-slider-nav .slick-prev{background-position:0 0;left:-15px;z-index:1000}.single-slider-nav .slick-prev:hover{background:url(/local/images/sprite-slick-nav.png) no-repeat}.single-slider-nav .slick-next{background-position:-9px 0;right:5px;z-index:1000}.single-slider-nav .slick-next:hover{background:url(/local/images/sprite-slick-nav.png) -9px 0 no-repeat}.price{padding:10px;display:block;position:relative;height:45px}.price .old_price{font-size:15px;font-weight:700}.price .real_price{color:#f37917;font-size:17px;font-weight:600;float:right;clear:both}.price .real_price .no-color{color:#9a9a9a}.new-styles .filter-item-block:hover{-webkit-box-shadow:0 3px 3px rgba(1,1,1,.2);box-shadow:0 3px 3px rgba(1,1,1,.2)}.filter-area-title-recommend{font-size:24px;font-weight:700;text-align:center;text-transform:uppercase;color:#000}.filter-area-title-recommend span{position:relative;padding-right:40px}.filter-area-title-recommend span:after{position:absolute;top:-3px;right:0;width:30px;height:30px;background:url(/local/images/img-recommend.png) no-repeat}.fullsize-banner{margin:10px 0}.fullsize-banner img{width:100%;height:auto}.selection-area{border-radius:4px;padding:16px 20px 20px;margin:30px 0 18px}.selection-area__title{font-size:16px;line-height:1.2;font-weight:700;color:#2c323b;text-transform:uppercase;text-align:center;margin-bottom:12px}.selection-area__types{position:relative;margin:0 -5px;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.selection-area__types_mobile{display:none}.selection-area__type{box-sizing:border-box;width:16.6666%;padding:0 5px}.new-styles .selection-type__title{display:block;font-size:14px;font-weight:700;border-bottom:none;background:#f1f2f6;border-radius:4px;height:23px;line-height:23px;padding:0 10px}.new-styles .selection-type__title span{padding-left:12px;position:relative}.new-styles .selection-type__title span:before{position:absolute;top:5px;left:0;width:10px;height:10px;background:url(/local/images/icon-selection.png) no-repeat}.filter-new-item,.filter-new-item .item-title_best{position:relative}.new-styles .selection-type__title.opened{color:#2c323b}.new-styles .selection-type__title.opened span:before{background-image:url(/local/images/icon-selection-opened.png)}.new-styles .selection-type__list{background:#f1f2f6;border-radius:4px;padding:10px 0 10px 10px;margin:6px 0 0;display:none}.new-styles .selection-type__list li{display:block;margin:0}.new-styles .selection-type__list_tab{display:block}.new-styles .selection-type__list_tab li{display:inline-block;margin-right:10px}.selection-tab{display:none}.selection-tab.opened{display:block}.filter-box-new__item{margin-bottom:20px}.filter-new-item{border:1px solid #c8d1de}.filter-new-item:after{display:table;clear:both}.filter-new-item:hover{box-shadow:0 3px 3px rgba(1,1,1,.2)}.filter-new-item .img-box{float:left;width:345px;height:229px;position:relative;text-align:left}.filter-new-item .img-box img{width:100%;height:100%}.filter-new-item__content{padding:18px 19px 0 364px}.filter-new-item .item-title{display:inline-block;font-size:18px;line-height:1.2;font-weight:700;border:none;margin-bottom:2px}.filter-new-item .item-title_best:after{display:inline-block;width:20px;height:20px;background:url(/local/images/icon-best.png) no-repeat;margin:0 0 -3px 6px}.filter-new-item .filter-new-spec li:nth-child(2n+1),.filter-new-price{background:#eceef2;border-radius:2px}.filter-new-item .item-head{margin-bottom:10px}.filter-new-item .item-description{font-size:14px;line-height:1.2;font-style:italic;color:#666}.filter-new-row:after{display:table;clear:both}.filter-new-item .filter-new-spec{float:left;width:324px}.filter-new-item .filter-new-spec li{font-size:14px;line-height:1;color:#666;margin:0;padding:3px 10px;overflow:hidden}.filter-new-item .filter-new-spec li:before{display:none}.filter-new-item .filter-new-spec li .left{text-align:left;font-weight:700}.filter-new-item .filter-new-spec li .right{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;float:right;max-width:205px}.filter-new-item .filter-new-spec li .right:hover{white-space:normal}.filter-new-price{position:absolute;bottom:0;right:20px;width:172px;box-sizing:border-box;padding:12px 20px 20px;height:140px;text-align:center}.filter-new-price .price-new{font-size:18px;line-height:1;font-weight:700;color:#f37945;margin-bottom:10px}.filter-new-price .price-old{font-size:17px;line-height:1;font-weight:600;color:#2b2a29;position:relative}.filter-new-price .price-old:after{position:absolute;top:50%;left:50%;width:78px;height:24px;margin-left:-39px;margin-top:-12px;background:url(/local/images/img-old-price.png) no-repeat}.filter-new-price .btn-question{display:block;bottom:23px;left:20px;right:20px;font-size:14px;font-weight:600;line-height:1.2;color:#fff;background:#f48125;border-radius:4px;padding:8px;border:none;box-shadow:0 3px #ba6913}.filter-new-price .btn-question:hover{color:#fff}.filter-sort{margin-bottom:30px;overflow:hidden}.filter-sort .sort-block{float:left;display:inline-block}.filter-sort .sort-block a,.filter-sort .sort-block span{margin-left:15px;line-height:30px}.filter-sort .sort-block span{font-weight:700}.new-styles .filter-new-price .more-info{top:14px;right:9px}.new-styles .filter-new-price .more-info .hide-block{right:-58px}.new-styles .more-info{background:#b0cb1f;color:#eff6d9;width:14px;height:14px;line-height:14px;border-radius:7px;position:absolute;top:8px;right:0;font-size:10px;text-align:center}.info-area-title-btns div.hide-block,.more-info div.hide-block{max-width:175px;line-height:20px;padding:10px;left:50%;margin-left:-85px;font-weight:400;font-size:15px;text-align:center;border:1px solid #81a200;border-radius:5px;position:absolute;bottom:65px;opacity:0;visibility:visible;pointer-events:none;-webkit-transform:translate(35px) rotate(25deg) scale(1.5);-moz-transform:translate(35px) rotate(25deg) scale(1.5);-o-transform:translate(35px) rotate(25deg) scale(1.5);-ms-transform:translate(35px) rotate(25deg) scale(1.5);transform:translate(35px) rotate(25deg) scale(1.5);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:block;color:#666;background-color:#FFF;overflow-wrap:normal;word-wrap:break-word;word-break:normal;line-break:normal;hyphens:manual}.info-area-title-btns div.hide-block:after,.info-area-title-btns div.hide-block:before,.more-info div.hide-block:after,.more-info div.hide-block:before{content:'';position:absolute;bottom:-10px;left:50%;margin-left:-9px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(0,0,0,.1)}.info-area-title-btns div.hide-block:after,.more-info div.hide-block:after{bottom:-10px;margin-left:-10px;border-top:10px solid #81a200}.info-area-title-btns:hover div.hide-block,.more-info:hover div.hide-block{visibility:visible;opacity:1;-webkit-transform:translate(0) rotate(0) scale(1);-moz-transform:translate(0) rotate(0) scale(1);-o-transform:translate(0) rotate(0) scale(1);-ms-transform:translate(0) rotate(0) scale(1);transform:translate(0) rotate(0) scale(1)}.more-info div.hide-block{bottom:32px;margin-left:0;left:auto;right:-51px}.page-props{overflow:hidden;margin:30px 0}.page-props .items-display{float:left}.page-props .items-display span{display:inline-block;font-size:16px;font-weight:700;color:#747474;line-height:30px;margin-right:28px}.page-props .items-display ul{display:inline-block;margin:0}.page-props .items-display li,.page-props .page-pagination li{display:inline-block;margin:0 6px 0 0;text-align:center;padding:0}.page-props .items-display li:before,.page-props .page-pagination li:before{display:none}.page-props .items-display li a,.page-props .page-pagination li a{display:block;box-sizing:border-box;font-size:14px;font-weight:700;width:30px;height:30px;line-height:26px;border:2px solid #b0cb1f;border-radius:15px}.page-props .items-display li a.current,.page-props .items-display li a:hover,.page-props .page-pagination li a.current,.page-props .page-pagination li a:hover{color:#c8d1de;border-color:#c8d1de}.page-props .page-pagination{float:right;margin:0}.page-props{overflow:hidden;margin:30px 0}.news-list .items-display{float:left}.news-list .items-display span{display:inline-block;font-size:16px;font-weight:700;color:#747474;line-height:30px;margin-right:28px}.news-list .items-display ul{display:inline-block;margin:0}.news-list .items-display li,.news-list .page-pagination li{display:inline-block;margin:0 6px 0 0;text-align:center;padding:0}.news-list .items-display li:before,.news-list .page-pagination li:before{display:none}.news-list .items-display li a,.news-list .page-pagination li a{display:block;box-sizing:border-box;font-size:14px;font-weight:700;width:30px;height:30px;line-height:26px;border:2px solid #b0cb1f;border-radius:15px;cursor:pointer;color:#81a200;text-decoration:none}.news-list .items-display li a.current,.news-list .items-display li a:hover,.news-list .page-pagination li a.current,.news-list .page-pagination li a:hover{color:#c8d1de;border-color:#c8d1de}.news-list .page-pagination{float:left;margin:0;padding:0}.filter-sort .items-display{float:right}.filter-sort .items-display span{display:inline-block;font-size:16px;color:#747474;line-height:30px;margin-right:10px}.filter-sort .items-display ul{display:inline-block;margin:0}.filter-sort .items-display li,.filter-sort .page-pagination li{display:inline-block;margin:0 6px 0 0;text-align:center;padding:0}.filter-sort .items-display li:before,.filter-sort .page-pagination li:before{display:none}.filter-sort .items-display li a,.filter-sort .page-pagination li a{display:block;box-sizing:border-box;font-size:14px;font-weight:700;width:30px;height:30px;line-height:26px;border:2px solid #b0cb1f;border-radius:15px}.filter-sort .items-display li a.current,.filter-sort .items-display li a:hover,.filter-sort .page-pagination li a.current,.filter-sort .page-pagination li a:hover{color:#c8d1de;border-color:#c8d1de}.video-container .youtube-slider{margin:0 -20px}.video-container .slide{padding:0 20px}.youtube-slider .slick-arrow{font-size:0;line-height:0;box-sizing:border-box;width:11px;height:20px;border:none;outline:0;position:absolute;top:50%;background:url(/local/images/sprite-youtube-slider.png) no-repeat}.youtube-slider .slick-arrow:before{content:none}.youtube-slider .slick-prev{background-position:0 0;left:-6px}.youtube-slider .slick-prev:hover{background:url(/local/images/sprite-youtube-slider.png) no-repeat}.youtube-slider .slick-next{background-position:-11px 0;right:-6px}.youtube-slider .slick-next:hover{background:url(/local/images/sprite-youtube-slider.png) -11px 0 no-repeat}.price-container{margin-bottom:5px}@media all and (max-width:1023px){.project-main-slider .single-slider-for,.project-main-slider .single-slider-for .slick-slide{height:287px}.project-main-info{min-height:346px}.project-main-info .project-main-info__description{margin-bottom:14px}.project-main-info__footer{margin-top:15px}.project-main-slider .single-slider-nav .slick-list{max-height:61px}.project-main-slider{margin-bottom:20px}.selection-area__type{width:33.3333%;margin-bottom:10px}.project-main .col-md-4{width:41.6666%}.project-main .col-md-8{width:58.3333%}.filter-new-item .filter-new-spec{display:none}.filter-new-price{width:344px;max-height:90px}.filter-new-price .price-container{float:left;width:50%}.filter-new-price .btn-question{width:130px;float:right;position:static}.new-styles .filter-new-price .more-info{right:167px}}@media all and (max-width:767px){.project-main-slider{margin-bottom:10px}.project-main-slider .single-slider-for,.project-main-slider .single-slider-for .slick-slide{height:293px}.project-main-slider .single-slider-nav .slick-list{max-height:65px}.project-main .col-md-4,.project-main .col-md-8{width:100%}.recommend-area .col-md-4:nth-child(n+3){display:none}.new-styles .list-project2,.project-main-info{margin-bottom:20px}.selection-area__type{float:none;width:100%;margin-bottom:10px;background:#f1f2f6;border-radius:4px}.new-styles .selection-type__title{height:30px;line-height:30px}.new-styles .selection-type__list{margin-top:0}.filter-new-item .img-box{width:100%;float:none;height:auto}.filter-new-item__content{padding:0}.filter-new-price{position:relative;width:100%;box-sizing:border-box;right:auto;left:auto}.new-styles .filter-new-price .more-info{right:237px}.filter-new-item .item-head{padding:17px 19px 16px;margin:0}.filter-new-item .item-title{margin-bottom:10px}.page-props{text-align:center}.page-props .items-display{float:none;margin-bottom:30px}.page-props .items-display span{margin-right:12px}.page-props .page-pagination{display:inline-block;float:none}.selection-area__types_mobile{display:block}.selection-area__tabs,.selection-area__types_desktop{display:none}.about-detail.catalog-section-items-list{margin:0}.catalog-section-items-list article{display:none}.filter-sort{margin-bottom:20px;font-size:14px}.filter-sort .sort-block{margin-bottom:10px}.filter-sort .sort-block a,.filter-sort .sort-block span{line-height:normal;float:right}.filter-sort .items-display{float:left}}@media all and (max-width:479px){.new-styles .header-about{margin-left:120px;display:inline-block;padding-left:47px;position:relative;font-size:0;line-height:0;width:auto}.about-detail.catalog-section-items-list{padding-top:15px}.project-main-slider .single-slider-for,.project-main-slider .single-slider-for .slick-slide{height:189px}.project-main-slider .single-slider-nav .slick-list{max-height:45px}.single-slider-nav{margin-left:-2px;margin-right:-2px}.single-slider-nav .slick-slide{padding-left:2px;padding-right:2px}.single-slider-nav .slick-arrow{display:none!important}.filter-new-price{height:auto}.filter-new-price .price-container{float:none;width:100%;margin-bottom:20px;overflow:hidden}.filter-new-price .price-new{float:left;margin-bottom:0}.filter-new-price .price-old{float:right}.new-styles .filter-new-price .more-info{right:120px}.filter-new-price .btn-question{float:none;width:100%}}.header-action .show_mobile{display:none}@media (max-width:760px){.header-action .favor_link{display:none!important}.header-action .show_mobile{display:block}}input:focus::-webkit-input-placeholder{color:transparent}input:focus:-moz-placeholder{color:transparent}input:focus::-moz-placeholder{color:transparent}input:focus:-ms-input-placeholder{color:transparent}.youtube,.youtube [data-class="after"],.youtube [data-class="play"]{left:0;right:0;top:0;bottom:0}.youtube{position:absolute}.youtube [data-class="after"]{position:absolute;background-repeat:no-repeat;background-position:center center;background-size:cover;cursor:pointer;top:0;left:0;z-index:99}.youtube [data-class="play"]{transition:all .5s ease;background:url(/images/youtube-play-btn.png) no-repeat;background-position:0 -50px;-webkit-background-size:100% auto;background-size:100% auto;position:absolute;height:50px;width:69px;transition:none;top:0;left:0;right:0;bottom:0;margin:auto}.youtube [data-class="play"]:hover{opacity:.8;background-position:0 0}.designer-inner-block{padding-bottom:30px}span.icon-advantage{border:2px solid #b0cb1f;border-radius:50px;display:block;width:100px;height:100px;margin:0 auto}span.icon-advantage svg{padding:15px;width:100%;height:100%}.mob_footer{display:none}@media all and (max-width:768px){.mob_footer{display:block;background-color:#b0cb1f;position:fixed;bottom:0;width:100%;padding:5px 0;font-size:14px;z-index:200}.mob_footer .footer-mob{text-decoration:none;color:#787878;display:inline-block;border:0}.mob_footer .footer-mob svg{height:14px;width:14px;display:block;float:left;margin-right:5px}.mob_footer .footer-time{color:#787878}.mob_footer .mob-footer-left,.mob_footer .mob-footer-right{text-align:right}.mob_footer .mob-footer-left{padding-right:0}.mob_footer .mob-footer-right{padding-left:10px}.mob_footer .mob-footer-right a{color:#787878;text-decoration:underline;border:none}.mob_footer .mob-footer-right a:hover{color:#81a200;text-decoration:none}.mob_footer .mob-footer-right a:first-child,.mob_footer .mob-footer-left a:first-child{display:inline-block;margin-bottom:5px}._show_1e.wrap_mW{bottom:45px!important}._orinationRight_25 .button_1O{margin-right:10px!important}}
/* End */


/* Start:/local/css/slick-theme.min.css?16281455222414*/
@charset "UTF-8";.slick-loading .slick-list{background:#fff url(/local/images/preloader.gif) center center no-repeat}@font-face{font-family:'slick';font-weight:400;font-style:normal;src:url(/local/css/fonts/slick.eot);src:url(/local/css/fonts/slick.eot) format("embedded-opentype"),url(/local/css/fonts/slick.woff) format("woff"),url(/local/css/fonts/slick.ttf) format("truetype"),url(/local/css/fonts/slick.svg##slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/* End */


/* Start:/local/css/helpers.css?1628145522403913*/
.hack_rules_1{margin-top:0}.hack_rules_2{margin-top:0}.hack_rules_3{margin-top:0}.hack_rules_4{margin-top:0}.hack_rules_5{margin-top:0}.hack_rules_6{margin-top:0}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mr-0{margin-right:0!important}.ml-0{margin-left:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pr-0{padding-right:0!important}.pl-0{padding-left:0!important}.mt-n-0{margin-top:0!important}.mb-n-0{margin-bottom:0!important}.mr-n-0{margin-right:0!important}.ml-n-0{margin-left:0!important}.t-0{top:0!important}.b-0{bottom:0!important}.l-0{left:0!important}.r-0{right:0!important}.t-n-0{top:0!important}.b-n-0{bottom:0!important}.l-n-0{left:0!important}.r-n-0{right:0!important}.ti-0{text-indent:0!important}.ti-n-0{text-indent:0!important}.fs-0{font-size:0!important}.row-0{margin-right:0!important;margin-left:0!important}.row-0 > [class*='col-']{padding-right:0!important;padding-left:0!important}.z-0{z-index:0!important}.mt-1{margin-top:1px!important}.mb-1{margin-bottom:1px!important}.mr-1{margin-right:1px!important}.ml-1{margin-left:1px!important}.pt-1{padding-top:1px!important}.pb-1{padding-bottom:1px!important}.pr-1{padding-right:1px!important}.pl-1{padding-left:1px!important}.mt-n-1{margin-top:-1px!important}.mb-n-1{margin-bottom:-1px!important}.mr-n-1{margin-right:-1px!important}.ml-n-1{margin-left:-1px!important}.t-1{top:1px!important}.b-1{bottom:1px!important}.l-1{left:1px!important}.r-1{right:1px!important}.t-n-1{top:-1px!important}.b-n-1{bottom:-1px!important}.l-n-1{left:-1px!important}.r-n-1{right:-1px!important}.ti-1{text-indent:1px!important}.ti-n-1{text-indent:-1px!important}.fs-1{font-size:1px!important}.row-1{margin-right:-1px!important;margin-left:-1px!important}.row-1 > [class*='col-']{padding-right:1px!important;padding-left:1px!important}.z-1{z-index:1!important}.mt-2{margin-top:2px!important}.mb-2{margin-bottom:2px!important}.mr-2{margin-right:2px!important}.ml-2{margin-left:2px!important}.pt-2{padding-top:2px!important}.pb-2{padding-bottom:2px!important}.pr-2{padding-right:2px!important}.pl-2{padding-left:2px!important}.mt-n-2{margin-top:-2px!important}.mb-n-2{margin-bottom:-2px!important}.mr-n-2{margin-right:-2px!important}.ml-n-2{margin-left:-2px!important}.t-2{top:2px!important}.b-2{bottom:2px!important}.l-2{left:2px!important}.r-2{right:2px!important}.t-n-2{top:-2px!important}.b-n-2{bottom:-2px!important}.l-n-2{left:-2px!important}.r-n-2{right:-2px!important}.ti-2{text-indent:2px!important}.ti-n-2{text-indent:-2px!important}.fs-2{font-size:2px!important}.row-2{margin-right:-2px!important;margin-left:-2px!important}.row-2 > [class*='col-']{padding-right:2px!important;padding-left:2px!important}.z-2{z-index:2!important}.mt-3{margin-top:3px!important}.mb-3{margin-bottom:3px!important}.mr-3{margin-right:3px!important}.ml-3{margin-left:3px!important}.pt-3{padding-top:3px!important}.pb-3{padding-bottom:3px!important}.pr-3{padding-right:3px!important}.pl-3{padding-left:3px!important}.mt-n-3{margin-top:-3px!important}.mb-n-3{margin-bottom:-3px!important}.mr-n-3{margin-right:-3px!important}.ml-n-3{margin-left:-3px!important}.t-3{top:3px!important}.b-3{bottom:3px!important}.l-3{left:3px!important}.r-3{right:3px!important}.t-n-3{top:-3px!important}.b-n-3{bottom:-3px!important}.l-n-3{left:-3px!important}.r-n-3{right:-3px!important}.ti-3{text-indent:3px!important}.ti-n-3{text-indent:-3px!important}.fs-3{font-size:3px!important}.row-3{margin-right:-3px!important;margin-left:-3px!important}.row-3 > [class*='col-']{padding-right:3px!important;padding-left:3px!important}.z-3{z-index:3!important}.mt-4{margin-top:4px!important}.mb-4{margin-bottom:4px!important}.mr-4{margin-right:4px!important}.ml-4{margin-left:4px!important}.pt-4{padding-top:4px!important}.pb-4{padding-bottom:4px!important}.pr-4{padding-right:4px!important}.pl-4{padding-left:4px!important}.mt-n-4{margin-top:-4px!important}.mb-n-4{margin-bottom:-4px!important}.mr-n-4{margin-right:-4px!important}.ml-n-4{margin-left:-4px!important}.t-4{top:4px!important}.b-4{bottom:4px!important}.l-4{left:4px!important}.r-4{right:4px!important}.t-n-4{top:-4px!important}.b-n-4{bottom:-4px!important}.l-n-4{left:-4px!important}.r-n-4{right:-4px!important}.ti-4{text-indent:4px!important}.ti-n-4{text-indent:-4px!important}.fs-4{font-size:4px!important}.row-4{margin-right:-4px!important;margin-left:-4px!important}.row-4 > [class*='col-']{padding-right:4px!important;padding-left:4px!important}.z-4{z-index:4!important}.mt-5{margin-top:5px!important}.mb-5{margin-bottom:5px!important}.mr-5{margin-right:5px!important}.ml-5{margin-left:5px!important}.pt-5{padding-top:5px!important}.pb-5{padding-bottom:5px!important}.pr-5{padding-right:5px!important}.pl-5{padding-left:5px!important}.mt-n-5{margin-top:-5px!important}.mb-n-5{margin-bottom:-5px!important}.mr-n-5{margin-right:-5px!important}.ml-n-5{margin-left:-5px!important}.t-5{top:5px!important}.b-5{bottom:5px!important}.l-5{left:5px!important}.r-5{right:5px!important}.t-n-5{top:-5px!important}.b-n-5{bottom:-5px!important}.l-n-5{left:-5px!important}.r-n-5{right:-5px!important}.ti-5{text-indent:5px!important}.ti-n-5{text-indent:-5px!important}.fs-5{font-size:5px!important}.row-5{margin-right:-5px!important;margin-left:-5px!important}.row-5 > [class*='col-']{padding-right:5px!important;padding-left:5px!important}.z-5{z-index:5!important}.mt-6{margin-top:6px!important}.mb-6{margin-bottom:6px!important}.mr-6{margin-right:6px!important}.ml-6{margin-left:6px!important}.pt-6{padding-top:6px!important}.pb-6{padding-bottom:6px!important}.pr-6{padding-right:6px!important}.pl-6{padding-left:6px!important}.mt-n-6{margin-top:-6px!important}.mb-n-6{margin-bottom:-6px!important}.mr-n-6{margin-right:-6px!important}.ml-n-6{margin-left:-6px!important}.t-6{top:6px!important}.b-6{bottom:6px!important}.l-6{left:6px!important}.r-6{right:6px!important}.t-n-6{top:-6px!important}.b-n-6{bottom:-6px!important}.l-n-6{left:-6px!important}.r-n-6{right:-6px!important}.ti-6{text-indent:6px!important}.ti-n-6{text-indent:-6px!important}.fs-6{font-size:6px!important}.row-6{margin-right:-6px!important;margin-left:-6px!important}.row-6 > [class*='col-']{padding-right:6px!important;padding-left:6px!important}.z-6{z-index:6!important}.mt-7{margin-top:7px!important}.mb-7{margin-bottom:7px!important}.mr-7{margin-right:7px!important}.ml-7{margin-left:7px!important}.pt-7{padding-top:7px!important}.pb-7{padding-bottom:7px!important}.pr-7{padding-right:7px!important}.pl-7{padding-left:7px!important}.mt-n-7{margin-top:-7px!important}.mb-n-7{margin-bottom:-7px!important}.mr-n-7{margin-right:-7px!important}.ml-n-7{margin-left:-7px!important}.t-7{top:7px!important}.b-7{bottom:7px!important}.l-7{left:7px!important}.r-7{right:7px!important}.t-n-7{top:-7px!important}.b-n-7{bottom:-7px!important}.l-n-7{left:-7px!important}.r-n-7{right:-7px!important}.ti-7{text-indent:7px!important}.ti-n-7{text-indent:-7px!important}.fs-7{font-size:7px!important}.row-7{margin-right:-7px!important;margin-left:-7px!important}.row-7 > [class*='col-']{padding-right:7px!important;padding-left:7px!important}.z-7{z-index:7!important}.mt-8{margin-top:8px!important}.mb-8{margin-bottom:8px!important}.mr-8{margin-right:8px!important}.ml-8{margin-left:8px!important}.pt-8{padding-top:8px!important}.pb-8{padding-bottom:8px!important}.pr-8{padding-right:8px!important}.pl-8{padding-left:8px!important}.mt-n-8{margin-top:-8px!important}.mb-n-8{margin-bottom:-8px!important}.mr-n-8{margin-right:-8px!important}.ml-n-8{margin-left:-8px!important}.t-8{top:8px!important}.b-8{bottom:8px!important}.l-8{left:8px!important}.r-8{right:8px!important}.t-n-8{top:-8px!important}.b-n-8{bottom:-8px!important}.l-n-8{left:-8px!important}.r-n-8{right:-8px!important}.ti-8{text-indent:8px!important}.ti-n-8{text-indent:-8px!important}.fs-8{font-size:8px!important}.row-8{margin-right:-8px!important;margin-left:-8px!important}.row-8 > [class*='col-']{padding-right:8px!important;padding-left:8px!important}.z-8{z-index:8!important}.mt-9{margin-top:9px!important}.mb-9{margin-bottom:9px!important}.mr-9{margin-right:9px!important}.ml-9{margin-left:9px!important}.pt-9{padding-top:9px!important}.pb-9{padding-bottom:9px!important}.pr-9{padding-right:9px!important}.pl-9{padding-left:9px!important}.mt-n-9{margin-top:-9px!important}.mb-n-9{margin-bottom:-9px!important}.mr-n-9{margin-right:-9px!important}.ml-n-9{margin-left:-9px!important}.t-9{top:9px!important}.b-9{bottom:9px!important}.l-9{left:9px!important}.r-9{right:9px!important}.t-n-9{top:-9px!important}.b-n-9{bottom:-9px!important}.l-n-9{left:-9px!important}.r-n-9{right:-9px!important}.ti-9{text-indent:9px!important}.ti-n-9{text-indent:-9px!important}.fs-9{font-size:9px!important}.row-9{margin-right:-9px!important;margin-left:-9px!important}.row-9 > [class*='col-']{padding-right:9px!important;padding-left:9px!important}.z-9{z-index:9!important}.mt-10{margin-top:10px!important}.mb-10{margin-bottom:10px!important}.mr-10{margin-right:10px!important}.ml-10{margin-left:10px!important}.pt-10{padding-top:10px!important}.pb-10{padding-bottom:10px!important}.pr-10{padding-right:10px!important}.pl-10{padding-left:10px!important}.mt-n-10{margin-top:-10px!important}.mb-n-10{margin-bottom:-10px!important}.mr-n-10{margin-right:-10px!important}.ml-n-10{margin-left:-10px!important}.t-10{top:10px!important}.b-10{bottom:10px!important}.l-10{left:10px!important}.r-10{right:10px!important}.t-n-10{top:-10px!important}.b-n-10{bottom:-10px!important}.l-n-10{left:-10px!important}.r-n-10{right:-10px!important}.ti-10{text-indent:10px!important}.ti-n-10{text-indent:-10px!important}.fs-10{font-size:10px!important}.row-10{margin-right:-10px!important;margin-left:-10px!important}.row-10 > [class*='col-']{padding-right:10px!important;padding-left:10px!important}.z-10{z-index:10!important}.mt-11{margin-top:11px!important}.mb-11{margin-bottom:11px!important}.mr-11{margin-right:11px!important}.ml-11{margin-left:11px!important}.pt-11{padding-top:11px!important}.pb-11{padding-bottom:11px!important}.pr-11{padding-right:11px!important}.pl-11{padding-left:11px!important}.mt-n-11{margin-top:-11px!important}.mb-n-11{margin-bottom:-11px!important}.mr-n-11{margin-right:-11px!important}.ml-n-11{margin-left:-11px!important}.t-11{top:11px!important}.b-11{bottom:11px!important}.l-11{left:11px!important}.r-11{right:11px!important}.t-n-11{top:-11px!important}.b-n-11{bottom:-11px!important}.l-n-11{left:-11px!important}.r-n-11{right:-11px!important}.ti-11{text-indent:11px!important}.ti-n-11{text-indent:-11px!important}.fs-11{font-size:11px!important}.row-11{margin-right:-11px!important;margin-left:-11px!important}.row-11 > [class*='col-']{padding-right:11px!important;padding-left:11px!important}.z-11{z-index:11!important}.mt-12{margin-top:12px!important}.mb-12{margin-bottom:12px!important}.mr-12{margin-right:12px!important}.ml-12{margin-left:12px!important}.pt-12{padding-top:12px!important}.pb-12{padding-bottom:12px!important}.pr-12{padding-right:12px!important}.pl-12{padding-left:12px!important}.mt-n-12{margin-top:-12px!important}.mb-n-12{margin-bottom:-12px!important}.mr-n-12{margin-right:-12px!important}.ml-n-12{margin-left:-12px!important}.t-12{top:12px!important}.b-12{bottom:12px!important}.l-12{left:12px!important}.r-12{right:12px!important}.t-n-12{top:-12px!important}.b-n-12{bottom:-12px!important}.l-n-12{left:-12px!important}.r-n-12{right:-12px!important}.ti-12{text-indent:12px!important}.ti-n-12{text-indent:-12px!important}.fs-12{font-size:12px!important}.row-12{margin-right:-12px!important;margin-left:-12px!important}.row-12 > [class*='col-']{padding-right:12px!important;padding-left:12px!important}.z-12{z-index:12!important}.mt-13{margin-top:13px!important}.mb-13{margin-bottom:13px!important}.mr-13{margin-right:13px!important}.ml-13{margin-left:13px!important}.pt-13{padding-top:13px!important}.pb-13{padding-bottom:13px!important}.pr-13{padding-right:13px!important}.pl-13{padding-left:13px!important}.mt-n-13{margin-top:-13px!important}.mb-n-13{margin-bottom:-13px!important}.mr-n-13{margin-right:-13px!important}.ml-n-13{margin-left:-13px!important}.t-13{top:13px!important}.b-13{bottom:13px!important}.l-13{left:13px!important}.r-13{right:13px!important}.t-n-13{top:-13px!important}.b-n-13{bottom:-13px!important}.l-n-13{left:-13px!important}.r-n-13{right:-13px!important}.ti-13{text-indent:13px!important}.ti-n-13{text-indent:-13px!important}.fs-13{font-size:13px!important}.row-13{margin-right:-13px!important;margin-left:-13px!important}.row-13 > [class*='col-']{padding-right:13px!important;padding-left:13px!important}.z-13{z-index:13!important}.mt-14{margin-top:14px!important}.mb-14{margin-bottom:14px!important}.mr-14{margin-right:14px!important}.ml-14{margin-left:14px!important}.pt-14{padding-top:14px!important}.pb-14{padding-bottom:14px!important}.pr-14{padding-right:14px!important}.pl-14{padding-left:14px!important}.mt-n-14{margin-top:-14px!important}.mb-n-14{margin-bottom:-14px!important}.mr-n-14{margin-right:-14px!important}.ml-n-14{margin-left:-14px!important}.t-14{top:14px!important}.b-14{bottom:14px!important}.l-14{left:14px!important}.r-14{right:14px!important}.t-n-14{top:-14px!important}.b-n-14{bottom:-14px!important}.l-n-14{left:-14px!important}.r-n-14{right:-14px!important}.ti-14{text-indent:14px!important}.ti-n-14{text-indent:-14px!important}.fs-14{font-size:14px!important}.row-14{margin-right:-14px!important;margin-left:-14px!important}.row-14 > [class*='col-']{padding-right:14px!important;padding-left:14px!important}.z-14{z-index:14!important}.mt-15{margin-top:15px!important}.mb-15{margin-bottom:15px!important}.mr-15{margin-right:15px!important}.ml-15{margin-left:15px!important}.pt-15{padding-top:15px!important}.pb-15{padding-bottom:15px!important}.pr-15{padding-right:15px!important}.pl-15{padding-left:15px!important}.mt-n-15{margin-top:-15px!important}.mb-n-15{margin-bottom:-15px!important}.mr-n-15{margin-right:-15px!important}.ml-n-15{margin-left:-15px!important}.t-15{top:15px!important}.b-15{bottom:15px!important}.l-15{left:15px!important}.r-15{right:15px!important}.t-n-15{top:-15px!important}.b-n-15{bottom:-15px!important}.l-n-15{left:-15px!important}.r-n-15{right:-15px!important}.ti-15{text-indent:15px!important}.ti-n-15{text-indent:-15px!important}.fs-15{font-size:15px!important}.row-15{margin-right:-15px!important;margin-left:-15px!important}.row-15 > [class*='col-']{padding-right:15px!important;padding-left:15px!important}.z-15{z-index:15!important}.mt-16{margin-top:16px!important}.mb-16{margin-bottom:16px!important}.mr-16{margin-right:16px!important}.ml-16{margin-left:16px!important}.pt-16{padding-top:16px!important}.pb-16{padding-bottom:16px!important}.pr-16{padding-right:16px!important}.pl-16{padding-left:16px!important}.mt-n-16{margin-top:-16px!important}.mb-n-16{margin-bottom:-16px!important}.mr-n-16{margin-right:-16px!important}.ml-n-16{margin-left:-16px!important}.t-16{top:16px!important}.b-16{bottom:16px!important}.l-16{left:16px!important}.r-16{right:16px!important}.t-n-16{top:-16px!important}.b-n-16{bottom:-16px!important}.l-n-16{left:-16px!important}.r-n-16{right:-16px!important}.ti-16{text-indent:16px!important}.ti-n-16{text-indent:-16px!important}.fs-16{font-size:16px!important}.row-16{margin-right:-16px!important;margin-left:-16px!important}.row-16 > [class*='col-']{padding-right:16px!important;padding-left:16px!important}.z-16{z-index:16!important}.mt-17{margin-top:17px!important}.mb-17{margin-bottom:17px!important}.mr-17{margin-right:17px!important}.ml-17{margin-left:17px!important}.pt-17{padding-top:17px!important}.pb-17{padding-bottom:17px!important}.pr-17{padding-right:17px!important}.pl-17{padding-left:17px!important}.mt-n-17{margin-top:-17px!important}.mb-n-17{margin-bottom:-17px!important}.mr-n-17{margin-right:-17px!important}.ml-n-17{margin-left:-17px!important}.t-17{top:17px!important}.b-17{bottom:17px!important}.l-17{left:17px!important}.r-17{right:17px!important}.t-n-17{top:-17px!important}.b-n-17{bottom:-17px!important}.l-n-17{left:-17px!important}.r-n-17{right:-17px!important}.ti-17{text-indent:17px!important}.ti-n-17{text-indent:-17px!important}.fs-17{font-size:17px!important}.row-17{margin-right:-17px!important;margin-left:-17px!important}.row-17 > [class*='col-']{padding-right:17px!important;padding-left:17px!important}.z-17{z-index:17!important}.mt-18{margin-top:18px!important}.mb-18{margin-bottom:18px!important}.mr-18{margin-right:18px!important}.ml-18{margin-left:18px!important}.pt-18{padding-top:18px!important}.pb-18{padding-bottom:18px!important}.pr-18{padding-right:18px!important}.pl-18{padding-left:18px!important}.mt-n-18{margin-top:-18px!important}.mb-n-18{margin-bottom:-18px!important}.mr-n-18{margin-right:-18px!important}.ml-n-18{margin-left:-18px!important}.t-18{top:18px!important}.b-18{bottom:18px!important}.l-18{left:18px!important}.r-18{right:18px!important}.t-n-18{top:-18px!important}.b-n-18{bottom:-18px!important}.l-n-18{left:-18px!important}.r-n-18{right:-18px!important}.ti-18{text-indent:18px!important}.ti-n-18{text-indent:-18px!important}.fs-18{font-size:18px!important}.row-18{margin-right:-18px!important;margin-left:-18px!important}.row-18 > [class*='col-']{padding-right:18px!important;padding-left:18px!important}.z-18{z-index:18!important}.mt-19{margin-top:19px!important}.mb-19{margin-bottom:19px!important}.mr-19{margin-right:19px!important}.ml-19{margin-left:19px!important}.pt-19{padding-top:19px!important}.pb-19{padding-bottom:19px!important}.pr-19{padding-right:19px!important}.pl-19{padding-left:19px!important}.mt-n-19{margin-top:-19px!important}.mb-n-19{margin-bottom:-19px!important}.mr-n-19{margin-right:-19px!important}.ml-n-19{margin-left:-19px!important}.t-19{top:19px!important}.b-19{bottom:19px!important}.l-19{left:19px!important}.r-19{right:19px!important}.t-n-19{top:-19px!important}.b-n-19{bottom:-19px!important}.l-n-19{left:-19px!important}.r-n-19{right:-19px!important}.ti-19{text-indent:19px!important}.ti-n-19{text-indent:-19px!important}.fs-19{font-size:19px!important}.row-19{margin-right:-19px!important;margin-left:-19px!important}.row-19 > [class*='col-']{padding-right:19px!important;padding-left:19px!important}.z-19{z-index:19!important}.mt-20{margin-top:20px!important}.mb-20{margin-bottom:20px!important}.mr-20{margin-right:20px!important}.ml-20{margin-left:20px!important}.pt-20{padding-top:20px!important}.pb-20{padding-bottom:20px!important}.pr-20{padding-right:20px!important}.pl-20{padding-left:20px!important}.mt-n-20{margin-top:-20px!important}.mb-n-20{margin-bottom:-20px!important}.mr-n-20{margin-right:-20px!important}.ml-n-20{margin-left:-20px!important}.t-20{top:20px!important}.b-20{bottom:20px!important}.l-20{left:20px!important}.r-20{right:20px!important}.t-n-20{top:-20px!important}.b-n-20{bottom:-20px!important}.l-n-20{left:-20px!important}.r-n-20{right:-20px!important}.ti-20{text-indent:20px!important}.ti-n-20{text-indent:-20px!important}.fs-20{font-size:20px!important}.row-20{margin-right:-20px!important;margin-left:-20px!important}.row-20 > [class*='col-']{padding-right:20px!important;padding-left:20px!important}.z-20{z-index:20!important}.mt-21{margin-top:21px!important}.mb-21{margin-bottom:21px!important}.mr-21{margin-right:21px!important}.ml-21{margin-left:21px!important}.pt-21{padding-top:21px!important}.pb-21{padding-bottom:21px!important}.pr-21{padding-right:21px!important}.pl-21{padding-left:21px!important}.mt-n-21{margin-top:-21px!important}.mb-n-21{margin-bottom:-21px!important}.mr-n-21{margin-right:-21px!important}.ml-n-21{margin-left:-21px!important}.t-21{top:21px!important}.b-21{bottom:21px!important}.l-21{left:21px!important}.r-21{right:21px!important}.t-n-21{top:-21px!important}.b-n-21{bottom:-21px!important}.l-n-21{left:-21px!important}.r-n-21{right:-21px!important}.ti-21{text-indent:21px!important}.ti-n-21{text-indent:-21px!important}.fs-21{font-size:21px!important}.row-21{margin-right:-21px!important;margin-left:-21px!important}.row-21 > [class*='col-']{padding-right:21px!important;padding-left:21px!important}.z-21{z-index:21!important}.mt-22{margin-top:22px!important}.mb-22{margin-bottom:22px!important}.mr-22{margin-right:22px!important}.ml-22{margin-left:22px!important}.pt-22{padding-top:22px!important}.pb-22{padding-bottom:22px!important}.pr-22{padding-right:22px!important}.pl-22{padding-left:22px!important}.mt-n-22{margin-top:-22px!important}.mb-n-22{margin-bottom:-22px!important}.mr-n-22{margin-right:-22px!important}.ml-n-22{margin-left:-22px!important}.t-22{top:22px!important}.b-22{bottom:22px!important}.l-22{left:22px!important}.r-22{right:22px!important}.t-n-22{top:-22px!important}.b-n-22{bottom:-22px!important}.l-n-22{left:-22px!important}.r-n-22{right:-22px!important}.ti-22{text-indent:22px!important}.ti-n-22{text-indent:-22px!important}.fs-22{font-size:22px!important}.row-22{margin-right:-22px!important;margin-left:-22px!important}.row-22 > [class*='col-']{padding-right:22px!important;padding-left:22px!important}.z-22{z-index:22!important}.mt-23{margin-top:23px!important}.mb-23{margin-bottom:23px!important}.mr-23{margin-right:23px!important}.ml-23{margin-left:23px!important}.pt-23{padding-top:23px!important}.pb-23{padding-bottom:23px!important}.pr-23{padding-right:23px!important}.pl-23{padding-left:23px!important}.mt-n-23{margin-top:-23px!important}.mb-n-23{margin-bottom:-23px!important}.mr-n-23{margin-right:-23px!important}.ml-n-23{margin-left:-23px!important}.t-23{top:23px!important}.b-23{bottom:23px!important}.l-23{left:23px!important}.r-23{right:23px!important}.t-n-23{top:-23px!important}.b-n-23{bottom:-23px!important}.l-n-23{left:-23px!important}.r-n-23{right:-23px!important}.ti-23{text-indent:23px!important}.ti-n-23{text-indent:-23px!important}.fs-23{font-size:23px!important}.row-23{margin-right:-23px!important;margin-left:-23px!important}.row-23 > [class*='col-']{padding-right:23px!important;padding-left:23px!important}.z-23{z-index:23!important}.mt-24{margin-top:24px!important}.mb-24{margin-bottom:24px!important}.mr-24{margin-right:24px!important}.ml-24{margin-left:24px!important}.pt-24{padding-top:24px!important}.pb-24{padding-bottom:24px!important}.pr-24{padding-right:24px!important}.pl-24{padding-left:24px!important}.mt-n-24{margin-top:-24px!important}.mb-n-24{margin-bottom:-24px!important}.mr-n-24{margin-right:-24px!important}.ml-n-24{margin-left:-24px!important}.t-24{top:24px!important}.b-24{bottom:24px!important}.l-24{left:24px!important}.r-24{right:24px!important}.t-n-24{top:-24px!important}.b-n-24{bottom:-24px!important}.l-n-24{left:-24px!important}.r-n-24{right:-24px!important}.ti-24{text-indent:24px!important}.ti-n-24{text-indent:-24px!important}.fs-24{font-size:24px!important}.row-24{margin-right:-24px!important;margin-left:-24px!important}.row-24 > [class*='col-']{padding-right:24px!important;padding-left:24px!important}.z-24{z-index:24!important}.mt-25{margin-top:25px!important}.mb-25{margin-bottom:25px!important}.mr-25{margin-right:25px!important}.ml-25{margin-left:25px!important}.pt-25{padding-top:25px!important}.pb-25{padding-bottom:25px!important}.pr-25{padding-right:25px!important}.pl-25{padding-left:25px!important}.mt-n-25{margin-top:-25px!important}.mb-n-25{margin-bottom:-25px!important}.mr-n-25{margin-right:-25px!important}.ml-n-25{margin-left:-25px!important}.t-25{top:25px!important}.b-25{bottom:25px!important}.l-25{left:25px!important}.r-25{right:25px!important}.t-n-25{top:-25px!important}.b-n-25{bottom:-25px!important}.l-n-25{left:-25px!important}.r-n-25{right:-25px!important}.ti-25{text-indent:25px!important}.ti-n-25{text-indent:-25px!important}.fs-25{font-size:25px!important}.row-25{margin-right:-25px!important;margin-left:-25px!important}.row-25 > [class*='col-']{padding-right:25px!important;padding-left:25px!important}.z-25{z-index:25!important}.mt-26{margin-top:26px!important}.mb-26{margin-bottom:26px!important}.mr-26{margin-right:26px!important}.ml-26{margin-left:26px!important}.pt-26{padding-top:26px!important}.pb-26{padding-bottom:26px!important}.pr-26{padding-right:26px!important}.pl-26{padding-left:26px!important}.mt-n-26{margin-top:-26px!important}.mb-n-26{margin-bottom:-26px!important}.mr-n-26{margin-right:-26px!important}.ml-n-26{margin-left:-26px!important}.t-26{top:26px!important}.b-26{bottom:26px!important}.l-26{left:26px!important}.r-26{right:26px!important}.t-n-26{top:-26px!important}.b-n-26{bottom:-26px!important}.l-n-26{left:-26px!important}.r-n-26{right:-26px!important}.ti-26{text-indent:26px!important}.ti-n-26{text-indent:-26px!important}.fs-26{font-size:26px!important}.row-26{margin-right:-26px!important;margin-left:-26px!important}.row-26 > [class*='col-']{padding-right:26px!important;padding-left:26px!important}.z-26{z-index:26!important}.mt-27{margin-top:27px!important}.mb-27{margin-bottom:27px!important}.mr-27{margin-right:27px!important}.ml-27{margin-left:27px!important}.pt-27{padding-top:27px!important}.pb-27{padding-bottom:27px!important}.pr-27{padding-right:27px!important}.pl-27{padding-left:27px!important}.mt-n-27{margin-top:-27px!important}.mb-n-27{margin-bottom:-27px!important}.mr-n-27{margin-right:-27px!important}.ml-n-27{margin-left:-27px!important}.t-27{top:27px!important}.b-27{bottom:27px!important}.l-27{left:27px!important}.r-27{right:27px!important}.t-n-27{top:-27px!important}.b-n-27{bottom:-27px!important}.l-n-27{left:-27px!important}.r-n-27{right:-27px!important}.ti-27{text-indent:27px!important}.ti-n-27{text-indent:-27px!important}.fs-27{font-size:27px!important}.row-27{margin-right:-27px!important;margin-left:-27px!important}.row-27 > [class*='col-']{padding-right:27px!important;padding-left:27px!important}.z-27{z-index:27!important}.mt-28{margin-top:28px!important}.mb-28{margin-bottom:28px!important}.mr-28{margin-right:28px!important}.ml-28{margin-left:28px!important}.pt-28{padding-top:28px!important}.pb-28{padding-bottom:28px!important}.pr-28{padding-right:28px!important}.pl-28{padding-left:28px!important}.mt-n-28{margin-top:-28px!important}.mb-n-28{margin-bottom:-28px!important}.mr-n-28{margin-right:-28px!important}.ml-n-28{margin-left:-28px!important}.t-28{top:28px!important}.b-28{bottom:28px!important}.l-28{left:28px!important}.r-28{right:28px!important}.t-n-28{top:-28px!important}.b-n-28{bottom:-28px!important}.l-n-28{left:-28px!important}.r-n-28{right:-28px!important}.ti-28{text-indent:28px!important}.ti-n-28{text-indent:-28px!important}.fs-28{font-size:28px!important}.row-28{margin-right:-28px!important;margin-left:-28px!important}.row-28 > [class*='col-']{padding-right:28px!important;padding-left:28px!important}.z-28{z-index:28!important}.mt-29{margin-top:29px!important}.mb-29{margin-bottom:29px!important}.mr-29{margin-right:29px!important}.ml-29{margin-left:29px!important}.pt-29{padding-top:29px!important}.pb-29{padding-bottom:29px!important}.pr-29{padding-right:29px!important}.pl-29{padding-left:29px!important}.mt-n-29{margin-top:-29px!important}.mb-n-29{margin-bottom:-29px!important}.mr-n-29{margin-right:-29px!important}.ml-n-29{margin-left:-29px!important}.t-29{top:29px!important}.b-29{bottom:29px!important}.l-29{left:29px!important}.r-29{right:29px!important}.t-n-29{top:-29px!important}.b-n-29{bottom:-29px!important}.l-n-29{left:-29px!important}.r-n-29{right:-29px!important}.ti-29{text-indent:29px!important}.ti-n-29{text-indent:-29px!important}.fs-29{font-size:29px!important}.row-29{margin-right:-29px!important;margin-left:-29px!important}.row-29 > [class*='col-']{padding-right:29px!important;padding-left:29px!important}.z-29{z-index:29!important}.mt-30{margin-top:30px!important}.mb-30{margin-bottom:30px!important}.mr-30{margin-right:30px!important}.ml-30{margin-left:30px!important}.pt-30{padding-top:30px!important}.pb-30{padding-bottom:30px!important}.pr-30{padding-right:30px!important}.pl-30{padding-left:30px!important}.mt-n-30{margin-top:-30px!important}.mb-n-30{margin-bottom:-30px!important}.mr-n-30{margin-right:-30px!important}.ml-n-30{margin-left:-30px!important}.t-30{top:30px!important}.b-30{bottom:30px!important}.l-30{left:30px!important}.r-30{right:30px!important}.t-n-30{top:-30px!important}.b-n-30{bottom:-30px!important}.l-n-30{left:-30px!important}.r-n-30{right:-30px!important}.ti-30{text-indent:30px!important}.ti-n-30{text-indent:-30px!important}.fs-30{font-size:30px!important}.row-30{margin-right:-30px!important;margin-left:-30px!important}.row-30 > [class*='col-']{padding-right:30px!important;padding-left:30px!important}.z-30{z-index:30!important}.mt-31{margin-top:31px!important}.mb-31{margin-bottom:31px!important}.mr-31{margin-right:31px!important}.ml-31{margin-left:31px!important}.pt-31{padding-top:31px!important}.pb-31{padding-bottom:31px!important}.pr-31{padding-right:31px!important}.pl-31{padding-left:31px!important}.mt-n-31{margin-top:-31px!important}.mb-n-31{margin-bottom:-31px!important}.mr-n-31{margin-right:-31px!important}.ml-n-31{margin-left:-31px!important}.t-31{top:31px!important}.b-31{bottom:31px!important}.l-31{left:31px!important}.r-31{right:31px!important}.t-n-31{top:-31px!important}.b-n-31{bottom:-31px!important}.l-n-31{left:-31px!important}.r-n-31{right:-31px!important}.ti-31{text-indent:31px!important}.ti-n-31{text-indent:-31px!important}.fs-31{font-size:31px!important}.row-31{margin-right:-31px!important;margin-left:-31px!important}.row-31 > [class*='col-']{padding-right:31px!important;padding-left:31px!important}.z-31{z-index:31!important}.mt-32{margin-top:32px!important}.mb-32{margin-bottom:32px!important}.mr-32{margin-right:32px!important}.ml-32{margin-left:32px!important}.pt-32{padding-top:32px!important}.pb-32{padding-bottom:32px!important}.pr-32{padding-right:32px!important}.pl-32{padding-left:32px!important}.mt-n-32{margin-top:-32px!important}.mb-n-32{margin-bottom:-32px!important}.mr-n-32{margin-right:-32px!important}.ml-n-32{margin-left:-32px!important}.t-32{top:32px!important}.b-32{bottom:32px!important}.l-32{left:32px!important}.r-32{right:32px!important}.t-n-32{top:-32px!important}.b-n-32{bottom:-32px!important}.l-n-32{left:-32px!important}.r-n-32{right:-32px!important}.ti-32{text-indent:32px!important}.ti-n-32{text-indent:-32px!important}.fs-32{font-size:32px!important}.row-32{margin-right:-32px!important;margin-left:-32px!important}.row-32 > [class*='col-']{padding-right:32px!important;padding-left:32px!important}.z-32{z-index:32!important}.mt-33{margin-top:33px!important}.mb-33{margin-bottom:33px!important}.mr-33{margin-right:33px!important}.ml-33{margin-left:33px!important}.pt-33{padding-top:33px!important}.pb-33{padding-bottom:33px!important}.pr-33{padding-right:33px!important}.pl-33{padding-left:33px!important}.mt-n-33{margin-top:-33px!important}.mb-n-33{margin-bottom:-33px!important}.mr-n-33{margin-right:-33px!important}.ml-n-33{margin-left:-33px!important}.t-33{top:33px!important}.b-33{bottom:33px!important}.l-33{left:33px!important}.r-33{right:33px!important}.t-n-33{top:-33px!important}.b-n-33{bottom:-33px!important}.l-n-33{left:-33px!important}.r-n-33{right:-33px!important}.ti-33{text-indent:33px!important}.ti-n-33{text-indent:-33px!important}.fs-33{font-size:33px!important}.row-33{margin-right:-33px!important;margin-left:-33px!important}.row-33 > [class*='col-']{padding-right:33px!important;padding-left:33px!important}.z-33{z-index:33!important}.mt-34{margin-top:34px!important}.mb-34{margin-bottom:34px!important}.mr-34{margin-right:34px!important}.ml-34{margin-left:34px!important}.pt-34{padding-top:34px!important}.pb-34{padding-bottom:34px!important}.pr-34{padding-right:34px!important}.pl-34{padding-left:34px!important}.mt-n-34{margin-top:-34px!important}.mb-n-34{margin-bottom:-34px!important}.mr-n-34{margin-right:-34px!important}.ml-n-34{margin-left:-34px!important}.t-34{top:34px!important}.b-34{bottom:34px!important}.l-34{left:34px!important}.r-34{right:34px!important}.t-n-34{top:-34px!important}.b-n-34{bottom:-34px!important}.l-n-34{left:-34px!important}.r-n-34{right:-34px!important}.ti-34{text-indent:34px!important}.ti-n-34{text-indent:-34px!important}.fs-34{font-size:34px!important}.row-34{margin-right:-34px!important;margin-left:-34px!important}.row-34 > [class*='col-']{padding-right:34px!important;padding-left:34px!important}.z-34{z-index:34!important}.mt-35{margin-top:35px!important}.mb-35{margin-bottom:35px!important}.mr-35{margin-right:35px!important}.ml-35{margin-left:35px!important}.pt-35{padding-top:35px!important}.pb-35{padding-bottom:35px!important}.pr-35{padding-right:35px!important}.pl-35{padding-left:35px!important}.mt-n-35{margin-top:-35px!important}.mb-n-35{margin-bottom:-35px!important}.mr-n-35{margin-right:-35px!important}.ml-n-35{margin-left:-35px!important}.t-35{top:35px!important}.b-35{bottom:35px!important}.l-35{left:35px!important}.r-35{right:35px!important}.t-n-35{top:-35px!important}.b-n-35{bottom:-35px!important}.l-n-35{left:-35px!important}.r-n-35{right:-35px!important}.ti-35{text-indent:35px!important}.ti-n-35{text-indent:-35px!important}.fs-35{font-size:35px!important}.row-35{margin-right:-35px!important;margin-left:-35px!important}.row-35 > [class*='col-']{padding-right:35px!important;padding-left:35px!important}.z-35{z-index:35!important}.mt-36{margin-top:36px!important}.mb-36{margin-bottom:36px!important}.mr-36{margin-right:36px!important}.ml-36{margin-left:36px!important}.pt-36{padding-top:36px!important}.pb-36{padding-bottom:36px!important}.pr-36{padding-right:36px!important}.pl-36{padding-left:36px!important}.mt-n-36{margin-top:-36px!important}.mb-n-36{margin-bottom:-36px!important}.mr-n-36{margin-right:-36px!important}.ml-n-36{margin-left:-36px!important}.t-36{top:36px!important}.b-36{bottom:36px!important}.l-36{left:36px!important}.r-36{right:36px!important}.t-n-36{top:-36px!important}.b-n-36{bottom:-36px!important}.l-n-36{left:-36px!important}.r-n-36{right:-36px!important}.ti-36{text-indent:36px!important}.ti-n-36{text-indent:-36px!important}.fs-36{font-size:36px!important}.row-36{margin-right:-36px!important;margin-left:-36px!important}.row-36 > [class*='col-']{padding-right:36px!important;padding-left:36px!important}.z-36{z-index:36!important}.mt-37{margin-top:37px!important}.mb-37{margin-bottom:37px!important}.mr-37{margin-right:37px!important}.ml-37{margin-left:37px!important}.pt-37{padding-top:37px!important}.pb-37{padding-bottom:37px!important}.pr-37{padding-right:37px!important}.pl-37{padding-left:37px!important}.mt-n-37{margin-top:-37px!important}.mb-n-37{margin-bottom:-37px!important}.mr-n-37{margin-right:-37px!important}.ml-n-37{margin-left:-37px!important}.t-37{top:37px!important}.b-37{bottom:37px!important}.l-37{left:37px!important}.r-37{right:37px!important}.t-n-37{top:-37px!important}.b-n-37{bottom:-37px!important}.l-n-37{left:-37px!important}.r-n-37{right:-37px!important}.ti-37{text-indent:37px!important}.ti-n-37{text-indent:-37px!important}.fs-37{font-size:37px!important}.row-37{margin-right:-37px!important;margin-left:-37px!important}.row-37 > [class*='col-']{padding-right:37px!important;padding-left:37px!important}.z-37{z-index:37!important}.mt-38{margin-top:38px!important}.mb-38{margin-bottom:38px!important}.mr-38{margin-right:38px!important}.ml-38{margin-left:38px!important}.pt-38{padding-top:38px!important}.pb-38{padding-bottom:38px!important}.pr-38{padding-right:38px!important}.pl-38{padding-left:38px!important}.mt-n-38{margin-top:-38px!important}.mb-n-38{margin-bottom:-38px!important}.mr-n-38{margin-right:-38px!important}.ml-n-38{margin-left:-38px!important}.t-38{top:38px!important}.b-38{bottom:38px!important}.l-38{left:38px!important}.r-38{right:38px!important}.t-n-38{top:-38px!important}.b-n-38{bottom:-38px!important}.l-n-38{left:-38px!important}.r-n-38{right:-38px!important}.ti-38{text-indent:38px!important}.ti-n-38{text-indent:-38px!important}.fs-38{font-size:38px!important}.row-38{margin-right:-38px!important;margin-left:-38px!important}.row-38 > [class*='col-']{padding-right:38px!important;padding-left:38px!important}.z-38{z-index:38!important}.mt-39{margin-top:39px!important}.mb-39{margin-bottom:39px!important}.mr-39{margin-right:39px!important}.ml-39{margin-left:39px!important}.pt-39{padding-top:39px!important}.pb-39{padding-bottom:39px!important}.pr-39{padding-right:39px!important}.pl-39{padding-left:39px!important}.mt-n-39{margin-top:-39px!important}.mb-n-39{margin-bottom:-39px!important}.mr-n-39{margin-right:-39px!important}.ml-n-39{margin-left:-39px!important}.t-39{top:39px!important}.b-39{bottom:39px!important}.l-39{left:39px!important}.r-39{right:39px!important}.t-n-39{top:-39px!important}.b-n-39{bottom:-39px!important}.l-n-39{left:-39px!important}.r-n-39{right:-39px!important}.ti-39{text-indent:39px!important}.ti-n-39{text-indent:-39px!important}.fs-39{font-size:39px!important}.row-39{margin-right:-39px!important;margin-left:-39px!important}.row-39 > [class*='col-']{padding-right:39px!important;padding-left:39px!important}.z-39{z-index:39!important}.mt-40{margin-top:40px!important}.mb-40{margin-bottom:40px!important}.mr-40{margin-right:40px!important}.ml-40{margin-left:40px!important}.pt-40{padding-top:40px!important}.pb-40{padding-bottom:40px!important}.pr-40{padding-right:40px!important}.pl-40{padding-left:40px!important}.mt-n-40{margin-top:-40px!important}.mb-n-40{margin-bottom:-40px!important}.mr-n-40{margin-right:-40px!important}.ml-n-40{margin-left:-40px!important}.t-40{top:40px!important}.b-40{bottom:40px!important}.l-40{left:40px!important}.r-40{right:40px!important}.t-n-40{top:-40px!important}.b-n-40{bottom:-40px!important}.l-n-40{left:-40px!important}.r-n-40{right:-40px!important}.ti-40{text-indent:40px!important}.ti-n-40{text-indent:-40px!important}.fs-40{font-size:40px!important}.row-40{margin-right:-40px!important;margin-left:-40px!important}.row-40 > [class*='col-']{padding-right:40px!important;padding-left:40px!important}.z-40{z-index:40!important}.mt-41{margin-top:41px!important}.mb-41{margin-bottom:41px!important}.mr-41{margin-right:41px!important}.ml-41{margin-left:41px!important}.pt-41{padding-top:41px!important}.pb-41{padding-bottom:41px!important}.pr-41{padding-right:41px!important}.pl-41{padding-left:41px!important}.mt-n-41{margin-top:-41px!important}.mb-n-41{margin-bottom:-41px!important}.mr-n-41{margin-right:-41px!important}.ml-n-41{margin-left:-41px!important}.t-41{top:41px!important}.b-41{bottom:41px!important}.l-41{left:41px!important}.r-41{right:41px!important}.t-n-41{top:-41px!important}.b-n-41{bottom:-41px!important}.l-n-41{left:-41px!important}.r-n-41{right:-41px!important}.ti-41{text-indent:41px!important}.ti-n-41{text-indent:-41px!important}.fs-41{font-size:41px!important}.row-41{margin-right:-41px!important;margin-left:-41px!important}.row-41 > [class*='col-']{padding-right:41px!important;padding-left:41px!important}.z-41{z-index:41!important}.mt-42{margin-top:42px!important}.mb-42{margin-bottom:42px!important}.mr-42{margin-right:42px!important}.ml-42{margin-left:42px!important}.pt-42{padding-top:42px!important}.pb-42{padding-bottom:42px!important}.pr-42{padding-right:42px!important}.pl-42{padding-left:42px!important}.mt-n-42{margin-top:-42px!important}.mb-n-42{margin-bottom:-42px!important}.mr-n-42{margin-right:-42px!important}.ml-n-42{margin-left:-42px!important}.t-42{top:42px!important}.b-42{bottom:42px!important}.l-42{left:42px!important}.r-42{right:42px!important}.t-n-42{top:-42px!important}.b-n-42{bottom:-42px!important}.l-n-42{left:-42px!important}.r-n-42{right:-42px!important}.ti-42{text-indent:42px!important}.ti-n-42{text-indent:-42px!important}.fs-42{font-size:42px!important}.row-42{margin-right:-42px!important;margin-left:-42px!important}.row-42 > [class*='col-']{padding-right:42px!important;padding-left:42px!important}.z-42{z-index:42!important}.mt-43{margin-top:43px!important}.mb-43{margin-bottom:43px!important}.mr-43{margin-right:43px!important}.ml-43{margin-left:43px!important}.pt-43{padding-top:43px!important}.pb-43{padding-bottom:43px!important}.pr-43{padding-right:43px!important}.pl-43{padding-left:43px!important}.mt-n-43{margin-top:-43px!important}.mb-n-43{margin-bottom:-43px!important}.mr-n-43{margin-right:-43px!important}.ml-n-43{margin-left:-43px!important}.t-43{top:43px!important}.b-43{bottom:43px!important}.l-43{left:43px!important}.r-43{right:43px!important}.t-n-43{top:-43px!important}.b-n-43{bottom:-43px!important}.l-n-43{left:-43px!important}.r-n-43{right:-43px!important}.ti-43{text-indent:43px!important}.ti-n-43{text-indent:-43px!important}.fs-43{font-size:43px!important}.row-43{margin-right:-43px!important;margin-left:-43px!important}.row-43 > [class*='col-']{padding-right:43px!important;padding-left:43px!important}.z-43{z-index:43!important}.mt-44{margin-top:44px!important}.mb-44{margin-bottom:44px!important}.mr-44{margin-right:44px!important}.ml-44{margin-left:44px!important}.pt-44{padding-top:44px!important}.pb-44{padding-bottom:44px!important}.pr-44{padding-right:44px!important}.pl-44{padding-left:44px!important}.mt-n-44{margin-top:-44px!important}.mb-n-44{margin-bottom:-44px!important}.mr-n-44{margin-right:-44px!important}.ml-n-44{margin-left:-44px!important}.t-44{top:44px!important}.b-44{bottom:44px!important}.l-44{left:44px!important}.r-44{right:44px!important}.t-n-44{top:-44px!important}.b-n-44{bottom:-44px!important}.l-n-44{left:-44px!important}.r-n-44{right:-44px!important}.ti-44{text-indent:44px!important}.ti-n-44{text-indent:-44px!important}.fs-44{font-size:44px!important}.row-44{margin-right:-44px!important;margin-left:-44px!important}.row-44 > [class*='col-']{padding-right:44px!important;padding-left:44px!important}.z-44{z-index:44!important}.mt-45{margin-top:45px!important}.mb-45{margin-bottom:45px!important}.mr-45{margin-right:45px!important}.ml-45{margin-left:45px!important}.pt-45{padding-top:45px!important}.pb-45{padding-bottom:45px!important}.pr-45{padding-right:45px!important}.pl-45{padding-left:45px!important}.mt-n-45{margin-top:-45px!important}.mb-n-45{margin-bottom:-45px!important}.mr-n-45{margin-right:-45px!important}.ml-n-45{margin-left:-45px!important}.t-45{top:45px!important}.b-45{bottom:45px!important}.l-45{left:45px!important}.r-45{right:45px!important}.t-n-45{top:-45px!important}.b-n-45{bottom:-45px!important}.l-n-45{left:-45px!important}.r-n-45{right:-45px!important}.ti-45{text-indent:45px!important}.ti-n-45{text-indent:-45px!important}.fs-45{font-size:45px!important}.row-45{margin-right:-45px!important;margin-left:-45px!important}.row-45 > [class*='col-']{padding-right:45px!important;padding-left:45px!important}.z-45{z-index:45!important}.mt-46{margin-top:46px!important}.mb-46{margin-bottom:46px!important}.mr-46{margin-right:46px!important}.ml-46{margin-left:46px!important}.pt-46{padding-top:46px!important}.pb-46{padding-bottom:46px!important}.pr-46{padding-right:46px!important}.pl-46{padding-left:46px!important}.mt-n-46{margin-top:-46px!important}.mb-n-46{margin-bottom:-46px!important}.mr-n-46{margin-right:-46px!important}.ml-n-46{margin-left:-46px!important}.t-46{top:46px!important}.b-46{bottom:46px!important}.l-46{left:46px!important}.r-46{right:46px!important}.t-n-46{top:-46px!important}.b-n-46{bottom:-46px!important}.l-n-46{left:-46px!important}.r-n-46{right:-46px!important}.ti-46{text-indent:46px!important}.ti-n-46{text-indent:-46px!important}.fs-46{font-size:46px!important}.row-46{margin-right:-46px!important;margin-left:-46px!important}.row-46 > [class*='col-']{padding-right:46px!important;padding-left:46px!important}.z-46{z-index:46!important}.mt-47{margin-top:47px!important}.mb-47{margin-bottom:47px!important}.mr-47{margin-right:47px!important}.ml-47{margin-left:47px!important}.pt-47{padding-top:47px!important}.pb-47{padding-bottom:47px!important}.pr-47{padding-right:47px!important}.pl-47{padding-left:47px!important}.mt-n-47{margin-top:-47px!important}.mb-n-47{margin-bottom:-47px!important}.mr-n-47{margin-right:-47px!important}.ml-n-47{margin-left:-47px!important}.t-47{top:47px!important}.b-47{bottom:47px!important}.l-47{left:47px!important}.r-47{right:47px!important}.t-n-47{top:-47px!important}.b-n-47{bottom:-47px!important}.l-n-47{left:-47px!important}.r-n-47{right:-47px!important}.ti-47{text-indent:47px!important}.ti-n-47{text-indent:-47px!important}.fs-47{font-size:47px!important}.row-47{margin-right:-47px!important;margin-left:-47px!important}.row-47 > [class*='col-']{padding-right:47px!important;padding-left:47px!important}.z-47{z-index:47!important}.mt-48{margin-top:48px!important}.mb-48{margin-bottom:48px!important}.mr-48{margin-right:48px!important}.ml-48{margin-left:48px!important}.pt-48{padding-top:48px!important}.pb-48{padding-bottom:48px!important}.pr-48{padding-right:48px!important}.pl-48{padding-left:48px!important}.mt-n-48{margin-top:-48px!important}.mb-n-48{margin-bottom:-48px!important}.mr-n-48{margin-right:-48px!important}.ml-n-48{margin-left:-48px!important}.t-48{top:48px!important}.b-48{bottom:48px!important}.l-48{left:48px!important}.r-48{right:48px!important}.t-n-48{top:-48px!important}.b-n-48{bottom:-48px!important}.l-n-48{left:-48px!important}.r-n-48{right:-48px!important}.ti-48{text-indent:48px!important}.ti-n-48{text-indent:-48px!important}.fs-48{font-size:48px!important}.row-48{margin-right:-48px!important;margin-left:-48px!important}.row-48 > [class*='col-']{padding-right:48px!important;padding-left:48px!important}.z-48{z-index:48!important}.mt-49{margin-top:49px!important}.mb-49{margin-bottom:49px!important}.mr-49{margin-right:49px!important}.ml-49{margin-left:49px!important}.pt-49{padding-top:49px!important}.pb-49{padding-bottom:49px!important}.pr-49{padding-right:49px!important}.pl-49{padding-left:49px!important}.mt-n-49{margin-top:-49px!important}.mb-n-49{margin-bottom:-49px!important}.mr-n-49{margin-right:-49px!important}.ml-n-49{margin-left:-49px!important}.t-49{top:49px!important}.b-49{bottom:49px!important}.l-49{left:49px!important}.r-49{right:49px!important}.t-n-49{top:-49px!important}.b-n-49{bottom:-49px!important}.l-n-49{left:-49px!important}.r-n-49{right:-49px!important}.ti-49{text-indent:49px!important}.ti-n-49{text-indent:-49px!important}.fs-49{font-size:49px!important}.row-49{margin-right:-49px!important;margin-left:-49px!important}.row-49 > [class*='col-']{padding-right:49px!important;padding-left:49px!important}.z-49{z-index:49!important}.mt-50{margin-top:50px!important}.mb-50{margin-bottom:50px!important}.mr-50{margin-right:50px!important}.ml-50{margin-left:50px!important}.pt-50{padding-top:50px!important}.pb-50{padding-bottom:50px!important}.pr-50{padding-right:50px!important}.pl-50{padding-left:50px!important}.mt-n-50{margin-top:-50px!important}.mb-n-50{margin-bottom:-50px!important}.mr-n-50{margin-right:-50px!important}.ml-n-50{margin-left:-50px!important}.t-50{top:50px!important}.b-50{bottom:50px!important}.l-50{left:50px!important}.r-50{right:50px!important}.t-n-50{top:-50px!important}.b-n-50{bottom:-50px!important}.l-n-50{left:-50px!important}.r-n-50{right:-50px!important}.ti-50{text-indent:50px!important}.ti-n-50{text-indent:-50px!important}.fs-50{font-size:50px!important}.row-50{margin-right:-50px!important;margin-left:-50px!important}.row-50 > [class*='col-']{padding-right:50px!important;padding-left:50px!important}.z-50{z-index:50!important}.mt-51{margin-top:51px!important}.mb-51{margin-bottom:51px!important}.mr-51{margin-right:51px!important}.ml-51{margin-left:51px!important}.pt-51{padding-top:51px!important}.pb-51{padding-bottom:51px!important}.pr-51{padding-right:51px!important}.pl-51{padding-left:51px!important}.mt-n-51{margin-top:-51px!important}.mb-n-51{margin-bottom:-51px!important}.mr-n-51{margin-right:-51px!important}.ml-n-51{margin-left:-51px!important}.t-51{top:51px!important}.b-51{bottom:51px!important}.l-51{left:51px!important}.r-51{right:51px!important}.t-n-51{top:-51px!important}.b-n-51{bottom:-51px!important}.l-n-51{left:-51px!important}.r-n-51{right:-51px!important}.ti-51{text-indent:51px!important}.ti-n-51{text-indent:-51px!important}.fs-51{font-size:51px!important}.row-51{margin-right:-51px!important;margin-left:-51px!important}.row-51 > [class*='col-']{padding-right:51px!important;padding-left:51px!important}.z-51{z-index:51!important}.mt-52{margin-top:52px!important}.mb-52{margin-bottom:52px!important}.mr-52{margin-right:52px!important}.ml-52{margin-left:52px!important}.pt-52{padding-top:52px!important}.pb-52{padding-bottom:52px!important}.pr-52{padding-right:52px!important}.pl-52{padding-left:52px!important}.mt-n-52{margin-top:-52px!important}.mb-n-52{margin-bottom:-52px!important}.mr-n-52{margin-right:-52px!important}.ml-n-52{margin-left:-52px!important}.t-52{top:52px!important}.b-52{bottom:52px!important}.l-52{left:52px!important}.r-52{right:52px!important}.t-n-52{top:-52px!important}.b-n-52{bottom:-52px!important}.l-n-52{left:-52px!important}.r-n-52{right:-52px!important}.ti-52{text-indent:52px!important}.ti-n-52{text-indent:-52px!important}.fs-52{font-size:52px!important}.row-52{margin-right:-52px!important;margin-left:-52px!important}.row-52 > [class*='col-']{padding-right:52px!important;padding-left:52px!important}.z-52{z-index:52!important}.mt-53{margin-top:53px!important}.mb-53{margin-bottom:53px!important}.mr-53{margin-right:53px!important}.ml-53{margin-left:53px!important}.pt-53{padding-top:53px!important}.pb-53{padding-bottom:53px!important}.pr-53{padding-right:53px!important}.pl-53{padding-left:53px!important}.mt-n-53{margin-top:-53px!important}.mb-n-53{margin-bottom:-53px!important}.mr-n-53{margin-right:-53px!important}.ml-n-53{margin-left:-53px!important}.t-53{top:53px!important}.b-53{bottom:53px!important}.l-53{left:53px!important}.r-53{right:53px!important}.t-n-53{top:-53px!important}.b-n-53{bottom:-53px!important}.l-n-53{left:-53px!important}.r-n-53{right:-53px!important}.ti-53{text-indent:53px!important}.ti-n-53{text-indent:-53px!important}.fs-53{font-size:53px!important}.row-53{margin-right:-53px!important;margin-left:-53px!important}.row-53 > [class*='col-']{padding-right:53px!important;padding-left:53px!important}.z-53{z-index:53!important}.mt-54{margin-top:54px!important}.mb-54{margin-bottom:54px!important}.mr-54{margin-right:54px!important}.ml-54{margin-left:54px!important}.pt-54{padding-top:54px!important}.pb-54{padding-bottom:54px!important}.pr-54{padding-right:54px!important}.pl-54{padding-left:54px!important}.mt-n-54{margin-top:-54px!important}.mb-n-54{margin-bottom:-54px!important}.mr-n-54{margin-right:-54px!important}.ml-n-54{margin-left:-54px!important}.t-54{top:54px!important}.b-54{bottom:54px!important}.l-54{left:54px!important}.r-54{right:54px!important}.t-n-54{top:-54px!important}.b-n-54{bottom:-54px!important}.l-n-54{left:-54px!important}.r-n-54{right:-54px!important}.ti-54{text-indent:54px!important}.ti-n-54{text-indent:-54px!important}.fs-54{font-size:54px!important}.row-54{margin-right:-54px!important;margin-left:-54px!important}.row-54 > [class*='col-']{padding-right:54px!important;padding-left:54px!important}.z-54{z-index:54!important}.mt-55{margin-top:55px!important}.mb-55{margin-bottom:55px!important}.mr-55{margin-right:55px!important}.ml-55{margin-left:55px!important}.pt-55{padding-top:55px!important}.pb-55{padding-bottom:55px!important}.pr-55{padding-right:55px!important}.pl-55{padding-left:55px!important}.mt-n-55{margin-top:-55px!important}.mb-n-55{margin-bottom:-55px!important}.mr-n-55{margin-right:-55px!important}.ml-n-55{margin-left:-55px!important}.t-55{top:55px!important}.b-55{bottom:55px!important}.l-55{left:55px!important}.r-55{right:55px!important}.t-n-55{top:-55px!important}.b-n-55{bottom:-55px!important}.l-n-55{left:-55px!important}.r-n-55{right:-55px!important}.ti-55{text-indent:55px!important}.ti-n-55{text-indent:-55px!important}.fs-55{font-size:55px!important}.row-55{margin-right:-55px!important;margin-left:-55px!important}.row-55 > [class*='col-']{padding-right:55px!important;padding-left:55px!important}.z-55{z-index:55!important}.mt-56{margin-top:56px!important}.mb-56{margin-bottom:56px!important}.mr-56{margin-right:56px!important}.ml-56{margin-left:56px!important}.pt-56{padding-top:56px!important}.pb-56{padding-bottom:56px!important}.pr-56{padding-right:56px!important}.pl-56{padding-left:56px!important}.mt-n-56{margin-top:-56px!important}.mb-n-56{margin-bottom:-56px!important}.mr-n-56{margin-right:-56px!important}.ml-n-56{margin-left:-56px!important}.t-56{top:56px!important}.b-56{bottom:56px!important}.l-56{left:56px!important}.r-56{right:56px!important}.t-n-56{top:-56px!important}.b-n-56{bottom:-56px!important}.l-n-56{left:-56px!important}.r-n-56{right:-56px!important}.ti-56{text-indent:56px!important}.ti-n-56{text-indent:-56px!important}.fs-56{font-size:56px!important}.row-56{margin-right:-56px!important;margin-left:-56px!important}.row-56 > [class*='col-']{padding-right:56px!important;padding-left:56px!important}.z-56{z-index:56!important}.mt-57{margin-top:57px!important}.mb-57{margin-bottom:57px!important}.mr-57{margin-right:57px!important}.ml-57{margin-left:57px!important}.pt-57{padding-top:57px!important}.pb-57{padding-bottom:57px!important}.pr-57{padding-right:57px!important}.pl-57{padding-left:57px!important}.mt-n-57{margin-top:-57px!important}.mb-n-57{margin-bottom:-57px!important}.mr-n-57{margin-right:-57px!important}.ml-n-57{margin-left:-57px!important}.t-57{top:57px!important}.b-57{bottom:57px!important}.l-57{left:57px!important}.r-57{right:57px!important}.t-n-57{top:-57px!important}.b-n-57{bottom:-57px!important}.l-n-57{left:-57px!important}.r-n-57{right:-57px!important}.ti-57{text-indent:57px!important}.ti-n-57{text-indent:-57px!important}.fs-57{font-size:57px!important}.row-57{margin-right:-57px!important;margin-left:-57px!important}.row-57 > [class*='col-']{padding-right:57px!important;padding-left:57px!important}.z-57{z-index:57!important}.mt-58{margin-top:58px!important}.mb-58{margin-bottom:58px!important}.mr-58{margin-right:58px!important}.ml-58{margin-left:58px!important}.pt-58{padding-top:58px!important}.pb-58{padding-bottom:58px!important}.pr-58{padding-right:58px!important}.pl-58{padding-left:58px!important}.mt-n-58{margin-top:-58px!important}.mb-n-58{margin-bottom:-58px!important}.mr-n-58{margin-right:-58px!important}.ml-n-58{margin-left:-58px!important}.t-58{top:58px!important}.b-58{bottom:58px!important}.l-58{left:58px!important}.r-58{right:58px!important}.t-n-58{top:-58px!important}.b-n-58{bottom:-58px!important}.l-n-58{left:-58px!important}.r-n-58{right:-58px!important}.ti-58{text-indent:58px!important}.ti-n-58{text-indent:-58px!important}.fs-58{font-size:58px!important}.row-58{margin-right:-58px!important;margin-left:-58px!important}.row-58 > [class*='col-']{padding-right:58px!important;padding-left:58px!important}.z-58{z-index:58!important}.mt-59{margin-top:59px!important}.mb-59{margin-bottom:59px!important}.mr-59{margin-right:59px!important}.ml-59{margin-left:59px!important}.pt-59{padding-top:59px!important}.pb-59{padding-bottom:59px!important}.pr-59{padding-right:59px!important}.pl-59{padding-left:59px!important}.mt-n-59{margin-top:-59px!important}.mb-n-59{margin-bottom:-59px!important}.mr-n-59{margin-right:-59px!important}.ml-n-59{margin-left:-59px!important}.t-59{top:59px!important}.b-59{bottom:59px!important}.l-59{left:59px!important}.r-59{right:59px!important}.t-n-59{top:-59px!important}.b-n-59{bottom:-59px!important}.l-n-59{left:-59px!important}.r-n-59{right:-59px!important}.ti-59{text-indent:59px!important}.ti-n-59{text-indent:-59px!important}.fs-59{font-size:59px!important}.row-59{margin-right:-59px!important;margin-left:-59px!important}.row-59 > [class*='col-']{padding-right:59px!important;padding-left:59px!important}.z-59{z-index:59!important}.mt-60{margin-top:60px!important}.mb-60{margin-bottom:60px!important}.mr-60{margin-right:60px!important}.ml-60{margin-left:60px!important}.pt-60{padding-top:60px!important}.pb-60{padding-bottom:60px!important}.pr-60{padding-right:60px!important}.pl-60{padding-left:60px!important}.mt-n-60{margin-top:-60px!important}.mb-n-60{margin-bottom:-60px!important}.mr-n-60{margin-right:-60px!important}.ml-n-60{margin-left:-60px!important}.t-60{top:60px!important}.b-60{bottom:60px!important}.l-60{left:60px!important}.r-60{right:60px!important}.t-n-60{top:-60px!important}.b-n-60{bottom:-60px!important}.l-n-60{left:-60px!important}.r-n-60{right:-60px!important}.ti-60{text-indent:60px!important}.ti-n-60{text-indent:-60px!important}.fs-60{font-size:60px!important}.row-60{margin-right:-60px!important;margin-left:-60px!important}.row-60 > [class*='col-']{padding-right:60px!important;padding-left:60px!important}.z-60{z-index:60!important}.mt-61{margin-top:61px!important}.mb-61{margin-bottom:61px!important}.mr-61{margin-right:61px!important}.ml-61{margin-left:61px!important}.pt-61{padding-top:61px!important}.pb-61{padding-bottom:61px!important}.pr-61{padding-right:61px!important}.pl-61{padding-left:61px!important}.mt-n-61{margin-top:-61px!important}.mb-n-61{margin-bottom:-61px!important}.mr-n-61{margin-right:-61px!important}.ml-n-61{margin-left:-61px!important}.t-61{top:61px!important}.b-61{bottom:61px!important}.l-61{left:61px!important}.r-61{right:61px!important}.t-n-61{top:-61px!important}.b-n-61{bottom:-61px!important}.l-n-61{left:-61px!important}.r-n-61{right:-61px!important}.ti-61{text-indent:61px!important}.ti-n-61{text-indent:-61px!important}.fs-61{font-size:61px!important}.row-61{margin-right:-61px!important;margin-left:-61px!important}.row-61 > [class*='col-']{padding-right:61px!important;padding-left:61px!important}.z-61{z-index:61!important}.mt-62{margin-top:62px!important}.mb-62{margin-bottom:62px!important}.mr-62{margin-right:62px!important}.ml-62{margin-left:62px!important}.pt-62{padding-top:62px!important}.pb-62{padding-bottom:62px!important}.pr-62{padding-right:62px!important}.pl-62{padding-left:62px!important}.mt-n-62{margin-top:-62px!important}.mb-n-62{margin-bottom:-62px!important}.mr-n-62{margin-right:-62px!important}.ml-n-62{margin-left:-62px!important}.t-62{top:62px!important}.b-62{bottom:62px!important}.l-62{left:62px!important}.r-62{right:62px!important}.t-n-62{top:-62px!important}.b-n-62{bottom:-62px!important}.l-n-62{left:-62px!important}.r-n-62{right:-62px!important}.ti-62{text-indent:62px!important}.ti-n-62{text-indent:-62px!important}.fs-62{font-size:62px!important}.row-62{margin-right:-62px!important;margin-left:-62px!important}.row-62 > [class*='col-']{padding-right:62px!important;padding-left:62px!important}.z-62{z-index:62!important}.mt-63{margin-top:63px!important}.mb-63{margin-bottom:63px!important}.mr-63{margin-right:63px!important}.ml-63{margin-left:63px!important}.pt-63{padding-top:63px!important}.pb-63{padding-bottom:63px!important}.pr-63{padding-right:63px!important}.pl-63{padding-left:63px!important}.mt-n-63{margin-top:-63px!important}.mb-n-63{margin-bottom:-63px!important}.mr-n-63{margin-right:-63px!important}.ml-n-63{margin-left:-63px!important}.t-63{top:63px!important}.b-63{bottom:63px!important}.l-63{left:63px!important}.r-63{right:63px!important}.t-n-63{top:-63px!important}.b-n-63{bottom:-63px!important}.l-n-63{left:-63px!important}.r-n-63{right:-63px!important}.ti-63{text-indent:63px!important}.ti-n-63{text-indent:-63px!important}.fs-63{font-size:63px!important}.row-63{margin-right:-63px!important;margin-left:-63px!important}.row-63 > [class*='col-']{padding-right:63px!important;padding-left:63px!important}.z-63{z-index:63!important}.mt-64{margin-top:64px!important}.mb-64{margin-bottom:64px!important}.mr-64{margin-right:64px!important}.ml-64{margin-left:64px!important}.pt-64{padding-top:64px!important}.pb-64{padding-bottom:64px!important}.pr-64{padding-right:64px!important}.pl-64{padding-left:64px!important}.mt-n-64{margin-top:-64px!important}.mb-n-64{margin-bottom:-64px!important}.mr-n-64{margin-right:-64px!important}.ml-n-64{margin-left:-64px!important}.t-64{top:64px!important}.b-64{bottom:64px!important}.l-64{left:64px!important}.r-64{right:64px!important}.t-n-64{top:-64px!important}.b-n-64{bottom:-64px!important}.l-n-64{left:-64px!important}.r-n-64{right:-64px!important}.ti-64{text-indent:64px!important}.ti-n-64{text-indent:-64px!important}.fs-64{font-size:64px!important}.row-64{margin-right:-64px!important;margin-left:-64px!important}.row-64 > [class*='col-']{padding-right:64px!important;padding-left:64px!important}.z-64{z-index:64!important}.mt-65{margin-top:65px!important}.mb-65{margin-bottom:65px!important}.mr-65{margin-right:65px!important}.ml-65{margin-left:65px!important}.pt-65{padding-top:65px!important}.pb-65{padding-bottom:65px!important}.pr-65{padding-right:65px!important}.pl-65{padding-left:65px!important}.mt-n-65{margin-top:-65px!important}.mb-n-65{margin-bottom:-65px!important}.mr-n-65{margin-right:-65px!important}.ml-n-65{margin-left:-65px!important}.t-65{top:65px!important}.b-65{bottom:65px!important}.l-65{left:65px!important}.r-65{right:65px!important}.t-n-65{top:-65px!important}.b-n-65{bottom:-65px!important}.l-n-65{left:-65px!important}.r-n-65{right:-65px!important}.ti-65{text-indent:65px!important}.ti-n-65{text-indent:-65px!important}.fs-65{font-size:65px!important}.row-65{margin-right:-65px!important;margin-left:-65px!important}.row-65 > [class*='col-']{padding-right:65px!important;padding-left:65px!important}.z-65{z-index:65!important}.mt-66{margin-top:66px!important}.mb-66{margin-bottom:66px!important}.mr-66{margin-right:66px!important}.ml-66{margin-left:66px!important}.pt-66{padding-top:66px!important}.pb-66{padding-bottom:66px!important}.pr-66{padding-right:66px!important}.pl-66{padding-left:66px!important}.mt-n-66{margin-top:-66px!important}.mb-n-66{margin-bottom:-66px!important}.mr-n-66{margin-right:-66px!important}.ml-n-66{margin-left:-66px!important}.t-66{top:66px!important}.b-66{bottom:66px!important}.l-66{left:66px!important}.r-66{right:66px!important}.t-n-66{top:-66px!important}.b-n-66{bottom:-66px!important}.l-n-66{left:-66px!important}.r-n-66{right:-66px!important}.ti-66{text-indent:66px!important}.ti-n-66{text-indent:-66px!important}.fs-66{font-size:66px!important}.row-66{margin-right:-66px!important;margin-left:-66px!important}.row-66 > [class*='col-']{padding-right:66px!important;padding-left:66px!important}.z-66{z-index:66!important}.mt-67{margin-top:67px!important}.mb-67{margin-bottom:67px!important}.mr-67{margin-right:67px!important}.ml-67{margin-left:67px!important}.pt-67{padding-top:67px!important}.pb-67{padding-bottom:67px!important}.pr-67{padding-right:67px!important}.pl-67{padding-left:67px!important}.mt-n-67{margin-top:-67px!important}.mb-n-67{margin-bottom:-67px!important}.mr-n-67{margin-right:-67px!important}.ml-n-67{margin-left:-67px!important}.t-67{top:67px!important}.b-67{bottom:67px!important}.l-67{left:67px!important}.r-67{right:67px!important}.t-n-67{top:-67px!important}.b-n-67{bottom:-67px!important}.l-n-67{left:-67px!important}.r-n-67{right:-67px!important}.ti-67{text-indent:67px!important}.ti-n-67{text-indent:-67px!important}.fs-67{font-size:67px!important}.row-67{margin-right:-67px!important;margin-left:-67px!important}.row-67 > [class*='col-']{padding-right:67px!important;padding-left:67px!important}.z-67{z-index:67!important}.mt-68{margin-top:68px!important}.mb-68{margin-bottom:68px!important}.mr-68{margin-right:68px!important}.ml-68{margin-left:68px!important}.pt-68{padding-top:68px!important}.pb-68{padding-bottom:68px!important}.pr-68{padding-right:68px!important}.pl-68{padding-left:68px!important}.mt-n-68{margin-top:-68px!important}.mb-n-68{margin-bottom:-68px!important}.mr-n-68{margin-right:-68px!important}.ml-n-68{margin-left:-68px!important}.t-68{top:68px!important}.b-68{bottom:68px!important}.l-68{left:68px!important}.r-68{right:68px!important}.t-n-68{top:-68px!important}.b-n-68{bottom:-68px!important}.l-n-68{left:-68px!important}.r-n-68{right:-68px!important}.ti-68{text-indent:68px!important}.ti-n-68{text-indent:-68px!important}.fs-68{font-size:68px!important}.row-68{margin-right:-68px!important;margin-left:-68px!important}.row-68 > [class*='col-']{padding-right:68px!important;padding-left:68px!important}.z-68{z-index:68!important}.mt-69{margin-top:69px!important}.mb-69{margin-bottom:69px!important}.mr-69{margin-right:69px!important}.ml-69{margin-left:69px!important}.pt-69{padding-top:69px!important}.pb-69{padding-bottom:69px!important}.pr-69{padding-right:69px!important}.pl-69{padding-left:69px!important}.mt-n-69{margin-top:-69px!important}.mb-n-69{margin-bottom:-69px!important}.mr-n-69{margin-right:-69px!important}.ml-n-69{margin-left:-69px!important}.t-69{top:69px!important}.b-69{bottom:69px!important}.l-69{left:69px!important}.r-69{right:69px!important}.t-n-69{top:-69px!important}.b-n-69{bottom:-69px!important}.l-n-69{left:-69px!important}.r-n-69{right:-69px!important}.ti-69{text-indent:69px!important}.ti-n-69{text-indent:-69px!important}.fs-69{font-size:69px!important}.row-69{margin-right:-69px!important;margin-left:-69px!important}.row-69 > [class*='col-']{padding-right:69px!important;padding-left:69px!important}.z-69{z-index:69!important}.mt-70{margin-top:70px!important}.mb-70{margin-bottom:70px!important}.mr-70{margin-right:70px!important}.ml-70{margin-left:70px!important}.pt-70{padding-top:70px!important}.pb-70{padding-bottom:70px!important}.pr-70{padding-right:70px!important}.pl-70{padding-left:70px!important}.mt-n-70{margin-top:-70px!important}.mb-n-70{margin-bottom:-70px!important}.mr-n-70{margin-right:-70px!important}.ml-n-70{margin-left:-70px!important}.t-70{top:70px!important}.b-70{bottom:70px!important}.l-70{left:70px!important}.r-70{right:70px!important}.t-n-70{top:-70px!important}.b-n-70{bottom:-70px!important}.l-n-70{left:-70px!important}.r-n-70{right:-70px!important}.ti-70{text-indent:70px!important}.ti-n-70{text-indent:-70px!important}.fs-70{font-size:70px!important}.row-70{margin-right:-70px!important;margin-left:-70px!important}.row-70 > [class*='col-']{padding-right:70px!important;padding-left:70px!important}.z-70{z-index:70!important}.mt-71{margin-top:71px!important}.mb-71{margin-bottom:71px!important}.mr-71{margin-right:71px!important}.ml-71{margin-left:71px!important}.pt-71{padding-top:71px!important}.pb-71{padding-bottom:71px!important}.pr-71{padding-right:71px!important}.pl-71{padding-left:71px!important}.mt-n-71{margin-top:-71px!important}.mb-n-71{margin-bottom:-71px!important}.mr-n-71{margin-right:-71px!important}.ml-n-71{margin-left:-71px!important}.t-71{top:71px!important}.b-71{bottom:71px!important}.l-71{left:71px!important}.r-71{right:71px!important}.t-n-71{top:-71px!important}.b-n-71{bottom:-71px!important}.l-n-71{left:-71px!important}.r-n-71{right:-71px!important}.ti-71{text-indent:71px!important}.ti-n-71{text-indent:-71px!important}.fs-71{font-size:71px!important}.row-71{margin-right:-71px!important;margin-left:-71px!important}.row-71 > [class*='col-']{padding-right:71px!important;padding-left:71px!important}.z-71{z-index:71!important}.mt-72{margin-top:72px!important}.mb-72{margin-bottom:72px!important}.mr-72{margin-right:72px!important}.ml-72{margin-left:72px!important}.pt-72{padding-top:72px!important}.pb-72{padding-bottom:72px!important}.pr-72{padding-right:72px!important}.pl-72{padding-left:72px!important}.mt-n-72{margin-top:-72px!important}.mb-n-72{margin-bottom:-72px!important}.mr-n-72{margin-right:-72px!important}.ml-n-72{margin-left:-72px!important}.t-72{top:72px!important}.b-72{bottom:72px!important}.l-72{left:72px!important}.r-72{right:72px!important}.t-n-72{top:-72px!important}.b-n-72{bottom:-72px!important}.l-n-72{left:-72px!important}.r-n-72{right:-72px!important}.ti-72{text-indent:72px!important}.ti-n-72{text-indent:-72px!important}.fs-72{font-size:72px!important}.row-72{margin-right:-72px!important;margin-left:-72px!important}.row-72 > [class*='col-']{padding-right:72px!important;padding-left:72px!important}.z-72{z-index:72!important}.mt-73{margin-top:73px!important}.mb-73{margin-bottom:73px!important}.mr-73{margin-right:73px!important}.ml-73{margin-left:73px!important}.pt-73{padding-top:73px!important}.pb-73{padding-bottom:73px!important}.pr-73{padding-right:73px!important}.pl-73{padding-left:73px!important}.mt-n-73{margin-top:-73px!important}.mb-n-73{margin-bottom:-73px!important}.mr-n-73{margin-right:-73px!important}.ml-n-73{margin-left:-73px!important}.t-73{top:73px!important}.b-73{bottom:73px!important}.l-73{left:73px!important}.r-73{right:73px!important}.t-n-73{top:-73px!important}.b-n-73{bottom:-73px!important}.l-n-73{left:-73px!important}.r-n-73{right:-73px!important}.ti-73{text-indent:73px!important}.ti-n-73{text-indent:-73px!important}.fs-73{font-size:73px!important}.row-73{margin-right:-73px!important;margin-left:-73px!important}.row-73 > [class*='col-']{padding-right:73px!important;padding-left:73px!important}.z-73{z-index:73!important}.mt-74{margin-top:74px!important}.mb-74{margin-bottom:74px!important}.mr-74{margin-right:74px!important}.ml-74{margin-left:74px!important}.pt-74{padding-top:74px!important}.pb-74{padding-bottom:74px!important}.pr-74{padding-right:74px!important}.pl-74{padding-left:74px!important}.mt-n-74{margin-top:-74px!important}.mb-n-74{margin-bottom:-74px!important}.mr-n-74{margin-right:-74px!important}.ml-n-74{margin-left:-74px!important}.t-74{top:74px!important}.b-74{bottom:74px!important}.l-74{left:74px!important}.r-74{right:74px!important}.t-n-74{top:-74px!important}.b-n-74{bottom:-74px!important}.l-n-74{left:-74px!important}.r-n-74{right:-74px!important}.ti-74{text-indent:74px!important}.ti-n-74{text-indent:-74px!important}.fs-74{font-size:74px!important}.row-74{margin-right:-74px!important;margin-left:-74px!important}.row-74 > [class*='col-']{padding-right:74px!important;padding-left:74px!important}.z-74{z-index:74!important}.mt-75{margin-top:75px!important}.mb-75{margin-bottom:75px!important}.mr-75{margin-right:75px!important}.ml-75{margin-left:75px!important}.pt-75{padding-top:75px!important}.pb-75{padding-bottom:75px!important}.pr-75{padding-right:75px!important}.pl-75{padding-left:75px!important}.mt-n-75{margin-top:-75px!important}.mb-n-75{margin-bottom:-75px!important}.mr-n-75{margin-right:-75px!important}.ml-n-75{margin-left:-75px!important}.t-75{top:75px!important}.b-75{bottom:75px!important}.l-75{left:75px!important}.r-75{right:75px!important}.t-n-75{top:-75px!important}.b-n-75{bottom:-75px!important}.l-n-75{left:-75px!important}.r-n-75{right:-75px!important}.ti-75{text-indent:75px!important}.ti-n-75{text-indent:-75px!important}.fs-75{font-size:75px!important}.row-75{margin-right:-75px!important;margin-left:-75px!important}.row-75 > [class*='col-']{padding-right:75px!important;padding-left:75px!important}.z-75{z-index:75!important}.mt-76{margin-top:76px!important}.mb-76{margin-bottom:76px!important}.mr-76{margin-right:76px!important}.ml-76{margin-left:76px!important}.pt-76{padding-top:76px!important}.pb-76{padding-bottom:76px!important}.pr-76{padding-right:76px!important}.pl-76{padding-left:76px!important}.mt-n-76{margin-top:-76px!important}.mb-n-76{margin-bottom:-76px!important}.mr-n-76{margin-right:-76px!important}.ml-n-76{margin-left:-76px!important}.t-76{top:76px!important}.b-76{bottom:76px!important}.l-76{left:76px!important}.r-76{right:76px!important}.t-n-76{top:-76px!important}.b-n-76{bottom:-76px!important}.l-n-76{left:-76px!important}.r-n-76{right:-76px!important}.ti-76{text-indent:76px!important}.ti-n-76{text-indent:-76px!important}.fs-76{font-size:76px!important}.row-76{margin-right:-76px!important;margin-left:-76px!important}.row-76 > [class*='col-']{padding-right:76px!important;padding-left:76px!important}.z-76{z-index:76!important}.mt-77{margin-top:77px!important}.mb-77{margin-bottom:77px!important}.mr-77{margin-right:77px!important}.ml-77{margin-left:77px!important}.pt-77{padding-top:77px!important}.pb-77{padding-bottom:77px!important}.pr-77{padding-right:77px!important}.pl-77{padding-left:77px!important}.mt-n-77{margin-top:-77px!important}.mb-n-77{margin-bottom:-77px!important}.mr-n-77{margin-right:-77px!important}.ml-n-77{margin-left:-77px!important}.t-77{top:77px!important}.b-77{bottom:77px!important}.l-77{left:77px!important}.r-77{right:77px!important}.t-n-77{top:-77px!important}.b-n-77{bottom:-77px!important}.l-n-77{left:-77px!important}.r-n-77{right:-77px!important}.ti-77{text-indent:77px!important}.ti-n-77{text-indent:-77px!important}.fs-77{font-size:77px!important}.row-77{margin-right:-77px!important;margin-left:-77px!important}.row-77 > [class*='col-']{padding-right:77px!important;padding-left:77px!important}.z-77{z-index:77!important}.mt-78{margin-top:78px!important}.mb-78{margin-bottom:78px!important}.mr-78{margin-right:78px!important}.ml-78{margin-left:78px!important}.pt-78{padding-top:78px!important}.pb-78{padding-bottom:78px!important}.pr-78{padding-right:78px!important}.pl-78{padding-left:78px!important}.mt-n-78{margin-top:-78px!important}.mb-n-78{margin-bottom:-78px!important}.mr-n-78{margin-right:-78px!important}.ml-n-78{margin-left:-78px!important}.t-78{top:78px!important}.b-78{bottom:78px!important}.l-78{left:78px!important}.r-78{right:78px!important}.t-n-78{top:-78px!important}.b-n-78{bottom:-78px!important}.l-n-78{left:-78px!important}.r-n-78{right:-78px!important}.ti-78{text-indent:78px!important}.ti-n-78{text-indent:-78px!important}.fs-78{font-size:78px!important}.row-78{margin-right:-78px!important;margin-left:-78px!important}.row-78 > [class*='col-']{padding-right:78px!important;padding-left:78px!important}.z-78{z-index:78!important}.mt-79{margin-top:79px!important}.mb-79{margin-bottom:79px!important}.mr-79{margin-right:79px!important}.ml-79{margin-left:79px!important}.pt-79{padding-top:79px!important}.pb-79{padding-bottom:79px!important}.pr-79{padding-right:79px!important}.pl-79{padding-left:79px!important}.mt-n-79{margin-top:-79px!important}.mb-n-79{margin-bottom:-79px!important}.mr-n-79{margin-right:-79px!important}.ml-n-79{margin-left:-79px!important}.t-79{top:79px!important}.b-79{bottom:79px!important}.l-79{left:79px!important}.r-79{right:79px!important}.t-n-79{top:-79px!important}.b-n-79{bottom:-79px!important}.l-n-79{left:-79px!important}.r-n-79{right:-79px!important}.ti-79{text-indent:79px!important}.ti-n-79{text-indent:-79px!important}.fs-79{font-size:79px!important}.row-79{margin-right:-79px!important;margin-left:-79px!important}.row-79 > [class*='col-']{padding-right:79px!important;padding-left:79px!important}.z-79{z-index:79!important}.mt-80{margin-top:80px!important}.mb-80{margin-bottom:80px!important}.mr-80{margin-right:80px!important}.ml-80{margin-left:80px!important}.pt-80{padding-top:80px!important}.pb-80{padding-bottom:80px!important}.pr-80{padding-right:80px!important}.pl-80{padding-left:80px!important}.mt-n-80{margin-top:-80px!important}.mb-n-80{margin-bottom:-80px!important}.mr-n-80{margin-right:-80px!important}.ml-n-80{margin-left:-80px!important}.t-80{top:80px!important}.b-80{bottom:80px!important}.l-80{left:80px!important}.r-80{right:80px!important}.t-n-80{top:-80px!important}.b-n-80{bottom:-80px!important}.l-n-80{left:-80px!important}.r-n-80{right:-80px!important}.ti-80{text-indent:80px!important}.ti-n-80{text-indent:-80px!important}.fs-80{font-size:80px!important}.row-80{margin-right:-80px!important;margin-left:-80px!important}.row-80 > [class*='col-']{padding-right:80px!important;padding-left:80px!important}.z-80{z-index:80!important}.mt-xs-0{margin-top:0!important}.mb-xs-0{margin-bottom:0!important}.mr-xs-0{margin-right:0!important}.ml-xs-0{margin-left:0!important}.pt-xs-0{padding-top:0!important}.pb-xs-0{padding-bottom:0!important}.pr-xs-0{padding-right:0!important}.pl-xs-0{padding-left:0!important}.mt-n-xs-0{margin-top:0!important}.mb-n-xs-0{margin-bottom:0!important}.mr-n-xs-0{margin-right:0!important}.ml-n-xs-0{margin-left:0!important}.t-xs-0{top:0!important}.b-xs-0{bottom:0!important}.l-xs-0{left:0!important}.r-xs-0{right:0!important}.t-n-xs-0{top:0!important}.b-n-xs-0{bottom:0!important}.l-n-xs-0{left:0!important}.r-n-xs-0{right:0!important}.ti-xs-0{text-indent:0!important}.ti-n-xs-0{text-indent:0!important}.fs-xs-0{font-size:0!important}.row-xs-0{margin-right:0!important;margin-left:0!important}.row-xs-0 > [class*='col-']{padding-right:0!important;padding-left:0!important}.mt-xs-1{margin-top:1px!important}.mb-xs-1{margin-bottom:1px!important}.mr-xs-1{margin-right:1px!important}.ml-xs-1{margin-left:1px!important}.pt-xs-1{padding-top:1px!important}.pb-xs-1{padding-bottom:1px!important}.pr-xs-1{padding-right:1px!important}.pl-xs-1{padding-left:1px!important}.mt-n-xs-1{margin-top:-1px!important}.mb-n-xs-1{margin-bottom:-1px!important}.mr-n-xs-1{margin-right:-1px!important}.ml-n-xs-1{margin-left:-1px!important}.t-xs-1{top:1px!important}.b-xs-1{bottom:1px!important}.l-xs-1{left:1px!important}.r-xs-1{right:1px!important}.t-n-xs-1{top:-1px!important}.b-n-xs-1{bottom:-1px!important}.l-n-xs-1{left:-1px!important}.r-n-xs-1{right:-1px!important}.ti-xs-1{text-indent:1px!important}.ti-n-xs-1{text-indent:-1px!important}.fs-xs-1{font-size:1px!important}.row-xs-1{margin-right:-1px!important;margin-left:-1px!important}.row-xs-1 > [class*='col-']{padding-right:1px!important;padding-left:1px!important}.mt-xs-2{margin-top:2px!important}.mb-xs-2{margin-bottom:2px!important}.mr-xs-2{margin-right:2px!important}.ml-xs-2{margin-left:2px!important}.pt-xs-2{padding-top:2px!important}.pb-xs-2{padding-bottom:2px!important}.pr-xs-2{padding-right:2px!important}.pl-xs-2{padding-left:2px!important}.mt-n-xs-2{margin-top:-2px!important}.mb-n-xs-2{margin-bottom:-2px!important}.mr-n-xs-2{margin-right:-2px!important}.ml-n-xs-2{margin-left:-2px!important}.t-xs-2{top:2px!important}.b-xs-2{bottom:2px!important}.l-xs-2{left:2px!important}.r-xs-2{right:2px!important}.t-n-xs-2{top:-2px!important}.b-n-xs-2{bottom:-2px!important}.l-n-xs-2{left:-2px!important}.r-n-xs-2{right:-2px!important}.ti-xs-2{text-indent:2px!important}.ti-n-xs-2{text-indent:-2px!important}.fs-xs-2{font-size:2px!important}.row-xs-2{margin-right:-2px!important;margin-left:-2px!important}.row-xs-2 > [class*='col-']{padding-right:2px!important;padding-left:2px!important}.mt-xs-3{margin-top:3px!important}.mb-xs-3{margin-bottom:3px!important}.mr-xs-3{margin-right:3px!important}.ml-xs-3{margin-left:3px!important}.pt-xs-3{padding-top:3px!important}.pb-xs-3{padding-bottom:3px!important}.pr-xs-3{padding-right:3px!important}.pl-xs-3{padding-left:3px!important}.mt-n-xs-3{margin-top:-3px!important}.mb-n-xs-3{margin-bottom:-3px!important}.mr-n-xs-3{margin-right:-3px!important}.ml-n-xs-3{margin-left:-3px!important}.t-xs-3{top:3px!important}.b-xs-3{bottom:3px!important}.l-xs-3{left:3px!important}.r-xs-3{right:3px!important}.t-n-xs-3{top:-3px!important}.b-n-xs-3{bottom:-3px!important}.l-n-xs-3{left:-3px!important}.r-n-xs-3{right:-3px!important}.ti-xs-3{text-indent:3px!important}.ti-n-xs-3{text-indent:-3px!important}.fs-xs-3{font-size:3px!important}.row-xs-3{margin-right:-3px!important;margin-left:-3px!important}.row-xs-3 > [class*='col-']{padding-right:3px!important;padding-left:3px!important}.mt-xs-4{margin-top:4px!important}.mb-xs-4{margin-bottom:4px!important}.mr-xs-4{margin-right:4px!important}.ml-xs-4{margin-left:4px!important}.pt-xs-4{padding-top:4px!important}.pb-xs-4{padding-bottom:4px!important}.pr-xs-4{padding-right:4px!important}.pl-xs-4{padding-left:4px!important}.mt-n-xs-4{margin-top:-4px!important}.mb-n-xs-4{margin-bottom:-4px!important}.mr-n-xs-4{margin-right:-4px!important}.ml-n-xs-4{margin-left:-4px!important}.t-xs-4{top:4px!important}.b-xs-4{bottom:4px!important}.l-xs-4{left:4px!important}.r-xs-4{right:4px!important}.t-n-xs-4{top:-4px!important}.b-n-xs-4{bottom:-4px!important}.l-n-xs-4{left:-4px!important}.r-n-xs-4{right:-4px!important}.ti-xs-4{text-indent:4px!important}.ti-n-xs-4{text-indent:-4px!important}.fs-xs-4{font-size:4px!important}.row-xs-4{margin-right:-4px!important;margin-left:-4px!important}.row-xs-4 > [class*='col-']{padding-right:4px!important;padding-left:4px!important}.mt-xs-5{margin-top:5px!important}.mb-xs-5{margin-bottom:5px!important}.mr-xs-5{margin-right:5px!important}.ml-xs-5{margin-left:5px!important}.pt-xs-5{padding-top:5px!important}.pb-xs-5{padding-bottom:5px!important}.pr-xs-5{padding-right:5px!important}.pl-xs-5{padding-left:5px!important}.mt-n-xs-5{margin-top:-5px!important}.mb-n-xs-5{margin-bottom:-5px!important}.mr-n-xs-5{margin-right:-5px!important}.ml-n-xs-5{margin-left:-5px!important}.t-xs-5{top:5px!important}.b-xs-5{bottom:5px!important}.l-xs-5{left:5px!important}.r-xs-5{right:5px!important}.t-n-xs-5{top:-5px!important}.b-n-xs-5{bottom:-5px!important}.l-n-xs-5{left:-5px!important}.r-n-xs-5{right:-5px!important}.ti-xs-5{text-indent:5px!important}.ti-n-xs-5{text-indent:-5px!important}.fs-xs-5{font-size:5px!important}.row-xs-5{margin-right:-5px!important;margin-left:-5px!important}.row-xs-5 > [class*='col-']{padding-right:5px!important;padding-left:5px!important}.mt-xs-6{margin-top:6px!important}.mb-xs-6{margin-bottom:6px!important}.mr-xs-6{margin-right:6px!important}.ml-xs-6{margin-left:6px!important}.pt-xs-6{padding-top:6px!important}.pb-xs-6{padding-bottom:6px!important}.pr-xs-6{padding-right:6px!important}.pl-xs-6{padding-left:6px!important}.mt-n-xs-6{margin-top:-6px!important}.mb-n-xs-6{margin-bottom:-6px!important}.mr-n-xs-6{margin-right:-6px!important}.ml-n-xs-6{margin-left:-6px!important}.t-xs-6{top:6px!important}.b-xs-6{bottom:6px!important}.l-xs-6{left:6px!important}.r-xs-6{right:6px!important}.t-n-xs-6{top:-6px!important}.b-n-xs-6{bottom:-6px!important}.l-n-xs-6{left:-6px!important}.r-n-xs-6{right:-6px!important}.ti-xs-6{text-indent:6px!important}.ti-n-xs-6{text-indent:-6px!important}.fs-xs-6{font-size:6px!important}.row-xs-6{margin-right:-6px!important;margin-left:-6px!important}.row-xs-6 > [class*='col-']{padding-right:6px!important;padding-left:6px!important}.mt-xs-7{margin-top:7px!important}.mb-xs-7{margin-bottom:7px!important}.mr-xs-7{margin-right:7px!important}.ml-xs-7{margin-left:7px!important}.pt-xs-7{padding-top:7px!important}.pb-xs-7{padding-bottom:7px!important}.pr-xs-7{padding-right:7px!important}.pl-xs-7{padding-left:7px!important}.mt-n-xs-7{margin-top:-7px!important}.mb-n-xs-7{margin-bottom:-7px!important}.mr-n-xs-7{margin-right:-7px!important}.ml-n-xs-7{margin-left:-7px!important}.t-xs-7{top:7px!important}.b-xs-7{bottom:7px!important}.l-xs-7{left:7px!important}.r-xs-7{right:7px!important}.t-n-xs-7{top:-7px!important}.b-n-xs-7{bottom:-7px!important}.l-n-xs-7{left:-7px!important}.r-n-xs-7{right:-7px!important}.ti-xs-7{text-indent:7px!important}.ti-n-xs-7{text-indent:-7px!important}.fs-xs-7{font-size:7px!important}.row-xs-7{margin-right:-7px!important;margin-left:-7px!important}.row-xs-7 > [class*='col-']{padding-right:7px!important;padding-left:7px!important}.mt-xs-8{margin-top:8px!important}.mb-xs-8{margin-bottom:8px!important}.mr-xs-8{margin-right:8px!important}.ml-xs-8{margin-left:8px!important}.pt-xs-8{padding-top:8px!important}.pb-xs-8{padding-bottom:8px!important}.pr-xs-8{padding-right:8px!important}.pl-xs-8{padding-left:8px!important}.mt-n-xs-8{margin-top:-8px!important}.mb-n-xs-8{margin-bottom:-8px!important}.mr-n-xs-8{margin-right:-8px!important}.ml-n-xs-8{margin-left:-8px!important}.t-xs-8{top:8px!important}.b-xs-8{bottom:8px!important}.l-xs-8{left:8px!important}.r-xs-8{right:8px!important}.t-n-xs-8{top:-8px!important}.b-n-xs-8{bottom:-8px!important}.l-n-xs-8{left:-8px!important}.r-n-xs-8{right:-8px!important}.ti-xs-8{text-indent:8px!important}.ti-n-xs-8{text-indent:-8px!important}.fs-xs-8{font-size:8px!important}.row-xs-8{margin-right:-8px!important;margin-left:-8px!important}.row-xs-8 > [class*='col-']{padding-right:8px!important;padding-left:8px!important}.mt-xs-9{margin-top:9px!important}.mb-xs-9{margin-bottom:9px!important}.mr-xs-9{margin-right:9px!important}.ml-xs-9{margin-left:9px!important}.pt-xs-9{padding-top:9px!important}.pb-xs-9{padding-bottom:9px!important}.pr-xs-9{padding-right:9px!important}.pl-xs-9{padding-left:9px!important}.mt-n-xs-9{margin-top:-9px!important}.mb-n-xs-9{margin-bottom:-9px!important}.mr-n-xs-9{margin-right:-9px!important}.ml-n-xs-9{margin-left:-9px!important}.t-xs-9{top:9px!important}.b-xs-9{bottom:9px!important}.l-xs-9{left:9px!important}.r-xs-9{right:9px!important}.t-n-xs-9{top:-9px!important}.b-n-xs-9{bottom:-9px!important}.l-n-xs-9{left:-9px!important}.r-n-xs-9{right:-9px!important}.ti-xs-9{text-indent:9px!important}.ti-n-xs-9{text-indent:-9px!important}.fs-xs-9{font-size:9px!important}.row-xs-9{margin-right:-9px!important;margin-left:-9px!important}.row-xs-9 > [class*='col-']{padding-right:9px!important;padding-left:9px!important}.mt-xs-10{margin-top:10px!important}.mb-xs-10{margin-bottom:10px!important}.mr-xs-10{margin-right:10px!important}.ml-xs-10{margin-left:10px!important}.pt-xs-10{padding-top:10px!important}.pb-xs-10{padding-bottom:10px!important}.pr-xs-10{padding-right:10px!important}.pl-xs-10{padding-left:10px!important}.mt-n-xs-10{margin-top:-10px!important}.mb-n-xs-10{margin-bottom:-10px!important}.mr-n-xs-10{margin-right:-10px!important}.ml-n-xs-10{margin-left:-10px!important}.t-xs-10{top:10px!important}.b-xs-10{bottom:10px!important}.l-xs-10{left:10px!important}.r-xs-10{right:10px!important}.t-n-xs-10{top:-10px!important}.b-n-xs-10{bottom:-10px!important}.l-n-xs-10{left:-10px!important}.r-n-xs-10{right:-10px!important}.ti-xs-10{text-indent:10px!important}.ti-n-xs-10{text-indent:-10px!important}.fs-xs-10{font-size:10px!important}.row-xs-10{margin-right:-10px!important;margin-left:-10px!important}.row-xs-10 > [class*='col-']{padding-right:10px!important;padding-left:10px!important}.mt-xs-11{margin-top:11px!important}.mb-xs-11{margin-bottom:11px!important}.mr-xs-11{margin-right:11px!important}.ml-xs-11{margin-left:11px!important}.pt-xs-11{padding-top:11px!important}.pb-xs-11{padding-bottom:11px!important}.pr-xs-11{padding-right:11px!important}.pl-xs-11{padding-left:11px!important}.mt-n-xs-11{margin-top:-11px!important}.mb-n-xs-11{margin-bottom:-11px!important}.mr-n-xs-11{margin-right:-11px!important}.ml-n-xs-11{margin-left:-11px!important}.t-xs-11{top:11px!important}.b-xs-11{bottom:11px!important}.l-xs-11{left:11px!important}.r-xs-11{right:11px!important}.t-n-xs-11{top:-11px!important}.b-n-xs-11{bottom:-11px!important}.l-n-xs-11{left:-11px!important}.r-n-xs-11{right:-11px!important}.ti-xs-11{text-indent:11px!important}.ti-n-xs-11{text-indent:-11px!important}.fs-xs-11{font-size:11px!important}.row-xs-11{margin-right:-11px!important;margin-left:-11px!important}.row-xs-11 > [class*='col-']{padding-right:11px!important;padding-left:11px!important}.mt-xs-12{margin-top:12px!important}.mb-xs-12{margin-bottom:12px!important}.mr-xs-12{margin-right:12px!important}.ml-xs-12{margin-left:12px!important}.pt-xs-12{padding-top:12px!important}.pb-xs-12{padding-bottom:12px!important}.pr-xs-12{padding-right:12px!important}.pl-xs-12{padding-left:12px!important}.mt-n-xs-12{margin-top:-12px!important}.mb-n-xs-12{margin-bottom:-12px!important}.mr-n-xs-12{margin-right:-12px!important}.ml-n-xs-12{margin-left:-12px!important}.t-xs-12{top:12px!important}.b-xs-12{bottom:12px!important}.l-xs-12{left:12px!important}.r-xs-12{right:12px!important}.t-n-xs-12{top:-12px!important}.b-n-xs-12{bottom:-12px!important}.l-n-xs-12{left:-12px!important}.r-n-xs-12{right:-12px!important}.ti-xs-12{text-indent:12px!important}.ti-n-xs-12{text-indent:-12px!important}.fs-xs-12{font-size:12px!important}.row-xs-12{margin-right:-12px!important;margin-left:-12px!important}.row-xs-12 > [class*='col-']{padding-right:12px!important;padding-left:12px!important}.mt-xs-13{margin-top:13px!important}.mb-xs-13{margin-bottom:13px!important}.mr-xs-13{margin-right:13px!important}.ml-xs-13{margin-left:13px!important}.pt-xs-13{padding-top:13px!important}.pb-xs-13{padding-bottom:13px!important}.pr-xs-13{padding-right:13px!important}.pl-xs-13{padding-left:13px!important}.mt-n-xs-13{margin-top:-13px!important}.mb-n-xs-13{margin-bottom:-13px!important}.mr-n-xs-13{margin-right:-13px!important}.ml-n-xs-13{margin-left:-13px!important}.t-xs-13{top:13px!important}.b-xs-13{bottom:13px!important}.l-xs-13{left:13px!important}.r-xs-13{right:13px!important}.t-n-xs-13{top:-13px!important}.b-n-xs-13{bottom:-13px!important}.l-n-xs-13{left:-13px!important}.r-n-xs-13{right:-13px!important}.ti-xs-13{text-indent:13px!important}.ti-n-xs-13{text-indent:-13px!important}.fs-xs-13{font-size:13px!important}.row-xs-13{margin-right:-13px!important;margin-left:-13px!important}.row-xs-13 > [class*='col-']{padding-right:13px!important;padding-left:13px!important}.mt-xs-14{margin-top:14px!important}.mb-xs-14{margin-bottom:14px!important}.mr-xs-14{margin-right:14px!important}.ml-xs-14{margin-left:14px!important}.pt-xs-14{padding-top:14px!important}.pb-xs-14{padding-bottom:14px!important}.pr-xs-14{padding-right:14px!important}.pl-xs-14{padding-left:14px!important}.mt-n-xs-14{margin-top:-14px!important}.mb-n-xs-14{margin-bottom:-14px!important}.mr-n-xs-14{margin-right:-14px!important}.ml-n-xs-14{margin-left:-14px!important}.t-xs-14{top:14px!important}.b-xs-14{bottom:14px!important}.l-xs-14{left:14px!important}.r-xs-14{right:14px!important}.t-n-xs-14{top:-14px!important}.b-n-xs-14{bottom:-14px!important}.l-n-xs-14{left:-14px!important}.r-n-xs-14{right:-14px!important}.ti-xs-14{text-indent:14px!important}.ti-n-xs-14{text-indent:-14px!important}.fs-xs-14{font-size:14px!important}.row-xs-14{margin-right:-14px!important;margin-left:-14px!important}.row-xs-14 > [class*='col-']{padding-right:14px!important;padding-left:14px!important}.mt-xs-15{margin-top:15px!important}.mb-xs-15{margin-bottom:15px!important}.mr-xs-15{margin-right:15px!important}.ml-xs-15{margin-left:15px!important}.pt-xs-15{padding-top:15px!important}.pb-xs-15{padding-bottom:15px!important}.pr-xs-15{padding-right:15px!important}.pl-xs-15{padding-left:15px!important}.mt-n-xs-15{margin-top:-15px!important}.mb-n-xs-15{margin-bottom:-15px!important}.mr-n-xs-15{margin-right:-15px!important}.ml-n-xs-15{margin-left:-15px!important}.t-xs-15{top:15px!important}.b-xs-15{bottom:15px!important}.l-xs-15{left:15px!important}.r-xs-15{right:15px!important}.t-n-xs-15{top:-15px!important}.b-n-xs-15{bottom:-15px!important}.l-n-xs-15{left:-15px!important}.r-n-xs-15{right:-15px!important}.ti-xs-15{text-indent:15px!important}.ti-n-xs-15{text-indent:-15px!important}.fs-xs-15{font-size:15px!important}.row-xs-15{margin-right:-15px!important;margin-left:-15px!important}.row-xs-15 > [class*='col-']{padding-right:15px!important;padding-left:15px!important}.mt-xs-16{margin-top:16px!important}.mb-xs-16{margin-bottom:16px!important}.mr-xs-16{margin-right:16px!important}.ml-xs-16{margin-left:16px!important}.pt-xs-16{padding-top:16px!important}.pb-xs-16{padding-bottom:16px!important}.pr-xs-16{padding-right:16px!important}.pl-xs-16{padding-left:16px!important}.mt-n-xs-16{margin-top:-16px!important}.mb-n-xs-16{margin-bottom:-16px!important}.mr-n-xs-16{margin-right:-16px!important}.ml-n-xs-16{margin-left:-16px!important}.t-xs-16{top:16px!important}.b-xs-16{bottom:16px!important}.l-xs-16{left:16px!important}.r-xs-16{right:16px!important}.t-n-xs-16{top:-16px!important}.b-n-xs-16{bottom:-16px!important}.l-n-xs-16{left:-16px!important}.r-n-xs-16{right:-16px!important}.ti-xs-16{text-indent:16px!important}.ti-n-xs-16{text-indent:-16px!important}.fs-xs-16{font-size:16px!important}.row-xs-16{margin-right:-16px!important;margin-left:-16px!important}.row-xs-16 > [class*='col-']{padding-right:16px!important;padding-left:16px!important}.mt-xs-17{margin-top:17px!important}.mb-xs-17{margin-bottom:17px!important}.mr-xs-17{margin-right:17px!important}.ml-xs-17{margin-left:17px!important}.pt-xs-17{padding-top:17px!important}.pb-xs-17{padding-bottom:17px!important}.pr-xs-17{padding-right:17px!important}.pl-xs-17{padding-left:17px!important}.mt-n-xs-17{margin-top:-17px!important}.mb-n-xs-17{margin-bottom:-17px!important}.mr-n-xs-17{margin-right:-17px!important}.ml-n-xs-17{margin-left:-17px!important}.t-xs-17{top:17px!important}.b-xs-17{bottom:17px!important}.l-xs-17{left:17px!important}.r-xs-17{right:17px!important}.t-n-xs-17{top:-17px!important}.b-n-xs-17{bottom:-17px!important}.l-n-xs-17{left:-17px!important}.r-n-xs-17{right:-17px!important}.ti-xs-17{text-indent:17px!important}.ti-n-xs-17{text-indent:-17px!important}.fs-xs-17{font-size:17px!important}.row-xs-17{margin-right:-17px!important;margin-left:-17px!important}.row-xs-17 > [class*='col-']{padding-right:17px!important;padding-left:17px!important}.mt-xs-18{margin-top:18px!important}.mb-xs-18{margin-bottom:18px!important}.mr-xs-18{margin-right:18px!important}.ml-xs-18{margin-left:18px!important}.pt-xs-18{padding-top:18px!important}.pb-xs-18{padding-bottom:18px!important}.pr-xs-18{padding-right:18px!important}.pl-xs-18{padding-left:18px!important}.mt-n-xs-18{margin-top:-18px!important}.mb-n-xs-18{margin-bottom:-18px!important}.mr-n-xs-18{margin-right:-18px!important}.ml-n-xs-18{margin-left:-18px!important}.t-xs-18{top:18px!important}.b-xs-18{bottom:18px!important}.l-xs-18{left:18px!important}.r-xs-18{right:18px!important}.t-n-xs-18{top:-18px!important}.b-n-xs-18{bottom:-18px!important}.l-n-xs-18{left:-18px!important}.r-n-xs-18{right:-18px!important}.ti-xs-18{text-indent:18px!important}.ti-n-xs-18{text-indent:-18px!important}.fs-xs-18{font-size:18px!important}.row-xs-18{margin-right:-18px!important;margin-left:-18px!important}.row-xs-18 > [class*='col-']{padding-right:18px!important;padding-left:18px!important}.mt-xs-19{margin-top:19px!important}.mb-xs-19{margin-bottom:19px!important}.mr-xs-19{margin-right:19px!important}.ml-xs-19{margin-left:19px!important}.pt-xs-19{padding-top:19px!important}.pb-xs-19{padding-bottom:19px!important}.pr-xs-19{padding-right:19px!important}.pl-xs-19{padding-left:19px!important}.mt-n-xs-19{margin-top:-19px!important}.mb-n-xs-19{margin-bottom:-19px!important}.mr-n-xs-19{margin-right:-19px!important}.ml-n-xs-19{margin-left:-19px!important}.t-xs-19{top:19px!important}.b-xs-19{bottom:19px!important}.l-xs-19{left:19px!important}.r-xs-19{right:19px!important}.t-n-xs-19{top:-19px!important}.b-n-xs-19{bottom:-19px!important}.l-n-xs-19{left:-19px!important}.r-n-xs-19{right:-19px!important}.ti-xs-19{text-indent:19px!important}.ti-n-xs-19{text-indent:-19px!important}.fs-xs-19{font-size:19px!important}.row-xs-19{margin-right:-19px!important;margin-left:-19px!important}.row-xs-19 > [class*='col-']{padding-right:19px!important;padding-left:19px!important}.mt-xs-20{margin-top:20px!important}.mb-xs-20{margin-bottom:20px!important}.mr-xs-20{margin-right:20px!important}.ml-xs-20{margin-left:20px!important}.pt-xs-20{padding-top:20px!important}.pb-xs-20{padding-bottom:20px!important}.pr-xs-20{padding-right:20px!important}.pl-xs-20{padding-left:20px!important}.mt-n-xs-20{margin-top:-20px!important}.mb-n-xs-20{margin-bottom:-20px!important}.mr-n-xs-20{margin-right:-20px!important}.ml-n-xs-20{margin-left:-20px!important}.t-xs-20{top:20px!important}.b-xs-20{bottom:20px!important}.l-xs-20{left:20px!important}.r-xs-20{right:20px!important}.t-n-xs-20{top:-20px!important}.b-n-xs-20{bottom:-20px!important}.l-n-xs-20{left:-20px!important}.r-n-xs-20{right:-20px!important}.ti-xs-20{text-indent:20px!important}.ti-n-xs-20{text-indent:-20px!important}.fs-xs-20{font-size:20px!important}.row-xs-20{margin-right:-20px!important;margin-left:-20px!important}.row-xs-20 > [class*='col-']{padding-right:20px!important;padding-left:20px!important}.mt-xs-21{margin-top:21px!important}.mb-xs-21{margin-bottom:21px!important}.mr-xs-21{margin-right:21px!important}.ml-xs-21{margin-left:21px!important}.pt-xs-21{padding-top:21px!important}.pb-xs-21{padding-bottom:21px!important}.pr-xs-21{padding-right:21px!important}.pl-xs-21{padding-left:21px!important}.mt-n-xs-21{margin-top:-21px!important}.mb-n-xs-21{margin-bottom:-21px!important}.mr-n-xs-21{margin-right:-21px!important}.ml-n-xs-21{margin-left:-21px!important}.t-xs-21{top:21px!important}.b-xs-21{bottom:21px!important}.l-xs-21{left:21px!important}.r-xs-21{right:21px!important}.t-n-xs-21{top:-21px!important}.b-n-xs-21{bottom:-21px!important}.l-n-xs-21{left:-21px!important}.r-n-xs-21{right:-21px!important}.ti-xs-21{text-indent:21px!important}.ti-n-xs-21{text-indent:-21px!important}.fs-xs-21{font-size:21px!important}.row-xs-21{margin-right:-21px!important;margin-left:-21px!important}.row-xs-21 > [class*='col-']{padding-right:21px!important;padding-left:21px!important}.mt-xs-22{margin-top:22px!important}.mb-xs-22{margin-bottom:22px!important}.mr-xs-22{margin-right:22px!important}.ml-xs-22{margin-left:22px!important}.pt-xs-22{padding-top:22px!important}.pb-xs-22{padding-bottom:22px!important}.pr-xs-22{padding-right:22px!important}.pl-xs-22{padding-left:22px!important}.mt-n-xs-22{margin-top:-22px!important}.mb-n-xs-22{margin-bottom:-22px!important}.mr-n-xs-22{margin-right:-22px!important}.ml-n-xs-22{margin-left:-22px!important}.t-xs-22{top:22px!important}.b-xs-22{bottom:22px!important}.l-xs-22{left:22px!important}.r-xs-22{right:22px!important}.t-n-xs-22{top:-22px!important}.b-n-xs-22{bottom:-22px!important}.l-n-xs-22{left:-22px!important}.r-n-xs-22{right:-22px!important}.ti-xs-22{text-indent:22px!important}.ti-n-xs-22{text-indent:-22px!important}.fs-xs-22{font-size:22px!important}.row-xs-22{margin-right:-22px!important;margin-left:-22px!important}.row-xs-22 > [class*='col-']{padding-right:22px!important;padding-left:22px!important}.mt-xs-23{margin-top:23px!important}.mb-xs-23{margin-bottom:23px!important}.mr-xs-23{margin-right:23px!important}.ml-xs-23{margin-left:23px!important}.pt-xs-23{padding-top:23px!important}.pb-xs-23{padding-bottom:23px!important}.pr-xs-23{padding-right:23px!important}.pl-xs-23{padding-left:23px!important}.mt-n-xs-23{margin-top:-23px!important}.mb-n-xs-23{margin-bottom:-23px!important}.mr-n-xs-23{margin-right:-23px!important}.ml-n-xs-23{margin-left:-23px!important}.t-xs-23{top:23px!important}.b-xs-23{bottom:23px!important}.l-xs-23{left:23px!important}.r-xs-23{right:23px!important}.t-n-xs-23{top:-23px!important}.b-n-xs-23{bottom:-23px!important}.l-n-xs-23{left:-23px!important}.r-n-xs-23{right:-23px!important}.ti-xs-23{text-indent:23px!important}.ti-n-xs-23{text-indent:-23px!important}.fs-xs-23{font-size:23px!important}.row-xs-23{margin-right:-23px!important;margin-left:-23px!important}.row-xs-23 > [class*='col-']{padding-right:23px!important;padding-left:23px!important}.mt-xs-24{margin-top:24px!important}.mb-xs-24{margin-bottom:24px!important}.mr-xs-24{margin-right:24px!important}.ml-xs-24{margin-left:24px!important}.pt-xs-24{padding-top:24px!important}.pb-xs-24{padding-bottom:24px!important}.pr-xs-24{padding-right:24px!important}.pl-xs-24{padding-left:24px!important}.mt-n-xs-24{margin-top:-24px!important}.mb-n-xs-24{margin-bottom:-24px!important}.mr-n-xs-24{margin-right:-24px!important}.ml-n-xs-24{margin-left:-24px!important}.t-xs-24{top:24px!important}.b-xs-24{bottom:24px!important}.l-xs-24{left:24px!important}.r-xs-24{right:24px!important}.t-n-xs-24{top:-24px!important}.b-n-xs-24{bottom:-24px!important}.l-n-xs-24{left:-24px!important}.r-n-xs-24{right:-24px!important}.ti-xs-24{text-indent:24px!important}.ti-n-xs-24{text-indent:-24px!important}.fs-xs-24{font-size:24px!important}.row-xs-24{margin-right:-24px!important;margin-left:-24px!important}.row-xs-24 > [class*='col-']{padding-right:24px!important;padding-left:24px!important}.mt-xs-25{margin-top:25px!important}.mb-xs-25{margin-bottom:25px!important}.mr-xs-25{margin-right:25px!important}.ml-xs-25{margin-left:25px!important}.pt-xs-25{padding-top:25px!important}.pb-xs-25{padding-bottom:25px!important}.pr-xs-25{padding-right:25px!important}.pl-xs-25{padding-left:25px!important}.mt-n-xs-25{margin-top:-25px!important}.mb-n-xs-25{margin-bottom:-25px!important}.mr-n-xs-25{margin-right:-25px!important}.ml-n-xs-25{margin-left:-25px!important}.t-xs-25{top:25px!important}.b-xs-25{bottom:25px!important}.l-xs-25{left:25px!important}.r-xs-25{right:25px!important}.t-n-xs-25{top:-25px!important}.b-n-xs-25{bottom:-25px!important}.l-n-xs-25{left:-25px!important}.r-n-xs-25{right:-25px!important}.ti-xs-25{text-indent:25px!important}.ti-n-xs-25{text-indent:-25px!important}.fs-xs-25{font-size:25px!important}.row-xs-25{margin-right:-25px!important;margin-left:-25px!important}.row-xs-25 > [class*='col-']{padding-right:25px!important;padding-left:25px!important}.mt-xs-26{margin-top:26px!important}.mb-xs-26{margin-bottom:26px!important}.mr-xs-26{margin-right:26px!important}.ml-xs-26{margin-left:26px!important}.pt-xs-26{padding-top:26px!important}.pb-xs-26{padding-bottom:26px!important}.pr-xs-26{padding-right:26px!important}.pl-xs-26{padding-left:26px!important}.mt-n-xs-26{margin-top:-26px!important}.mb-n-xs-26{margin-bottom:-26px!important}.mr-n-xs-26{margin-right:-26px!important}.ml-n-xs-26{margin-left:-26px!important}.t-xs-26{top:26px!important}.b-xs-26{bottom:26px!important}.l-xs-26{left:26px!important}.r-xs-26{right:26px!important}.t-n-xs-26{top:-26px!important}.b-n-xs-26{bottom:-26px!important}.l-n-xs-26{left:-26px!important}.r-n-xs-26{right:-26px!important}.ti-xs-26{text-indent:26px!important}.ti-n-xs-26{text-indent:-26px!important}.fs-xs-26{font-size:26px!important}.row-xs-26{margin-right:-26px!important;margin-left:-26px!important}.row-xs-26 > [class*='col-']{padding-right:26px!important;padding-left:26px!important}.mt-xs-27{margin-top:27px!important}.mb-xs-27{margin-bottom:27px!important}.mr-xs-27{margin-right:27px!important}.ml-xs-27{margin-left:27px!important}.pt-xs-27{padding-top:27px!important}.pb-xs-27{padding-bottom:27px!important}.pr-xs-27{padding-right:27px!important}.pl-xs-27{padding-left:27px!important}.mt-n-xs-27{margin-top:-27px!important}.mb-n-xs-27{margin-bottom:-27px!important}.mr-n-xs-27{margin-right:-27px!important}.ml-n-xs-27{margin-left:-27px!important}.t-xs-27{top:27px!important}.b-xs-27{bottom:27px!important}.l-xs-27{left:27px!important}.r-xs-27{right:27px!important}.t-n-xs-27{top:-27px!important}.b-n-xs-27{bottom:-27px!important}.l-n-xs-27{left:-27px!important}.r-n-xs-27{right:-27px!important}.ti-xs-27{text-indent:27px!important}.ti-n-xs-27{text-indent:-27px!important}.fs-xs-27{font-size:27px!important}.row-xs-27{margin-right:-27px!important;margin-left:-27px!important}.row-xs-27 > [class*='col-']{padding-right:27px!important;padding-left:27px!important}.mt-xs-28{margin-top:28px!important}.mb-xs-28{margin-bottom:28px!important}.mr-xs-28{margin-right:28px!important}.ml-xs-28{margin-left:28px!important}.pt-xs-28{padding-top:28px!important}.pb-xs-28{padding-bottom:28px!important}.pr-xs-28{padding-right:28px!important}.pl-xs-28{padding-left:28px!important}.mt-n-xs-28{margin-top:-28px!important}.mb-n-xs-28{margin-bottom:-28px!important}.mr-n-xs-28{margin-right:-28px!important}.ml-n-xs-28{margin-left:-28px!important}.t-xs-28{top:28px!important}.b-xs-28{bottom:28px!important}.l-xs-28{left:28px!important}.r-xs-28{right:28px!important}.t-n-xs-28{top:-28px!important}.b-n-xs-28{bottom:-28px!important}.l-n-xs-28{left:-28px!important}.r-n-xs-28{right:-28px!important}.ti-xs-28{text-indent:28px!important}.ti-n-xs-28{text-indent:-28px!important}.fs-xs-28{font-size:28px!important}.row-xs-28{margin-right:-28px!important;margin-left:-28px!important}.row-xs-28 > [class*='col-']{padding-right:28px!important;padding-left:28px!important}.mt-xs-29{margin-top:29px!important}.mb-xs-29{margin-bottom:29px!important}.mr-xs-29{margin-right:29px!important}.ml-xs-29{margin-left:29px!important}.pt-xs-29{padding-top:29px!important}.pb-xs-29{padding-bottom:29px!important}.pr-xs-29{padding-right:29px!important}.pl-xs-29{padding-left:29px!important}.mt-n-xs-29{margin-top:-29px!important}.mb-n-xs-29{margin-bottom:-29px!important}.mr-n-xs-29{margin-right:-29px!important}.ml-n-xs-29{margin-left:-29px!important}.t-xs-29{top:29px!important}.b-xs-29{bottom:29px!important}.l-xs-29{left:29px!important}.r-xs-29{right:29px!important}.t-n-xs-29{top:-29px!important}.b-n-xs-29{bottom:-29px!important}.l-n-xs-29{left:-29px!important}.r-n-xs-29{right:-29px!important}.ti-xs-29{text-indent:29px!important}.ti-n-xs-29{text-indent:-29px!important}.fs-xs-29{font-size:29px!important}.row-xs-29{margin-right:-29px!important;margin-left:-29px!important}.row-xs-29 > [class*='col-']{padding-right:29px!important;padding-left:29px!important}.mt-xs-30{margin-top:30px!important}.mb-xs-30{margin-bottom:30px!important}.mr-xs-30{margin-right:30px!important}.ml-xs-30{margin-left:30px!important}.pt-xs-30{padding-top:30px!important}.pb-xs-30{padding-bottom:30px!important}.pr-xs-30{padding-right:30px!important}.pl-xs-30{padding-left:30px!important}.mt-n-xs-30{margin-top:-30px!important}.mb-n-xs-30{margin-bottom:-30px!important}.mr-n-xs-30{margin-right:-30px!important}.ml-n-xs-30{margin-left:-30px!important}.t-xs-30{top:30px!important}.b-xs-30{bottom:30px!important}.l-xs-30{left:30px!important}.r-xs-30{right:30px!important}.t-n-xs-30{top:-30px!important}.b-n-xs-30{bottom:-30px!important}.l-n-xs-30{left:-30px!important}.r-n-xs-30{right:-30px!important}.ti-xs-30{text-indent:30px!important}.ti-n-xs-30{text-indent:-30px!important}.fs-xs-30{font-size:30px!important}.row-xs-30{margin-right:-30px!important;margin-left:-30px!important}.row-xs-30 > [class*='col-']{padding-right:30px!important;padding-left:30px!important}.mt-xs-31{margin-top:31px!important}.mb-xs-31{margin-bottom:31px!important}.mr-xs-31{margin-right:31px!important}.ml-xs-31{margin-left:31px!important}.pt-xs-31{padding-top:31px!important}.pb-xs-31{padding-bottom:31px!important}.pr-xs-31{padding-right:31px!important}.pl-xs-31{padding-left:31px!important}.mt-n-xs-31{margin-top:-31px!important}.mb-n-xs-31{margin-bottom:-31px!important}.mr-n-xs-31{margin-right:-31px!important}.ml-n-xs-31{margin-left:-31px!important}.t-xs-31{top:31px!important}.b-xs-31{bottom:31px!important}.l-xs-31{left:31px!important}.r-xs-31{right:31px!important}.t-n-xs-31{top:-31px!important}.b-n-xs-31{bottom:-31px!important}.l-n-xs-31{left:-31px!important}.r-n-xs-31{right:-31px!important}.ti-xs-31{text-indent:31px!important}.ti-n-xs-31{text-indent:-31px!important}.fs-xs-31{font-size:31px!important}.row-xs-31{margin-right:-31px!important;margin-left:-31px!important}.row-xs-31 > [class*='col-']{padding-right:31px!important;padding-left:31px!important}.mt-xs-32{margin-top:32px!important}.mb-xs-32{margin-bottom:32px!important}.mr-xs-32{margin-right:32px!important}.ml-xs-32{margin-left:32px!important}.pt-xs-32{padding-top:32px!important}.pb-xs-32{padding-bottom:32px!important}.pr-xs-32{padding-right:32px!important}.pl-xs-32{padding-left:32px!important}.mt-n-xs-32{margin-top:-32px!important}.mb-n-xs-32{margin-bottom:-32px!important}.mr-n-xs-32{margin-right:-32px!important}.ml-n-xs-32{margin-left:-32px!important}.t-xs-32{top:32px!important}.b-xs-32{bottom:32px!important}.l-xs-32{left:32px!important}.r-xs-32{right:32px!important}.t-n-xs-32{top:-32px!important}.b-n-xs-32{bottom:-32px!important}.l-n-xs-32{left:-32px!important}.r-n-xs-32{right:-32px!important}.ti-xs-32{text-indent:32px!important}.ti-n-xs-32{text-indent:-32px!important}.fs-xs-32{font-size:32px!important}.row-xs-32{margin-right:-32px!important;margin-left:-32px!important}.row-xs-32 > [class*='col-']{padding-right:32px!important;padding-left:32px!important}.mt-xs-33{margin-top:33px!important}.mb-xs-33{margin-bottom:33px!important}.mr-xs-33{margin-right:33px!important}.ml-xs-33{margin-left:33px!important}.pt-xs-33{padding-top:33px!important}.pb-xs-33{padding-bottom:33px!important}.pr-xs-33{padding-right:33px!important}.pl-xs-33{padding-left:33px!important}.mt-n-xs-33{margin-top:-33px!important}.mb-n-xs-33{margin-bottom:-33px!important}.mr-n-xs-33{margin-right:-33px!important}.ml-n-xs-33{margin-left:-33px!important}.t-xs-33{top:33px!important}.b-xs-33{bottom:33px!important}.l-xs-33{left:33px!important}.r-xs-33{right:33px!important}.t-n-xs-33{top:-33px!important}.b-n-xs-33{bottom:-33px!important}.l-n-xs-33{left:-33px!important}.r-n-xs-33{right:-33px!important}.ti-xs-33{text-indent:33px!important}.ti-n-xs-33{text-indent:-33px!important}.fs-xs-33{font-size:33px!important}.row-xs-33{margin-right:-33px!important;margin-left:-33px!important}.row-xs-33 > [class*='col-']{padding-right:33px!important;padding-left:33px!important}.mt-xs-34{margin-top:34px!important}.mb-xs-34{margin-bottom:34px!important}.mr-xs-34{margin-right:34px!important}.ml-xs-34{margin-left:34px!important}.pt-xs-34{padding-top:34px!important}.pb-xs-34{padding-bottom:34px!important}.pr-xs-34{padding-right:34px!important}.pl-xs-34{padding-left:34px!important}.mt-n-xs-34{margin-top:-34px!important}.mb-n-xs-34{margin-bottom:-34px!important}.mr-n-xs-34{margin-right:-34px!important}.ml-n-xs-34{margin-left:-34px!important}.t-xs-34{top:34px!important}.b-xs-34{bottom:34px!important}.l-xs-34{left:34px!important}.r-xs-34{right:34px!important}.t-n-xs-34{top:-34px!important}.b-n-xs-34{bottom:-34px!important}.l-n-xs-34{left:-34px!important}.r-n-xs-34{right:-34px!important}.ti-xs-34{text-indent:34px!important}.ti-n-xs-34{text-indent:-34px!important}.fs-xs-34{font-size:34px!important}.row-xs-34{margin-right:-34px!important;margin-left:-34px!important}.row-xs-34 > [class*='col-']{padding-right:34px!important;padding-left:34px!important}.mt-xs-35{margin-top:35px!important}.mb-xs-35{margin-bottom:35px!important}.mr-xs-35{margin-right:35px!important}.ml-xs-35{margin-left:35px!important}.pt-xs-35{padding-top:35px!important}.pb-xs-35{padding-bottom:35px!important}.pr-xs-35{padding-right:35px!important}.pl-xs-35{padding-left:35px!important}.mt-n-xs-35{margin-top:-35px!important}.mb-n-xs-35{margin-bottom:-35px!important}.mr-n-xs-35{margin-right:-35px!important}.ml-n-xs-35{margin-left:-35px!important}.t-xs-35{top:35px!important}.b-xs-35{bottom:35px!important}.l-xs-35{left:35px!important}.r-xs-35{right:35px!important}.t-n-xs-35{top:-35px!important}.b-n-xs-35{bottom:-35px!important}.l-n-xs-35{left:-35px!important}.r-n-xs-35{right:-35px!important}.ti-xs-35{text-indent:35px!important}.ti-n-xs-35{text-indent:-35px!important}.fs-xs-35{font-size:35px!important}.row-xs-35{margin-right:-35px!important;margin-left:-35px!important}.row-xs-35 > [class*='col-']{padding-right:35px!important;padding-left:35px!important}.mt-xs-36{margin-top:36px!important}.mb-xs-36{margin-bottom:36px!important}.mr-xs-36{margin-right:36px!important}.ml-xs-36{margin-left:36px!important}.pt-xs-36{padding-top:36px!important}.pb-xs-36{padding-bottom:36px!important}.pr-xs-36{padding-right:36px!important}.pl-xs-36{padding-left:36px!important}.mt-n-xs-36{margin-top:-36px!important}.mb-n-xs-36{margin-bottom:-36px!important}.mr-n-xs-36{margin-right:-36px!important}.ml-n-xs-36{margin-left:-36px!important}.t-xs-36{top:36px!important}.b-xs-36{bottom:36px!important}.l-xs-36{left:36px!important}.r-xs-36{right:36px!important}.t-n-xs-36{top:-36px!important}.b-n-xs-36{bottom:-36px!important}.l-n-xs-36{left:-36px!important}.r-n-xs-36{right:-36px!important}.ti-xs-36{text-indent:36px!important}.ti-n-xs-36{text-indent:-36px!important}.fs-xs-36{font-size:36px!important}.row-xs-36{margin-right:-36px!important;margin-left:-36px!important}.row-xs-36 > [class*='col-']{padding-right:36px!important;padding-left:36px!important}.mt-xs-37{margin-top:37px!important}.mb-xs-37{margin-bottom:37px!important}.mr-xs-37{margin-right:37px!important}.ml-xs-37{margin-left:37px!important}.pt-xs-37{padding-top:37px!important}.pb-xs-37{padding-bottom:37px!important}.pr-xs-37{padding-right:37px!important}.pl-xs-37{padding-left:37px!important}.mt-n-xs-37{margin-top:-37px!important}.mb-n-xs-37{margin-bottom:-37px!important}.mr-n-xs-37{margin-right:-37px!important}.ml-n-xs-37{margin-left:-37px!important}.t-xs-37{top:37px!important}.b-xs-37{bottom:37px!important}.l-xs-37{left:37px!important}.r-xs-37{right:37px!important}.t-n-xs-37{top:-37px!important}.b-n-xs-37{bottom:-37px!important}.l-n-xs-37{left:-37px!important}.r-n-xs-37{right:-37px!important}.ti-xs-37{text-indent:37px!important}.ti-n-xs-37{text-indent:-37px!important}.fs-xs-37{font-size:37px!important}.row-xs-37{margin-right:-37px!important;margin-left:-37px!important}.row-xs-37 > [class*='col-']{padding-right:37px!important;padding-left:37px!important}.mt-xs-38{margin-top:38px!important}.mb-xs-38{margin-bottom:38px!important}.mr-xs-38{margin-right:38px!important}.ml-xs-38{margin-left:38px!important}.pt-xs-38{padding-top:38px!important}.pb-xs-38{padding-bottom:38px!important}.pr-xs-38{padding-right:38px!important}.pl-xs-38{padding-left:38px!important}.mt-n-xs-38{margin-top:-38px!important}.mb-n-xs-38{margin-bottom:-38px!important}.mr-n-xs-38{margin-right:-38px!important}.ml-n-xs-38{margin-left:-38px!important}.t-xs-38{top:38px!important}.b-xs-38{bottom:38px!important}.l-xs-38{left:38px!important}.r-xs-38{right:38px!important}.t-n-xs-38{top:-38px!important}.b-n-xs-38{bottom:-38px!important}.l-n-xs-38{left:-38px!important}.r-n-xs-38{right:-38px!important}.ti-xs-38{text-indent:38px!important}.ti-n-xs-38{text-indent:-38px!important}.fs-xs-38{font-size:38px!important}.row-xs-38{margin-right:-38px!important;margin-left:-38px!important}.row-xs-38 > [class*='col-']{padding-right:38px!important;padding-left:38px!important}.mt-xs-39{margin-top:39px!important}.mb-xs-39{margin-bottom:39px!important}.mr-xs-39{margin-right:39px!important}.ml-xs-39{margin-left:39px!important}.pt-xs-39{padding-top:39px!important}.pb-xs-39{padding-bottom:39px!important}.pr-xs-39{padding-right:39px!important}.pl-xs-39{padding-left:39px!important}.mt-n-xs-39{margin-top:-39px!important}.mb-n-xs-39{margin-bottom:-39px!important}.mr-n-xs-39{margin-right:-39px!important}.ml-n-xs-39{margin-left:-39px!important}.t-xs-39{top:39px!important}.b-xs-39{bottom:39px!important}.l-xs-39{left:39px!important}.r-xs-39{right:39px!important}.t-n-xs-39{top:-39px!important}.b-n-xs-39{bottom:-39px!important}.l-n-xs-39{left:-39px!important}.r-n-xs-39{right:-39px!important}.ti-xs-39{text-indent:39px!important}.ti-n-xs-39{text-indent:-39px!important}.fs-xs-39{font-size:39px!important}.row-xs-39{margin-right:-39px!important;margin-left:-39px!important}.row-xs-39 > [class*='col-']{padding-right:39px!important;padding-left:39px!important}.mt-xs-40{margin-top:40px!important}.mb-xs-40{margin-bottom:40px!important}.mr-xs-40{margin-right:40px!important}.ml-xs-40{margin-left:40px!important}.pt-xs-40{padding-top:40px!important}.pb-xs-40{padding-bottom:40px!important}.pr-xs-40{padding-right:40px!important}.pl-xs-40{padding-left:40px!important}.mt-n-xs-40{margin-top:-40px!important}.mb-n-xs-40{margin-bottom:-40px!important}.mr-n-xs-40{margin-right:-40px!important}.ml-n-xs-40{margin-left:-40px!important}.t-xs-40{top:40px!important}.b-xs-40{bottom:40px!important}.l-xs-40{left:40px!important}.r-xs-40{right:40px!important}.t-n-xs-40{top:-40px!important}.b-n-xs-40{bottom:-40px!important}.l-n-xs-40{left:-40px!important}.r-n-xs-40{right:-40px!important}.ti-xs-40{text-indent:40px!important}.ti-n-xs-40{text-indent:-40px!important}.fs-xs-40{font-size:40px!important}.row-xs-40{margin-right:-40px!important;margin-left:-40px!important}.row-xs-40 > [class*='col-']{padding-right:40px!important;padding-left:40px!important}.mt-xs-41{margin-top:41px!important}.mb-xs-41{margin-bottom:41px!important}.mr-xs-41{margin-right:41px!important}.ml-xs-41{margin-left:41px!important}.pt-xs-41{padding-top:41px!important}.pb-xs-41{padding-bottom:41px!important}.pr-xs-41{padding-right:41px!important}.pl-xs-41{padding-left:41px!important}.mt-n-xs-41{margin-top:-41px!important}.mb-n-xs-41{margin-bottom:-41px!important}.mr-n-xs-41{margin-right:-41px!important}.ml-n-xs-41{margin-left:-41px!important}.t-xs-41{top:41px!important}.b-xs-41{bottom:41px!important}.l-xs-41{left:41px!important}.r-xs-41{right:41px!important}.t-n-xs-41{top:-41px!important}.b-n-xs-41{bottom:-41px!important}.l-n-xs-41{left:-41px!important}.r-n-xs-41{right:-41px!important}.ti-xs-41{text-indent:41px!important}.ti-n-xs-41{text-indent:-41px!important}.fs-xs-41{font-size:41px!important}.row-xs-41{margin-right:-41px!important;margin-left:-41px!important}.row-xs-41 > [class*='col-']{padding-right:41px!important;padding-left:41px!important}.mt-xs-42{margin-top:42px!important}.mb-xs-42{margin-bottom:42px!important}.mr-xs-42{margin-right:42px!important}.ml-xs-42{margin-left:42px!important}.pt-xs-42{padding-top:42px!important}.pb-xs-42{padding-bottom:42px!important}.pr-xs-42{padding-right:42px!important}.pl-xs-42{padding-left:42px!important}.mt-n-xs-42{margin-top:-42px!important}.mb-n-xs-42{margin-bottom:-42px!important}.mr-n-xs-42{margin-right:-42px!important}.ml-n-xs-42{margin-left:-42px!important}.t-xs-42{top:42px!important}.b-xs-42{bottom:42px!important}.l-xs-42{left:42px!important}.r-xs-42{right:42px!important}.t-n-xs-42{top:-42px!important}.b-n-xs-42{bottom:-42px!important}.l-n-xs-42{left:-42px!important}.r-n-xs-42{right:-42px!important}.ti-xs-42{text-indent:42px!important}.ti-n-xs-42{text-indent:-42px!important}.fs-xs-42{font-size:42px!important}.row-xs-42{margin-right:-42px!important;margin-left:-42px!important}.row-xs-42 > [class*='col-']{padding-right:42px!important;padding-left:42px!important}.mt-xs-43{margin-top:43px!important}.mb-xs-43{margin-bottom:43px!important}.mr-xs-43{margin-right:43px!important}.ml-xs-43{margin-left:43px!important}.pt-xs-43{padding-top:43px!important}.pb-xs-43{padding-bottom:43px!important}.pr-xs-43{padding-right:43px!important}.pl-xs-43{padding-left:43px!important}.mt-n-xs-43{margin-top:-43px!important}.mb-n-xs-43{margin-bottom:-43px!important}.mr-n-xs-43{margin-right:-43px!important}.ml-n-xs-43{margin-left:-43px!important}.t-xs-43{top:43px!important}.b-xs-43{bottom:43px!important}.l-xs-43{left:43px!important}.r-xs-43{right:43px!important}.t-n-xs-43{top:-43px!important}.b-n-xs-43{bottom:-43px!important}.l-n-xs-43{left:-43px!important}.r-n-xs-43{right:-43px!important}.ti-xs-43{text-indent:43px!important}.ti-n-xs-43{text-indent:-43px!important}.fs-xs-43{font-size:43px!important}.row-xs-43{margin-right:-43px!important;margin-left:-43px!important}.row-xs-43 > [class*='col-']{padding-right:43px!important;padding-left:43px!important}.mt-xs-44{margin-top:44px!important}.mb-xs-44{margin-bottom:44px!important}.mr-xs-44{margin-right:44px!important}.ml-xs-44{margin-left:44px!important}.pt-xs-44{padding-top:44px!important}.pb-xs-44{padding-bottom:44px!important}.pr-xs-44{padding-right:44px!important}.pl-xs-44{padding-left:44px!important}.mt-n-xs-44{margin-top:-44px!important}.mb-n-xs-44{margin-bottom:-44px!important}.mr-n-xs-44{margin-right:-44px!important}.ml-n-xs-44{margin-left:-44px!important}.t-xs-44{top:44px!important}.b-xs-44{bottom:44px!important}.l-xs-44{left:44px!important}.r-xs-44{right:44px!important}.t-n-xs-44{top:-44px!important}.b-n-xs-44{bottom:-44px!important}.l-n-xs-44{left:-44px!important}.r-n-xs-44{right:-44px!important}.ti-xs-44{text-indent:44px!important}.ti-n-xs-44{text-indent:-44px!important}.fs-xs-44{font-size:44px!important}.row-xs-44{margin-right:-44px!important;margin-left:-44px!important}.row-xs-44 > [class*='col-']{padding-right:44px!important;padding-left:44px!important}.mt-xs-45{margin-top:45px!important}.mb-xs-45{margin-bottom:45px!important}.mr-xs-45{margin-right:45px!important}.ml-xs-45{margin-left:45px!important}.pt-xs-45{padding-top:45px!important}.pb-xs-45{padding-bottom:45px!important}.pr-xs-45{padding-right:45px!important}.pl-xs-45{padding-left:45px!important}.mt-n-xs-45{margin-top:-45px!important}.mb-n-xs-45{margin-bottom:-45px!important}.mr-n-xs-45{margin-right:-45px!important}.ml-n-xs-45{margin-left:-45px!important}.t-xs-45{top:45px!important}.b-xs-45{bottom:45px!important}.l-xs-45{left:45px!important}.r-xs-45{right:45px!important}.t-n-xs-45{top:-45px!important}.b-n-xs-45{bottom:-45px!important}.l-n-xs-45{left:-45px!important}.r-n-xs-45{right:-45px!important}.ti-xs-45{text-indent:45px!important}.ti-n-xs-45{text-indent:-45px!important}.fs-xs-45{font-size:45px!important}.row-xs-45{margin-right:-45px!important;margin-left:-45px!important}.row-xs-45 > [class*='col-']{padding-right:45px!important;padding-left:45px!important}.mt-xs-46{margin-top:46px!important}.mb-xs-46{margin-bottom:46px!important}.mr-xs-46{margin-right:46px!important}.ml-xs-46{margin-left:46px!important}.pt-xs-46{padding-top:46px!important}.pb-xs-46{padding-bottom:46px!important}.pr-xs-46{padding-right:46px!important}.pl-xs-46{padding-left:46px!important}.mt-n-xs-46{margin-top:-46px!important}.mb-n-xs-46{margin-bottom:-46px!important}.mr-n-xs-46{margin-right:-46px!important}.ml-n-xs-46{margin-left:-46px!important}.t-xs-46{top:46px!important}.b-xs-46{bottom:46px!important}.l-xs-46{left:46px!important}.r-xs-46{right:46px!important}.t-n-xs-46{top:-46px!important}.b-n-xs-46{bottom:-46px!important}.l-n-xs-46{left:-46px!important}.r-n-xs-46{right:-46px!important}.ti-xs-46{text-indent:46px!important}.ti-n-xs-46{text-indent:-46px!important}.fs-xs-46{font-size:46px!important}.row-xs-46{margin-right:-46px!important;margin-left:-46px!important}.row-xs-46 > [class*='col-']{padding-right:46px!important;padding-left:46px!important}.mt-xs-47{margin-top:47px!important}.mb-xs-47{margin-bottom:47px!important}.mr-xs-47{margin-right:47px!important}.ml-xs-47{margin-left:47px!important}.pt-xs-47{padding-top:47px!important}.pb-xs-47{padding-bottom:47px!important}.pr-xs-47{padding-right:47px!important}.pl-xs-47{padding-left:47px!important}.mt-n-xs-47{margin-top:-47px!important}.mb-n-xs-47{margin-bottom:-47px!important}.mr-n-xs-47{margin-right:-47px!important}.ml-n-xs-47{margin-left:-47px!important}.t-xs-47{top:47px!important}.b-xs-47{bottom:47px!important}.l-xs-47{left:47px!important}.r-xs-47{right:47px!important}.t-n-xs-47{top:-47px!important}.b-n-xs-47{bottom:-47px!important}.l-n-xs-47{left:-47px!important}.r-n-xs-47{right:-47px!important}.ti-xs-47{text-indent:47px!important}.ti-n-xs-47{text-indent:-47px!important}.fs-xs-47{font-size:47px!important}.row-xs-47{margin-right:-47px!important;margin-left:-47px!important}.row-xs-47 > [class*='col-']{padding-right:47px!important;padding-left:47px!important}.mt-xs-48{margin-top:48px!important}.mb-xs-48{margin-bottom:48px!important}.mr-xs-48{margin-right:48px!important}.ml-xs-48{margin-left:48px!important}.pt-xs-48{padding-top:48px!important}.pb-xs-48{padding-bottom:48px!important}.pr-xs-48{padding-right:48px!important}.pl-xs-48{padding-left:48px!important}.mt-n-xs-48{margin-top:-48px!important}.mb-n-xs-48{margin-bottom:-48px!important}.mr-n-xs-48{margin-right:-48px!important}.ml-n-xs-48{margin-left:-48px!important}.t-xs-48{top:48px!important}.b-xs-48{bottom:48px!important}.l-xs-48{left:48px!important}.r-xs-48{right:48px!important}.t-n-xs-48{top:-48px!important}.b-n-xs-48{bottom:-48px!important}.l-n-xs-48{left:-48px!important}.r-n-xs-48{right:-48px!important}.ti-xs-48{text-indent:48px!important}.ti-n-xs-48{text-indent:-48px!important}.fs-xs-48{font-size:48px!important}.row-xs-48{margin-right:-48px!important;margin-left:-48px!important}.row-xs-48 > [class*='col-']{padding-right:48px!important;padding-left:48px!important}.mt-xs-49{margin-top:49px!important}.mb-xs-49{margin-bottom:49px!important}.mr-xs-49{margin-right:49px!important}.ml-xs-49{margin-left:49px!important}.pt-xs-49{padding-top:49px!important}.pb-xs-49{padding-bottom:49px!important}.pr-xs-49{padding-right:49px!important}.pl-xs-49{padding-left:49px!important}.mt-n-xs-49{margin-top:-49px!important}.mb-n-xs-49{margin-bottom:-49px!important}.mr-n-xs-49{margin-right:-49px!important}.ml-n-xs-49{margin-left:-49px!important}.t-xs-49{top:49px!important}.b-xs-49{bottom:49px!important}.l-xs-49{left:49px!important}.r-xs-49{right:49px!important}.t-n-xs-49{top:-49px!important}.b-n-xs-49{bottom:-49px!important}.l-n-xs-49{left:-49px!important}.r-n-xs-49{right:-49px!important}.ti-xs-49{text-indent:49px!important}.ti-n-xs-49{text-indent:-49px!important}.fs-xs-49{font-size:49px!important}.row-xs-49{margin-right:-49px!important;margin-left:-49px!important}.row-xs-49 > [class*='col-']{padding-right:49px!important;padding-left:49px!important}.mt-xs-50{margin-top:50px!important}.mb-xs-50{margin-bottom:50px!important}.mr-xs-50{margin-right:50px!important}.ml-xs-50{margin-left:50px!important}.pt-xs-50{padding-top:50px!important}.pb-xs-50{padding-bottom:50px!important}.pr-xs-50{padding-right:50px!important}.pl-xs-50{padding-left:50px!important}.mt-n-xs-50{margin-top:-50px!important}.mb-n-xs-50{margin-bottom:-50px!important}.mr-n-xs-50{margin-right:-50px!important}.ml-n-xs-50{margin-left:-50px!important}.t-xs-50{top:50px!important}.b-xs-50{bottom:50px!important}.l-xs-50{left:50px!important}.r-xs-50{right:50px!important}.t-n-xs-50{top:-50px!important}.b-n-xs-50{bottom:-50px!important}.l-n-xs-50{left:-50px!important}.r-n-xs-50{right:-50px!important}.ti-xs-50{text-indent:50px!important}.ti-n-xs-50{text-indent:-50px!important}.fs-xs-50{font-size:50px!important}.row-xs-50{margin-right:-50px!important;margin-left:-50px!important}.row-xs-50 > [class*='col-']{padding-right:50px!important;padding-left:50px!important}.mt-xs-51{margin-top:51px!important}.mb-xs-51{margin-bottom:51px!important}.mr-xs-51{margin-right:51px!important}.ml-xs-51{margin-left:51px!important}.pt-xs-51{padding-top:51px!important}.pb-xs-51{padding-bottom:51px!important}.pr-xs-51{padding-right:51px!important}.pl-xs-51{padding-left:51px!important}.mt-n-xs-51{margin-top:-51px!important}.mb-n-xs-51{margin-bottom:-51px!important}.mr-n-xs-51{margin-right:-51px!important}.ml-n-xs-51{margin-left:-51px!important}.t-xs-51{top:51px!important}.b-xs-51{bottom:51px!important}.l-xs-51{left:51px!important}.r-xs-51{right:51px!important}.t-n-xs-51{top:-51px!important}.b-n-xs-51{bottom:-51px!important}.l-n-xs-51{left:-51px!important}.r-n-xs-51{right:-51px!important}.ti-xs-51{text-indent:51px!important}.ti-n-xs-51{text-indent:-51px!important}.fs-xs-51{font-size:51px!important}.row-xs-51{margin-right:-51px!important;margin-left:-51px!important}.row-xs-51 > [class*='col-']{padding-right:51px!important;padding-left:51px!important}.mt-xs-52{margin-top:52px!important}.mb-xs-52{margin-bottom:52px!important}.mr-xs-52{margin-right:52px!important}.ml-xs-52{margin-left:52px!important}.pt-xs-52{padding-top:52px!important}.pb-xs-52{padding-bottom:52px!important}.pr-xs-52{padding-right:52px!important}.pl-xs-52{padding-left:52px!important}.mt-n-xs-52{margin-top:-52px!important}.mb-n-xs-52{margin-bottom:-52px!important}.mr-n-xs-52{margin-right:-52px!important}.ml-n-xs-52{margin-left:-52px!important}.t-xs-52{top:52px!important}.b-xs-52{bottom:52px!important}.l-xs-52{left:52px!important}.r-xs-52{right:52px!important}.t-n-xs-52{top:-52px!important}.b-n-xs-52{bottom:-52px!important}.l-n-xs-52{left:-52px!important}.r-n-xs-52{right:-52px!important}.ti-xs-52{text-indent:52px!important}.ti-n-xs-52{text-indent:-52px!important}.fs-xs-52{font-size:52px!important}.row-xs-52{margin-right:-52px!important;margin-left:-52px!important}.row-xs-52 > [class*='col-']{padding-right:52px!important;padding-left:52px!important}.mt-xs-53{margin-top:53px!important}.mb-xs-53{margin-bottom:53px!important}.mr-xs-53{margin-right:53px!important}.ml-xs-53{margin-left:53px!important}.pt-xs-53{padding-top:53px!important}.pb-xs-53{padding-bottom:53px!important}.pr-xs-53{padding-right:53px!important}.pl-xs-53{padding-left:53px!important}.mt-n-xs-53{margin-top:-53px!important}.mb-n-xs-53{margin-bottom:-53px!important}.mr-n-xs-53{margin-right:-53px!important}.ml-n-xs-53{margin-left:-53px!important}.t-xs-53{top:53px!important}.b-xs-53{bottom:53px!important}.l-xs-53{left:53px!important}.r-xs-53{right:53px!important}.t-n-xs-53{top:-53px!important}.b-n-xs-53{bottom:-53px!important}.l-n-xs-53{left:-53px!important}.r-n-xs-53{right:-53px!important}.ti-xs-53{text-indent:53px!important}.ti-n-xs-53{text-indent:-53px!important}.fs-xs-53{font-size:53px!important}.row-xs-53{margin-right:-53px!important;margin-left:-53px!important}.row-xs-53 > [class*='col-']{padding-right:53px!important;padding-left:53px!important}.mt-xs-54{margin-top:54px!important}.mb-xs-54{margin-bottom:54px!important}.mr-xs-54{margin-right:54px!important}.ml-xs-54{margin-left:54px!important}.pt-xs-54{padding-top:54px!important}.pb-xs-54{padding-bottom:54px!important}.pr-xs-54{padding-right:54px!important}.pl-xs-54{padding-left:54px!important}.mt-n-xs-54{margin-top:-54px!important}.mb-n-xs-54{margin-bottom:-54px!important}.mr-n-xs-54{margin-right:-54px!important}.ml-n-xs-54{margin-left:-54px!important}.t-xs-54{top:54px!important}.b-xs-54{bottom:54px!important}.l-xs-54{left:54px!important}.r-xs-54{right:54px!important}.t-n-xs-54{top:-54px!important}.b-n-xs-54{bottom:-54px!important}.l-n-xs-54{left:-54px!important}.r-n-xs-54{right:-54px!important}.ti-xs-54{text-indent:54px!important}.ti-n-xs-54{text-indent:-54px!important}.fs-xs-54{font-size:54px!important}.row-xs-54{margin-right:-54px!important;margin-left:-54px!important}.row-xs-54 > [class*='col-']{padding-right:54px!important;padding-left:54px!important}.mt-xs-55{margin-top:55px!important}.mb-xs-55{margin-bottom:55px!important}.mr-xs-55{margin-right:55px!important}.ml-xs-55{margin-left:55px!important}.pt-xs-55{padding-top:55px!important}.pb-xs-55{padding-bottom:55px!important}.pr-xs-55{padding-right:55px!important}.pl-xs-55{padding-left:55px!important}.mt-n-xs-55{margin-top:-55px!important}.mb-n-xs-55{margin-bottom:-55px!important}.mr-n-xs-55{margin-right:-55px!important}.ml-n-xs-55{margin-left:-55px!important}.t-xs-55{top:55px!important}.b-xs-55{bottom:55px!important}.l-xs-55{left:55px!important}.r-xs-55{right:55px!important}.t-n-xs-55{top:-55px!important}.b-n-xs-55{bottom:-55px!important}.l-n-xs-55{left:-55px!important}.r-n-xs-55{right:-55px!important}.ti-xs-55{text-indent:55px!important}.ti-n-xs-55{text-indent:-55px!important}.fs-xs-55{font-size:55px!important}.row-xs-55{margin-right:-55px!important;margin-left:-55px!important}.row-xs-55 > [class*='col-']{padding-right:55px!important;padding-left:55px!important}.mt-xs-56{margin-top:56px!important}.mb-xs-56{margin-bottom:56px!important}.mr-xs-56{margin-right:56px!important}.ml-xs-56{margin-left:56px!important}.pt-xs-56{padding-top:56px!important}.pb-xs-56{padding-bottom:56px!important}.pr-xs-56{padding-right:56px!important}.pl-xs-56{padding-left:56px!important}.mt-n-xs-56{margin-top:-56px!important}.mb-n-xs-56{margin-bottom:-56px!important}.mr-n-xs-56{margin-right:-56px!important}.ml-n-xs-56{margin-left:-56px!important}.t-xs-56{top:56px!important}.b-xs-56{bottom:56px!important}.l-xs-56{left:56px!important}.r-xs-56{right:56px!important}.t-n-xs-56{top:-56px!important}.b-n-xs-56{bottom:-56px!important}.l-n-xs-56{left:-56px!important}.r-n-xs-56{right:-56px!important}.ti-xs-56{text-indent:56px!important}.ti-n-xs-56{text-indent:-56px!important}.fs-xs-56{font-size:56px!important}.row-xs-56{margin-right:-56px!important;margin-left:-56px!important}.row-xs-56 > [class*='col-']{padding-right:56px!important;padding-left:56px!important}.mt-xs-57{margin-top:57px!important}.mb-xs-57{margin-bottom:57px!important}.mr-xs-57{margin-right:57px!important}.ml-xs-57{margin-left:57px!important}.pt-xs-57{padding-top:57px!important}.pb-xs-57{padding-bottom:57px!important}.pr-xs-57{padding-right:57px!important}.pl-xs-57{padding-left:57px!important}.mt-n-xs-57{margin-top:-57px!important}.mb-n-xs-57{margin-bottom:-57px!important}.mr-n-xs-57{margin-right:-57px!important}.ml-n-xs-57{margin-left:-57px!important}.t-xs-57{top:57px!important}.b-xs-57{bottom:57px!important}.l-xs-57{left:57px!important}.r-xs-57{right:57px!important}.t-n-xs-57{top:-57px!important}.b-n-xs-57{bottom:-57px!important}.l-n-xs-57{left:-57px!important}.r-n-xs-57{right:-57px!important}.ti-xs-57{text-indent:57px!important}.ti-n-xs-57{text-indent:-57px!important}.fs-xs-57{font-size:57px!important}.row-xs-57{margin-right:-57px!important;margin-left:-57px!important}.row-xs-57 > [class*='col-']{padding-right:57px!important;padding-left:57px!important}.mt-xs-58{margin-top:58px!important}.mb-xs-58{margin-bottom:58px!important}.mr-xs-58{margin-right:58px!important}.ml-xs-58{margin-left:58px!important}.pt-xs-58{padding-top:58px!important}.pb-xs-58{padding-bottom:58px!important}.pr-xs-58{padding-right:58px!important}.pl-xs-58{padding-left:58px!important}.mt-n-xs-58{margin-top:-58px!important}.mb-n-xs-58{margin-bottom:-58px!important}.mr-n-xs-58{margin-right:-58px!important}.ml-n-xs-58{margin-left:-58px!important}.t-xs-58{top:58px!important}.b-xs-58{bottom:58px!important}.l-xs-58{left:58px!important}.r-xs-58{right:58px!important}.t-n-xs-58{top:-58px!important}.b-n-xs-58{bottom:-58px!important}.l-n-xs-58{left:-58px!important}.r-n-xs-58{right:-58px!important}.ti-xs-58{text-indent:58px!important}.ti-n-xs-58{text-indent:-58px!important}.fs-xs-58{font-size:58px!important}.row-xs-58{margin-right:-58px!important;margin-left:-58px!important}.row-xs-58 > [class*='col-']{padding-right:58px!important;padding-left:58px!important}.mt-xs-59{margin-top:59px!important}.mb-xs-59{margin-bottom:59px!important}.mr-xs-59{margin-right:59px!important}.ml-xs-59{margin-left:59px!important}.pt-xs-59{padding-top:59px!important}.pb-xs-59{padding-bottom:59px!important}.pr-xs-59{padding-right:59px!important}.pl-xs-59{padding-left:59px!important}.mt-n-xs-59{margin-top:-59px!important}.mb-n-xs-59{margin-bottom:-59px!important}.mr-n-xs-59{margin-right:-59px!important}.ml-n-xs-59{margin-left:-59px!important}.t-xs-59{top:59px!important}.b-xs-59{bottom:59px!important}.l-xs-59{left:59px!important}.r-xs-59{right:59px!important}.t-n-xs-59{top:-59px!important}.b-n-xs-59{bottom:-59px!important}.l-n-xs-59{left:-59px!important}.r-n-xs-59{right:-59px!important}.ti-xs-59{text-indent:59px!important}.ti-n-xs-59{text-indent:-59px!important}.fs-xs-59{font-size:59px!important}.row-xs-59{margin-right:-59px!important;margin-left:-59px!important}.row-xs-59 > [class*='col-']{padding-right:59px!important;padding-left:59px!important}.mt-xs-60{margin-top:60px!important}.mb-xs-60{margin-bottom:60px!important}.mr-xs-60{margin-right:60px!important}.ml-xs-60{margin-left:60px!important}.pt-xs-60{padding-top:60px!important}.pb-xs-60{padding-bottom:60px!important}.pr-xs-60{padding-right:60px!important}.pl-xs-60{padding-left:60px!important}.mt-n-xs-60{margin-top:-60px!important}.mb-n-xs-60{margin-bottom:-60px!important}.mr-n-xs-60{margin-right:-60px!important}.ml-n-xs-60{margin-left:-60px!important}.t-xs-60{top:60px!important}.b-xs-60{bottom:60px!important}.l-xs-60{left:60px!important}.r-xs-60{right:60px!important}.t-n-xs-60{top:-60px!important}.b-n-xs-60{bottom:-60px!important}.l-n-xs-60{left:-60px!important}.r-n-xs-60{right:-60px!important}.ti-xs-60{text-indent:60px!important}.ti-n-xs-60{text-indent:-60px!important}.fs-xs-60{font-size:60px!important}.row-xs-60{margin-right:-60px!important;margin-left:-60px!important}.row-xs-60 > [class*='col-']{padding-right:60px!important;padding-left:60px!important}.mt-xs-61{margin-top:61px!important}.mb-xs-61{margin-bottom:61px!important}.mr-xs-61{margin-right:61px!important}.ml-xs-61{margin-left:61px!important}.pt-xs-61{padding-top:61px!important}.pb-xs-61{padding-bottom:61px!important}.pr-xs-61{padding-right:61px!important}.pl-xs-61{padding-left:61px!important}.mt-n-xs-61{margin-top:-61px!important}.mb-n-xs-61{margin-bottom:-61px!important}.mr-n-xs-61{margin-right:-61px!important}.ml-n-xs-61{margin-left:-61px!important}.t-xs-61{top:61px!important}.b-xs-61{bottom:61px!important}.l-xs-61{left:61px!important}.r-xs-61{right:61px!important}.t-n-xs-61{top:-61px!important}.b-n-xs-61{bottom:-61px!important}.l-n-xs-61{left:-61px!important}.r-n-xs-61{right:-61px!important}.ti-xs-61{text-indent:61px!important}.ti-n-xs-61{text-indent:-61px!important}.fs-xs-61{font-size:61px!important}.row-xs-61{margin-right:-61px!important;margin-left:-61px!important}.row-xs-61 > [class*='col-']{padding-right:61px!important;padding-left:61px!important}.mt-xs-62{margin-top:62px!important}.mb-xs-62{margin-bottom:62px!important}.mr-xs-62{margin-right:62px!important}.ml-xs-62{margin-left:62px!important}.pt-xs-62{padding-top:62px!important}.pb-xs-62{padding-bottom:62px!important}.pr-xs-62{padding-right:62px!important}.pl-xs-62{padding-left:62px!important}.mt-n-xs-62{margin-top:-62px!important}.mb-n-xs-62{margin-bottom:-62px!important}.mr-n-xs-62{margin-right:-62px!important}.ml-n-xs-62{margin-left:-62px!important}.t-xs-62{top:62px!important}.b-xs-62{bottom:62px!important}.l-xs-62{left:62px!important}.r-xs-62{right:62px!important}.t-n-xs-62{top:-62px!important}.b-n-xs-62{bottom:-62px!important}.l-n-xs-62{left:-62px!important}.r-n-xs-62{right:-62px!important}.ti-xs-62{text-indent:62px!important}.ti-n-xs-62{text-indent:-62px!important}.fs-xs-62{font-size:62px!important}.row-xs-62{margin-right:-62px!important;margin-left:-62px!important}.row-xs-62 > [class*='col-']{padding-right:62px!important;padding-left:62px!important}.mt-xs-63{margin-top:63px!important}.mb-xs-63{margin-bottom:63px!important}.mr-xs-63{margin-right:63px!important}.ml-xs-63{margin-left:63px!important}.pt-xs-63{padding-top:63px!important}.pb-xs-63{padding-bottom:63px!important}.pr-xs-63{padding-right:63px!important}.pl-xs-63{padding-left:63px!important}.mt-n-xs-63{margin-top:-63px!important}.mb-n-xs-63{margin-bottom:-63px!important}.mr-n-xs-63{margin-right:-63px!important}.ml-n-xs-63{margin-left:-63px!important}.t-xs-63{top:63px!important}.b-xs-63{bottom:63px!important}.l-xs-63{left:63px!important}.r-xs-63{right:63px!important}.t-n-xs-63{top:-63px!important}.b-n-xs-63{bottom:-63px!important}.l-n-xs-63{left:-63px!important}.r-n-xs-63{right:-63px!important}.ti-xs-63{text-indent:63px!important}.ti-n-xs-63{text-indent:-63px!important}.fs-xs-63{font-size:63px!important}.row-xs-63{margin-right:-63px!important;margin-left:-63px!important}.row-xs-63 > [class*='col-']{padding-right:63px!important;padding-left:63px!important}.mt-xs-64{margin-top:64px!important}.mb-xs-64{margin-bottom:64px!important}.mr-xs-64{margin-right:64px!important}.ml-xs-64{margin-left:64px!important}.pt-xs-64{padding-top:64px!important}.pb-xs-64{padding-bottom:64px!important}.pr-xs-64{padding-right:64px!important}.pl-xs-64{padding-left:64px!important}.mt-n-xs-64{margin-top:-64px!important}.mb-n-xs-64{margin-bottom:-64px!important}.mr-n-xs-64{margin-right:-64px!important}.ml-n-xs-64{margin-left:-64px!important}.t-xs-64{top:64px!important}.b-xs-64{bottom:64px!important}.l-xs-64{left:64px!important}.r-xs-64{right:64px!important}.t-n-xs-64{top:-64px!important}.b-n-xs-64{bottom:-64px!important}.l-n-xs-64{left:-64px!important}.r-n-xs-64{right:-64px!important}.ti-xs-64{text-indent:64px!important}.ti-n-xs-64{text-indent:-64px!important}.fs-xs-64{font-size:64px!important}.row-xs-64{margin-right:-64px!important;margin-left:-64px!important}.row-xs-64 > [class*='col-']{padding-right:64px!important;padding-left:64px!important}.mt-xs-65{margin-top:65px!important}.mb-xs-65{margin-bottom:65px!important}.mr-xs-65{margin-right:65px!important}.ml-xs-65{margin-left:65px!important}.pt-xs-65{padding-top:65px!important}.pb-xs-65{padding-bottom:65px!important}.pr-xs-65{padding-right:65px!important}.pl-xs-65{padding-left:65px!important}.mt-n-xs-65{margin-top:-65px!important}.mb-n-xs-65{margin-bottom:-65px!important}.mr-n-xs-65{margin-right:-65px!important}.ml-n-xs-65{margin-left:-65px!important}.t-xs-65{top:65px!important}.b-xs-65{bottom:65px!important}.l-xs-65{left:65px!important}.r-xs-65{right:65px!important}.t-n-xs-65{top:-65px!important}.b-n-xs-65{bottom:-65px!important}.l-n-xs-65{left:-65px!important}.r-n-xs-65{right:-65px!important}.ti-xs-65{text-indent:65px!important}.ti-n-xs-65{text-indent:-65px!important}.fs-xs-65{font-size:65px!important}.row-xs-65{margin-right:-65px!important;margin-left:-65px!important}.row-xs-65 > [class*='col-']{padding-right:65px!important;padding-left:65px!important}.mt-xs-66{margin-top:66px!important}.mb-xs-66{margin-bottom:66px!important}.mr-xs-66{margin-right:66px!important}.ml-xs-66{margin-left:66px!important}.pt-xs-66{padding-top:66px!important}.pb-xs-66{padding-bottom:66px!important}.pr-xs-66{padding-right:66px!important}.pl-xs-66{padding-left:66px!important}.mt-n-xs-66{margin-top:-66px!important}.mb-n-xs-66{margin-bottom:-66px!important}.mr-n-xs-66{margin-right:-66px!important}.ml-n-xs-66{margin-left:-66px!important}.t-xs-66{top:66px!important}.b-xs-66{bottom:66px!important}.l-xs-66{left:66px!important}.r-xs-66{right:66px!important}.t-n-xs-66{top:-66px!important}.b-n-xs-66{bottom:-66px!important}.l-n-xs-66{left:-66px!important}.r-n-xs-66{right:-66px!important}.ti-xs-66{text-indent:66px!important}.ti-n-xs-66{text-indent:-66px!important}.fs-xs-66{font-size:66px!important}.row-xs-66{margin-right:-66px!important;margin-left:-66px!important}.row-xs-66 > [class*='col-']{padding-right:66px!important;padding-left:66px!important}.mt-xs-67{margin-top:67px!important}.mb-xs-67{margin-bottom:67px!important}.mr-xs-67{margin-right:67px!important}.ml-xs-67{margin-left:67px!important}.pt-xs-67{padding-top:67px!important}.pb-xs-67{padding-bottom:67px!important}.pr-xs-67{padding-right:67px!important}.pl-xs-67{padding-left:67px!important}.mt-n-xs-67{margin-top:-67px!important}.mb-n-xs-67{margin-bottom:-67px!important}.mr-n-xs-67{margin-right:-67px!important}.ml-n-xs-67{margin-left:-67px!important}.t-xs-67{top:67px!important}.b-xs-67{bottom:67px!important}.l-xs-67{left:67px!important}.r-xs-67{right:67px!important}.t-n-xs-67{top:-67px!important}.b-n-xs-67{bottom:-67px!important}.l-n-xs-67{left:-67px!important}.r-n-xs-67{right:-67px!important}.ti-xs-67{text-indent:67px!important}.ti-n-xs-67{text-indent:-67px!important}.fs-xs-67{font-size:67px!important}.row-xs-67{margin-right:-67px!important;margin-left:-67px!important}.row-xs-67 > [class*='col-']{padding-right:67px!important;padding-left:67px!important}.mt-xs-68{margin-top:68px!important}.mb-xs-68{margin-bottom:68px!important}.mr-xs-68{margin-right:68px!important}.ml-xs-68{margin-left:68px!important}.pt-xs-68{padding-top:68px!important}.pb-xs-68{padding-bottom:68px!important}.pr-xs-68{padding-right:68px!important}.pl-xs-68{padding-left:68px!important}.mt-n-xs-68{margin-top:-68px!important}.mb-n-xs-68{margin-bottom:-68px!important}.mr-n-xs-68{margin-right:-68px!important}.ml-n-xs-68{margin-left:-68px!important}.t-xs-68{top:68px!important}.b-xs-68{bottom:68px!important}.l-xs-68{left:68px!important}.r-xs-68{right:68px!important}.t-n-xs-68{top:-68px!important}.b-n-xs-68{bottom:-68px!important}.l-n-xs-68{left:-68px!important}.r-n-xs-68{right:-68px!important}.ti-xs-68{text-indent:68px!important}.ti-n-xs-68{text-indent:-68px!important}.fs-xs-68{font-size:68px!important}.row-xs-68{margin-right:-68px!important;margin-left:-68px!important}.row-xs-68 > [class*='col-']{padding-right:68px!important;padding-left:68px!important}.mt-xs-69{margin-top:69px!important}.mb-xs-69{margin-bottom:69px!important}.mr-xs-69{margin-right:69px!important}.ml-xs-69{margin-left:69px!important}.pt-xs-69{padding-top:69px!important}.pb-xs-69{padding-bottom:69px!important}.pr-xs-69{padding-right:69px!important}.pl-xs-69{padding-left:69px!important}.mt-n-xs-69{margin-top:-69px!important}.mb-n-xs-69{margin-bottom:-69px!important}.mr-n-xs-69{margin-right:-69px!important}.ml-n-xs-69{margin-left:-69px!important}.t-xs-69{top:69px!important}.b-xs-69{bottom:69px!important}.l-xs-69{left:69px!important}.r-xs-69{right:69px!important}.t-n-xs-69{top:-69px!important}.b-n-xs-69{bottom:-69px!important}.l-n-xs-69{left:-69px!important}.r-n-xs-69{right:-69px!important}.ti-xs-69{text-indent:69px!important}.ti-n-xs-69{text-indent:-69px!important}.fs-xs-69{font-size:69px!important}.row-xs-69{margin-right:-69px!important;margin-left:-69px!important}.row-xs-69 > [class*='col-']{padding-right:69px!important;padding-left:69px!important}.mt-xs-70{margin-top:70px!important}.mb-xs-70{margin-bottom:70px!important}.mr-xs-70{margin-right:70px!important}.ml-xs-70{margin-left:70px!important}.pt-xs-70{padding-top:70px!important}.pb-xs-70{padding-bottom:70px!important}.pr-xs-70{padding-right:70px!important}.pl-xs-70{padding-left:70px!important}.mt-n-xs-70{margin-top:-70px!important}.mb-n-xs-70{margin-bottom:-70px!important}.mr-n-xs-70{margin-right:-70px!important}.ml-n-xs-70{margin-left:-70px!important}.t-xs-70{top:70px!important}.b-xs-70{bottom:70px!important}.l-xs-70{left:70px!important}.r-xs-70{right:70px!important}.t-n-xs-70{top:-70px!important}.b-n-xs-70{bottom:-70px!important}.l-n-xs-70{left:-70px!important}.r-n-xs-70{right:-70px!important}.ti-xs-70{text-indent:70px!important}.ti-n-xs-70{text-indent:-70px!important}.fs-xs-70{font-size:70px!important}.row-xs-70{margin-right:-70px!important;margin-left:-70px!important}.row-xs-70 > [class*='col-']{padding-right:70px!important;padding-left:70px!important}.mt-xs-71{margin-top:71px!important}.mb-xs-71{margin-bottom:71px!important}.mr-xs-71{margin-right:71px!important}.ml-xs-71{margin-left:71px!important}.pt-xs-71{padding-top:71px!important}.pb-xs-71{padding-bottom:71px!important}.pr-xs-71{padding-right:71px!important}.pl-xs-71{padding-left:71px!important}.mt-n-xs-71{margin-top:-71px!important}.mb-n-xs-71{margin-bottom:-71px!important}.mr-n-xs-71{margin-right:-71px!important}.ml-n-xs-71{margin-left:-71px!important}.t-xs-71{top:71px!important}.b-xs-71{bottom:71px!important}.l-xs-71{left:71px!important}.r-xs-71{right:71px!important}.t-n-xs-71{top:-71px!important}.b-n-xs-71{bottom:-71px!important}.l-n-xs-71{left:-71px!important}.r-n-xs-71{right:-71px!important}.ti-xs-71{text-indent:71px!important}.ti-n-xs-71{text-indent:-71px!important}.fs-xs-71{font-size:71px!important}.row-xs-71{margin-right:-71px!important;margin-left:-71px!important}.row-xs-71 > [class*='col-']{padding-right:71px!important;padding-left:71px!important}.mt-xs-72{margin-top:72px!important}.mb-xs-72{margin-bottom:72px!important}.mr-xs-72{margin-right:72px!important}.ml-xs-72{margin-left:72px!important}.pt-xs-72{padding-top:72px!important}.pb-xs-72{padding-bottom:72px!important}.pr-xs-72{padding-right:72px!important}.pl-xs-72{padding-left:72px!important}.mt-n-xs-72{margin-top:-72px!important}.mb-n-xs-72{margin-bottom:-72px!important}.mr-n-xs-72{margin-right:-72px!important}.ml-n-xs-72{margin-left:-72px!important}.t-xs-72{top:72px!important}.b-xs-72{bottom:72px!important}.l-xs-72{left:72px!important}.r-xs-72{right:72px!important}.t-n-xs-72{top:-72px!important}.b-n-xs-72{bottom:-72px!important}.l-n-xs-72{left:-72px!important}.r-n-xs-72{right:-72px!important}.ti-xs-72{text-indent:72px!important}.ti-n-xs-72{text-indent:-72px!important}.fs-xs-72{font-size:72px!important}.row-xs-72{margin-right:-72px!important;margin-left:-72px!important}.row-xs-72 > [class*='col-']{padding-right:72px!important;padding-left:72px!important}.mt-xs-73{margin-top:73px!important}.mb-xs-73{margin-bottom:73px!important}.mr-xs-73{margin-right:73px!important}.ml-xs-73{margin-left:73px!important}.pt-xs-73{padding-top:73px!important}.pb-xs-73{padding-bottom:73px!important}.pr-xs-73{padding-right:73px!important}.pl-xs-73{padding-left:73px!important}.mt-n-xs-73{margin-top:-73px!important}.mb-n-xs-73{margin-bottom:-73px!important}.mr-n-xs-73{margin-right:-73px!important}.ml-n-xs-73{margin-left:-73px!important}.t-xs-73{top:73px!important}.b-xs-73{bottom:73px!important}.l-xs-73{left:73px!important}.r-xs-73{right:73px!important}.t-n-xs-73{top:-73px!important}.b-n-xs-73{bottom:-73px!important}.l-n-xs-73{left:-73px!important}.r-n-xs-73{right:-73px!important}.ti-xs-73{text-indent:73px!important}.ti-n-xs-73{text-indent:-73px!important}.fs-xs-73{font-size:73px!important}.row-xs-73{margin-right:-73px!important;margin-left:-73px!important}.row-xs-73 > [class*='col-']{padding-right:73px!important;padding-left:73px!important}.mt-xs-74{margin-top:74px!important}.mb-xs-74{margin-bottom:74px!important}.mr-xs-74{margin-right:74px!important}.ml-xs-74{margin-left:74px!important}.pt-xs-74{padding-top:74px!important}.pb-xs-74{padding-bottom:74px!important}.pr-xs-74{padding-right:74px!important}.pl-xs-74{padding-left:74px!important}.mt-n-xs-74{margin-top:-74px!important}.mb-n-xs-74{margin-bottom:-74px!important}.mr-n-xs-74{margin-right:-74px!important}.ml-n-xs-74{margin-left:-74px!important}.t-xs-74{top:74px!important}.b-xs-74{bottom:74px!important}.l-xs-74{left:74px!important}.r-xs-74{right:74px!important}.t-n-xs-74{top:-74px!important}.b-n-xs-74{bottom:-74px!important}.l-n-xs-74{left:-74px!important}.r-n-xs-74{right:-74px!important}.ti-xs-74{text-indent:74px!important}.ti-n-xs-74{text-indent:-74px!important}.fs-xs-74{font-size:74px!important}.row-xs-74{margin-right:-74px!important;margin-left:-74px!important}.row-xs-74 > [class*='col-']{padding-right:74px!important;padding-left:74px!important}.mt-xs-75{margin-top:75px!important}.mb-xs-75{margin-bottom:75px!important}.mr-xs-75{margin-right:75px!important}.ml-xs-75{margin-left:75px!important}.pt-xs-75{padding-top:75px!important}.pb-xs-75{padding-bottom:75px!important}.pr-xs-75{padding-right:75px!important}.pl-xs-75{padding-left:75px!important}.mt-n-xs-75{margin-top:-75px!important}.mb-n-xs-75{margin-bottom:-75px!important}.mr-n-xs-75{margin-right:-75px!important}.ml-n-xs-75{margin-left:-75px!important}.t-xs-75{top:75px!important}.b-xs-75{bottom:75px!important}.l-xs-75{left:75px!important}.r-xs-75{right:75px!important}.t-n-xs-75{top:-75px!important}.b-n-xs-75{bottom:-75px!important}.l-n-xs-75{left:-75px!important}.r-n-xs-75{right:-75px!important}.ti-xs-75{text-indent:75px!important}.ti-n-xs-75{text-indent:-75px!important}.fs-xs-75{font-size:75px!important}.row-xs-75{margin-right:-75px!important;margin-left:-75px!important}.row-xs-75 > [class*='col-']{padding-right:75px!important;padding-left:75px!important}.mt-xs-76{margin-top:76px!important}.mb-xs-76{margin-bottom:76px!important}.mr-xs-76{margin-right:76px!important}.ml-xs-76{margin-left:76px!important}.pt-xs-76{padding-top:76px!important}.pb-xs-76{padding-bottom:76px!important}.pr-xs-76{padding-right:76px!important}.pl-xs-76{padding-left:76px!important}.mt-n-xs-76{margin-top:-76px!important}.mb-n-xs-76{margin-bottom:-76px!important}.mr-n-xs-76{margin-right:-76px!important}.ml-n-xs-76{margin-left:-76px!important}.t-xs-76{top:76px!important}.b-xs-76{bottom:76px!important}.l-xs-76{left:76px!important}.r-xs-76{right:76px!important}.t-n-xs-76{top:-76px!important}.b-n-xs-76{bottom:-76px!important}.l-n-xs-76{left:-76px!important}.r-n-xs-76{right:-76px!important}.ti-xs-76{text-indent:76px!important}.ti-n-xs-76{text-indent:-76px!important}.fs-xs-76{font-size:76px!important}.row-xs-76{margin-right:-76px!important;margin-left:-76px!important}.row-xs-76 > [class*='col-']{padding-right:76px!important;padding-left:76px!important}.mt-xs-77{margin-top:77px!important}.mb-xs-77{margin-bottom:77px!important}.mr-xs-77{margin-right:77px!important}.ml-xs-77{margin-left:77px!important}.pt-xs-77{padding-top:77px!important}.pb-xs-77{padding-bottom:77px!important}.pr-xs-77{padding-right:77px!important}.pl-xs-77{padding-left:77px!important}.mt-n-xs-77{margin-top:-77px!important}.mb-n-xs-77{margin-bottom:-77px!important}.mr-n-xs-77{margin-right:-77px!important}.ml-n-xs-77{margin-left:-77px!important}.t-xs-77{top:77px!important}.b-xs-77{bottom:77px!important}.l-xs-77{left:77px!important}.r-xs-77{right:77px!important}.t-n-xs-77{top:-77px!important}.b-n-xs-77{bottom:-77px!important}.l-n-xs-77{left:-77px!important}.r-n-xs-77{right:-77px!important}.ti-xs-77{text-indent:77px!important}.ti-n-xs-77{text-indent:-77px!important}.fs-xs-77{font-size:77px!important}.row-xs-77{margin-right:-77px!important;margin-left:-77px!important}.row-xs-77 > [class*='col-']{padding-right:77px!important;padding-left:77px!important}.mt-xs-78{margin-top:78px!important}.mb-xs-78{margin-bottom:78px!important}.mr-xs-78{margin-right:78px!important}.ml-xs-78{margin-left:78px!important}.pt-xs-78{padding-top:78px!important}.pb-xs-78{padding-bottom:78px!important}.pr-xs-78{padding-right:78px!important}.pl-xs-78{padding-left:78px!important}.mt-n-xs-78{margin-top:-78px!important}.mb-n-xs-78{margin-bottom:-78px!important}.mr-n-xs-78{margin-right:-78px!important}.ml-n-xs-78{margin-left:-78px!important}.t-xs-78{top:78px!important}.b-xs-78{bottom:78px!important}.l-xs-78{left:78px!important}.r-xs-78{right:78px!important}.t-n-xs-78{top:-78px!important}.b-n-xs-78{bottom:-78px!important}.l-n-xs-78{left:-78px!important}.r-n-xs-78{right:-78px!important}.ti-xs-78{text-indent:78px!important}.ti-n-xs-78{text-indent:-78px!important}.fs-xs-78{font-size:78px!important}.row-xs-78{margin-right:-78px!important;margin-left:-78px!important}.row-xs-78 > [class*='col-']{padding-right:78px!important;padding-left:78px!important}.mt-xs-79{margin-top:79px!important}.mb-xs-79{margin-bottom:79px!important}.mr-xs-79{margin-right:79px!important}.ml-xs-79{margin-left:79px!important}.pt-xs-79{padding-top:79px!important}.pb-xs-79{padding-bottom:79px!important}.pr-xs-79{padding-right:79px!important}.pl-xs-79{padding-left:79px!important}.mt-n-xs-79{margin-top:-79px!important}.mb-n-xs-79{margin-bottom:-79px!important}.mr-n-xs-79{margin-right:-79px!important}.ml-n-xs-79{margin-left:-79px!important}.t-xs-79{top:79px!important}.b-xs-79{bottom:79px!important}.l-xs-79{left:79px!important}.r-xs-79{right:79px!important}.t-n-xs-79{top:-79px!important}.b-n-xs-79{bottom:-79px!important}.l-n-xs-79{left:-79px!important}.r-n-xs-79{right:-79px!important}.ti-xs-79{text-indent:79px!important}.ti-n-xs-79{text-indent:-79px!important}.fs-xs-79{font-size:79px!important}.row-xs-79{margin-right:-79px!important;margin-left:-79px!important}.row-xs-79 > [class*='col-']{padding-right:79px!important;padding-left:79px!important}.mt-xs-80{margin-top:80px!important}.mb-xs-80{margin-bottom:80px!important}.mr-xs-80{margin-right:80px!important}.ml-xs-80{margin-left:80px!important}.pt-xs-80{padding-top:80px!important}.pb-xs-80{padding-bottom:80px!important}.pr-xs-80{padding-right:80px!important}.pl-xs-80{padding-left:80px!important}.mt-n-xs-80{margin-top:-80px!important}.mb-n-xs-80{margin-bottom:-80px!important}.mr-n-xs-80{margin-right:-80px!important}.ml-n-xs-80{margin-left:-80px!important}.t-xs-80{top:80px!important}.b-xs-80{bottom:80px!important}.l-xs-80{left:80px!important}.r-xs-80{right:80px!important}.t-n-xs-80{top:-80px!important}.b-n-xs-80{bottom:-80px!important}.l-n-xs-80{left:-80px!important}.r-n-xs-80{right:-80px!important}.ti-xs-80{text-indent:80px!important}.ti-n-xs-80{text-indent:-80px!important}.fs-xs-80{font-size:80px!important}.row-xs-80{margin-right:-80px!important;margin-left:-80px!important}.row-xs-80 > [class*='col-']{padding-right:80px!important;padding-left:80px!important}@media (min-width: 2px){.mt-sm-0{margin-top:0!important}.mb-sm-0{margin-bottom:0!important}.mr-sm-0{margin-right:0!important}.ml-sm-0{margin-left:0!important}.pt-sm-0{padding-top:0!important}.pb-sm-0{padding-bottom:0!important}.pr-sm-0{padding-right:0!important}.pl-sm-0{padding-left:0!important}.mt-n-sm-0{margin-top:0!important}.mb-n-sm-0{margin-bottom:0!important}.mr-n-sm-0{margin-right:0!important}.ml-n-sm-0{margin-left:0!important}.t-sm-0{top:0!important}.b-sm-0{bottom:0!important}.l-sm-0{left:0!important}.r-sm-0{right:0!important}.t-n-sm-0{top:0!important}.b-n-sm-0{bottom:0!important}.l-n-sm-0{left:0!important}.r-n-sm-0{right:0!important}.ti-sm-0{text-indent:0!important}.ti-n-sm-0{text-indent:0!important}.fs-sm-0{font-size:0!important}.row-sm-0{margin-right:0!important;margin-left:0!important}.row-sm-0 > [class*='col-']{padding-right:0!important;padding-left:0!important}.mt-sm-1{margin-top:1px!important}.mb-sm-1{margin-bottom:1px!important}.mr-sm-1{margin-right:1px!important}.ml-sm-1{margin-left:1px!important}.pt-sm-1{padding-top:1px!important}.pb-sm-1{padding-bottom:1px!important}.pr-sm-1{padding-right:1px!important}.pl-sm-1{padding-left:1px!important}.mt-n-sm-1{margin-top:-1px!important}.mb-n-sm-1{margin-bottom:-1px!important}.mr-n-sm-1{margin-right:-1px!important}.ml-n-sm-1{margin-left:-1px!important}.t-sm-1{top:1px!important}.b-sm-1{bottom:1px!important}.l-sm-1{left:1px!important}.r-sm-1{right:1px!important}.t-n-sm-1{top:-1px!important}.b-n-sm-1{bottom:-1px!important}.l-n-sm-1{left:-1px!important}.r-n-sm-1{right:-1px!important}.ti-sm-1{text-indent:1px!important}.ti-n-sm-1{text-indent:-1px!important}.fs-sm-1{font-size:1px!important}.row-sm-1{margin-right:-1px!important;margin-left:-1px!important}.row-sm-1 > [class*='col-']{padding-right:1px!important;padding-left:1px!important}.mt-sm-2{margin-top:2px!important}.mb-sm-2{margin-bottom:2px!important}.mr-sm-2{margin-right:2px!important}.ml-sm-2{margin-left:2px!important}.pt-sm-2{padding-top:2px!important}.pb-sm-2{padding-bottom:2px!important}.pr-sm-2{padding-right:2px!important}.pl-sm-2{padding-left:2px!important}.mt-n-sm-2{margin-top:-2px!important}.mb-n-sm-2{margin-bottom:-2px!important}.mr-n-sm-2{margin-right:-2px!important}.ml-n-sm-2{margin-left:-2px!important}.t-sm-2{top:2px!important}.b-sm-2{bottom:2px!important}.l-sm-2{left:2px!important}.r-sm-2{right:2px!important}.t-n-sm-2{top:-2px!important}.b-n-sm-2{bottom:-2px!important}.l-n-sm-2{left:-2px!important}.r-n-sm-2{right:-2px!important}.ti-sm-2{text-indent:2px!important}.ti-n-sm-2{text-indent:-2px!important}.fs-sm-2{font-size:2px!important}.row-sm-2{margin-right:-2px!important;margin-left:-2px!important}.row-sm-2 > [class*='col-']{padding-right:2px!important;padding-left:2px!important}.mt-sm-3{margin-top:3px!important}.mb-sm-3{margin-bottom:3px!important}.mr-sm-3{margin-right:3px!important}.ml-sm-3{margin-left:3px!important}.pt-sm-3{padding-top:3px!important}.pb-sm-3{padding-bottom:3px!important}.pr-sm-3{padding-right:3px!important}.pl-sm-3{padding-left:3px!important}.mt-n-sm-3{margin-top:-3px!important}.mb-n-sm-3{margin-bottom:-3px!important}.mr-n-sm-3{margin-right:-3px!important}.ml-n-sm-3{margin-left:-3px!important}.t-sm-3{top:3px!important}.b-sm-3{bottom:3px!important}.l-sm-3{left:3px!important}.r-sm-3{right:3px!important}.t-n-sm-3{top:-3px!important}.b-n-sm-3{bottom:-3px!important}.l-n-sm-3{left:-3px!important}.r-n-sm-3{right:-3px!important}.ti-sm-3{text-indent:3px!important}.ti-n-sm-3{text-indent:-3px!important}.fs-sm-3{font-size:3px!important}.row-sm-3{margin-right:-3px!important;margin-left:-3px!important}.row-sm-3 > [class*='col-']{padding-right:3px!important;padding-left:3px!important}.mt-sm-4{margin-top:4px!important}.mb-sm-4{margin-bottom:4px!important}.mr-sm-4{margin-right:4px!important}.ml-sm-4{margin-left:4px!important}.pt-sm-4{padding-top:4px!important}.pb-sm-4{padding-bottom:4px!important}.pr-sm-4{padding-right:4px!important}.pl-sm-4{padding-left:4px!important}.mt-n-sm-4{margin-top:-4px!important}.mb-n-sm-4{margin-bottom:-4px!important}.mr-n-sm-4{margin-right:-4px!important}.ml-n-sm-4{margin-left:-4px!important}.t-sm-4{top:4px!important}.b-sm-4{bottom:4px!important}.l-sm-4{left:4px!important}.r-sm-4{right:4px!important}.t-n-sm-4{top:-4px!important}.b-n-sm-4{bottom:-4px!important}.l-n-sm-4{left:-4px!important}.r-n-sm-4{right:-4px!important}.ti-sm-4{text-indent:4px!important}.ti-n-sm-4{text-indent:-4px!important}.fs-sm-4{font-size:4px!important}.row-sm-4{margin-right:-4px!important;margin-left:-4px!important}.row-sm-4 > [class*='col-']{padding-right:4px!important;padding-left:4px!important}.mt-sm-5{margin-top:5px!important}.mb-sm-5{margin-bottom:5px!important}.mr-sm-5{margin-right:5px!important}.ml-sm-5{margin-left:5px!important}.pt-sm-5{padding-top:5px!important}.pb-sm-5{padding-bottom:5px!important}.pr-sm-5{padding-right:5px!important}.pl-sm-5{padding-left:5px!important}.mt-n-sm-5{margin-top:-5px!important}.mb-n-sm-5{margin-bottom:-5px!important}.mr-n-sm-5{margin-right:-5px!important}.ml-n-sm-5{margin-left:-5px!important}.t-sm-5{top:5px!important}.b-sm-5{bottom:5px!important}.l-sm-5{left:5px!important}.r-sm-5{right:5px!important}.t-n-sm-5{top:-5px!important}.b-n-sm-5{bottom:-5px!important}.l-n-sm-5{left:-5px!important}.r-n-sm-5{right:-5px!important}.ti-sm-5{text-indent:5px!important}.ti-n-sm-5{text-indent:-5px!important}.fs-sm-5{font-size:5px!important}.row-sm-5{margin-right:-5px!important;margin-left:-5px!important}.row-sm-5 > [class*='col-']{padding-right:5px!important;padding-left:5px!important}.mt-sm-6{margin-top:6px!important}.mb-sm-6{margin-bottom:6px!important}.mr-sm-6{margin-right:6px!important}.ml-sm-6{margin-left:6px!important}.pt-sm-6{padding-top:6px!important}.pb-sm-6{padding-bottom:6px!important}.pr-sm-6{padding-right:6px!important}.pl-sm-6{padding-left:6px!important}.mt-n-sm-6{margin-top:-6px!important}.mb-n-sm-6{margin-bottom:-6px!important}.mr-n-sm-6{margin-right:-6px!important}.ml-n-sm-6{margin-left:-6px!important}.t-sm-6{top:6px!important}.b-sm-6{bottom:6px!important}.l-sm-6{left:6px!important}.r-sm-6{right:6px!important}.t-n-sm-6{top:-6px!important}.b-n-sm-6{bottom:-6px!important}.l-n-sm-6{left:-6px!important}.r-n-sm-6{right:-6px!important}.ti-sm-6{text-indent:6px!important}.ti-n-sm-6{text-indent:-6px!important}.fs-sm-6{font-size:6px!important}.row-sm-6{margin-right:-6px!important;margin-left:-6px!important}.row-sm-6 > [class*='col-']{padding-right:6px!important;padding-left:6px!important}.mt-sm-7{margin-top:7px!important}.mb-sm-7{margin-bottom:7px!important}.mr-sm-7{margin-right:7px!important}.ml-sm-7{margin-left:7px!important}.pt-sm-7{padding-top:7px!important}.pb-sm-7{padding-bottom:7px!important}.pr-sm-7{padding-right:7px!important}.pl-sm-7{padding-left:7px!important}.mt-n-sm-7{margin-top:-7px!important}.mb-n-sm-7{margin-bottom:-7px!important}.mr-n-sm-7{margin-right:-7px!important}.ml-n-sm-7{margin-left:-7px!important}.t-sm-7{top:7px!important}.b-sm-7{bottom:7px!important}.l-sm-7{left:7px!important}.r-sm-7{right:7px!important}.t-n-sm-7{top:-7px!important}.b-n-sm-7{bottom:-7px!important}.l-n-sm-7{left:-7px!important}.r-n-sm-7{right:-7px!important}.ti-sm-7{text-indent:7px!important}.ti-n-sm-7{text-indent:-7px!important}.fs-sm-7{font-size:7px!important}.row-sm-7{margin-right:-7px!important;margin-left:-7px!important}.row-sm-7 > [class*='col-']{padding-right:7px!important;padding-left:7px!important}.mt-sm-8{margin-top:8px!important}.mb-sm-8{margin-bottom:8px!important}.mr-sm-8{margin-right:8px!important}.ml-sm-8{margin-left:8px!important}.pt-sm-8{padding-top:8px!important}.pb-sm-8{padding-bottom:8px!important}.pr-sm-8{padding-right:8px!important}.pl-sm-8{padding-left:8px!important}.mt-n-sm-8{margin-top:-8px!important}.mb-n-sm-8{margin-bottom:-8px!important}.mr-n-sm-8{margin-right:-8px!important}.ml-n-sm-8{margin-left:-8px!important}.t-sm-8{top:8px!important}.b-sm-8{bottom:8px!important}.l-sm-8{left:8px!important}.r-sm-8{right:8px!important}.t-n-sm-8{top:-8px!important}.b-n-sm-8{bottom:-8px!important}.l-n-sm-8{left:-8px!important}.r-n-sm-8{right:-8px!important}.ti-sm-8{text-indent:8px!important}.ti-n-sm-8{text-indent:-8px!important}.fs-sm-8{font-size:8px!important}.row-sm-8{margin-right:-8px!important;margin-left:-8px!important}.row-sm-8 > [class*='col-']{padding-right:8px!important;padding-left:8px!important}.mt-sm-9{margin-top:9px!important}.mb-sm-9{margin-bottom:9px!important}.mr-sm-9{margin-right:9px!important}.ml-sm-9{margin-left:9px!important}.pt-sm-9{padding-top:9px!important}.pb-sm-9{padding-bottom:9px!important}.pr-sm-9{padding-right:9px!important}.pl-sm-9{padding-left:9px!important}.mt-n-sm-9{margin-top:-9px!important}.mb-n-sm-9{margin-bottom:-9px!important}.mr-n-sm-9{margin-right:-9px!important}.ml-n-sm-9{margin-left:-9px!important}.t-sm-9{top:9px!important}.b-sm-9{bottom:9px!important}.l-sm-9{left:9px!important}.r-sm-9{right:9px!important}.t-n-sm-9{top:-9px!important}.b-n-sm-9{bottom:-9px!important}.l-n-sm-9{left:-9px!important}.r-n-sm-9{right:-9px!important}.ti-sm-9{text-indent:9px!important}.ti-n-sm-9{text-indent:-9px!important}.fs-sm-9{font-size:9px!important}.row-sm-9{margin-right:-9px!important;margin-left:-9px!important}.row-sm-9 > [class*='col-']{padding-right:9px!important;padding-left:9px!important}.mt-sm-10{margin-top:10px!important}.mb-sm-10{margin-bottom:10px!important}.mr-sm-10{margin-right:10px!important}.ml-sm-10{margin-left:10px!important}.pt-sm-10{padding-top:10px!important}.pb-sm-10{padding-bottom:10px!important}.pr-sm-10{padding-right:10px!important}.pl-sm-10{padding-left:10px!important}.mt-n-sm-10{margin-top:-10px!important}.mb-n-sm-10{margin-bottom:-10px!important}.mr-n-sm-10{margin-right:-10px!important}.ml-n-sm-10{margin-left:-10px!important}.t-sm-10{top:10px!important}.b-sm-10{bottom:10px!important}.l-sm-10{left:10px!important}.r-sm-10{right:10px!important}.t-n-sm-10{top:-10px!important}.b-n-sm-10{bottom:-10px!important}.l-n-sm-10{left:-10px!important}.r-n-sm-10{right:-10px!important}.ti-sm-10{text-indent:10px!important}.ti-n-sm-10{text-indent:-10px!important}.fs-sm-10{font-size:10px!important}.row-sm-10{margin-right:-10px!important;margin-left:-10px!important}.row-sm-10 > [class*='col-']{padding-right:10px!important;padding-left:10px!important}.mt-sm-11{margin-top:11px!important}.mb-sm-11{margin-bottom:11px!important}.mr-sm-11{margin-right:11px!important}.ml-sm-11{margin-left:11px!important}.pt-sm-11{padding-top:11px!important}.pb-sm-11{padding-bottom:11px!important}.pr-sm-11{padding-right:11px!important}.pl-sm-11{padding-left:11px!important}.mt-n-sm-11{margin-top:-11px!important}.mb-n-sm-11{margin-bottom:-11px!important}.mr-n-sm-11{margin-right:-11px!important}.ml-n-sm-11{margin-left:-11px!important}.t-sm-11{top:11px!important}.b-sm-11{bottom:11px!important}.l-sm-11{left:11px!important}.r-sm-11{right:11px!important}.t-n-sm-11{top:-11px!important}.b-n-sm-11{bottom:-11px!important}.l-n-sm-11{left:-11px!important}.r-n-sm-11{right:-11px!important}.ti-sm-11{text-indent:11px!important}.ti-n-sm-11{text-indent:-11px!important}.fs-sm-11{font-size:11px!important}.row-sm-11{margin-right:-11px!important;margin-left:-11px!important}.row-sm-11 > [class*='col-']{padding-right:11px!important;padding-left:11px!important}.mt-sm-12{margin-top:12px!important}.mb-sm-12{margin-bottom:12px!important}.mr-sm-12{margin-right:12px!important}.ml-sm-12{margin-left:12px!important}.pt-sm-12{padding-top:12px!important}.pb-sm-12{padding-bottom:12px!important}.pr-sm-12{padding-right:12px!important}.pl-sm-12{padding-left:12px!important}.mt-n-sm-12{margin-top:-12px!important}.mb-n-sm-12{margin-bottom:-12px!important}.mr-n-sm-12{margin-right:-12px!important}.ml-n-sm-12{margin-left:-12px!important}.t-sm-12{top:12px!important}.b-sm-12{bottom:12px!important}.l-sm-12{left:12px!important}.r-sm-12{right:12px!important}.t-n-sm-12{top:-12px!important}.b-n-sm-12{bottom:-12px!important}.l-n-sm-12{left:-12px!important}.r-n-sm-12{right:-12px!important}.ti-sm-12{text-indent:12px!important}.ti-n-sm-12{text-indent:-12px!important}.fs-sm-12{font-size:12px!important}.row-sm-12{margin-right:-12px!important;margin-left:-12px!important}.row-sm-12 > [class*='col-']{padding-right:12px!important;padding-left:12px!important}.mt-sm-13{margin-top:13px!important}.mb-sm-13{margin-bottom:13px!important}.mr-sm-13{margin-right:13px!important}.ml-sm-13{margin-left:13px!important}.pt-sm-13{padding-top:13px!important}.pb-sm-13{padding-bottom:13px!important}.pr-sm-13{padding-right:13px!important}.pl-sm-13{padding-left:13px!important}.mt-n-sm-13{margin-top:-13px!important}.mb-n-sm-13{margin-bottom:-13px!important}.mr-n-sm-13{margin-right:-13px!important}.ml-n-sm-13{margin-left:-13px!important}.t-sm-13{top:13px!important}.b-sm-13{bottom:13px!important}.l-sm-13{left:13px!important}.r-sm-13{right:13px!important}.t-n-sm-13{top:-13px!important}.b-n-sm-13{bottom:-13px!important}.l-n-sm-13{left:-13px!important}.r-n-sm-13{right:-13px!important}.ti-sm-13{text-indent:13px!important}.ti-n-sm-13{text-indent:-13px!important}.fs-sm-13{font-size:13px!important}.row-sm-13{margin-right:-13px!important;margin-left:-13px!important}.row-sm-13 > [class*='col-']{padding-right:13px!important;padding-left:13px!important}.mt-sm-14{margin-top:14px!important}.mb-sm-14{margin-bottom:14px!important}.mr-sm-14{margin-right:14px!important}.ml-sm-14{margin-left:14px!important}.pt-sm-14{padding-top:14px!important}.pb-sm-14{padding-bottom:14px!important}.pr-sm-14{padding-right:14px!important}.pl-sm-14{padding-left:14px!important}.mt-n-sm-14{margin-top:-14px!important}.mb-n-sm-14{margin-bottom:-14px!important}.mr-n-sm-14{margin-right:-14px!important}.ml-n-sm-14{margin-left:-14px!important}.t-sm-14{top:14px!important}.b-sm-14{bottom:14px!important}.l-sm-14{left:14px!important}.r-sm-14{right:14px!important}.t-n-sm-14{top:-14px!important}.b-n-sm-14{bottom:-14px!important}.l-n-sm-14{left:-14px!important}.r-n-sm-14{right:-14px!important}.ti-sm-14{text-indent:14px!important}.ti-n-sm-14{text-indent:-14px!important}.fs-sm-14{font-size:14px!important}.row-sm-14{margin-right:-14px!important;margin-left:-14px!important}.row-sm-14 > [class*='col-']{padding-right:14px!important;padding-left:14px!important}.mt-sm-15{margin-top:15px!important}.mb-sm-15{margin-bottom:15px!important}.mr-sm-15{margin-right:15px!important}.ml-sm-15{margin-left:15px!important}.pt-sm-15{padding-top:15px!important}.pb-sm-15{padding-bottom:15px!important}.pr-sm-15{padding-right:15px!important}.pl-sm-15{padding-left:15px!important}.mt-n-sm-15{margin-top:-15px!important}.mb-n-sm-15{margin-bottom:-15px!important}.mr-n-sm-15{margin-right:-15px!important}.ml-n-sm-15{margin-left:-15px!important}.t-sm-15{top:15px!important}.b-sm-15{bottom:15px!important}.l-sm-15{left:15px!important}.r-sm-15{right:15px!important}.t-n-sm-15{top:-15px!important}.b-n-sm-15{bottom:-15px!important}.l-n-sm-15{left:-15px!important}.r-n-sm-15{right:-15px!important}.ti-sm-15{text-indent:15px!important}.ti-n-sm-15{text-indent:-15px!important}.fs-sm-15{font-size:15px!important}.row-sm-15{margin-right:-15px!important;margin-left:-15px!important}.row-sm-15 > [class*='col-']{padding-right:15px!important;padding-left:15px!important}.mt-sm-16{margin-top:16px!important}.mb-sm-16{margin-bottom:16px!important}.mr-sm-16{margin-right:16px!important}.ml-sm-16{margin-left:16px!important}.pt-sm-16{padding-top:16px!important}.pb-sm-16{padding-bottom:16px!important}.pr-sm-16{padding-right:16px!important}.pl-sm-16{padding-left:16px!important}.mt-n-sm-16{margin-top:-16px!important}.mb-n-sm-16{margin-bottom:-16px!important}.mr-n-sm-16{margin-right:-16px!important}.ml-n-sm-16{margin-left:-16px!important}.t-sm-16{top:16px!important}.b-sm-16{bottom:16px!important}.l-sm-16{left:16px!important}.r-sm-16{right:16px!important}.t-n-sm-16{top:-16px!important}.b-n-sm-16{bottom:-16px!important}.l-n-sm-16{left:-16px!important}.r-n-sm-16{right:-16px!important}.ti-sm-16{text-indent:16px!important}.ti-n-sm-16{text-indent:-16px!important}.fs-sm-16{font-size:16px!important}.row-sm-16{margin-right:-16px!important;margin-left:-16px!important}.row-sm-16 > [class*='col-']{padding-right:16px!important;padding-left:16px!important}.mt-sm-17{margin-top:17px!important}.mb-sm-17{margin-bottom:17px!important}.mr-sm-17{margin-right:17px!important}.ml-sm-17{margin-left:17px!important}.pt-sm-17{padding-top:17px!important}.pb-sm-17{padding-bottom:17px!important}.pr-sm-17{padding-right:17px!important}.pl-sm-17{padding-left:17px!important}.mt-n-sm-17{margin-top:-17px!important}.mb-n-sm-17{margin-bottom:-17px!important}.mr-n-sm-17{margin-right:-17px!important}.ml-n-sm-17{margin-left:-17px!important}.t-sm-17{top:17px!important}.b-sm-17{bottom:17px!important}.l-sm-17{left:17px!important}.r-sm-17{right:17px!important}.t-n-sm-17{top:-17px!important}.b-n-sm-17{bottom:-17px!important}.l-n-sm-17{left:-17px!important}.r-n-sm-17{right:-17px!important}.ti-sm-17{text-indent:17px!important}.ti-n-sm-17{text-indent:-17px!important}.fs-sm-17{font-size:17px!important}.row-sm-17{margin-right:-17px!important;margin-left:-17px!important}.row-sm-17 > [class*='col-']{padding-right:17px!important;padding-left:17px!important}.mt-sm-18{margin-top:18px!important}.mb-sm-18{margin-bottom:18px!important}.mr-sm-18{margin-right:18px!important}.ml-sm-18{margin-left:18px!important}.pt-sm-18{padding-top:18px!important}.pb-sm-18{padding-bottom:18px!important}.pr-sm-18{padding-right:18px!important}.pl-sm-18{padding-left:18px!important}.mt-n-sm-18{margin-top:-18px!important}.mb-n-sm-18{margin-bottom:-18px!important}.mr-n-sm-18{margin-right:-18px!important}.ml-n-sm-18{margin-left:-18px!important}.t-sm-18{top:18px!important}.b-sm-18{bottom:18px!important}.l-sm-18{left:18px!important}.r-sm-18{right:18px!important}.t-n-sm-18{top:-18px!important}.b-n-sm-18{bottom:-18px!important}.l-n-sm-18{left:-18px!important}.r-n-sm-18{right:-18px!important}.ti-sm-18{text-indent:18px!important}.ti-n-sm-18{text-indent:-18px!important}.fs-sm-18{font-size:18px!important}.row-sm-18{margin-right:-18px!important;margin-left:-18px!important}.row-sm-18 > [class*='col-']{padding-right:18px!important;padding-left:18px!important}.mt-sm-19{margin-top:19px!important}.mb-sm-19{margin-bottom:19px!important}.mr-sm-19{margin-right:19px!important}.ml-sm-19{margin-left:19px!important}.pt-sm-19{padding-top:19px!important}.pb-sm-19{padding-bottom:19px!important}.pr-sm-19{padding-right:19px!important}.pl-sm-19{padding-left:19px!important}.mt-n-sm-19{margin-top:-19px!important}.mb-n-sm-19{margin-bottom:-19px!important}.mr-n-sm-19{margin-right:-19px!important}.ml-n-sm-19{margin-left:-19px!important}.t-sm-19{top:19px!important}.b-sm-19{bottom:19px!important}.l-sm-19{left:19px!important}.r-sm-19{right:19px!important}.t-n-sm-19{top:-19px!important}.b-n-sm-19{bottom:-19px!important}.l-n-sm-19{left:-19px!important}.r-n-sm-19{right:-19px!important}.ti-sm-19{text-indent:19px!important}.ti-n-sm-19{text-indent:-19px!important}.fs-sm-19{font-size:19px!important}.row-sm-19{margin-right:-19px!important;margin-left:-19px!important}.row-sm-19 > [class*='col-']{padding-right:19px!important;padding-left:19px!important}.mt-sm-20{margin-top:20px!important}.mb-sm-20{margin-bottom:20px!important}.mr-sm-20{margin-right:20px!important}.ml-sm-20{margin-left:20px!important}.pt-sm-20{padding-top:20px!important}.pb-sm-20{padding-bottom:20px!important}.pr-sm-20{padding-right:20px!important}.pl-sm-20{padding-left:20px!important}.mt-n-sm-20{margin-top:-20px!important}.mb-n-sm-20{margin-bottom:-20px!important}.mr-n-sm-20{margin-right:-20px!important}.ml-n-sm-20{margin-left:-20px!important}.t-sm-20{top:20px!important}.b-sm-20{bottom:20px!important}.l-sm-20{left:20px!important}.r-sm-20{right:20px!important}.t-n-sm-20{top:-20px!important}.b-n-sm-20{bottom:-20px!important}.l-n-sm-20{left:-20px!important}.r-n-sm-20{right:-20px!important}.ti-sm-20{text-indent:20px!important}.ti-n-sm-20{text-indent:-20px!important}.fs-sm-20{font-size:20px!important}.row-sm-20{margin-right:-20px!important;margin-left:-20px!important}.row-sm-20 > [class*='col-']{padding-right:20px!important;padding-left:20px!important}.mt-sm-21{margin-top:21px!important}.mb-sm-21{margin-bottom:21px!important}.mr-sm-21{margin-right:21px!important}.ml-sm-21{margin-left:21px!important}.pt-sm-21{padding-top:21px!important}.pb-sm-21{padding-bottom:21px!important}.pr-sm-21{padding-right:21px!important}.pl-sm-21{padding-left:21px!important}.mt-n-sm-21{margin-top:-21px!important}.mb-n-sm-21{margin-bottom:-21px!important}.mr-n-sm-21{margin-right:-21px!important}.ml-n-sm-21{margin-left:-21px!important}.t-sm-21{top:21px!important}.b-sm-21{bottom:21px!important}.l-sm-21{left:21px!important}.r-sm-21{right:21px!important}.t-n-sm-21{top:-21px!important}.b-n-sm-21{bottom:-21px!important}.l-n-sm-21{left:-21px!important}.r-n-sm-21{right:-21px!important}.ti-sm-21{text-indent:21px!important}.ti-n-sm-21{text-indent:-21px!important}.fs-sm-21{font-size:21px!important}.row-sm-21{margin-right:-21px!important;margin-left:-21px!important}.row-sm-21 > [class*='col-']{padding-right:21px!important;padding-left:21px!important}.mt-sm-22{margin-top:22px!important}.mb-sm-22{margin-bottom:22px!important}.mr-sm-22{margin-right:22px!important}.ml-sm-22{margin-left:22px!important}.pt-sm-22{padding-top:22px!important}.pb-sm-22{padding-bottom:22px!important}.pr-sm-22{padding-right:22px!important}.pl-sm-22{padding-left:22px!important}.mt-n-sm-22{margin-top:-22px!important}.mb-n-sm-22{margin-bottom:-22px!important}.mr-n-sm-22{margin-right:-22px!important}.ml-n-sm-22{margin-left:-22px!important}.t-sm-22{top:22px!important}.b-sm-22{bottom:22px!important}.l-sm-22{left:22px!important}.r-sm-22{right:22px!important}.t-n-sm-22{top:-22px!important}.b-n-sm-22{bottom:-22px!important}.l-n-sm-22{left:-22px!important}.r-n-sm-22{right:-22px!important}.ti-sm-22{text-indent:22px!important}.ti-n-sm-22{text-indent:-22px!important}.fs-sm-22{font-size:22px!important}.row-sm-22{margin-right:-22px!important;margin-left:-22px!important}.row-sm-22 > [class*='col-']{padding-right:22px!important;padding-left:22px!important}.mt-sm-23{margin-top:23px!important}.mb-sm-23{margin-bottom:23px!important}.mr-sm-23{margin-right:23px!important}.ml-sm-23{margin-left:23px!important}.pt-sm-23{padding-top:23px!important}.pb-sm-23{padding-bottom:23px!important}.pr-sm-23{padding-right:23px!important}.pl-sm-23{padding-left:23px!important}.mt-n-sm-23{margin-top:-23px!important}.mb-n-sm-23{margin-bottom:-23px!important}.mr-n-sm-23{margin-right:-23px!important}.ml-n-sm-23{margin-left:-23px!important}.t-sm-23{top:23px!important}.b-sm-23{bottom:23px!important}.l-sm-23{left:23px!important}.r-sm-23{right:23px!important}.t-n-sm-23{top:-23px!important}.b-n-sm-23{bottom:-23px!important}.l-n-sm-23{left:-23px!important}.r-n-sm-23{right:-23px!important}.ti-sm-23{text-indent:23px!important}.ti-n-sm-23{text-indent:-23px!important}.fs-sm-23{font-size:23px!important}.row-sm-23{margin-right:-23px!important;margin-left:-23px!important}.row-sm-23 > [class*='col-']{padding-right:23px!important;padding-left:23px!important}.mt-sm-24{margin-top:24px!important}.mb-sm-24{margin-bottom:24px!important}.mr-sm-24{margin-right:24px!important}.ml-sm-24{margin-left:24px!important}.pt-sm-24{padding-top:24px!important}.pb-sm-24{padding-bottom:24px!important}.pr-sm-24{padding-right:24px!important}.pl-sm-24{padding-left:24px!important}.mt-n-sm-24{margin-top:-24px!important}.mb-n-sm-24{margin-bottom:-24px!important}.mr-n-sm-24{margin-right:-24px!important}.ml-n-sm-24{margin-left:-24px!important}.t-sm-24{top:24px!important}.b-sm-24{bottom:24px!important}.l-sm-24{left:24px!important}.r-sm-24{right:24px!important}.t-n-sm-24{top:-24px!important}.b-n-sm-24{bottom:-24px!important}.l-n-sm-24{left:-24px!important}.r-n-sm-24{right:-24px!important}.ti-sm-24{text-indent:24px!important}.ti-n-sm-24{text-indent:-24px!important}.fs-sm-24{font-size:24px!important}.row-sm-24{margin-right:-24px!important;margin-left:-24px!important}.row-sm-24 > [class*='col-']{padding-right:24px!important;padding-left:24px!important}.mt-sm-25{margin-top:25px!important}.mb-sm-25{margin-bottom:25px!important}.mr-sm-25{margin-right:25px!important}.ml-sm-25{margin-left:25px!important}.pt-sm-25{padding-top:25px!important}.pb-sm-25{padding-bottom:25px!important}.pr-sm-25{padding-right:25px!important}.pl-sm-25{padding-left:25px!important}.mt-n-sm-25{margin-top:-25px!important}.mb-n-sm-25{margin-bottom:-25px!important}.mr-n-sm-25{margin-right:-25px!important}.ml-n-sm-25{margin-left:-25px!important}.t-sm-25{top:25px!important}.b-sm-25{bottom:25px!important}.l-sm-25{left:25px!important}.r-sm-25{right:25px!important}.t-n-sm-25{top:-25px!important}.b-n-sm-25{bottom:-25px!important}.l-n-sm-25{left:-25px!important}.r-n-sm-25{right:-25px!important}.ti-sm-25{text-indent:25px!important}.ti-n-sm-25{text-indent:-25px!important}.fs-sm-25{font-size:25px!important}.row-sm-25{margin-right:-25px!important;margin-left:-25px!important}.row-sm-25 > [class*='col-']{padding-right:25px!important;padding-left:25px!important}.mt-sm-26{margin-top:26px!important}.mb-sm-26{margin-bottom:26px!important}.mr-sm-26{margin-right:26px!important}.ml-sm-26{margin-left:26px!important}.pt-sm-26{padding-top:26px!important}.pb-sm-26{padding-bottom:26px!important}.pr-sm-26{padding-right:26px!important}.pl-sm-26{padding-left:26px!important}.mt-n-sm-26{margin-top:-26px!important}.mb-n-sm-26{margin-bottom:-26px!important}.mr-n-sm-26{margin-right:-26px!important}.ml-n-sm-26{margin-left:-26px!important}.t-sm-26{top:26px!important}.b-sm-26{bottom:26px!important}.l-sm-26{left:26px!important}.r-sm-26{right:26px!important}.t-n-sm-26{top:-26px!important}.b-n-sm-26{bottom:-26px!important}.l-n-sm-26{left:-26px!important}.r-n-sm-26{right:-26px!important}.ti-sm-26{text-indent:26px!important}.ti-n-sm-26{text-indent:-26px!important}.fs-sm-26{font-size:26px!important}.row-sm-26{margin-right:-26px!important;margin-left:-26px!important}.row-sm-26 > [class*='col-']{padding-right:26px!important;padding-left:26px!important}.mt-sm-27{margin-top:27px!important}.mb-sm-27{margin-bottom:27px!important}.mr-sm-27{margin-right:27px!important}.ml-sm-27{margin-left:27px!important}.pt-sm-27{padding-top:27px!important}.pb-sm-27{padding-bottom:27px!important}.pr-sm-27{padding-right:27px!important}.pl-sm-27{padding-left:27px!important}.mt-n-sm-27{margin-top:-27px!important}.mb-n-sm-27{margin-bottom:-27px!important}.mr-n-sm-27{margin-right:-27px!important}.ml-n-sm-27{margin-left:-27px!important}.t-sm-27{top:27px!important}.b-sm-27{bottom:27px!important}.l-sm-27{left:27px!important}.r-sm-27{right:27px!important}.t-n-sm-27{top:-27px!important}.b-n-sm-27{bottom:-27px!important}.l-n-sm-27{left:-27px!important}.r-n-sm-27{right:-27px!important}.ti-sm-27{text-indent:27px!important}.ti-n-sm-27{text-indent:-27px!important}.fs-sm-27{font-size:27px!important}.row-sm-27{margin-right:-27px!important;margin-left:-27px!important}.row-sm-27 > [class*='col-']{padding-right:27px!important;padding-left:27px!important}.mt-sm-28{margin-top:28px!important}.mb-sm-28{margin-bottom:28px!important}.mr-sm-28{margin-right:28px!important}.ml-sm-28{margin-left:28px!important}.pt-sm-28{padding-top:28px!important}.pb-sm-28{padding-bottom:28px!important}.pr-sm-28{padding-right:28px!important}.pl-sm-28{padding-left:28px!important}.mt-n-sm-28{margin-top:-28px!important}.mb-n-sm-28{margin-bottom:-28px!important}.mr-n-sm-28{margin-right:-28px!important}.ml-n-sm-28{margin-left:-28px!important}.t-sm-28{top:28px!important}.b-sm-28{bottom:28px!important}.l-sm-28{left:28px!important}.r-sm-28{right:28px!important}.t-n-sm-28{top:-28px!important}.b-n-sm-28{bottom:-28px!important}.l-n-sm-28{left:-28px!important}.r-n-sm-28{right:-28px!important}.ti-sm-28{text-indent:28px!important}.ti-n-sm-28{text-indent:-28px!important}.fs-sm-28{font-size:28px!important}.row-sm-28{margin-right:-28px!important;margin-left:-28px!important}.row-sm-28 > [class*='col-']{padding-right:28px!important;padding-left:28px!important}.mt-sm-29{margin-top:29px!important}.mb-sm-29{margin-bottom:29px!important}.mr-sm-29{margin-right:29px!important}.ml-sm-29{margin-left:29px!important}.pt-sm-29{padding-top:29px!important}.pb-sm-29{padding-bottom:29px!important}.pr-sm-29{padding-right:29px!important}.pl-sm-29{padding-left:29px!important}.mt-n-sm-29{margin-top:-29px!important}.mb-n-sm-29{margin-bottom:-29px!important}.mr-n-sm-29{margin-right:-29px!important}.ml-n-sm-29{margin-left:-29px!important}.t-sm-29{top:29px!important}.b-sm-29{bottom:29px!important}.l-sm-29{left:29px!important}.r-sm-29{right:29px!important}.t-n-sm-29{top:-29px!important}.b-n-sm-29{bottom:-29px!important}.l-n-sm-29{left:-29px!important}.r-n-sm-29{right:-29px!important}.ti-sm-29{text-indent:29px!important}.ti-n-sm-29{text-indent:-29px!important}.fs-sm-29{font-size:29px!important}.row-sm-29{margin-right:-29px!important;margin-left:-29px!important}.row-sm-29 > [class*='col-']{padding-right:29px!important;padding-left:29px!important}.mt-sm-30{margin-top:30px!important}.mb-sm-30{margin-bottom:30px!important}.mr-sm-30{margin-right:30px!important}.ml-sm-30{margin-left:30px!important}.pt-sm-30{padding-top:30px!important}.pb-sm-30{padding-bottom:30px!important}.pr-sm-30{padding-right:30px!important}.pl-sm-30{padding-left:30px!important}.mt-n-sm-30{margin-top:-30px!important}.mb-n-sm-30{margin-bottom:-30px!important}.mr-n-sm-30{margin-right:-30px!important}.ml-n-sm-30{margin-left:-30px!important}.t-sm-30{top:30px!important}.b-sm-30{bottom:30px!important}.l-sm-30{left:30px!important}.r-sm-30{right:30px!important}.t-n-sm-30{top:-30px!important}.b-n-sm-30{bottom:-30px!important}.l-n-sm-30{left:-30px!important}.r-n-sm-30{right:-30px!important}.ti-sm-30{text-indent:30px!important}.ti-n-sm-30{text-indent:-30px!important}.fs-sm-30{font-size:30px!important}.row-sm-30{margin-right:-30px!important;margin-left:-30px!important}.row-sm-30 > [class*='col-']{padding-right:30px!important;padding-left:30px!important}.mt-sm-31{margin-top:31px!important}.mb-sm-31{margin-bottom:31px!important}.mr-sm-31{margin-right:31px!important}.ml-sm-31{margin-left:31px!important}.pt-sm-31{padding-top:31px!important}.pb-sm-31{padding-bottom:31px!important}.pr-sm-31{padding-right:31px!important}.pl-sm-31{padding-left:31px!important}.mt-n-sm-31{margin-top:-31px!important}.mb-n-sm-31{margin-bottom:-31px!important}.mr-n-sm-31{margin-right:-31px!important}.ml-n-sm-31{margin-left:-31px!important}.t-sm-31{top:31px!important}.b-sm-31{bottom:31px!important}.l-sm-31{left:31px!important}.r-sm-31{right:31px!important}.t-n-sm-31{top:-31px!important}.b-n-sm-31{bottom:-31px!important}.l-n-sm-31{left:-31px!important}.r-n-sm-31{right:-31px!important}.ti-sm-31{text-indent:31px!important}.ti-n-sm-31{text-indent:-31px!important}.fs-sm-31{font-size:31px!important}.row-sm-31{margin-right:-31px!important;margin-left:-31px!important}.row-sm-31 > [class*='col-']{padding-right:31px!important;padding-left:31px!important}.mt-sm-32{margin-top:32px!important}.mb-sm-32{margin-bottom:32px!important}.mr-sm-32{margin-right:32px!important}.ml-sm-32{margin-left:32px!important}.pt-sm-32{padding-top:32px!important}.pb-sm-32{padding-bottom:32px!important}.pr-sm-32{padding-right:32px!important}.pl-sm-32{padding-left:32px!important}.mt-n-sm-32{margin-top:-32px!important}.mb-n-sm-32{margin-bottom:-32px!important}.mr-n-sm-32{margin-right:-32px!important}.ml-n-sm-32{margin-left:-32px!important}.t-sm-32{top:32px!important}.b-sm-32{bottom:32px!important}.l-sm-32{left:32px!important}.r-sm-32{right:32px!important}.t-n-sm-32{top:-32px!important}.b-n-sm-32{bottom:-32px!important}.l-n-sm-32{left:-32px!important}.r-n-sm-32{right:-32px!important}.ti-sm-32{text-indent:32px!important}.ti-n-sm-32{text-indent:-32px!important}.fs-sm-32{font-size:32px!important}.row-sm-32{margin-right:-32px!important;margin-left:-32px!important}.row-sm-32 > [class*='col-']{padding-right:32px!important;padding-left:32px!important}.mt-sm-33{margin-top:33px!important}.mb-sm-33{margin-bottom:33px!important}.mr-sm-33{margin-right:33px!important}.ml-sm-33{margin-left:33px!important}.pt-sm-33{padding-top:33px!important}.pb-sm-33{padding-bottom:33px!important}.pr-sm-33{padding-right:33px!important}.pl-sm-33{padding-left:33px!important}.mt-n-sm-33{margin-top:-33px!important}.mb-n-sm-33{margin-bottom:-33px!important}.mr-n-sm-33{margin-right:-33px!important}.ml-n-sm-33{margin-left:-33px!important}.t-sm-33{top:33px!important}.b-sm-33{bottom:33px!important}.l-sm-33{left:33px!important}.r-sm-33{right:33px!important}.t-n-sm-33{top:-33px!important}.b-n-sm-33{bottom:-33px!important}.l-n-sm-33{left:-33px!important}.r-n-sm-33{right:-33px!important}.ti-sm-33{text-indent:33px!important}.ti-n-sm-33{text-indent:-33px!important}.fs-sm-33{font-size:33px!important}.row-sm-33{margin-right:-33px!important;margin-left:-33px!important}.row-sm-33 > [class*='col-']{padding-right:33px!important;padding-left:33px!important}.mt-sm-34{margin-top:34px!important}.mb-sm-34{margin-bottom:34px!important}.mr-sm-34{margin-right:34px!important}.ml-sm-34{margin-left:34px!important}.pt-sm-34{padding-top:34px!important}.pb-sm-34{padding-bottom:34px!important}.pr-sm-34{padding-right:34px!important}.pl-sm-34{padding-left:34px!important}.mt-n-sm-34{margin-top:-34px!important}.mb-n-sm-34{margin-bottom:-34px!important}.mr-n-sm-34{margin-right:-34px!important}.ml-n-sm-34{margin-left:-34px!important}.t-sm-34{top:34px!important}.b-sm-34{bottom:34px!important}.l-sm-34{left:34px!important}.r-sm-34{right:34px!important}.t-n-sm-34{top:-34px!important}.b-n-sm-34{bottom:-34px!important}.l-n-sm-34{left:-34px!important}.r-n-sm-34{right:-34px!important}.ti-sm-34{text-indent:34px!important}.ti-n-sm-34{text-indent:-34px!important}.fs-sm-34{font-size:34px!important}.row-sm-34{margin-right:-34px!important;margin-left:-34px!important}.row-sm-34 > [class*='col-']{padding-right:34px!important;padding-left:34px!important}.mt-sm-35{margin-top:35px!important}.mb-sm-35{margin-bottom:35px!important}.mr-sm-35{margin-right:35px!important}.ml-sm-35{margin-left:35px!important}.pt-sm-35{padding-top:35px!important}.pb-sm-35{padding-bottom:35px!important}.pr-sm-35{padding-right:35px!important}.pl-sm-35{padding-left:35px!important}.mt-n-sm-35{margin-top:-35px!important}.mb-n-sm-35{margin-bottom:-35px!important}.mr-n-sm-35{margin-right:-35px!important}.ml-n-sm-35{margin-left:-35px!important}.t-sm-35{top:35px!important}.b-sm-35{bottom:35px!important}.l-sm-35{left:35px!important}.r-sm-35{right:35px!important}.t-n-sm-35{top:-35px!important}.b-n-sm-35{bottom:-35px!important}.l-n-sm-35{left:-35px!important}.r-n-sm-35{right:-35px!important}.ti-sm-35{text-indent:35px!important}.ti-n-sm-35{text-indent:-35px!important}.fs-sm-35{font-size:35px!important}.row-sm-35{margin-right:-35px!important;margin-left:-35px!important}.row-sm-35 > [class*='col-']{padding-right:35px!important;padding-left:35px!important}.mt-sm-36{margin-top:36px!important}.mb-sm-36{margin-bottom:36px!important}.mr-sm-36{margin-right:36px!important}.ml-sm-36{margin-left:36px!important}.pt-sm-36{padding-top:36px!important}.pb-sm-36{padding-bottom:36px!important}.pr-sm-36{padding-right:36px!important}.pl-sm-36{padding-left:36px!important}.mt-n-sm-36{margin-top:-36px!important}.mb-n-sm-36{margin-bottom:-36px!important}.mr-n-sm-36{margin-right:-36px!important}.ml-n-sm-36{margin-left:-36px!important}.t-sm-36{top:36px!important}.b-sm-36{bottom:36px!important}.l-sm-36{left:36px!important}.r-sm-36{right:36px!important}.t-n-sm-36{top:-36px!important}.b-n-sm-36{bottom:-36px!important}.l-n-sm-36{left:-36px!important}.r-n-sm-36{right:-36px!important}.ti-sm-36{text-indent:36px!important}.ti-n-sm-36{text-indent:-36px!important}.fs-sm-36{font-size:36px!important}.row-sm-36{margin-right:-36px!important;margin-left:-36px!important}.row-sm-36 > [class*='col-']{padding-right:36px!important;padding-left:36px!important}.mt-sm-37{margin-top:37px!important}.mb-sm-37{margin-bottom:37px!important}.mr-sm-37{margin-right:37px!important}.ml-sm-37{margin-left:37px!important}.pt-sm-37{padding-top:37px!important}.pb-sm-37{padding-bottom:37px!important}.pr-sm-37{padding-right:37px!important}.pl-sm-37{padding-left:37px!important}.mt-n-sm-37{margin-top:-37px!important}.mb-n-sm-37{margin-bottom:-37px!important}.mr-n-sm-37{margin-right:-37px!important}.ml-n-sm-37{margin-left:-37px!important}.t-sm-37{top:37px!important}.b-sm-37{bottom:37px!important}.l-sm-37{left:37px!important}.r-sm-37{right:37px!important}.t-n-sm-37{top:-37px!important}.b-n-sm-37{bottom:-37px!important}.l-n-sm-37{left:-37px!important}.r-n-sm-37{right:-37px!important}.ti-sm-37{text-indent:37px!important}.ti-n-sm-37{text-indent:-37px!important}.fs-sm-37{font-size:37px!important}.row-sm-37{margin-right:-37px!important;margin-left:-37px!important}.row-sm-37 > [class*='col-']{padding-right:37px!important;padding-left:37px!important}.mt-sm-38{margin-top:38px!important}.mb-sm-38{margin-bottom:38px!important}.mr-sm-38{margin-right:38px!important}.ml-sm-38{margin-left:38px!important}.pt-sm-38{padding-top:38px!important}.pb-sm-38{padding-bottom:38px!important}.pr-sm-38{padding-right:38px!important}.pl-sm-38{padding-left:38px!important}.mt-n-sm-38{margin-top:-38px!important}.mb-n-sm-38{margin-bottom:-38px!important}.mr-n-sm-38{margin-right:-38px!important}.ml-n-sm-38{margin-left:-38px!important}.t-sm-38{top:38px!important}.b-sm-38{bottom:38px!important}.l-sm-38{left:38px!important}.r-sm-38{right:38px!important}.t-n-sm-38{top:-38px!important}.b-n-sm-38{bottom:-38px!important}.l-n-sm-38{left:-38px!important}.r-n-sm-38{right:-38px!important}.ti-sm-38{text-indent:38px!important}.ti-n-sm-38{text-indent:-38px!important}.fs-sm-38{font-size:38px!important}.row-sm-38{margin-right:-38px!important;margin-left:-38px!important}.row-sm-38 > [class*='col-']{padding-right:38px!important;padding-left:38px!important}.mt-sm-39{margin-top:39px!important}.mb-sm-39{margin-bottom:39px!important}.mr-sm-39{margin-right:39px!important}.ml-sm-39{margin-left:39px!important}.pt-sm-39{padding-top:39px!important}.pb-sm-39{padding-bottom:39px!important}.pr-sm-39{padding-right:39px!important}.pl-sm-39{padding-left:39px!important}.mt-n-sm-39{margin-top:-39px!important}.mb-n-sm-39{margin-bottom:-39px!important}.mr-n-sm-39{margin-right:-39px!important}.ml-n-sm-39{margin-left:-39px!important}.t-sm-39{top:39px!important}.b-sm-39{bottom:39px!important}.l-sm-39{left:39px!important}.r-sm-39{right:39px!important}.t-n-sm-39{top:-39px!important}.b-n-sm-39{bottom:-39px!important}.l-n-sm-39{left:-39px!important}.r-n-sm-39{right:-39px!important}.ti-sm-39{text-indent:39px!important}.ti-n-sm-39{text-indent:-39px!important}.fs-sm-39{font-size:39px!important}.row-sm-39{margin-right:-39px!important;margin-left:-39px!important}.row-sm-39 > [class*='col-']{padding-right:39px!important;padding-left:39px!important}.mt-sm-40{margin-top:40px!important}.mb-sm-40{margin-bottom:40px!important}.mr-sm-40{margin-right:40px!important}.ml-sm-40{margin-left:40px!important}.pt-sm-40{padding-top:40px!important}.pb-sm-40{padding-bottom:40px!important}.pr-sm-40{padding-right:40px!important}.pl-sm-40{padding-left:40px!important}.mt-n-sm-40{margin-top:-40px!important}.mb-n-sm-40{margin-bottom:-40px!important}.mr-n-sm-40{margin-right:-40px!important}.ml-n-sm-40{margin-left:-40px!important}.t-sm-40{top:40px!important}.b-sm-40{bottom:40px!important}.l-sm-40{left:40px!important}.r-sm-40{right:40px!important}.t-n-sm-40{top:-40px!important}.b-n-sm-40{bottom:-40px!important}.l-n-sm-40{left:-40px!important}.r-n-sm-40{right:-40px!important}.ti-sm-40{text-indent:40px!important}.ti-n-sm-40{text-indent:-40px!important}.fs-sm-40{font-size:40px!important}.row-sm-40{margin-right:-40px!important;margin-left:-40px!important}.row-sm-40 > [class*='col-']{padding-right:40px!important;padding-left:40px!important}.mt-sm-41{margin-top:41px!important}.mb-sm-41{margin-bottom:41px!important}.mr-sm-41{margin-right:41px!important}.ml-sm-41{margin-left:41px!important}.pt-sm-41{padding-top:41px!important}.pb-sm-41{padding-bottom:41px!important}.pr-sm-41{padding-right:41px!important}.pl-sm-41{padding-left:41px!important}.mt-n-sm-41{margin-top:-41px!important}.mb-n-sm-41{margin-bottom:-41px!important}.mr-n-sm-41{margin-right:-41px!important}.ml-n-sm-41{margin-left:-41px!important}.t-sm-41{top:41px!important}.b-sm-41{bottom:41px!important}.l-sm-41{left:41px!important}.r-sm-41{right:41px!important}.t-n-sm-41{top:-41px!important}.b-n-sm-41{bottom:-41px!important}.l-n-sm-41{left:-41px!important}.r-n-sm-41{right:-41px!important}.ti-sm-41{text-indent:41px!important}.ti-n-sm-41{text-indent:-41px!important}.fs-sm-41{font-size:41px!important}.row-sm-41{margin-right:-41px!important;margin-left:-41px!important}.row-sm-41 > [class*='col-']{padding-right:41px!important;padding-left:41px!important}.mt-sm-42{margin-top:42px!important}.mb-sm-42{margin-bottom:42px!important}.mr-sm-42{margin-right:42px!important}.ml-sm-42{margin-left:42px!important}.pt-sm-42{padding-top:42px!important}.pb-sm-42{padding-bottom:42px!important}.pr-sm-42{padding-right:42px!important}.pl-sm-42{padding-left:42px!important}.mt-n-sm-42{margin-top:-42px!important}.mb-n-sm-42{margin-bottom:-42px!important}.mr-n-sm-42{margin-right:-42px!important}.ml-n-sm-42{margin-left:-42px!important}.t-sm-42{top:42px!important}.b-sm-42{bottom:42px!important}.l-sm-42{left:42px!important}.r-sm-42{right:42px!important}.t-n-sm-42{top:-42px!important}.b-n-sm-42{bottom:-42px!important}.l-n-sm-42{left:-42px!important}.r-n-sm-42{right:-42px!important}.ti-sm-42{text-indent:42px!important}.ti-n-sm-42{text-indent:-42px!important}.fs-sm-42{font-size:42px!important}.row-sm-42{margin-right:-42px!important;margin-left:-42px!important}.row-sm-42 > [class*='col-']{padding-right:42px!important;padding-left:42px!important}.mt-sm-43{margin-top:43px!important}.mb-sm-43{margin-bottom:43px!important}.mr-sm-43{margin-right:43px!important}.ml-sm-43{margin-left:43px!important}.pt-sm-43{padding-top:43px!important}.pb-sm-43{padding-bottom:43px!important}.pr-sm-43{padding-right:43px!important}.pl-sm-43{padding-left:43px!important}.mt-n-sm-43{margin-top:-43px!important}.mb-n-sm-43{margin-bottom:-43px!important}.mr-n-sm-43{margin-right:-43px!important}.ml-n-sm-43{margin-left:-43px!important}.t-sm-43{top:43px!important}.b-sm-43{bottom:43px!important}.l-sm-43{left:43px!important}.r-sm-43{right:43px!important}.t-n-sm-43{top:-43px!important}.b-n-sm-43{bottom:-43px!important}.l-n-sm-43{left:-43px!important}.r-n-sm-43{right:-43px!important}.ti-sm-43{text-indent:43px!important}.ti-n-sm-43{text-indent:-43px!important}.fs-sm-43{font-size:43px!important}.row-sm-43{margin-right:-43px!important;margin-left:-43px!important}.row-sm-43 > [class*='col-']{padding-right:43px!important;padding-left:43px!important}.mt-sm-44{margin-top:44px!important}.mb-sm-44{margin-bottom:44px!important}.mr-sm-44{margin-right:44px!important}.ml-sm-44{margin-left:44px!important}.pt-sm-44{padding-top:44px!important}.pb-sm-44{padding-bottom:44px!important}.pr-sm-44{padding-right:44px!important}.pl-sm-44{padding-left:44px!important}.mt-n-sm-44{margin-top:-44px!important}.mb-n-sm-44{margin-bottom:-44px!important}.mr-n-sm-44{margin-right:-44px!important}.ml-n-sm-44{margin-left:-44px!important}.t-sm-44{top:44px!important}.b-sm-44{bottom:44px!important}.l-sm-44{left:44px!important}.r-sm-44{right:44px!important}.t-n-sm-44{top:-44px!important}.b-n-sm-44{bottom:-44px!important}.l-n-sm-44{left:-44px!important}.r-n-sm-44{right:-44px!important}.ti-sm-44{text-indent:44px!important}.ti-n-sm-44{text-indent:-44px!important}.fs-sm-44{font-size:44px!important}.row-sm-44{margin-right:-44px!important;margin-left:-44px!important}.row-sm-44 > [class*='col-']{padding-right:44px!important;padding-left:44px!important}.mt-sm-45{margin-top:45px!important}.mb-sm-45{margin-bottom:45px!important}.mr-sm-45{margin-right:45px!important}.ml-sm-45{margin-left:45px!important}.pt-sm-45{padding-top:45px!important}.pb-sm-45{padding-bottom:45px!important}.pr-sm-45{padding-right:45px!important}.pl-sm-45{padding-left:45px!important}.mt-n-sm-45{margin-top:-45px!important}.mb-n-sm-45{margin-bottom:-45px!important}.mr-n-sm-45{margin-right:-45px!important}.ml-n-sm-45{margin-left:-45px!important}.t-sm-45{top:45px!important}.b-sm-45{bottom:45px!important}.l-sm-45{left:45px!important}.r-sm-45{right:45px!important}.t-n-sm-45{top:-45px!important}.b-n-sm-45{bottom:-45px!important}.l-n-sm-45{left:-45px!important}.r-n-sm-45{right:-45px!important}.ti-sm-45{text-indent:45px!important}.ti-n-sm-45{text-indent:-45px!important}.fs-sm-45{font-size:45px!important}.row-sm-45{margin-right:-45px!important;margin-left:-45px!important}.row-sm-45 > [class*='col-']{padding-right:45px!important;padding-left:45px!important}.mt-sm-46{margin-top:46px!important}.mb-sm-46{margin-bottom:46px!important}.mr-sm-46{margin-right:46px!important}.ml-sm-46{margin-left:46px!important}.pt-sm-46{padding-top:46px!important}.pb-sm-46{padding-bottom:46px!important}.pr-sm-46{padding-right:46px!important}.pl-sm-46{padding-left:46px!important}.mt-n-sm-46{margin-top:-46px!important}.mb-n-sm-46{margin-bottom:-46px!important}.mr-n-sm-46{margin-right:-46px!important}.ml-n-sm-46{margin-left:-46px!important}.t-sm-46{top:46px!important}.b-sm-46{bottom:46px!important}.l-sm-46{left:46px!important}.r-sm-46{right:46px!important}.t-n-sm-46{top:-46px!important}.b-n-sm-46{bottom:-46px!important}.l-n-sm-46{left:-46px!important}.r-n-sm-46{right:-46px!important}.ti-sm-46{text-indent:46px!important}.ti-n-sm-46{text-indent:-46px!important}.fs-sm-46{font-size:46px!important}.row-sm-46{margin-right:-46px!important;margin-left:-46px!important}.row-sm-46 > [class*='col-']{padding-right:46px!important;padding-left:46px!important}.mt-sm-47{margin-top:47px!important}.mb-sm-47{margin-bottom:47px!important}.mr-sm-47{margin-right:47px!important}.ml-sm-47{margin-left:47px!important}.pt-sm-47{padding-top:47px!important}.pb-sm-47{padding-bottom:47px!important}.pr-sm-47{padding-right:47px!important}.pl-sm-47{padding-left:47px!important}.mt-n-sm-47{margin-top:-47px!important}.mb-n-sm-47{margin-bottom:-47px!important}.mr-n-sm-47{margin-right:-47px!important}.ml-n-sm-47{margin-left:-47px!important}.t-sm-47{top:47px!important}.b-sm-47{bottom:47px!important}.l-sm-47{left:47px!important}.r-sm-47{right:47px!important}.t-n-sm-47{top:-47px!important}.b-n-sm-47{bottom:-47px!important}.l-n-sm-47{left:-47px!important}.r-n-sm-47{right:-47px!important}.ti-sm-47{text-indent:47px!important}.ti-n-sm-47{text-indent:-47px!important}.fs-sm-47{font-size:47px!important}.row-sm-47{margin-right:-47px!important;margin-left:-47px!important}.row-sm-47 > [class*='col-']{padding-right:47px!important;padding-left:47px!important}.mt-sm-48{margin-top:48px!important}.mb-sm-48{margin-bottom:48px!important}.mr-sm-48{margin-right:48px!important}.ml-sm-48{margin-left:48px!important}.pt-sm-48{padding-top:48px!important}.pb-sm-48{padding-bottom:48px!important}.pr-sm-48{padding-right:48px!important}.pl-sm-48{padding-left:48px!important}.mt-n-sm-48{margin-top:-48px!important}.mb-n-sm-48{margin-bottom:-48px!important}.mr-n-sm-48{margin-right:-48px!important}.ml-n-sm-48{margin-left:-48px!important}.t-sm-48{top:48px!important}.b-sm-48{bottom:48px!important}.l-sm-48{left:48px!important}.r-sm-48{right:48px!important}.t-n-sm-48{top:-48px!important}.b-n-sm-48{bottom:-48px!important}.l-n-sm-48{left:-48px!important}.r-n-sm-48{right:-48px!important}.ti-sm-48{text-indent:48px!important}.ti-n-sm-48{text-indent:-48px!important}.fs-sm-48{font-size:48px!important}.row-sm-48{margin-right:-48px!important;margin-left:-48px!important}.row-sm-48 > [class*='col-']{padding-right:48px!important;padding-left:48px!important}.mt-sm-49{margin-top:49px!important}.mb-sm-49{margin-bottom:49px!important}.mr-sm-49{margin-right:49px!important}.ml-sm-49{margin-left:49px!important}.pt-sm-49{padding-top:49px!important}.pb-sm-49{padding-bottom:49px!important}.pr-sm-49{padding-right:49px!important}.pl-sm-49{padding-left:49px!important}.mt-n-sm-49{margin-top:-49px!important}.mb-n-sm-49{margin-bottom:-49px!important}.mr-n-sm-49{margin-right:-49px!important}.ml-n-sm-49{margin-left:-49px!important}.t-sm-49{top:49px!important}.b-sm-49{bottom:49px!important}.l-sm-49{left:49px!important}.r-sm-49{right:49px!important}.t-n-sm-49{top:-49px!important}.b-n-sm-49{bottom:-49px!important}.l-n-sm-49{left:-49px!important}.r-n-sm-49{right:-49px!important}.ti-sm-49{text-indent:49px!important}.ti-n-sm-49{text-indent:-49px!important}.fs-sm-49{font-size:49px!important}.row-sm-49{margin-right:-49px!important;margin-left:-49px!important}.row-sm-49 > [class*='col-']{padding-right:49px!important;padding-left:49px!important}.mt-sm-50{margin-top:50px!important}.mb-sm-50{margin-bottom:50px!important}.mr-sm-50{margin-right:50px!important}.ml-sm-50{margin-left:50px!important}.pt-sm-50{padding-top:50px!important}.pb-sm-50{padding-bottom:50px!important}.pr-sm-50{padding-right:50px!important}.pl-sm-50{padding-left:50px!important}.mt-n-sm-50{margin-top:-50px!important}.mb-n-sm-50{margin-bottom:-50px!important}.mr-n-sm-50{margin-right:-50px!important}.ml-n-sm-50{margin-left:-50px!important}.t-sm-50{top:50px!important}.b-sm-50{bottom:50px!important}.l-sm-50{left:50px!important}.r-sm-50{right:50px!important}.t-n-sm-50{top:-50px!important}.b-n-sm-50{bottom:-50px!important}.l-n-sm-50{left:-50px!important}.r-n-sm-50{right:-50px!important}.ti-sm-50{text-indent:50px!important}.ti-n-sm-50{text-indent:-50px!important}.fs-sm-50{font-size:50px!important}.row-sm-50{margin-right:-50px!important;margin-left:-50px!important}.row-sm-50 > [class*='col-']{padding-right:50px!important;padding-left:50px!important}.mt-sm-51{margin-top:51px!important}.mb-sm-51{margin-bottom:51px!important}.mr-sm-51{margin-right:51px!important}.ml-sm-51{margin-left:51px!important}.pt-sm-51{padding-top:51px!important}.pb-sm-51{padding-bottom:51px!important}.pr-sm-51{padding-right:51px!important}.pl-sm-51{padding-left:51px!important}.mt-n-sm-51{margin-top:-51px!important}.mb-n-sm-51{margin-bottom:-51px!important}.mr-n-sm-51{margin-right:-51px!important}.ml-n-sm-51{margin-left:-51px!important}.t-sm-51{top:51px!important}.b-sm-51{bottom:51px!important}.l-sm-51{left:51px!important}.r-sm-51{right:51px!important}.t-n-sm-51{top:-51px!important}.b-n-sm-51{bottom:-51px!important}.l-n-sm-51{left:-51px!important}.r-n-sm-51{right:-51px!important}.ti-sm-51{text-indent:51px!important}.ti-n-sm-51{text-indent:-51px!important}.fs-sm-51{font-size:51px!important}.row-sm-51{margin-right:-51px!important;margin-left:-51px!important}.row-sm-51 > [class*='col-']{padding-right:51px!important;padding-left:51px!important}.mt-sm-52{margin-top:52px!important}.mb-sm-52{margin-bottom:52px!important}.mr-sm-52{margin-right:52px!important}.ml-sm-52{margin-left:52px!important}.pt-sm-52{padding-top:52px!important}.pb-sm-52{padding-bottom:52px!important}.pr-sm-52{padding-right:52px!important}.pl-sm-52{padding-left:52px!important}.mt-n-sm-52{margin-top:-52px!important}.mb-n-sm-52{margin-bottom:-52px!important}.mr-n-sm-52{margin-right:-52px!important}.ml-n-sm-52{margin-left:-52px!important}.t-sm-52{top:52px!important}.b-sm-52{bottom:52px!important}.l-sm-52{left:52px!important}.r-sm-52{right:52px!important}.t-n-sm-52{top:-52px!important}.b-n-sm-52{bottom:-52px!important}.l-n-sm-52{left:-52px!important}.r-n-sm-52{right:-52px!important}.ti-sm-52{text-indent:52px!important}.ti-n-sm-52{text-indent:-52px!important}.fs-sm-52{font-size:52px!important}.row-sm-52{margin-right:-52px!important;margin-left:-52px!important}.row-sm-52 > [class*='col-']{padding-right:52px!important;padding-left:52px!important}.mt-sm-53{margin-top:53px!important}.mb-sm-53{margin-bottom:53px!important}.mr-sm-53{margin-right:53px!important}.ml-sm-53{margin-left:53px!important}.pt-sm-53{padding-top:53px!important}.pb-sm-53{padding-bottom:53px!important}.pr-sm-53{padding-right:53px!important}.pl-sm-53{padding-left:53px!important}.mt-n-sm-53{margin-top:-53px!important}.mb-n-sm-53{margin-bottom:-53px!important}.mr-n-sm-53{margin-right:-53px!important}.ml-n-sm-53{margin-left:-53px!important}.t-sm-53{top:53px!important}.b-sm-53{bottom:53px!important}.l-sm-53{left:53px!important}.r-sm-53{right:53px!important}.t-n-sm-53{top:-53px!important}.b-n-sm-53{bottom:-53px!important}.l-n-sm-53{left:-53px!important}.r-n-sm-53{right:-53px!important}.ti-sm-53{text-indent:53px!important}.ti-n-sm-53{text-indent:-53px!important}.fs-sm-53{font-size:53px!important}.row-sm-53{margin-right:-53px!important;margin-left:-53px!important}.row-sm-53 > [class*='col-']{padding-right:53px!important;padding-left:53px!important}.mt-sm-54{margin-top:54px!important}.mb-sm-54{margin-bottom:54px!important}.mr-sm-54{margin-right:54px!important}.ml-sm-54{margin-left:54px!important}.pt-sm-54{padding-top:54px!important}.pb-sm-54{padding-bottom:54px!important}.pr-sm-54{padding-right:54px!important}.pl-sm-54{padding-left:54px!important}.mt-n-sm-54{margin-top:-54px!important}.mb-n-sm-54{margin-bottom:-54px!important}.mr-n-sm-54{margin-right:-54px!important}.ml-n-sm-54{margin-left:-54px!important}.t-sm-54{top:54px!important}.b-sm-54{bottom:54px!important}.l-sm-54{left:54px!important}.r-sm-54{right:54px!important}.t-n-sm-54{top:-54px!important}.b-n-sm-54{bottom:-54px!important}.l-n-sm-54{left:-54px!important}.r-n-sm-54{right:-54px!important}.ti-sm-54{text-indent:54px!important}.ti-n-sm-54{text-indent:-54px!important}.fs-sm-54{font-size:54px!important}.row-sm-54{margin-right:-54px!important;margin-left:-54px!important}.row-sm-54 > [class*='col-']{padding-right:54px!important;padding-left:54px!important}.mt-sm-55{margin-top:55px!important}.mb-sm-55{margin-bottom:55px!important}.mr-sm-55{margin-right:55px!important}.ml-sm-55{margin-left:55px!important}.pt-sm-55{padding-top:55px!important}.pb-sm-55{padding-bottom:55px!important}.pr-sm-55{padding-right:55px!important}.pl-sm-55{padding-left:55px!important}.mt-n-sm-55{margin-top:-55px!important}.mb-n-sm-55{margin-bottom:-55px!important}.mr-n-sm-55{margin-right:-55px!important}.ml-n-sm-55{margin-left:-55px!important}.t-sm-55{top:55px!important}.b-sm-55{bottom:55px!important}.l-sm-55{left:55px!important}.r-sm-55{right:55px!important}.t-n-sm-55{top:-55px!important}.b-n-sm-55{bottom:-55px!important}.l-n-sm-55{left:-55px!important}.r-n-sm-55{right:-55px!important}.ti-sm-55{text-indent:55px!important}.ti-n-sm-55{text-indent:-55px!important}.fs-sm-55{font-size:55px!important}.row-sm-55{margin-right:-55px!important;margin-left:-55px!important}.row-sm-55 > [class*='col-']{padding-right:55px!important;padding-left:55px!important}.mt-sm-56{margin-top:56px!important}.mb-sm-56{margin-bottom:56px!important}.mr-sm-56{margin-right:56px!important}.ml-sm-56{margin-left:56px!important}.pt-sm-56{padding-top:56px!important}.pb-sm-56{padding-bottom:56px!important}.pr-sm-56{padding-right:56px!important}.pl-sm-56{padding-left:56px!important}.mt-n-sm-56{margin-top:-56px!important}.mb-n-sm-56{margin-bottom:-56px!important}.mr-n-sm-56{margin-right:-56px!important}.ml-n-sm-56{margin-left:-56px!important}.t-sm-56{top:56px!important}.b-sm-56{bottom:56px!important}.l-sm-56{left:56px!important}.r-sm-56{right:56px!important}.t-n-sm-56{top:-56px!important}.b-n-sm-56{bottom:-56px!important}.l-n-sm-56{left:-56px!important}.r-n-sm-56{right:-56px!important}.ti-sm-56{text-indent:56px!important}.ti-n-sm-56{text-indent:-56px!important}.fs-sm-56{font-size:56px!important}.row-sm-56{margin-right:-56px!important;margin-left:-56px!important}.row-sm-56 > [class*='col-']{padding-right:56px!important;padding-left:56px!important}.mt-sm-57{margin-top:57px!important}.mb-sm-57{margin-bottom:57px!important}.mr-sm-57{margin-right:57px!important}.ml-sm-57{margin-left:57px!important}.pt-sm-57{padding-top:57px!important}.pb-sm-57{padding-bottom:57px!important}.pr-sm-57{padding-right:57px!important}.pl-sm-57{padding-left:57px!important}.mt-n-sm-57{margin-top:-57px!important}.mb-n-sm-57{margin-bottom:-57px!important}.mr-n-sm-57{margin-right:-57px!important}.ml-n-sm-57{margin-left:-57px!important}.t-sm-57{top:57px!important}.b-sm-57{bottom:57px!important}.l-sm-57{left:57px!important}.r-sm-57{right:57px!important}.t-n-sm-57{top:-57px!important}.b-n-sm-57{bottom:-57px!important}.l-n-sm-57{left:-57px!important}.r-n-sm-57{right:-57px!important}.ti-sm-57{text-indent:57px!important}.ti-n-sm-57{text-indent:-57px!important}.fs-sm-57{font-size:57px!important}.row-sm-57{margin-right:-57px!important;margin-left:-57px!important}.row-sm-57 > [class*='col-']{padding-right:57px!important;padding-left:57px!important}.mt-sm-58{margin-top:58px!important}.mb-sm-58{margin-bottom:58px!important}.mr-sm-58{margin-right:58px!important}.ml-sm-58{margin-left:58px!important}.pt-sm-58{padding-top:58px!important}.pb-sm-58{padding-bottom:58px!important}.pr-sm-58{padding-right:58px!important}.pl-sm-58{padding-left:58px!important}.mt-n-sm-58{margin-top:-58px!important}.mb-n-sm-58{margin-bottom:-58px!important}.mr-n-sm-58{margin-right:-58px!important}.ml-n-sm-58{margin-left:-58px!important}.t-sm-58{top:58px!important}.b-sm-58{bottom:58px!important}.l-sm-58{left:58px!important}.r-sm-58{right:58px!important}.t-n-sm-58{top:-58px!important}.b-n-sm-58{bottom:-58px!important}.l-n-sm-58{left:-58px!important}.r-n-sm-58{right:-58px!important}.ti-sm-58{text-indent:58px!important}.ti-n-sm-58{text-indent:-58px!important}.fs-sm-58{font-size:58px!important}.row-sm-58{margin-right:-58px!important;margin-left:-58px!important}.row-sm-58 > [class*='col-']{padding-right:58px!important;padding-left:58px!important}.mt-sm-59{margin-top:59px!important}.mb-sm-59{margin-bottom:59px!important}.mr-sm-59{margin-right:59px!important}.ml-sm-59{margin-left:59px!important}.pt-sm-59{padding-top:59px!important}.pb-sm-59{padding-bottom:59px!important}.pr-sm-59{padding-right:59px!important}.pl-sm-59{padding-left:59px!important}.mt-n-sm-59{margin-top:-59px!important}.mb-n-sm-59{margin-bottom:-59px!important}.mr-n-sm-59{margin-right:-59px!important}.ml-n-sm-59{margin-left:-59px!important}.t-sm-59{top:59px!important}.b-sm-59{bottom:59px!important}.l-sm-59{left:59px!important}.r-sm-59{right:59px!important}.t-n-sm-59{top:-59px!important}.b-n-sm-59{bottom:-59px!important}.l-n-sm-59{left:-59px!important}.r-n-sm-59{right:-59px!important}.ti-sm-59{text-indent:59px!important}.ti-n-sm-59{text-indent:-59px!important}.fs-sm-59{font-size:59px!important}.row-sm-59{margin-right:-59px!important;margin-left:-59px!important}.row-sm-59 > [class*='col-']{padding-right:59px!important;padding-left:59px!important}.mt-sm-60{margin-top:60px!important}.mb-sm-60{margin-bottom:60px!important}.mr-sm-60{margin-right:60px!important}.ml-sm-60{margin-left:60px!important}.pt-sm-60{padding-top:60px!important}.pb-sm-60{padding-bottom:60px!important}.pr-sm-60{padding-right:60px!important}.pl-sm-60{padding-left:60px!important}.mt-n-sm-60{margin-top:-60px!important}.mb-n-sm-60{margin-bottom:-60px!important}.mr-n-sm-60{margin-right:-60px!important}.ml-n-sm-60{margin-left:-60px!important}.t-sm-60{top:60px!important}.b-sm-60{bottom:60px!important}.l-sm-60{left:60px!important}.r-sm-60{right:60px!important}.t-n-sm-60{top:-60px!important}.b-n-sm-60{bottom:-60px!important}.l-n-sm-60{left:-60px!important}.r-n-sm-60{right:-60px!important}.ti-sm-60{text-indent:60px!important}.ti-n-sm-60{text-indent:-60px!important}.fs-sm-60{font-size:60px!important}.row-sm-60{margin-right:-60px!important;margin-left:-60px!important}.row-sm-60 > [class*='col-']{padding-right:60px!important;padding-left:60px!important}.mt-sm-61{margin-top:61px!important}.mb-sm-61{margin-bottom:61px!important}.mr-sm-61{margin-right:61px!important}.ml-sm-61{margin-left:61px!important}.pt-sm-61{padding-top:61px!important}.pb-sm-61{padding-bottom:61px!important}.pr-sm-61{padding-right:61px!important}.pl-sm-61{padding-left:61px!important}.mt-n-sm-61{margin-top:-61px!important}.mb-n-sm-61{margin-bottom:-61px!important}.mr-n-sm-61{margin-right:-61px!important}.ml-n-sm-61{margin-left:-61px!important}.t-sm-61{top:61px!important}.b-sm-61{bottom:61px!important}.l-sm-61{left:61px!important}.r-sm-61{right:61px!important}.t-n-sm-61{top:-61px!important}.b-n-sm-61{bottom:-61px!important}.l-n-sm-61{left:-61px!important}.r-n-sm-61{right:-61px!important}.ti-sm-61{text-indent:61px!important}.ti-n-sm-61{text-indent:-61px!important}.fs-sm-61{font-size:61px!important}.row-sm-61{margin-right:-61px!important;margin-left:-61px!important}.row-sm-61 > [class*='col-']{padding-right:61px!important;padding-left:61px!important}.mt-sm-62{margin-top:62px!important}.mb-sm-62{margin-bottom:62px!important}.mr-sm-62{margin-right:62px!important}.ml-sm-62{margin-left:62px!important}.pt-sm-62{padding-top:62px!important}.pb-sm-62{padding-bottom:62px!important}.pr-sm-62{padding-right:62px!important}.pl-sm-62{padding-left:62px!important}.mt-n-sm-62{margin-top:-62px!important}.mb-n-sm-62{margin-bottom:-62px!important}.mr-n-sm-62{margin-right:-62px!important}.ml-n-sm-62{margin-left:-62px!important}.t-sm-62{top:62px!important}.b-sm-62{bottom:62px!important}.l-sm-62{left:62px!important}.r-sm-62{right:62px!important}.t-n-sm-62{top:-62px!important}.b-n-sm-62{bottom:-62px!important}.l-n-sm-62{left:-62px!important}.r-n-sm-62{right:-62px!important}.ti-sm-62{text-indent:62px!important}.ti-n-sm-62{text-indent:-62px!important}.fs-sm-62{font-size:62px!important}.row-sm-62{margin-right:-62px!important;margin-left:-62px!important}.row-sm-62 > [class*='col-']{padding-right:62px!important;padding-left:62px!important}.mt-sm-63{margin-top:63px!important}.mb-sm-63{margin-bottom:63px!important}.mr-sm-63{margin-right:63px!important}.ml-sm-63{margin-left:63px!important}.pt-sm-63{padding-top:63px!important}.pb-sm-63{padding-bottom:63px!important}.pr-sm-63{padding-right:63px!important}.pl-sm-63{padding-left:63px!important}.mt-n-sm-63{margin-top:-63px!important}.mb-n-sm-63{margin-bottom:-63px!important}.mr-n-sm-63{margin-right:-63px!important}.ml-n-sm-63{margin-left:-63px!important}.t-sm-63{top:63px!important}.b-sm-63{bottom:63px!important}.l-sm-63{left:63px!important}.r-sm-63{right:63px!important}.t-n-sm-63{top:-63px!important}.b-n-sm-63{bottom:-63px!important}.l-n-sm-63{left:-63px!important}.r-n-sm-63{right:-63px!important}.ti-sm-63{text-indent:63px!important}.ti-n-sm-63{text-indent:-63px!important}.fs-sm-63{font-size:63px!important}.row-sm-63{margin-right:-63px!important;margin-left:-63px!important}.row-sm-63 > [class*='col-']{padding-right:63px!important;padding-left:63px!important}.mt-sm-64{margin-top:64px!important}.mb-sm-64{margin-bottom:64px!important}.mr-sm-64{margin-right:64px!important}.ml-sm-64{margin-left:64px!important}.pt-sm-64{padding-top:64px!important}.pb-sm-64{padding-bottom:64px!important}.pr-sm-64{padding-right:64px!important}.pl-sm-64{padding-left:64px!important}.mt-n-sm-64{margin-top:-64px!important}.mb-n-sm-64{margin-bottom:-64px!important}.mr-n-sm-64{margin-right:-64px!important}.ml-n-sm-64{margin-left:-64px!important}.t-sm-64{top:64px!important}.b-sm-64{bottom:64px!important}.l-sm-64{left:64px!important}.r-sm-64{right:64px!important}.t-n-sm-64{top:-64px!important}.b-n-sm-64{bottom:-64px!important}.l-n-sm-64{left:-64px!important}.r-n-sm-64{right:-64px!important}.ti-sm-64{text-indent:64px!important}.ti-n-sm-64{text-indent:-64px!important}.fs-sm-64{font-size:64px!important}.row-sm-64{margin-right:-64px!important;margin-left:-64px!important}.row-sm-64 > [class*='col-']{padding-right:64px!important;padding-left:64px!important}.mt-sm-65{margin-top:65px!important}.mb-sm-65{margin-bottom:65px!important}.mr-sm-65{margin-right:65px!important}.ml-sm-65{margin-left:65px!important}.pt-sm-65{padding-top:65px!important}.pb-sm-65{padding-bottom:65px!important}.pr-sm-65{padding-right:65px!important}.pl-sm-65{padding-left:65px!important}.mt-n-sm-65{margin-top:-65px!important}.mb-n-sm-65{margin-bottom:-65px!important}.mr-n-sm-65{margin-right:-65px!important}.ml-n-sm-65{margin-left:-65px!important}.t-sm-65{top:65px!important}.b-sm-65{bottom:65px!important}.l-sm-65{left:65px!important}.r-sm-65{right:65px!important}.t-n-sm-65{top:-65px!important}.b-n-sm-65{bottom:-65px!important}.l-n-sm-65{left:-65px!important}.r-n-sm-65{right:-65px!important}.ti-sm-65{text-indent:65px!important}.ti-n-sm-65{text-indent:-65px!important}.fs-sm-65{font-size:65px!important}.row-sm-65{margin-right:-65px!important;margin-left:-65px!important}.row-sm-65 > [class*='col-']{padding-right:65px!important;padding-left:65px!important}.mt-sm-66{margin-top:66px!important}.mb-sm-66{margin-bottom:66px!important}.mr-sm-66{margin-right:66px!important}.ml-sm-66{margin-left:66px!important}.pt-sm-66{padding-top:66px!important}.pb-sm-66{padding-bottom:66px!important}.pr-sm-66{padding-right:66px!important}.pl-sm-66{padding-left:66px!important}.mt-n-sm-66{margin-top:-66px!important}.mb-n-sm-66{margin-bottom:-66px!important}.mr-n-sm-66{margin-right:-66px!important}.ml-n-sm-66{margin-left:-66px!important}.t-sm-66{top:66px!important}.b-sm-66{bottom:66px!important}.l-sm-66{left:66px!important}.r-sm-66{right:66px!important}.t-n-sm-66{top:-66px!important}.b-n-sm-66{bottom:-66px!important}.l-n-sm-66{left:-66px!important}.r-n-sm-66{right:-66px!important}.ti-sm-66{text-indent:66px!important}.ti-n-sm-66{text-indent:-66px!important}.fs-sm-66{font-size:66px!important}.row-sm-66{margin-right:-66px!important;margin-left:-66px!important}.row-sm-66 > [class*='col-']{padding-right:66px!important;padding-left:66px!important}.mt-sm-67{margin-top:67px!important}.mb-sm-67{margin-bottom:67px!important}.mr-sm-67{margin-right:67px!important}.ml-sm-67{margin-left:67px!important}.pt-sm-67{padding-top:67px!important}.pb-sm-67{padding-bottom:67px!important}.pr-sm-67{padding-right:67px!important}.pl-sm-67{padding-left:67px!important}.mt-n-sm-67{margin-top:-67px!important}.mb-n-sm-67{margin-bottom:-67px!important}.mr-n-sm-67{margin-right:-67px!important}.ml-n-sm-67{margin-left:-67px!important}.t-sm-67{top:67px!important}.b-sm-67{bottom:67px!important}.l-sm-67{left:67px!important}.r-sm-67{right:67px!important}.t-n-sm-67{top:-67px!important}.b-n-sm-67{bottom:-67px!important}.l-n-sm-67{left:-67px!important}.r-n-sm-67{right:-67px!important}.ti-sm-67{text-indent:67px!important}.ti-n-sm-67{text-indent:-67px!important}.fs-sm-67{font-size:67px!important}.row-sm-67{margin-right:-67px!important;margin-left:-67px!important}.row-sm-67 > [class*='col-']{padding-right:67px!important;padding-left:67px!important}.mt-sm-68{margin-top:68px!important}.mb-sm-68{margin-bottom:68px!important}.mr-sm-68{margin-right:68px!important}.ml-sm-68{margin-left:68px!important}.pt-sm-68{padding-top:68px!important}.pb-sm-68{padding-bottom:68px!important}.pr-sm-68{padding-right:68px!important}.pl-sm-68{padding-left:68px!important}.mt-n-sm-68{margin-top:-68px!important}.mb-n-sm-68{margin-bottom:-68px!important}.mr-n-sm-68{margin-right:-68px!important}.ml-n-sm-68{margin-left:-68px!important}.t-sm-68{top:68px!important}.b-sm-68{bottom:68px!important}.l-sm-68{left:68px!important}.r-sm-68{right:68px!important}.t-n-sm-68{top:-68px!important}.b-n-sm-68{bottom:-68px!important}.l-n-sm-68{left:-68px!important}.r-n-sm-68{right:-68px!important}.ti-sm-68{text-indent:68px!important}.ti-n-sm-68{text-indent:-68px!important}.fs-sm-68{font-size:68px!important}.row-sm-68{margin-right:-68px!important;margin-left:-68px!important}.row-sm-68 > [class*='col-']{padding-right:68px!important;padding-left:68px!important}.mt-sm-69{margin-top:69px!important}.mb-sm-69{margin-bottom:69px!important}.mr-sm-69{margin-right:69px!important}.ml-sm-69{margin-left:69px!important}.pt-sm-69{padding-top:69px!important}.pb-sm-69{padding-bottom:69px!important}.pr-sm-69{padding-right:69px!important}.pl-sm-69{padding-left:69px!important}.mt-n-sm-69{margin-top:-69px!important}.mb-n-sm-69{margin-bottom:-69px!important}.mr-n-sm-69{margin-right:-69px!important}.ml-n-sm-69{margin-left:-69px!important}.t-sm-69{top:69px!important}.b-sm-69{bottom:69px!important}.l-sm-69{left:69px!important}.r-sm-69{right:69px!important}.t-n-sm-69{top:-69px!important}.b-n-sm-69{bottom:-69px!important}.l-n-sm-69{left:-69px!important}.r-n-sm-69{right:-69px!important}.ti-sm-69{text-indent:69px!important}.ti-n-sm-69{text-indent:-69px!important}.fs-sm-69{font-size:69px!important}.row-sm-69{margin-right:-69px!important;margin-left:-69px!important}.row-sm-69 > [class*='col-']{padding-right:69px!important;padding-left:69px!important}.mt-sm-70{margin-top:70px!important}.mb-sm-70{margin-bottom:70px!important}.mr-sm-70{margin-right:70px!important}.ml-sm-70{margin-left:70px!important}.pt-sm-70{padding-top:70px!important}.pb-sm-70{padding-bottom:70px!important}.pr-sm-70{padding-right:70px!important}.pl-sm-70{padding-left:70px!important}.mt-n-sm-70{margin-top:-70px!important}.mb-n-sm-70{margin-bottom:-70px!important}.mr-n-sm-70{margin-right:-70px!important}.ml-n-sm-70{margin-left:-70px!important}.t-sm-70{top:70px!important}.b-sm-70{bottom:70px!important}.l-sm-70{left:70px!important}.r-sm-70{right:70px!important}.t-n-sm-70{top:-70px!important}.b-n-sm-70{bottom:-70px!important}.l-n-sm-70{left:-70px!important}.r-n-sm-70{right:-70px!important}.ti-sm-70{text-indent:70px!important}.ti-n-sm-70{text-indent:-70px!important}.fs-sm-70{font-size:70px!important}.row-sm-70{margin-right:-70px!important;margin-left:-70px!important}.row-sm-70 > [class*='col-']{padding-right:70px!important;padding-left:70px!important}.mt-sm-71{margin-top:71px!important}.mb-sm-71{margin-bottom:71px!important}.mr-sm-71{margin-right:71px!important}.ml-sm-71{margin-left:71px!important}.pt-sm-71{padding-top:71px!important}.pb-sm-71{padding-bottom:71px!important}.pr-sm-71{padding-right:71px!important}.pl-sm-71{padding-left:71px!important}.mt-n-sm-71{margin-top:-71px!important}.mb-n-sm-71{margin-bottom:-71px!important}.mr-n-sm-71{margin-right:-71px!important}.ml-n-sm-71{margin-left:-71px!important}.t-sm-71{top:71px!important}.b-sm-71{bottom:71px!important}.l-sm-71{left:71px!important}.r-sm-71{right:71px!important}.t-n-sm-71{top:-71px!important}.b-n-sm-71{bottom:-71px!important}.l-n-sm-71{left:-71px!important}.r-n-sm-71{right:-71px!important}.ti-sm-71{text-indent:71px!important}.ti-n-sm-71{text-indent:-71px!important}.fs-sm-71{font-size:71px!important}.row-sm-71{margin-right:-71px!important;margin-left:-71px!important}.row-sm-71 > [class*='col-']{padding-right:71px!important;padding-left:71px!important}.mt-sm-72{margin-top:72px!important}.mb-sm-72{margin-bottom:72px!important}.mr-sm-72{margin-right:72px!important}.ml-sm-72{margin-left:72px!important}.pt-sm-72{padding-top:72px!important}.pb-sm-72{padding-bottom:72px!important}.pr-sm-72{padding-right:72px!important}.pl-sm-72{padding-left:72px!important}.mt-n-sm-72{margin-top:-72px!important}.mb-n-sm-72{margin-bottom:-72px!important}.mr-n-sm-72{margin-right:-72px!important}.ml-n-sm-72{margin-left:-72px!important}.t-sm-72{top:72px!important}.b-sm-72{bottom:72px!important}.l-sm-72{left:72px!important}.r-sm-72{right:72px!important}.t-n-sm-72{top:-72px!important}.b-n-sm-72{bottom:-72px!important}.l-n-sm-72{left:-72px!important}.r-n-sm-72{right:-72px!important}.ti-sm-72{text-indent:72px!important}.ti-n-sm-72{text-indent:-72px!important}.fs-sm-72{font-size:72px!important}.row-sm-72{margin-right:-72px!important;margin-left:-72px!important}.row-sm-72 > [class*='col-']{padding-right:72px!important;padding-left:72px!important}.mt-sm-73{margin-top:73px!important}.mb-sm-73{margin-bottom:73px!important}.mr-sm-73{margin-right:73px!important}.ml-sm-73{margin-left:73px!important}.pt-sm-73{padding-top:73px!important}.pb-sm-73{padding-bottom:73px!important}.pr-sm-73{padding-right:73px!important}.pl-sm-73{padding-left:73px!important}.mt-n-sm-73{margin-top:-73px!important}.mb-n-sm-73{margin-bottom:-73px!important}.mr-n-sm-73{margin-right:-73px!important}.ml-n-sm-73{margin-left:-73px!important}.t-sm-73{top:73px!important}.b-sm-73{bottom:73px!important}.l-sm-73{left:73px!important}.r-sm-73{right:73px!important}.t-n-sm-73{top:-73px!important}.b-n-sm-73{bottom:-73px!important}.l-n-sm-73{left:-73px!important}.r-n-sm-73{right:-73px!important}.ti-sm-73{text-indent:73px!important}.ti-n-sm-73{text-indent:-73px!important}.fs-sm-73{font-size:73px!important}.row-sm-73{margin-right:-73px!important;margin-left:-73px!important}.row-sm-73 > [class*='col-']{padding-right:73px!important;padding-left:73px!important}.mt-sm-74{margin-top:74px!important}.mb-sm-74{margin-bottom:74px!important}.mr-sm-74{margin-right:74px!important}.ml-sm-74{margin-left:74px!important}.pt-sm-74{padding-top:74px!important}.pb-sm-74{padding-bottom:74px!important}.pr-sm-74{padding-right:74px!important}.pl-sm-74{padding-left:74px!important}.mt-n-sm-74{margin-top:-74px!important}.mb-n-sm-74{margin-bottom:-74px!important}.mr-n-sm-74{margin-right:-74px!important}.ml-n-sm-74{margin-left:-74px!important}.t-sm-74{top:74px!important}.b-sm-74{bottom:74px!important}.l-sm-74{left:74px!important}.r-sm-74{right:74px!important}.t-n-sm-74{top:-74px!important}.b-n-sm-74{bottom:-74px!important}.l-n-sm-74{left:-74px!important}.r-n-sm-74{right:-74px!important}.ti-sm-74{text-indent:74px!important}.ti-n-sm-74{text-indent:-74px!important}.fs-sm-74{font-size:74px!important}.row-sm-74{margin-right:-74px!important;margin-left:-74px!important}.row-sm-74 > [class*='col-']{padding-right:74px!important;padding-left:74px!important}.mt-sm-75{margin-top:75px!important}.mb-sm-75{margin-bottom:75px!important}.mr-sm-75{margin-right:75px!important}.ml-sm-75{margin-left:75px!important}.pt-sm-75{padding-top:75px!important}.pb-sm-75{padding-bottom:75px!important}.pr-sm-75{padding-right:75px!important}.pl-sm-75{padding-left:75px!important}.mt-n-sm-75{margin-top:-75px!important}.mb-n-sm-75{margin-bottom:-75px!important}.mr-n-sm-75{margin-right:-75px!important}.ml-n-sm-75{margin-left:-75px!important}.t-sm-75{top:75px!important}.b-sm-75{bottom:75px!important}.l-sm-75{left:75px!important}.r-sm-75{right:75px!important}.t-n-sm-75{top:-75px!important}.b-n-sm-75{bottom:-75px!important}.l-n-sm-75{left:-75px!important}.r-n-sm-75{right:-75px!important}.ti-sm-75{text-indent:75px!important}.ti-n-sm-75{text-indent:-75px!important}.fs-sm-75{font-size:75px!important}.row-sm-75{margin-right:-75px!important;margin-left:-75px!important}.row-sm-75 > [class*='col-']{padding-right:75px!important;padding-left:75px!important}.mt-sm-76{margin-top:76px!important}.mb-sm-76{margin-bottom:76px!important}.mr-sm-76{margin-right:76px!important}.ml-sm-76{margin-left:76px!important}.pt-sm-76{padding-top:76px!important}.pb-sm-76{padding-bottom:76px!important}.pr-sm-76{padding-right:76px!important}.pl-sm-76{padding-left:76px!important}.mt-n-sm-76{margin-top:-76px!important}.mb-n-sm-76{margin-bottom:-76px!important}.mr-n-sm-76{margin-right:-76px!important}.ml-n-sm-76{margin-left:-76px!important}.t-sm-76{top:76px!important}.b-sm-76{bottom:76px!important}.l-sm-76{left:76px!important}.r-sm-76{right:76px!important}.t-n-sm-76{top:-76px!important}.b-n-sm-76{bottom:-76px!important}.l-n-sm-76{left:-76px!important}.r-n-sm-76{right:-76px!important}.ti-sm-76{text-indent:76px!important}.ti-n-sm-76{text-indent:-76px!important}.fs-sm-76{font-size:76px!important}.row-sm-76{margin-right:-76px!important;margin-left:-76px!important}.row-sm-76 > [class*='col-']{padding-right:76px!important;padding-left:76px!important}.mt-sm-77{margin-top:77px!important}.mb-sm-77{margin-bottom:77px!important}.mr-sm-77{margin-right:77px!important}.ml-sm-77{margin-left:77px!important}.pt-sm-77{padding-top:77px!important}.pb-sm-77{padding-bottom:77px!important}.pr-sm-77{padding-right:77px!important}.pl-sm-77{padding-left:77px!important}.mt-n-sm-77{margin-top:-77px!important}.mb-n-sm-77{margin-bottom:-77px!important}.mr-n-sm-77{margin-right:-77px!important}.ml-n-sm-77{margin-left:-77px!important}.t-sm-77{top:77px!important}.b-sm-77{bottom:77px!important}.l-sm-77{left:77px!important}.r-sm-77{right:77px!important}.t-n-sm-77{top:-77px!important}.b-n-sm-77{bottom:-77px!important}.l-n-sm-77{left:-77px!important}.r-n-sm-77{right:-77px!important}.ti-sm-77{text-indent:77px!important}.ti-n-sm-77{text-indent:-77px!important}.fs-sm-77{font-size:77px!important}.row-sm-77{margin-right:-77px!important;margin-left:-77px!important}.row-sm-77 > [class*='col-']{padding-right:77px!important;padding-left:77px!important}.mt-sm-78{margin-top:78px!important}.mb-sm-78{margin-bottom:78px!important}.mr-sm-78{margin-right:78px!important}.ml-sm-78{margin-left:78px!important}.pt-sm-78{padding-top:78px!important}.pb-sm-78{padding-bottom:78px!important}.pr-sm-78{padding-right:78px!important}.pl-sm-78{padding-left:78px!important}.mt-n-sm-78{margin-top:-78px!important}.mb-n-sm-78{margin-bottom:-78px!important}.mr-n-sm-78{margin-right:-78px!important}.ml-n-sm-78{margin-left:-78px!important}.t-sm-78{top:78px!important}.b-sm-78{bottom:78px!important}.l-sm-78{left:78px!important}.r-sm-78{right:78px!important}.t-n-sm-78{top:-78px!important}.b-n-sm-78{bottom:-78px!important}.l-n-sm-78{left:-78px!important}.r-n-sm-78{right:-78px!important}.ti-sm-78{text-indent:78px!important}.ti-n-sm-78{text-indent:-78px!important}.fs-sm-78{font-size:78px!important}.row-sm-78{margin-right:-78px!important;margin-left:-78px!important}.row-sm-78 > [class*='col-']{padding-right:78px!important;padding-left:78px!important}.mt-sm-79{margin-top:79px!important}.mb-sm-79{margin-bottom:79px!important}.mr-sm-79{margin-right:79px!important}.ml-sm-79{margin-left:79px!important}.pt-sm-79{padding-top:79px!important}.pb-sm-79{padding-bottom:79px!important}.pr-sm-79{padding-right:79px!important}.pl-sm-79{padding-left:79px!important}.mt-n-sm-79{margin-top:-79px!important}.mb-n-sm-79{margin-bottom:-79px!important}.mr-n-sm-79{margin-right:-79px!important}.ml-n-sm-79{margin-left:-79px!important}.t-sm-79{top:79px!important}.b-sm-79{bottom:79px!important}.l-sm-79{left:79px!important}.r-sm-79{right:79px!important}.t-n-sm-79{top:-79px!important}.b-n-sm-79{bottom:-79px!important}.l-n-sm-79{left:-79px!important}.r-n-sm-79{right:-79px!important}.ti-sm-79{text-indent:79px!important}.ti-n-sm-79{text-indent:-79px!important}.fs-sm-79{font-size:79px!important}.row-sm-79{margin-right:-79px!important;margin-left:-79px!important}.row-sm-79 > [class*='col-']{padding-right:79px!important;padding-left:79px!important}.mt-sm-80{margin-top:80px!important}.mb-sm-80{margin-bottom:80px!important}.mr-sm-80{margin-right:80px!important}.ml-sm-80{margin-left:80px!important}.pt-sm-80{padding-top:80px!important}.pb-sm-80{padding-bottom:80px!important}.pr-sm-80{padding-right:80px!important}.pl-sm-80{padding-left:80px!important}.mt-n-sm-80{margin-top:-80px!important}.mb-n-sm-80{margin-bottom:-80px!important}.mr-n-sm-80{margin-right:-80px!important}.ml-n-sm-80{margin-left:-80px!important}.t-sm-80{top:80px!important}.b-sm-80{bottom:80px!important}.l-sm-80{left:80px!important}.r-sm-80{right:80px!important}.t-n-sm-80{top:-80px!important}.b-n-sm-80{bottom:-80px!important}.l-n-sm-80{left:-80px!important}.r-n-sm-80{right:-80px!important}.ti-sm-80{text-indent:80px!important}.ti-n-sm-80{text-indent:-80px!important}.fs-sm-80{font-size:80px!important}.row-sm-80{margin-right:-80px!important;margin-left:-80px!important}.row-sm-80 > [class*='col-']{padding-right:80px!important;padding-left:80px!important}}@media (min-width: 3px){.mt-md-0{margin-top:0!important}.mb-md-0{margin-bottom:0!important}.mr-md-0{margin-right:0!important}.ml-md-0{margin-left:0!important}.pt-md-0{padding-top:0!important}.pb-md-0{padding-bottom:0!important}.pr-md-0{padding-right:0!important}.pl-md-0{padding-left:0!important}.mt-n-md-0{margin-top:0!important}.mb-n-md-0{margin-bottom:0!important}.mr-n-md-0{margin-right:0!important}.ml-n-md-0{margin-left:0!important}.t-md-0{top:0!important}.b-md-0{bottom:0!important}.l-md-0{left:0!important}.r-md-0{right:0!important}.t-n-md-0{top:0!important}.b-n-md-0{bottom:0!important}.l-n-md-0{left:0!important}.r-n-md-0{right:0!important}.ti-md-0{text-indent:0!important}.ti-n-md-0{text-indent:0!important}.fs-md-0{font-size:0!important}.row-md-0{margin-right:0!important;margin-left:0!important}.row-md-0 > [class*='col-']{padding-right:0!important;padding-left:0!important}.mt-md-1{margin-top:1px!important}.mb-md-1{margin-bottom:1px!important}.mr-md-1{margin-right:1px!important}.ml-md-1{margin-left:1px!important}.pt-md-1{padding-top:1px!important}.pb-md-1{padding-bottom:1px!important}.pr-md-1{padding-right:1px!important}.pl-md-1{padding-left:1px!important}.mt-n-md-1{margin-top:-1px!important}.mb-n-md-1{margin-bottom:-1px!important}.mr-n-md-1{margin-right:-1px!important}.ml-n-md-1{margin-left:-1px!important}.t-md-1{top:1px!important}.b-md-1{bottom:1px!important}.l-md-1{left:1px!important}.r-md-1{right:1px!important}.t-n-md-1{top:-1px!important}.b-n-md-1{bottom:-1px!important}.l-n-md-1{left:-1px!important}.r-n-md-1{right:-1px!important}.ti-md-1{text-indent:1px!important}.ti-n-md-1{text-indent:-1px!important}.fs-md-1{font-size:1px!important}.row-md-1{margin-right:-1px!important;margin-left:-1px!important}.row-md-1 > [class*='col-']{padding-right:1px!important;padding-left:1px!important}.mt-md-2{margin-top:2px!important}.mb-md-2{margin-bottom:2px!important}.mr-md-2{margin-right:2px!important}.ml-md-2{margin-left:2px!important}.pt-md-2{padding-top:2px!important}.pb-md-2{padding-bottom:2px!important}.pr-md-2{padding-right:2px!important}.pl-md-2{padding-left:2px!important}.mt-n-md-2{margin-top:-2px!important}.mb-n-md-2{margin-bottom:-2px!important}.mr-n-md-2{margin-right:-2px!important}.ml-n-md-2{margin-left:-2px!important}.t-md-2{top:2px!important}.b-md-2{bottom:2px!important}.l-md-2{left:2px!important}.r-md-2{right:2px!important}.t-n-md-2{top:-2px!important}.b-n-md-2{bottom:-2px!important}.l-n-md-2{left:-2px!important}.r-n-md-2{right:-2px!important}.ti-md-2{text-indent:2px!important}.ti-n-md-2{text-indent:-2px!important}.fs-md-2{font-size:2px!important}.row-md-2{margin-right:-2px!important;margin-left:-2px!important}.row-md-2 > [class*='col-']{padding-right:2px!important;padding-left:2px!important}.mt-md-3{margin-top:3px!important}.mb-md-3{margin-bottom:3px!important}.mr-md-3{margin-right:3px!important}.ml-md-3{margin-left:3px!important}.pt-md-3{padding-top:3px!important}.pb-md-3{padding-bottom:3px!important}.pr-md-3{padding-right:3px!important}.pl-md-3{padding-left:3px!important}.mt-n-md-3{margin-top:-3px!important}.mb-n-md-3{margin-bottom:-3px!important}.mr-n-md-3{margin-right:-3px!important}.ml-n-md-3{margin-left:-3px!important}.t-md-3{top:3px!important}.b-md-3{bottom:3px!important}.l-md-3{left:3px!important}.r-md-3{right:3px!important}.t-n-md-3{top:-3px!important}.b-n-md-3{bottom:-3px!important}.l-n-md-3{left:-3px!important}.r-n-md-3{right:-3px!important}.ti-md-3{text-indent:3px!important}.ti-n-md-3{text-indent:-3px!important}.fs-md-3{font-size:3px!important}.row-md-3{margin-right:-3px!important;margin-left:-3px!important}.row-md-3 > [class*='col-']{padding-right:3px!important;padding-left:3px!important}.mt-md-4{margin-top:4px!important}.mb-md-4{margin-bottom:4px!important}.mr-md-4{margin-right:4px!important}.ml-md-4{margin-left:4px!important}.pt-md-4{padding-top:4px!important}.pb-md-4{padding-bottom:4px!important}.pr-md-4{padding-right:4px!important}.pl-md-4{padding-left:4px!important}.mt-n-md-4{margin-top:-4px!important}.mb-n-md-4{margin-bottom:-4px!important}.mr-n-md-4{margin-right:-4px!important}.ml-n-md-4{margin-left:-4px!important}.t-md-4{top:4px!important}.b-md-4{bottom:4px!important}.l-md-4{left:4px!important}.r-md-4{right:4px!important}.t-n-md-4{top:-4px!important}.b-n-md-4{bottom:-4px!important}.l-n-md-4{left:-4px!important}.r-n-md-4{right:-4px!important}.ti-md-4{text-indent:4px!important}.ti-n-md-4{text-indent:-4px!important}.fs-md-4{font-size:4px!important}.row-md-4{margin-right:-4px!important;margin-left:-4px!important}.row-md-4 > [class*='col-']{padding-right:4px!important;padding-left:4px!important}.mt-md-5{margin-top:5px!important}.mb-md-5{margin-bottom:5px!important}.mr-md-5{margin-right:5px!important}.ml-md-5{margin-left:5px!important}.pt-md-5{padding-top:5px!important}.pb-md-5{padding-bottom:5px!important}.pr-md-5{padding-right:5px!important}.pl-md-5{padding-left:5px!important}.mt-n-md-5{margin-top:-5px!important}.mb-n-md-5{margin-bottom:-5px!important}.mr-n-md-5{margin-right:-5px!important}.ml-n-md-5{margin-left:-5px!important}.t-md-5{top:5px!important}.b-md-5{bottom:5px!important}.l-md-5{left:5px!important}.r-md-5{right:5px!important}.t-n-md-5{top:-5px!important}.b-n-md-5{bottom:-5px!important}.l-n-md-5{left:-5px!important}.r-n-md-5{right:-5px!important}.ti-md-5{text-indent:5px!important}.ti-n-md-5{text-indent:-5px!important}.fs-md-5{font-size:5px!important}.row-md-5{margin-right:-5px!important;margin-left:-5px!important}.row-md-5 > [class*='col-']{padding-right:5px!important;padding-left:5px!important}.mt-md-6{margin-top:6px!important}.mb-md-6{margin-bottom:6px!important}.mr-md-6{margin-right:6px!important}.ml-md-6{margin-left:6px!important}.pt-md-6{padding-top:6px!important}.pb-md-6{padding-bottom:6px!important}.pr-md-6{padding-right:6px!important}.pl-md-6{padding-left:6px!important}.mt-n-md-6{margin-top:-6px!important}.mb-n-md-6{margin-bottom:-6px!important}.mr-n-md-6{margin-right:-6px!important}.ml-n-md-6{margin-left:-6px!important}.t-md-6{top:6px!important}.b-md-6{bottom:6px!important}.l-md-6{left:6px!important}.r-md-6{right:6px!important}.t-n-md-6{top:-6px!important}.b-n-md-6{bottom:-6px!important}.l-n-md-6{left:-6px!important}.r-n-md-6{right:-6px!important}.ti-md-6{text-indent:6px!important}.ti-n-md-6{text-indent:-6px!important}.fs-md-6{font-size:6px!important}.row-md-6{margin-right:-6px!important;margin-left:-6px!important}.row-md-6 > [class*='col-']{padding-right:6px!important;padding-left:6px!important}.mt-md-7{margin-top:7px!important}.mb-md-7{margin-bottom:7px!important}.mr-md-7{margin-right:7px!important}.ml-md-7{margin-left:7px!important}.pt-md-7{padding-top:7px!important}.pb-md-7{padding-bottom:7px!important}.pr-md-7{padding-right:7px!important}.pl-md-7{padding-left:7px!important}.mt-n-md-7{margin-top:-7px!important}.mb-n-md-7{margin-bottom:-7px!important}.mr-n-md-7{margin-right:-7px!important}.ml-n-md-7{margin-left:-7px!important}.t-md-7{top:7px!important}.b-md-7{bottom:7px!important}.l-md-7{left:7px!important}.r-md-7{right:7px!important}.t-n-md-7{top:-7px!important}.b-n-md-7{bottom:-7px!important}.l-n-md-7{left:-7px!important}.r-n-md-7{right:-7px!important}.ti-md-7{text-indent:7px!important}.ti-n-md-7{text-indent:-7px!important}.fs-md-7{font-size:7px!important}.row-md-7{margin-right:-7px!important;margin-left:-7px!important}.row-md-7 > [class*='col-']{padding-right:7px!important;padding-left:7px!important}.mt-md-8{margin-top:8px!important}.mb-md-8{margin-bottom:8px!important}.mr-md-8{margin-right:8px!important}.ml-md-8{margin-left:8px!important}.pt-md-8{padding-top:8px!important}.pb-md-8{padding-bottom:8px!important}.pr-md-8{padding-right:8px!important}.pl-md-8{padding-left:8px!important}.mt-n-md-8{margin-top:-8px!important}.mb-n-md-8{margin-bottom:-8px!important}.mr-n-md-8{margin-right:-8px!important}.ml-n-md-8{margin-left:-8px!important}.t-md-8{top:8px!important}.b-md-8{bottom:8px!important}.l-md-8{left:8px!important}.r-md-8{right:8px!important}.t-n-md-8{top:-8px!important}.b-n-md-8{bottom:-8px!important}.l-n-md-8{left:-8px!important}.r-n-md-8{right:-8px!important}.ti-md-8{text-indent:8px!important}.ti-n-md-8{text-indent:-8px!important}.fs-md-8{font-size:8px!important}.row-md-8{margin-right:-8px!important;margin-left:-8px!important}.row-md-8 > [class*='col-']{padding-right:8px!important;padding-left:8px!important}.mt-md-9{margin-top:9px!important}.mb-md-9{margin-bottom:9px!important}.mr-md-9{margin-right:9px!important}.ml-md-9{margin-left:9px!important}.pt-md-9{padding-top:9px!important}.pb-md-9{padding-bottom:9px!important}.pr-md-9{padding-right:9px!important}.pl-md-9{padding-left:9px!important}.mt-n-md-9{margin-top:-9px!important}.mb-n-md-9{margin-bottom:-9px!important}.mr-n-md-9{margin-right:-9px!important}.ml-n-md-9{margin-left:-9px!important}.t-md-9{top:9px!important}.b-md-9{bottom:9px!important}.l-md-9{left:9px!important}.r-md-9{right:9px!important}.t-n-md-9{top:-9px!important}.b-n-md-9{bottom:-9px!important}.l-n-md-9{left:-9px!important}.r-n-md-9{right:-9px!important}.ti-md-9{text-indent:9px!important}.ti-n-md-9{text-indent:-9px!important}.fs-md-9{font-size:9px!important}.row-md-9{margin-right:-9px!important;margin-left:-9px!important}.row-md-9 > [class*='col-']{padding-right:9px!important;padding-left:9px!important}.mt-md-10{margin-top:10px!important}.mb-md-10{margin-bottom:10px!important}.mr-md-10{margin-right:10px!important}.ml-md-10{margin-left:10px!important}.pt-md-10{padding-top:10px!important}.pb-md-10{padding-bottom:10px!important}.pr-md-10{padding-right:10px!important}.pl-md-10{padding-left:10px!important}.mt-n-md-10{margin-top:-10px!important}.mb-n-md-10{margin-bottom:-10px!important}.mr-n-md-10{margin-right:-10px!important}.ml-n-md-10{margin-left:-10px!important}.t-md-10{top:10px!important}.b-md-10{bottom:10px!important}.l-md-10{left:10px!important}.r-md-10{right:10px!important}.t-n-md-10{top:-10px!important}.b-n-md-10{bottom:-10px!important}.l-n-md-10{left:-10px!important}.r-n-md-10{right:-10px!important}.ti-md-10{text-indent:10px!important}.ti-n-md-10{text-indent:-10px!important}.fs-md-10{font-size:10px!important}.row-md-10{margin-right:-10px!important;margin-left:-10px!important}.row-md-10 > [class*='col-']{padding-right:10px!important;padding-left:10px!important}.mt-md-11{margin-top:11px!important}.mb-md-11{margin-bottom:11px!important}.mr-md-11{margin-right:11px!important}.ml-md-11{margin-left:11px!important}.pt-md-11{padding-top:11px!important}.pb-md-11{padding-bottom:11px!important}.pr-md-11{padding-right:11px!important}.pl-md-11{padding-left:11px!important}.mt-n-md-11{margin-top:-11px!important}.mb-n-md-11{margin-bottom:-11px!important}.mr-n-md-11{margin-right:-11px!important}.ml-n-md-11{margin-left:-11px!important}.t-md-11{top:11px!important}.b-md-11{bottom:11px!important}.l-md-11{left:11px!important}.r-md-11{right:11px!important}.t-n-md-11{top:-11px!important}.b-n-md-11{bottom:-11px!important}.l-n-md-11{left:-11px!important}.r-n-md-11{right:-11px!important}.ti-md-11{text-indent:11px!important}.ti-n-md-11{text-indent:-11px!important}.fs-md-11{font-size:11px!important}.row-md-11{margin-right:-11px!important;margin-left:-11px!important}.row-md-11 > [class*='col-']{padding-right:11px!important;padding-left:11px!important}.mt-md-12{margin-top:12px!important}.mb-md-12{margin-bottom:12px!important}.mr-md-12{margin-right:12px!important}.ml-md-12{margin-left:12px!important}.pt-md-12{padding-top:12px!important}.pb-md-12{padding-bottom:12px!important}.pr-md-12{padding-right:12px!important}.pl-md-12{padding-left:12px!important}.mt-n-md-12{margin-top:-12px!important}.mb-n-md-12{margin-bottom:-12px!important}.mr-n-md-12{margin-right:-12px!important}.ml-n-md-12{margin-left:-12px!important}.t-md-12{top:12px!important}.b-md-12{bottom:12px!important}.l-md-12{left:12px!important}.r-md-12{right:12px!important}.t-n-md-12{top:-12px!important}.b-n-md-12{bottom:-12px!important}.l-n-md-12{left:-12px!important}.r-n-md-12{right:-12px!important}.ti-md-12{text-indent:12px!important}.ti-n-md-12{text-indent:-12px!important}.fs-md-12{font-size:12px!important}.row-md-12{margin-right:-12px!important;margin-left:-12px!important}.row-md-12 > [class*='col-']{padding-right:12px!important;padding-left:12px!important}.mt-md-13{margin-top:13px!important}.mb-md-13{margin-bottom:13px!important}.mr-md-13{margin-right:13px!important}.ml-md-13{margin-left:13px!important}.pt-md-13{padding-top:13px!important}.pb-md-13{padding-bottom:13px!important}.pr-md-13{padding-right:13px!important}.pl-md-13{padding-left:13px!important}.mt-n-md-13{margin-top:-13px!important}.mb-n-md-13{margin-bottom:-13px!important}.mr-n-md-13{margin-right:-13px!important}.ml-n-md-13{margin-left:-13px!important}.t-md-13{top:13px!important}.b-md-13{bottom:13px!important}.l-md-13{left:13px!important}.r-md-13{right:13px!important}.t-n-md-13{top:-13px!important}.b-n-md-13{bottom:-13px!important}.l-n-md-13{left:-13px!important}.r-n-md-13{right:-13px!important}.ti-md-13{text-indent:13px!important}.ti-n-md-13{text-indent:-13px!important}.fs-md-13{font-size:13px!important}.row-md-13{margin-right:-13px!important;margin-left:-13px!important}.row-md-13 > [class*='col-']{padding-right:13px!important;padding-left:13px!important}.mt-md-14{margin-top:14px!important}.mb-md-14{margin-bottom:14px!important}.mr-md-14{margin-right:14px!important}.ml-md-14{margin-left:14px!important}.pt-md-14{padding-top:14px!important}.pb-md-14{padding-bottom:14px!important}.pr-md-14{padding-right:14px!important}.pl-md-14{padding-left:14px!important}.mt-n-md-14{margin-top:-14px!important}.mb-n-md-14{margin-bottom:-14px!important}.mr-n-md-14{margin-right:-14px!important}.ml-n-md-14{margin-left:-14px!important}.t-md-14{top:14px!important}.b-md-14{bottom:14px!important}.l-md-14{left:14px!important}.r-md-14{right:14px!important}.t-n-md-14{top:-14px!important}.b-n-md-14{bottom:-14px!important}.l-n-md-14{left:-14px!important}.r-n-md-14{right:-14px!important}.ti-md-14{text-indent:14px!important}.ti-n-md-14{text-indent:-14px!important}.fs-md-14{font-size:14px!important}.row-md-14{margin-right:-14px!important;margin-left:-14px!important}.row-md-14 > [class*='col-']{padding-right:14px!important;padding-left:14px!important}.mt-md-15{margin-top:15px!important}.mb-md-15{margin-bottom:15px!important}.mr-md-15{margin-right:15px!important}.ml-md-15{margin-left:15px!important}.pt-md-15{padding-top:15px!important}.pb-md-15{padding-bottom:15px!important}.pr-md-15{padding-right:15px!important}.pl-md-15{padding-left:15px!important}.mt-n-md-15{margin-top:-15px!important}.mb-n-md-15{margin-bottom:-15px!important}.mr-n-md-15{margin-right:-15px!important}.ml-n-md-15{margin-left:-15px!important}.t-md-15{top:15px!important}.b-md-15{bottom:15px!important}.l-md-15{left:15px!important}.r-md-15{right:15px!important}.t-n-md-15{top:-15px!important}.b-n-md-15{bottom:-15px!important}.l-n-md-15{left:-15px!important}.r-n-md-15{right:-15px!important}.ti-md-15{text-indent:15px!important}.ti-n-md-15{text-indent:-15px!important}.fs-md-15{font-size:15px!important}.row-md-15{margin-right:-15px!important;margin-left:-15px!important}.row-md-15 > [class*='col-']{padding-right:15px!important;padding-left:15px!important}.mt-md-16{margin-top:16px!important}.mb-md-16{margin-bottom:16px!important}.mr-md-16{margin-right:16px!important}.ml-md-16{margin-left:16px!important}.pt-md-16{padding-top:16px!important}.pb-md-16{padding-bottom:16px!important}.pr-md-16{padding-right:16px!important}.pl-md-16{padding-left:16px!important}.mt-n-md-16{margin-top:-16px!important}.mb-n-md-16{margin-bottom:-16px!important}.mr-n-md-16{margin-right:-16px!important}.ml-n-md-16{margin-left:-16px!important}.t-md-16{top:16px!important}.b-md-16{bottom:16px!important}.l-md-16{left:16px!important}.r-md-16{right:16px!important}.t-n-md-16{top:-16px!important}.b-n-md-16{bottom:-16px!important}.l-n-md-16{left:-16px!important}.r-n-md-16{right:-16px!important}.ti-md-16{text-indent:16px!important}.ti-n-md-16{text-indent:-16px!important}.fs-md-16{font-size:16px!important}.row-md-16{margin-right:-16px!important;margin-left:-16px!important}.row-md-16 > [class*='col-']{padding-right:16px!important;padding-left:16px!important}.mt-md-17{margin-top:17px!important}.mb-md-17{margin-bottom:17px!important}.mr-md-17{margin-right:17px!important}.ml-md-17{margin-left:17px!important}.pt-md-17{padding-top:17px!important}.pb-md-17{padding-bottom:17px!important}.pr-md-17{padding-right:17px!important}.pl-md-17{padding-left:17px!important}.mt-n-md-17{margin-top:-17px!important}.mb-n-md-17{margin-bottom:-17px!important}.mr-n-md-17{margin-right:-17px!important}.ml-n-md-17{margin-left:-17px!important}.t-md-17{top:17px!important}.b-md-17{bottom:17px!important}.l-md-17{left:17px!important}.r-md-17{right:17px!important}.t-n-md-17{top:-17px!important}.b-n-md-17{bottom:-17px!important}.l-n-md-17{left:-17px!important}.r-n-md-17{right:-17px!important}.ti-md-17{text-indent:17px!important}.ti-n-md-17{text-indent:-17px!important}.fs-md-17{font-size:17px!important}.row-md-17{margin-right:-17px!important;margin-left:-17px!important}.row-md-17 > [class*='col-']{padding-right:17px!important;padding-left:17px!important}.mt-md-18{margin-top:18px!important}.mb-md-18{margin-bottom:18px!important}.mr-md-18{margin-right:18px!important}.ml-md-18{margin-left:18px!important}.pt-md-18{padding-top:18px!important}.pb-md-18{padding-bottom:18px!important}.pr-md-18{padding-right:18px!important}.pl-md-18{padding-left:18px!important}.mt-n-md-18{margin-top:-18px!important}.mb-n-md-18{margin-bottom:-18px!important}.mr-n-md-18{margin-right:-18px!important}.ml-n-md-18{margin-left:-18px!important}.t-md-18{top:18px!important}.b-md-18{bottom:18px!important}.l-md-18{left:18px!important}.r-md-18{right:18px!important}.t-n-md-18{top:-18px!important}.b-n-md-18{bottom:-18px!important}.l-n-md-18{left:-18px!important}.r-n-md-18{right:-18px!important}.ti-md-18{text-indent:18px!important}.ti-n-md-18{text-indent:-18px!important}.fs-md-18{font-size:18px!important}.row-md-18{margin-right:-18px!important;margin-left:-18px!important}.row-md-18 > [class*='col-']{padding-right:18px!important;padding-left:18px!important}.mt-md-19{margin-top:19px!important}.mb-md-19{margin-bottom:19px!important}.mr-md-19{margin-right:19px!important}.ml-md-19{margin-left:19px!important}.pt-md-19{padding-top:19px!important}.pb-md-19{padding-bottom:19px!important}.pr-md-19{padding-right:19px!important}.pl-md-19{padding-left:19px!important}.mt-n-md-19{margin-top:-19px!important}.mb-n-md-19{margin-bottom:-19px!important}.mr-n-md-19{margin-right:-19px!important}.ml-n-md-19{margin-left:-19px!important}.t-md-19{top:19px!important}.b-md-19{bottom:19px!important}.l-md-19{left:19px!important}.r-md-19{right:19px!important}.t-n-md-19{top:-19px!important}.b-n-md-19{bottom:-19px!important}.l-n-md-19{left:-19px!important}.r-n-md-19{right:-19px!important}.ti-md-19{text-indent:19px!important}.ti-n-md-19{text-indent:-19px!important}.fs-md-19{font-size:19px!important}.row-md-19{margin-right:-19px!important;margin-left:-19px!important}.row-md-19 > [class*='col-']{padding-right:19px!important;padding-left:19px!important}.mt-md-20{margin-top:20px!important}.mb-md-20{margin-bottom:20px!important}.mr-md-20{margin-right:20px!important}.ml-md-20{margin-left:20px!important}.pt-md-20{padding-top:20px!important}.pb-md-20{padding-bottom:20px!important}.pr-md-20{padding-right:20px!important}.pl-md-20{padding-left:20px!important}.mt-n-md-20{margin-top:-20px!important}.mb-n-md-20{margin-bottom:-20px!important}.mr-n-md-20{margin-right:-20px!important}.ml-n-md-20{margin-left:-20px!important}.t-md-20{top:20px!important}.b-md-20{bottom:20px!important}.l-md-20{left:20px!important}.r-md-20{right:20px!important}.t-n-md-20{top:-20px!important}.b-n-md-20{bottom:-20px!important}.l-n-md-20{left:-20px!important}.r-n-md-20{right:-20px!important}.ti-md-20{text-indent:20px!important}.ti-n-md-20{text-indent:-20px!important}.fs-md-20{font-size:20px!important}.row-md-20{margin-right:-20px!important;margin-left:-20px!important}.row-md-20 > [class*='col-']{padding-right:20px!important;padding-left:20px!important}.mt-md-21{margin-top:21px!important}.mb-md-21{margin-bottom:21px!important}.mr-md-21{margin-right:21px!important}.ml-md-21{margin-left:21px!important}.pt-md-21{padding-top:21px!important}.pb-md-21{padding-bottom:21px!important}.pr-md-21{padding-right:21px!important}.pl-md-21{padding-left:21px!important}.mt-n-md-21{margin-top:-21px!important}.mb-n-md-21{margin-bottom:-21px!important}.mr-n-md-21{margin-right:-21px!important}.ml-n-md-21{margin-left:-21px!important}.t-md-21{top:21px!important}.b-md-21{bottom:21px!important}.l-md-21{left:21px!important}.r-md-21{right:21px!important}.t-n-md-21{top:-21px!important}.b-n-md-21{bottom:-21px!important}.l-n-md-21{left:-21px!important}.r-n-md-21{right:-21px!important}.ti-md-21{text-indent:21px!important}.ti-n-md-21{text-indent:-21px!important}.fs-md-21{font-size:21px!important}.row-md-21{margin-right:-21px!important;margin-left:-21px!important}.row-md-21 > [class*='col-']{padding-right:21px!important;padding-left:21px!important}.mt-md-22{margin-top:22px!important}.mb-md-22{margin-bottom:22px!important}.mr-md-22{margin-right:22px!important}.ml-md-22{margin-left:22px!important}.pt-md-22{padding-top:22px!important}.pb-md-22{padding-bottom:22px!important}.pr-md-22{padding-right:22px!important}.pl-md-22{padding-left:22px!important}.mt-n-md-22{margin-top:-22px!important}.mb-n-md-22{margin-bottom:-22px!important}.mr-n-md-22{margin-right:-22px!important}.ml-n-md-22{margin-left:-22px!important}.t-md-22{top:22px!important}.b-md-22{bottom:22px!important}.l-md-22{left:22px!important}.r-md-22{right:22px!important}.t-n-md-22{top:-22px!important}.b-n-md-22{bottom:-22px!important}.l-n-md-22{left:-22px!important}.r-n-md-22{right:-22px!important}.ti-md-22{text-indent:22px!important}.ti-n-md-22{text-indent:-22px!important}.fs-md-22{font-size:22px!important}.row-md-22{margin-right:-22px!important;margin-left:-22px!important}.row-md-22 > [class*='col-']{padding-right:22px!important;padding-left:22px!important}.mt-md-23{margin-top:23px!important}.mb-md-23{margin-bottom:23px!important}.mr-md-23{margin-right:23px!important}.ml-md-23{margin-left:23px!important}.pt-md-23{padding-top:23px!important}.pb-md-23{padding-bottom:23px!important}.pr-md-23{padding-right:23px!important}.pl-md-23{padding-left:23px!important}.mt-n-md-23{margin-top:-23px!important}.mb-n-md-23{margin-bottom:-23px!important}.mr-n-md-23{margin-right:-23px!important}.ml-n-md-23{margin-left:-23px!important}.t-md-23{top:23px!important}.b-md-23{bottom:23px!important}.l-md-23{left:23px!important}.r-md-23{right:23px!important}.t-n-md-23{top:-23px!important}.b-n-md-23{bottom:-23px!important}.l-n-md-23{left:-23px!important}.r-n-md-23{right:-23px!important}.ti-md-23{text-indent:23px!important}.ti-n-md-23{text-indent:-23px!important}.fs-md-23{font-size:23px!important}.row-md-23{margin-right:-23px!important;margin-left:-23px!important}.row-md-23 > [class*='col-']{padding-right:23px!important;padding-left:23px!important}.mt-md-24{margin-top:24px!important}.mb-md-24{margin-bottom:24px!important}.mr-md-24{margin-right:24px!important}.ml-md-24{margin-left:24px!important}.pt-md-24{padding-top:24px!important}.pb-md-24{padding-bottom:24px!important}.pr-md-24{padding-right:24px!important}.pl-md-24{padding-left:24px!important}.mt-n-md-24{margin-top:-24px!important}.mb-n-md-24{margin-bottom:-24px!important}.mr-n-md-24{margin-right:-24px!important}.ml-n-md-24{margin-left:-24px!important}.t-md-24{top:24px!important}.b-md-24{bottom:24px!important}.l-md-24{left:24px!important}.r-md-24{right:24px!important}.t-n-md-24{top:-24px!important}.b-n-md-24{bottom:-24px!important}.l-n-md-24{left:-24px!important}.r-n-md-24{right:-24px!important}.ti-md-24{text-indent:24px!important}.ti-n-md-24{text-indent:-24px!important}.fs-md-24{font-size:24px!important}.row-md-24{margin-right:-24px!important;margin-left:-24px!important}.row-md-24 > [class*='col-']{padding-right:24px!important;padding-left:24px!important}.mt-md-25{margin-top:25px!important}.mb-md-25{margin-bottom:25px!important}.mr-md-25{margin-right:25px!important}.ml-md-25{margin-left:25px!important}.pt-md-25{padding-top:25px!important}.pb-md-25{padding-bottom:25px!important}.pr-md-25{padding-right:25px!important}.pl-md-25{padding-left:25px!important}.mt-n-md-25{margin-top:-25px!important}.mb-n-md-25{margin-bottom:-25px!important}.mr-n-md-25{margin-right:-25px!important}.ml-n-md-25{margin-left:-25px!important}.t-md-25{top:25px!important}.b-md-25{bottom:25px!important}.l-md-25{left:25px!important}.r-md-25{right:25px!important}.t-n-md-25{top:-25px!important}.b-n-md-25{bottom:-25px!important}.l-n-md-25{left:-25px!important}.r-n-md-25{right:-25px!important}.ti-md-25{text-indent:25px!important}.ti-n-md-25{text-indent:-25px!important}.fs-md-25{font-size:25px!important}.row-md-25{margin-right:-25px!important;margin-left:-25px!important}.row-md-25 > [class*='col-']{padding-right:25px!important;padding-left:25px!important}.mt-md-26{margin-top:26px!important}.mb-md-26{margin-bottom:26px!important}.mr-md-26{margin-right:26px!important}.ml-md-26{margin-left:26px!important}.pt-md-26{padding-top:26px!important}.pb-md-26{padding-bottom:26px!important}.pr-md-26{padding-right:26px!important}.pl-md-26{padding-left:26px!important}.mt-n-md-26{margin-top:-26px!important}.mb-n-md-26{margin-bottom:-26px!important}.mr-n-md-26{margin-right:-26px!important}.ml-n-md-26{margin-left:-26px!important}.t-md-26{top:26px!important}.b-md-26{bottom:26px!important}.l-md-26{left:26px!important}.r-md-26{right:26px!important}.t-n-md-26{top:-26px!important}.b-n-md-26{bottom:-26px!important}.l-n-md-26{left:-26px!important}.r-n-md-26{right:-26px!important}.ti-md-26{text-indent:26px!important}.ti-n-md-26{text-indent:-26px!important}.fs-md-26{font-size:26px!important}.row-md-26{margin-right:-26px!important;margin-left:-26px!important}.row-md-26 > [class*='col-']{padding-right:26px!important;padding-left:26px!important}.mt-md-27{margin-top:27px!important}.mb-md-27{margin-bottom:27px!important}.mr-md-27{margin-right:27px!important}.ml-md-27{margin-left:27px!important}.pt-md-27{padding-top:27px!important}.pb-md-27{padding-bottom:27px!important}.pr-md-27{padding-right:27px!important}.pl-md-27{padding-left:27px!important}.mt-n-md-27{margin-top:-27px!important}.mb-n-md-27{margin-bottom:-27px!important}.mr-n-md-27{margin-right:-27px!important}.ml-n-md-27{margin-left:-27px!important}.t-md-27{top:27px!important}.b-md-27{bottom:27px!important}.l-md-27{left:27px!important}.r-md-27{right:27px!important}.t-n-md-27{top:-27px!important}.b-n-md-27{bottom:-27px!important}.l-n-md-27{left:-27px!important}.r-n-md-27{right:-27px!important}.ti-md-27{text-indent:27px!important}.ti-n-md-27{text-indent:-27px!important}.fs-md-27{font-size:27px!important}.row-md-27{margin-right:-27px!important;margin-left:-27px!important}.row-md-27 > [class*='col-']{padding-right:27px!important;padding-left:27px!important}.mt-md-28{margin-top:28px!important}.mb-md-28{margin-bottom:28px!important}.mr-md-28{margin-right:28px!important}.ml-md-28{margin-left:28px!important}.pt-md-28{padding-top:28px!important}.pb-md-28{padding-bottom:28px!important}.pr-md-28{padding-right:28px!important}.pl-md-28{padding-left:28px!important}.mt-n-md-28{margin-top:-28px!important}.mb-n-md-28{margin-bottom:-28px!important}.mr-n-md-28{margin-right:-28px!important}.ml-n-md-28{margin-left:-28px!important}.t-md-28{top:28px!important}.b-md-28{bottom:28px!important}.l-md-28{left:28px!important}.r-md-28{right:28px!important}.t-n-md-28{top:-28px!important}.b-n-md-28{bottom:-28px!important}.l-n-md-28{left:-28px!important}.r-n-md-28{right:-28px!important}.ti-md-28{text-indent:28px!important}.ti-n-md-28{text-indent:-28px!important}.fs-md-28{font-size:28px!important}.row-md-28{margin-right:-28px!important;margin-left:-28px!important}.row-md-28 > [class*='col-']{padding-right:28px!important;padding-left:28px!important}.mt-md-29{margin-top:29px!important}.mb-md-29{margin-bottom:29px!important}.mr-md-29{margin-right:29px!important}.ml-md-29{margin-left:29px!important}.pt-md-29{padding-top:29px!important}.pb-md-29{padding-bottom:29px!important}.pr-md-29{padding-right:29px!important}.pl-md-29{padding-left:29px!important}.mt-n-md-29{margin-top:-29px!important}.mb-n-md-29{margin-bottom:-29px!important}.mr-n-md-29{margin-right:-29px!important}.ml-n-md-29{margin-left:-29px!important}.t-md-29{top:29px!important}.b-md-29{bottom:29px!important}.l-md-29{left:29px!important}.r-md-29{right:29px!important}.t-n-md-29{top:-29px!important}.b-n-md-29{bottom:-29px!important}.l-n-md-29{left:-29px!important}.r-n-md-29{right:-29px!important}.ti-md-29{text-indent:29px!important}.ti-n-md-29{text-indent:-29px!important}.fs-md-29{font-size:29px!important}.row-md-29{margin-right:-29px!important;margin-left:-29px!important}.row-md-29 > [class*='col-']{padding-right:29px!important;padding-left:29px!important}.mt-md-30{margin-top:30px!important}.mb-md-30{margin-bottom:30px!important}.mr-md-30{margin-right:30px!important}.ml-md-30{margin-left:30px!important}.pt-md-30{padding-top:30px!important}.pb-md-30{padding-bottom:30px!important}.pr-md-30{padding-right:30px!important}.pl-md-30{padding-left:30px!important}.mt-n-md-30{margin-top:-30px!important}.mb-n-md-30{margin-bottom:-30px!important}.mr-n-md-30{margin-right:-30px!important}.ml-n-md-30{margin-left:-30px!important}.t-md-30{top:30px!important}.b-md-30{bottom:30px!important}.l-md-30{left:30px!important}.r-md-30{right:30px!important}.t-n-md-30{top:-30px!important}.b-n-md-30{bottom:-30px!important}.l-n-md-30{left:-30px!important}.r-n-md-30{right:-30px!important}.ti-md-30{text-indent:30px!important}.ti-n-md-30{text-indent:-30px!important}.fs-md-30{font-size:30px!important}.row-md-30{margin-right:-30px!important;margin-left:-30px!important}.row-md-30 > [class*='col-']{padding-right:30px!important;padding-left:30px!important}.mt-md-31{margin-top:31px!important}.mb-md-31{margin-bottom:31px!important}.mr-md-31{margin-right:31px!important}.ml-md-31{margin-left:31px!important}.pt-md-31{padding-top:31px!important}.pb-md-31{padding-bottom:31px!important}.pr-md-31{padding-right:31px!important}.pl-md-31{padding-left:31px!important}.mt-n-md-31{margin-top:-31px!important}.mb-n-md-31{margin-bottom:-31px!important}.mr-n-md-31{margin-right:-31px!important}.ml-n-md-31{margin-left:-31px!important}.t-md-31{top:31px!important}.b-md-31{bottom:31px!important}.l-md-31{left:31px!important}.r-md-31{right:31px!important}.t-n-md-31{top:-31px!important}.b-n-md-31{bottom:-31px!important}.l-n-md-31{left:-31px!important}.r-n-md-31{right:-31px!important}.ti-md-31{text-indent:31px!important}.ti-n-md-31{text-indent:-31px!important}.fs-md-31{font-size:31px!important}.row-md-31{margin-right:-31px!important;margin-left:-31px!important}.row-md-31 > [class*='col-']{padding-right:31px!important;padding-left:31px!important}.mt-md-32{margin-top:32px!important}.mb-md-32{margin-bottom:32px!important}.mr-md-32{margin-right:32px!important}.ml-md-32{margin-left:32px!important}.pt-md-32{padding-top:32px!important}.pb-md-32{padding-bottom:32px!important}.pr-md-32{padding-right:32px!important}.pl-md-32{padding-left:32px!important}.mt-n-md-32{margin-top:-32px!important}.mb-n-md-32{margin-bottom:-32px!important}.mr-n-md-32{margin-right:-32px!important}.ml-n-md-32{margin-left:-32px!important}.t-md-32{top:32px!important}.b-md-32{bottom:32px!important}.l-md-32{left:32px!important}.r-md-32{right:32px!important}.t-n-md-32{top:-32px!important}.b-n-md-32{bottom:-32px!important}.l-n-md-32{left:-32px!important}.r-n-md-32{right:-32px!important}.ti-md-32{text-indent:32px!important}.ti-n-md-32{text-indent:-32px!important}.fs-md-32{font-size:32px!important}.row-md-32{margin-right:-32px!important;margin-left:-32px!important}.row-md-32 > [class*='col-']{padding-right:32px!important;padding-left:32px!important}.mt-md-33{margin-top:33px!important}.mb-md-33{margin-bottom:33px!important}.mr-md-33{margin-right:33px!important}.ml-md-33{margin-left:33px!important}.pt-md-33{padding-top:33px!important}.pb-md-33{padding-bottom:33px!important}.pr-md-33{padding-right:33px!important}.pl-md-33{padding-left:33px!important}.mt-n-md-33{margin-top:-33px!important}.mb-n-md-33{margin-bottom:-33px!important}.mr-n-md-33{margin-right:-33px!important}.ml-n-md-33{margin-left:-33px!important}.t-md-33{top:33px!important}.b-md-33{bottom:33px!important}.l-md-33{left:33px!important}.r-md-33{right:33px!important}.t-n-md-33{top:-33px!important}.b-n-md-33{bottom:-33px!important}.l-n-md-33{left:-33px!important}.r-n-md-33{right:-33px!important}.ti-md-33{text-indent:33px!important}.ti-n-md-33{text-indent:-33px!important}.fs-md-33{font-size:33px!important}.row-md-33{margin-right:-33px!important;margin-left:-33px!important}.row-md-33 > [class*='col-']{padding-right:33px!important;padding-left:33px!important}.mt-md-34{margin-top:34px!important}.mb-md-34{margin-bottom:34px!important}.mr-md-34{margin-right:34px!important}.ml-md-34{margin-left:34px!important}.pt-md-34{padding-top:34px!important}.pb-md-34{padding-bottom:34px!important}.pr-md-34{padding-right:34px!important}.pl-md-34{padding-left:34px!important}.mt-n-md-34{margin-top:-34px!important}.mb-n-md-34{margin-bottom:-34px!important}.mr-n-md-34{margin-right:-34px!important}.ml-n-md-34{margin-left:-34px!important}.t-md-34{top:34px!important}.b-md-34{bottom:34px!important}.l-md-34{left:34px!important}.r-md-34{right:34px!important}.t-n-md-34{top:-34px!important}.b-n-md-34{bottom:-34px!important}.l-n-md-34{left:-34px!important}.r-n-md-34{right:-34px!important}.ti-md-34{text-indent:34px!important}.ti-n-md-34{text-indent:-34px!important}.fs-md-34{font-size:34px!important}.row-md-34{margin-right:-34px!important;margin-left:-34px!important}.row-md-34 > [class*='col-']{padding-right:34px!important;padding-left:34px!important}.mt-md-35{margin-top:35px!important}.mb-md-35{margin-bottom:35px!important}.mr-md-35{margin-right:35px!important}.ml-md-35{margin-left:35px!important}.pt-md-35{padding-top:35px!important}.pb-md-35{padding-bottom:35px!important}.pr-md-35{padding-right:35px!important}.pl-md-35{padding-left:35px!important}.mt-n-md-35{margin-top:-35px!important}.mb-n-md-35{margin-bottom:-35px!important}.mr-n-md-35{margin-right:-35px!important}.ml-n-md-35{margin-left:-35px!important}.t-md-35{top:35px!important}.b-md-35{bottom:35px!important}.l-md-35{left:35px!important}.r-md-35{right:35px!important}.t-n-md-35{top:-35px!important}.b-n-md-35{bottom:-35px!important}.l-n-md-35{left:-35px!important}.r-n-md-35{right:-35px!important}.ti-md-35{text-indent:35px!important}.ti-n-md-35{text-indent:-35px!important}.fs-md-35{font-size:35px!important}.row-md-35{margin-right:-35px!important;margin-left:-35px!important}.row-md-35 > [class*='col-']{padding-right:35px!important;padding-left:35px!important}.mt-md-36{margin-top:36px!important}.mb-md-36{margin-bottom:36px!important}.mr-md-36{margin-right:36px!important}.ml-md-36{margin-left:36px!important}.pt-md-36{padding-top:36px!important}.pb-md-36{padding-bottom:36px!important}.pr-md-36{padding-right:36px!important}.pl-md-36{padding-left:36px!important}.mt-n-md-36{margin-top:-36px!important}.mb-n-md-36{margin-bottom:-36px!important}.mr-n-md-36{margin-right:-36px!important}.ml-n-md-36{margin-left:-36px!important}.t-md-36{top:36px!important}.b-md-36{bottom:36px!important}.l-md-36{left:36px!important}.r-md-36{right:36px!important}.t-n-md-36{top:-36px!important}.b-n-md-36{bottom:-36px!important}.l-n-md-36{left:-36px!important}.r-n-md-36{right:-36px!important}.ti-md-36{text-indent:36px!important}.ti-n-md-36{text-indent:-36px!important}.fs-md-36{font-size:36px!important}.row-md-36{margin-right:-36px!important;margin-left:-36px!important}.row-md-36 > [class*='col-']{padding-right:36px!important;padding-left:36px!important}.mt-md-37{margin-top:37px!important}.mb-md-37{margin-bottom:37px!important}.mr-md-37{margin-right:37px!important}.ml-md-37{margin-left:37px!important}.pt-md-37{padding-top:37px!important}.pb-md-37{padding-bottom:37px!important}.pr-md-37{padding-right:37px!important}.pl-md-37{padding-left:37px!important}.mt-n-md-37{margin-top:-37px!important}.mb-n-md-37{margin-bottom:-37px!important}.mr-n-md-37{margin-right:-37px!important}.ml-n-md-37{margin-left:-37px!important}.t-md-37{top:37px!important}.b-md-37{bottom:37px!important}.l-md-37{left:37px!important}.r-md-37{right:37px!important}.t-n-md-37{top:-37px!important}.b-n-md-37{bottom:-37px!important}.l-n-md-37{left:-37px!important}.r-n-md-37{right:-37px!important}.ti-md-37{text-indent:37px!important}.ti-n-md-37{text-indent:-37px!important}.fs-md-37{font-size:37px!important}.row-md-37{margin-right:-37px!important;margin-left:-37px!important}.row-md-37 > [class*='col-']{padding-right:37px!important;padding-left:37px!important}.mt-md-38{margin-top:38px!important}.mb-md-38{margin-bottom:38px!important}.mr-md-38{margin-right:38px!important}.ml-md-38{margin-left:38px!important}.pt-md-38{padding-top:38px!important}.pb-md-38{padding-bottom:38px!important}.pr-md-38{padding-right:38px!important}.pl-md-38{padding-left:38px!important}.mt-n-md-38{margin-top:-38px!important}.mb-n-md-38{margin-bottom:-38px!important}.mr-n-md-38{margin-right:-38px!important}.ml-n-md-38{margin-left:-38px!important}.t-md-38{top:38px!important}.b-md-38{bottom:38px!important}.l-md-38{left:38px!important}.r-md-38{right:38px!important}.t-n-md-38{top:-38px!important}.b-n-md-38{bottom:-38px!important}.l-n-md-38{left:-38px!important}.r-n-md-38{right:-38px!important}.ti-md-38{text-indent:38px!important}.ti-n-md-38{text-indent:-38px!important}.fs-md-38{font-size:38px!important}.row-md-38{margin-right:-38px!important;margin-left:-38px!important}.row-md-38 > [class*='col-']{padding-right:38px!important;padding-left:38px!important}.mt-md-39{margin-top:39px!important}.mb-md-39{margin-bottom:39px!important}.mr-md-39{margin-right:39px!important}.ml-md-39{margin-left:39px!important}.pt-md-39{padding-top:39px!important}.pb-md-39{padding-bottom:39px!important}.pr-md-39{padding-right:39px!important}.pl-md-39{padding-left:39px!important}.mt-n-md-39{margin-top:-39px!important}.mb-n-md-39{margin-bottom:-39px!important}.mr-n-md-39{margin-right:-39px!important}.ml-n-md-39{margin-left:-39px!important}.t-md-39{top:39px!important}.b-md-39{bottom:39px!important}.l-md-39{left:39px!important}.r-md-39{right:39px!important}.t-n-md-39{top:-39px!important}.b-n-md-39{bottom:-39px!important}.l-n-md-39{left:-39px!important}.r-n-md-39{right:-39px!important}.ti-md-39{text-indent:39px!important}.ti-n-md-39{text-indent:-39px!important}.fs-md-39{font-size:39px!important}.row-md-39{margin-right:-39px!important;margin-left:-39px!important}.row-md-39 > [class*='col-']{padding-right:39px!important;padding-left:39px!important}.mt-md-40{margin-top:40px!important}.mb-md-40{margin-bottom:40px!important}.mr-md-40{margin-right:40px!important}.ml-md-40{margin-left:40px!important}.pt-md-40{padding-top:40px!important}.pb-md-40{padding-bottom:40px!important}.pr-md-40{padding-right:40px!important}.pl-md-40{padding-left:40px!important}.mt-n-md-40{margin-top:-40px!important}.mb-n-md-40{margin-bottom:-40px!important}.mr-n-md-40{margin-right:-40px!important}.ml-n-md-40{margin-left:-40px!important}.t-md-40{top:40px!important}.b-md-40{bottom:40px!important}.l-md-40{left:40px!important}.r-md-40{right:40px!important}.t-n-md-40{top:-40px!important}.b-n-md-40{bottom:-40px!important}.l-n-md-40{left:-40px!important}.r-n-md-40{right:-40px!important}.ti-md-40{text-indent:40px!important}.ti-n-md-40{text-indent:-40px!important}.fs-md-40{font-size:40px!important}.row-md-40{margin-right:-40px!important;margin-left:-40px!important}.row-md-40 > [class*='col-']{padding-right:40px!important;padding-left:40px!important}.mt-md-41{margin-top:41px!important}.mb-md-41{margin-bottom:41px!important}.mr-md-41{margin-right:41px!important}.ml-md-41{margin-left:41px!important}.pt-md-41{padding-top:41px!important}.pb-md-41{padding-bottom:41px!important}.pr-md-41{padding-right:41px!important}.pl-md-41{padding-left:41px!important}.mt-n-md-41{margin-top:-41px!important}.mb-n-md-41{margin-bottom:-41px!important}.mr-n-md-41{margin-right:-41px!important}.ml-n-md-41{margin-left:-41px!important}.t-md-41{top:41px!important}.b-md-41{bottom:41px!important}.l-md-41{left:41px!important}.r-md-41{right:41px!important}.t-n-md-41{top:-41px!important}.b-n-md-41{bottom:-41px!important}.l-n-md-41{left:-41px!important}.r-n-md-41{right:-41px!important}.ti-md-41{text-indent:41px!important}.ti-n-md-41{text-indent:-41px!important}.fs-md-41{font-size:41px!important}.row-md-41{margin-right:-41px!important;margin-left:-41px!important}.row-md-41 > [class*='col-']{padding-right:41px!important;padding-left:41px!important}.mt-md-42{margin-top:42px!important}.mb-md-42{margin-bottom:42px!important}.mr-md-42{margin-right:42px!important}.ml-md-42{margin-left:42px!important}.pt-md-42{padding-top:42px!important}.pb-md-42{padding-bottom:42px!important}.pr-md-42{padding-right:42px!important}.pl-md-42{padding-left:42px!important}.mt-n-md-42{margin-top:-42px!important}.mb-n-md-42{margin-bottom:-42px!important}.mr-n-md-42{margin-right:-42px!important}.ml-n-md-42{margin-left:-42px!important}.t-md-42{top:42px!important}.b-md-42{bottom:42px!important}.l-md-42{left:42px!important}.r-md-42{right:42px!important}.t-n-md-42{top:-42px!important}.b-n-md-42{bottom:-42px!important}.l-n-md-42{left:-42px!important}.r-n-md-42{right:-42px!important}.ti-md-42{text-indent:42px!important}.ti-n-md-42{text-indent:-42px!important}.fs-md-42{font-size:42px!important}.row-md-42{margin-right:-42px!important;margin-left:-42px!important}.row-md-42 > [class*='col-']{padding-right:42px!important;padding-left:42px!important}.mt-md-43{margin-top:43px!important}.mb-md-43{margin-bottom:43px!important}.mr-md-43{margin-right:43px!important}.ml-md-43{margin-left:43px!important}.pt-md-43{padding-top:43px!important}.pb-md-43{padding-bottom:43px!important}.pr-md-43{padding-right:43px!important}.pl-md-43{padding-left:43px!important}.mt-n-md-43{margin-top:-43px!important}.mb-n-md-43{margin-bottom:-43px!important}.mr-n-md-43{margin-right:-43px!important}.ml-n-md-43{margin-left:-43px!important}.t-md-43{top:43px!important}.b-md-43{bottom:43px!important}.l-md-43{left:43px!important}.r-md-43{right:43px!important}.t-n-md-43{top:-43px!important}.b-n-md-43{bottom:-43px!important}.l-n-md-43{left:-43px!important}.r-n-md-43{right:-43px!important}.ti-md-43{text-indent:43px!important}.ti-n-md-43{text-indent:-43px!important}.fs-md-43{font-size:43px!important}.row-md-43{margin-right:-43px!important;margin-left:-43px!important}.row-md-43 > [class*='col-']{padding-right:43px!important;padding-left:43px!important}.mt-md-44{margin-top:44px!important}.mb-md-44{margin-bottom:44px!important}.mr-md-44{margin-right:44px!important}.ml-md-44{margin-left:44px!important}.pt-md-44{padding-top:44px!important}.pb-md-44{padding-bottom:44px!important}.pr-md-44{padding-right:44px!important}.pl-md-44{padding-left:44px!important}.mt-n-md-44{margin-top:-44px!important}.mb-n-md-44{margin-bottom:-44px!important}.mr-n-md-44{margin-right:-44px!important}.ml-n-md-44{margin-left:-44px!important}.t-md-44{top:44px!important}.b-md-44{bottom:44px!important}.l-md-44{left:44px!important}.r-md-44{right:44px!important}.t-n-md-44{top:-44px!important}.b-n-md-44{bottom:-44px!important}.l-n-md-44{left:-44px!important}.r-n-md-44{right:-44px!important}.ti-md-44{text-indent:44px!important}.ti-n-md-44{text-indent:-44px!important}.fs-md-44{font-size:44px!important}.row-md-44{margin-right:-44px!important;margin-left:-44px!important}.row-md-44 > [class*='col-']{padding-right:44px!important;padding-left:44px!important}.mt-md-45{margin-top:45px!important}.mb-md-45{margin-bottom:45px!important}.mr-md-45{margin-right:45px!important}.ml-md-45{margin-left:45px!important}.pt-md-45{padding-top:45px!important}.pb-md-45{padding-bottom:45px!important}.pr-md-45{padding-right:45px!important}.pl-md-45{padding-left:45px!important}.mt-n-md-45{margin-top:-45px!important}.mb-n-md-45{margin-bottom:-45px!important}.mr-n-md-45{margin-right:-45px!important}.ml-n-md-45{margin-left:-45px!important}.t-md-45{top:45px!important}.b-md-45{bottom:45px!important}.l-md-45{left:45px!important}.r-md-45{right:45px!important}.t-n-md-45{top:-45px!important}.b-n-md-45{bottom:-45px!important}.l-n-md-45{left:-45px!important}.r-n-md-45{right:-45px!important}.ti-md-45{text-indent:45px!important}.ti-n-md-45{text-indent:-45px!important}.fs-md-45{font-size:45px!important}.row-md-45{margin-right:-45px!important;margin-left:-45px!important}.row-md-45 > [class*='col-']{padding-right:45px!important;padding-left:45px!important}.mt-md-46{margin-top:46px!important}.mb-md-46{margin-bottom:46px!important}.mr-md-46{margin-right:46px!important}.ml-md-46{margin-left:46px!important}.pt-md-46{padding-top:46px!important}.pb-md-46{padding-bottom:46px!important}.pr-md-46{padding-right:46px!important}.pl-md-46{padding-left:46px!important}.mt-n-md-46{margin-top:-46px!important}.mb-n-md-46{margin-bottom:-46px!important}.mr-n-md-46{margin-right:-46px!important}.ml-n-md-46{margin-left:-46px!important}.t-md-46{top:46px!important}.b-md-46{bottom:46px!important}.l-md-46{left:46px!important}.r-md-46{right:46px!important}.t-n-md-46{top:-46px!important}.b-n-md-46{bottom:-46px!important}.l-n-md-46{left:-46px!important}.r-n-md-46{right:-46px!important}.ti-md-46{text-indent:46px!important}.ti-n-md-46{text-indent:-46px!important}.fs-md-46{font-size:46px!important}.row-md-46{margin-right:-46px!important;margin-left:-46px!important}.row-md-46 > [class*='col-']{padding-right:46px!important;padding-left:46px!important}.mt-md-47{margin-top:47px!important}.mb-md-47{margin-bottom:47px!important}.mr-md-47{margin-right:47px!important}.ml-md-47{margin-left:47px!important}.pt-md-47{padding-top:47px!important}.pb-md-47{padding-bottom:47px!important}.pr-md-47{padding-right:47px!important}.pl-md-47{padding-left:47px!important}.mt-n-md-47{margin-top:-47px!important}.mb-n-md-47{margin-bottom:-47px!important}.mr-n-md-47{margin-right:-47px!important}.ml-n-md-47{margin-left:-47px!important}.t-md-47{top:47px!important}.b-md-47{bottom:47px!important}.l-md-47{left:47px!important}.r-md-47{right:47px!important}.t-n-md-47{top:-47px!important}.b-n-md-47{bottom:-47px!important}.l-n-md-47{left:-47px!important}.r-n-md-47{right:-47px!important}.ti-md-47{text-indent:47px!important}.ti-n-md-47{text-indent:-47px!important}.fs-md-47{font-size:47px!important}.row-md-47{margin-right:-47px!important;margin-left:-47px!important}.row-md-47 > [class*='col-']{padding-right:47px!important;padding-left:47px!important}.mt-md-48{margin-top:48px!important}.mb-md-48{margin-bottom:48px!important}.mr-md-48{margin-right:48px!important}.ml-md-48{margin-left:48px!important}.pt-md-48{padding-top:48px!important}.pb-md-48{padding-bottom:48px!important}.pr-md-48{padding-right:48px!important}.pl-md-48{padding-left:48px!important}.mt-n-md-48{margin-top:-48px!important}.mb-n-md-48{margin-bottom:-48px!important}.mr-n-md-48{margin-right:-48px!important}.ml-n-md-48{margin-left:-48px!important}.t-md-48{top:48px!important}.b-md-48{bottom:48px!important}.l-md-48{left:48px!important}.r-md-48{right:48px!important}.t-n-md-48{top:-48px!important}.b-n-md-48{bottom:-48px!important}.l-n-md-48{left:-48px!important}.r-n-md-48{right:-48px!important}.ti-md-48{text-indent:48px!important}.ti-n-md-48{text-indent:-48px!important}.fs-md-48{font-size:48px!important}.row-md-48{margin-right:-48px!important;margin-left:-48px!important}.row-md-48 > [class*='col-']{padding-right:48px!important;padding-left:48px!important}.mt-md-49{margin-top:49px!important}.mb-md-49{margin-bottom:49px!important}.mr-md-49{margin-right:49px!important}.ml-md-49{margin-left:49px!important}.pt-md-49{padding-top:49px!important}.pb-md-49{padding-bottom:49px!important}.pr-md-49{padding-right:49px!important}.pl-md-49{padding-left:49px!important}.mt-n-md-49{margin-top:-49px!important}.mb-n-md-49{margin-bottom:-49px!important}.mr-n-md-49{margin-right:-49px!important}.ml-n-md-49{margin-left:-49px!important}.t-md-49{top:49px!important}.b-md-49{bottom:49px!important}.l-md-49{left:49px!important}.r-md-49{right:49px!important}.t-n-md-49{top:-49px!important}.b-n-md-49{bottom:-49px!important}.l-n-md-49{left:-49px!important}.r-n-md-49{right:-49px!important}.ti-md-49{text-indent:49px!important}.ti-n-md-49{text-indent:-49px!important}.fs-md-49{font-size:49px!important}.row-md-49{margin-right:-49px!important;margin-left:-49px!important}.row-md-49 > [class*='col-']{padding-right:49px!important;padding-left:49px!important}.mt-md-50{margin-top:50px!important}.mb-md-50{margin-bottom:50px!important}.mr-md-50{margin-right:50px!important}.ml-md-50{margin-left:50px!important}.pt-md-50{padding-top:50px!important}.pb-md-50{padding-bottom:50px!important}.pr-md-50{padding-right:50px!important}.pl-md-50{padding-left:50px!important}.mt-n-md-50{margin-top:-50px!important}.mb-n-md-50{margin-bottom:-50px!important}.mr-n-md-50{margin-right:-50px!important}.ml-n-md-50{margin-left:-50px!important}.t-md-50{top:50px!important}.b-md-50{bottom:50px!important}.l-md-50{left:50px!important}.r-md-50{right:50px!important}.t-n-md-50{top:-50px!important}.b-n-md-50{bottom:-50px!important}.l-n-md-50{left:-50px!important}.r-n-md-50{right:-50px!important}.ti-md-50{text-indent:50px!important}.ti-n-md-50{text-indent:-50px!important}.fs-md-50{font-size:50px!important}.row-md-50{margin-right:-50px!important;margin-left:-50px!important}.row-md-50 > [class*='col-']{padding-right:50px!important;padding-left:50px!important}.mt-md-51{margin-top:51px!important}.mb-md-51{margin-bottom:51px!important}.mr-md-51{margin-right:51px!important}.ml-md-51{margin-left:51px!important}.pt-md-51{padding-top:51px!important}.pb-md-51{padding-bottom:51px!important}.pr-md-51{padding-right:51px!important}.pl-md-51{padding-left:51px!important}.mt-n-md-51{margin-top:-51px!important}.mb-n-md-51{margin-bottom:-51px!important}.mr-n-md-51{margin-right:-51px!important}.ml-n-md-51{margin-left:-51px!important}.t-md-51{top:51px!important}.b-md-51{bottom:51px!important}.l-md-51{left:51px!important}.r-md-51{right:51px!important}.t-n-md-51{top:-51px!important}.b-n-md-51{bottom:-51px!important}.l-n-md-51{left:-51px!important}.r-n-md-51{right:-51px!important}.ti-md-51{text-indent:51px!important}.ti-n-md-51{text-indent:-51px!important}.fs-md-51{font-size:51px!important}.row-md-51{margin-right:-51px!important;margin-left:-51px!important}.row-md-51 > [class*='col-']{padding-right:51px!important;padding-left:51px!important}.mt-md-52{margin-top:52px!important}.mb-md-52{margin-bottom:52px!important}.mr-md-52{margin-right:52px!important}.ml-md-52{margin-left:52px!important}.pt-md-52{padding-top:52px!important}.pb-md-52{padding-bottom:52px!important}.pr-md-52{padding-right:52px!important}.pl-md-52{padding-left:52px!important}.mt-n-md-52{margin-top:-52px!important}.mb-n-md-52{margin-bottom:-52px!important}.mr-n-md-52{margin-right:-52px!important}.ml-n-md-52{margin-left:-52px!important}.t-md-52{top:52px!important}.b-md-52{bottom:52px!important}.l-md-52{left:52px!important}.r-md-52{right:52px!important}.t-n-md-52{top:-52px!important}.b-n-md-52{bottom:-52px!important}.l-n-md-52{left:-52px!important}.r-n-md-52{right:-52px!important}.ti-md-52{text-indent:52px!important}.ti-n-md-52{text-indent:-52px!important}.fs-md-52{font-size:52px!important}.row-md-52{margin-right:-52px!important;margin-left:-52px!important}.row-md-52 > [class*='col-']{padding-right:52px!important;padding-left:52px!important}.mt-md-53{margin-top:53px!important}.mb-md-53{margin-bottom:53px!important}.mr-md-53{margin-right:53px!important}.ml-md-53{margin-left:53px!important}.pt-md-53{padding-top:53px!important}.pb-md-53{padding-bottom:53px!important}.pr-md-53{padding-right:53px!important}.pl-md-53{padding-left:53px!important}.mt-n-md-53{margin-top:-53px!important}.mb-n-md-53{margin-bottom:-53px!important}.mr-n-md-53{margin-right:-53px!important}.ml-n-md-53{margin-left:-53px!important}.t-md-53{top:53px!important}.b-md-53{bottom:53px!important}.l-md-53{left:53px!important}.r-md-53{right:53px!important}.t-n-md-53{top:-53px!important}.b-n-md-53{bottom:-53px!important}.l-n-md-53{left:-53px!important}.r-n-md-53{right:-53px!important}.ti-md-53{text-indent:53px!important}.ti-n-md-53{text-indent:-53px!important}.fs-md-53{font-size:53px!important}.row-md-53{margin-right:-53px!important;margin-left:-53px!important}.row-md-53 > [class*='col-']{padding-right:53px!important;padding-left:53px!important}.mt-md-54{margin-top:54px!important}.mb-md-54{margin-bottom:54px!important}.mr-md-54{margin-right:54px!important}.ml-md-54{margin-left:54px!important}.pt-md-54{padding-top:54px!important}.pb-md-54{padding-bottom:54px!important}.pr-md-54{padding-right:54px!important}.pl-md-54{padding-left:54px!important}.mt-n-md-54{margin-top:-54px!important}.mb-n-md-54{margin-bottom:-54px!important}.mr-n-md-54{margin-right:-54px!important}.ml-n-md-54{margin-left:-54px!important}.t-md-54{top:54px!important}.b-md-54{bottom:54px!important}.l-md-54{left:54px!important}.r-md-54{right:54px!important}.t-n-md-54{top:-54px!important}.b-n-md-54{bottom:-54px!important}.l-n-md-54{left:-54px!important}.r-n-md-54{right:-54px!important}.ti-md-54{text-indent:54px!important}.ti-n-md-54{text-indent:-54px!important}.fs-md-54{font-size:54px!important}.row-md-54{margin-right:-54px!important;margin-left:-54px!important}.row-md-54 > [class*='col-']{padding-right:54px!important;padding-left:54px!important}.mt-md-55{margin-top:55px!important}.mb-md-55{margin-bottom:55px!important}.mr-md-55{margin-right:55px!important}.ml-md-55{margin-left:55px!important}.pt-md-55{padding-top:55px!important}.pb-md-55{padding-bottom:55px!important}.pr-md-55{padding-right:55px!important}.pl-md-55{padding-left:55px!important}.mt-n-md-55{margin-top:-55px!important}.mb-n-md-55{margin-bottom:-55px!important}.mr-n-md-55{margin-right:-55px!important}.ml-n-md-55{margin-left:-55px!important}.t-md-55{top:55px!important}.b-md-55{bottom:55px!important}.l-md-55{left:55px!important}.r-md-55{right:55px!important}.t-n-md-55{top:-55px!important}.b-n-md-55{bottom:-55px!important}.l-n-md-55{left:-55px!important}.r-n-md-55{right:-55px!important}.ti-md-55{text-indent:55px!important}.ti-n-md-55{text-indent:-55px!important}.fs-md-55{font-size:55px!important}.row-md-55{margin-right:-55px!important;margin-left:-55px!important}.row-md-55 > [class*='col-']{padding-right:55px!important;padding-left:55px!important}.mt-md-56{margin-top:56px!important}.mb-md-56{margin-bottom:56px!important}.mr-md-56{margin-right:56px!important}.ml-md-56{margin-left:56px!important}.pt-md-56{padding-top:56px!important}.pb-md-56{padding-bottom:56px!important}.pr-md-56{padding-right:56px!important}.pl-md-56{padding-left:56px!important}.mt-n-md-56{margin-top:-56px!important}.mb-n-md-56{margin-bottom:-56px!important}.mr-n-md-56{margin-right:-56px!important}.ml-n-md-56{margin-left:-56px!important}.t-md-56{top:56px!important}.b-md-56{bottom:56px!important}.l-md-56{left:56px!important}.r-md-56{right:56px!important}.t-n-md-56{top:-56px!important}.b-n-md-56{bottom:-56px!important}.l-n-md-56{left:-56px!important}.r-n-md-56{right:-56px!important}.ti-md-56{text-indent:56px!important}.ti-n-md-56{text-indent:-56px!important}.fs-md-56{font-size:56px!important}.row-md-56{margin-right:-56px!important;margin-left:-56px!important}.row-md-56 > [class*='col-']{padding-right:56px!important;padding-left:56px!important}.mt-md-57{margin-top:57px!important}.mb-md-57{margin-bottom:57px!important}.mr-md-57{margin-right:57px!important}.ml-md-57{margin-left:57px!important}.pt-md-57{padding-top:57px!important}.pb-md-57{padding-bottom:57px!important}.pr-md-57{padding-right:57px!important}.pl-md-57{padding-left:57px!important}.mt-n-md-57{margin-top:-57px!important}.mb-n-md-57{margin-bottom:-57px!important}.mr-n-md-57{margin-right:-57px!important}.ml-n-md-57{margin-left:-57px!important}.t-md-57{top:57px!important}.b-md-57{bottom:57px!important}.l-md-57{left:57px!important}.r-md-57{right:57px!important}.t-n-md-57{top:-57px!important}.b-n-md-57{bottom:-57px!important}.l-n-md-57{left:-57px!important}.r-n-md-57{right:-57px!important}.ti-md-57{text-indent:57px!important}.ti-n-md-57{text-indent:-57px!important}.fs-md-57{font-size:57px!important}.row-md-57{margin-right:-57px!important;margin-left:-57px!important}.row-md-57 > [class*='col-']{padding-right:57px!important;padding-left:57px!important}.mt-md-58{margin-top:58px!important}.mb-md-58{margin-bottom:58px!important}.mr-md-58{margin-right:58px!important}.ml-md-58{margin-left:58px!important}.pt-md-58{padding-top:58px!important}.pb-md-58{padding-bottom:58px!important}.pr-md-58{padding-right:58px!important}.pl-md-58{padding-left:58px!important}.mt-n-md-58{margin-top:-58px!important}.mb-n-md-58{margin-bottom:-58px!important}.mr-n-md-58{margin-right:-58px!important}.ml-n-md-58{margin-left:-58px!important}.t-md-58{top:58px!important}.b-md-58{bottom:58px!important}.l-md-58{left:58px!important}.r-md-58{right:58px!important}.t-n-md-58{top:-58px!important}.b-n-md-58{bottom:-58px!important}.l-n-md-58{left:-58px!important}.r-n-md-58{right:-58px!important}.ti-md-58{text-indent:58px!important}.ti-n-md-58{text-indent:-58px!important}.fs-md-58{font-size:58px!important}.row-md-58{margin-right:-58px!important;margin-left:-58px!important}.row-md-58 > [class*='col-']{padding-right:58px!important;padding-left:58px!important}.mt-md-59{margin-top:59px!important}.mb-md-59{margin-bottom:59px!important}.mr-md-59{margin-right:59px!important}.ml-md-59{margin-left:59px!important}.pt-md-59{padding-top:59px!important}.pb-md-59{padding-bottom:59px!important}.pr-md-59{padding-right:59px!important}.pl-md-59{padding-left:59px!important}.mt-n-md-59{margin-top:-59px!important}.mb-n-md-59{margin-bottom:-59px!important}.mr-n-md-59{margin-right:-59px!important}.ml-n-md-59{margin-left:-59px!important}.t-md-59{top:59px!important}.b-md-59{bottom:59px!important}.l-md-59{left:59px!important}.r-md-59{right:59px!important}.t-n-md-59{top:-59px!important}.b-n-md-59{bottom:-59px!important}.l-n-md-59{left:-59px!important}.r-n-md-59{right:-59px!important}.ti-md-59{text-indent:59px!important}.ti-n-md-59{text-indent:-59px!important}.fs-md-59{font-size:59px!important}.row-md-59{margin-right:-59px!important;margin-left:-59px!important}.row-md-59 > [class*='col-']{padding-right:59px!important;padding-left:59px!important}.mt-md-60{margin-top:60px!important}.mb-md-60{margin-bottom:60px!important}.mr-md-60{margin-right:60px!important}.ml-md-60{margin-left:60px!important}.pt-md-60{padding-top:60px!important}.pb-md-60{padding-bottom:60px!important}.pr-md-60{padding-right:60px!important}.pl-md-60{padding-left:60px!important}.mt-n-md-60{margin-top:-60px!important}.mb-n-md-60{margin-bottom:-60px!important}.mr-n-md-60{margin-right:-60px!important}.ml-n-md-60{margin-left:-60px!important}.t-md-60{top:60px!important}.b-md-60{bottom:60px!important}.l-md-60{left:60px!important}.r-md-60{right:60px!important}.t-n-md-60{top:-60px!important}.b-n-md-60{bottom:-60px!important}.l-n-md-60{left:-60px!important}.r-n-md-60{right:-60px!important}.ti-md-60{text-indent:60px!important}.ti-n-md-60{text-indent:-60px!important}.fs-md-60{font-size:60px!important}.row-md-60{margin-right:-60px!important;margin-left:-60px!important}.row-md-60 > [class*='col-']{padding-right:60px!important;padding-left:60px!important}.mt-md-61{margin-top:61px!important}.mb-md-61{margin-bottom:61px!important}.mr-md-61{margin-right:61px!important}.ml-md-61{margin-left:61px!important}.pt-md-61{padding-top:61px!important}.pb-md-61{padding-bottom:61px!important}.pr-md-61{padding-right:61px!important}.pl-md-61{padding-left:61px!important}.mt-n-md-61{margin-top:-61px!important}.mb-n-md-61{margin-bottom:-61px!important}.mr-n-md-61{margin-right:-61px!important}.ml-n-md-61{margin-left:-61px!important}.t-md-61{top:61px!important}.b-md-61{bottom:61px!important}.l-md-61{left:61px!important}.r-md-61{right:61px!important}.t-n-md-61{top:-61px!important}.b-n-md-61{bottom:-61px!important}.l-n-md-61{left:-61px!important}.r-n-md-61{right:-61px!important}.ti-md-61{text-indent:61px!important}.ti-n-md-61{text-indent:-61px!important}.fs-md-61{font-size:61px!important}.row-md-61{margin-right:-61px!important;margin-left:-61px!important}.row-md-61 > [class*='col-']{padding-right:61px!important;padding-left:61px!important}.mt-md-62{margin-top:62px!important}.mb-md-62{margin-bottom:62px!important}.mr-md-62{margin-right:62px!important}.ml-md-62{margin-left:62px!important}.pt-md-62{padding-top:62px!important}.pb-md-62{padding-bottom:62px!important}.pr-md-62{padding-right:62px!important}.pl-md-62{padding-left:62px!important}.mt-n-md-62{margin-top:-62px!important}.mb-n-md-62{margin-bottom:-62px!important}.mr-n-md-62{margin-right:-62px!important}.ml-n-md-62{margin-left:-62px!important}.t-md-62{top:62px!important}.b-md-62{bottom:62px!important}.l-md-62{left:62px!important}.r-md-62{right:62px!important}.t-n-md-62{top:-62px!important}.b-n-md-62{bottom:-62px!important}.l-n-md-62{left:-62px!important}.r-n-md-62{right:-62px!important}.ti-md-62{text-indent:62px!important}.ti-n-md-62{text-indent:-62px!important}.fs-md-62{font-size:62px!important}.row-md-62{margin-right:-62px!important;margin-left:-62px!important}.row-md-62 > [class*='col-']{padding-right:62px!important;padding-left:62px!important}.mt-md-63{margin-top:63px!important}.mb-md-63{margin-bottom:63px!important}.mr-md-63{margin-right:63px!important}.ml-md-63{margin-left:63px!important}.pt-md-63{padding-top:63px!important}.pb-md-63{padding-bottom:63px!important}.pr-md-63{padding-right:63px!important}.pl-md-63{padding-left:63px!important}.mt-n-md-63{margin-top:-63px!important}.mb-n-md-63{margin-bottom:-63px!important}.mr-n-md-63{margin-right:-63px!important}.ml-n-md-63{margin-left:-63px!important}.t-md-63{top:63px!important}.b-md-63{bottom:63px!important}.l-md-63{left:63px!important}.r-md-63{right:63px!important}.t-n-md-63{top:-63px!important}.b-n-md-63{bottom:-63px!important}.l-n-md-63{left:-63px!important}.r-n-md-63{right:-63px!important}.ti-md-63{text-indent:63px!important}.ti-n-md-63{text-indent:-63px!important}.fs-md-63{font-size:63px!important}.row-md-63{margin-right:-63px!important;margin-left:-63px!important}.row-md-63 > [class*='col-']{padding-right:63px!important;padding-left:63px!important}.mt-md-64{margin-top:64px!important}.mb-md-64{margin-bottom:64px!important}.mr-md-64{margin-right:64px!important}.ml-md-64{margin-left:64px!important}.pt-md-64{padding-top:64px!important}.pb-md-64{padding-bottom:64px!important}.pr-md-64{padding-right:64px!important}.pl-md-64{padding-left:64px!important}.mt-n-md-64{margin-top:-64px!important}.mb-n-md-64{margin-bottom:-64px!important}.mr-n-md-64{margin-right:-64px!important}.ml-n-md-64{margin-left:-64px!important}.t-md-64{top:64px!important}.b-md-64{bottom:64px!important}.l-md-64{left:64px!important}.r-md-64{right:64px!important}.t-n-md-64{top:-64px!important}.b-n-md-64{bottom:-64px!important}.l-n-md-64{left:-64px!important}.r-n-md-64{right:-64px!important}.ti-md-64{text-indent:64px!important}.ti-n-md-64{text-indent:-64px!important}.fs-md-64{font-size:64px!important}.row-md-64{margin-right:-64px!important;margin-left:-64px!important}.row-md-64 > [class*='col-']{padding-right:64px!important;padding-left:64px!important}.mt-md-65{margin-top:65px!important}.mb-md-65{margin-bottom:65px!important}.mr-md-65{margin-right:65px!important}.ml-md-65{margin-left:65px!important}.pt-md-65{padding-top:65px!important}.pb-md-65{padding-bottom:65px!important}.pr-md-65{padding-right:65px!important}.pl-md-65{padding-left:65px!important}.mt-n-md-65{margin-top:-65px!important}.mb-n-md-65{margin-bottom:-65px!important}.mr-n-md-65{margin-right:-65px!important}.ml-n-md-65{margin-left:-65px!important}.t-md-65{top:65px!important}.b-md-65{bottom:65px!important}.l-md-65{left:65px!important}.r-md-65{right:65px!important}.t-n-md-65{top:-65px!important}.b-n-md-65{bottom:-65px!important}.l-n-md-65{left:-65px!important}.r-n-md-65{right:-65px!important}.ti-md-65{text-indent:65px!important}.ti-n-md-65{text-indent:-65px!important}.fs-md-65{font-size:65px!important}.row-md-65{margin-right:-65px!important;margin-left:-65px!important}.row-md-65 > [class*='col-']{padding-right:65px!important;padding-left:65px!important}.mt-md-66{margin-top:66px!important}.mb-md-66{margin-bottom:66px!important}.mr-md-66{margin-right:66px!important}.ml-md-66{margin-left:66px!important}.pt-md-66{padding-top:66px!important}.pb-md-66{padding-bottom:66px!important}.pr-md-66{padding-right:66px!important}.pl-md-66{padding-left:66px!important}.mt-n-md-66{margin-top:-66px!important}.mb-n-md-66{margin-bottom:-66px!important}.mr-n-md-66{margin-right:-66px!important}.ml-n-md-66{margin-left:-66px!important}.t-md-66{top:66px!important}.b-md-66{bottom:66px!important}.l-md-66{left:66px!important}.r-md-66{right:66px!important}.t-n-md-66{top:-66px!important}.b-n-md-66{bottom:-66px!important}.l-n-md-66{left:-66px!important}.r-n-md-66{right:-66px!important}.ti-md-66{text-indent:66px!important}.ti-n-md-66{text-indent:-66px!important}.fs-md-66{font-size:66px!important}.row-md-66{margin-right:-66px!important;margin-left:-66px!important}.row-md-66 > [class*='col-']{padding-right:66px!important;padding-left:66px!important}.mt-md-67{margin-top:67px!important}.mb-md-67{margin-bottom:67px!important}.mr-md-67{margin-right:67px!important}.ml-md-67{margin-left:67px!important}.pt-md-67{padding-top:67px!important}.pb-md-67{padding-bottom:67px!important}.pr-md-67{padding-right:67px!important}.pl-md-67{padding-left:67px!important}.mt-n-md-67{margin-top:-67px!important}.mb-n-md-67{margin-bottom:-67px!important}.mr-n-md-67{margin-right:-67px!important}.ml-n-md-67{margin-left:-67px!important}.t-md-67{top:67px!important}.b-md-67{bottom:67px!important}.l-md-67{left:67px!important}.r-md-67{right:67px!important}.t-n-md-67{top:-67px!important}.b-n-md-67{bottom:-67px!important}.l-n-md-67{left:-67px!important}.r-n-md-67{right:-67px!important}.ti-md-67{text-indent:67px!important}.ti-n-md-67{text-indent:-67px!important}.fs-md-67{font-size:67px!important}.row-md-67{margin-right:-67px!important;margin-left:-67px!important}.row-md-67 > [class*='col-']{padding-right:67px!important;padding-left:67px!important}.mt-md-68{margin-top:68px!important}.mb-md-68{margin-bottom:68px!important}.mr-md-68{margin-right:68px!important}.ml-md-68{margin-left:68px!important}.pt-md-68{padding-top:68px!important}.pb-md-68{padding-bottom:68px!important}.pr-md-68{padding-right:68px!important}.pl-md-68{padding-left:68px!important}.mt-n-md-68{margin-top:-68px!important}.mb-n-md-68{margin-bottom:-68px!important}.mr-n-md-68{margin-right:-68px!important}.ml-n-md-68{margin-left:-68px!important}.t-md-68{top:68px!important}.b-md-68{bottom:68px!important}.l-md-68{left:68px!important}.r-md-68{right:68px!important}.t-n-md-68{top:-68px!important}.b-n-md-68{bottom:-68px!important}.l-n-md-68{left:-68px!important}.r-n-md-68{right:-68px!important}.ti-md-68{text-indent:68px!important}.ti-n-md-68{text-indent:-68px!important}.fs-md-68{font-size:68px!important}.row-md-68{margin-right:-68px!important;margin-left:-68px!important}.row-md-68 > [class*='col-']{padding-right:68px!important;padding-left:68px!important}.mt-md-69{margin-top:69px!important}.mb-md-69{margin-bottom:69px!important}.mr-md-69{margin-right:69px!important}.ml-md-69{margin-left:69px!important}.pt-md-69{padding-top:69px!important}.pb-md-69{padding-bottom:69px!important}.pr-md-69{padding-right:69px!important}.pl-md-69{padding-left:69px!important}.mt-n-md-69{margin-top:-69px!important}.mb-n-md-69{margin-bottom:-69px!important}.mr-n-md-69{margin-right:-69px!important}.ml-n-md-69{margin-left:-69px!important}.t-md-69{top:69px!important}.b-md-69{bottom:69px!important}.l-md-69{left:69px!important}.r-md-69{right:69px!important}.t-n-md-69{top:-69px!important}.b-n-md-69{bottom:-69px!important}.l-n-md-69{left:-69px!important}.r-n-md-69{right:-69px!important}.ti-md-69{text-indent:69px!important}.ti-n-md-69{text-indent:-69px!important}.fs-md-69{font-size:69px!important}.row-md-69{margin-right:-69px!important;margin-left:-69px!important}.row-md-69 > [class*='col-']{padding-right:69px!important;padding-left:69px!important}.mt-md-70{margin-top:70px!important}.mb-md-70{margin-bottom:70px!important}.mr-md-70{margin-right:70px!important}.ml-md-70{margin-left:70px!important}.pt-md-70{padding-top:70px!important}.pb-md-70{padding-bottom:70px!important}.pr-md-70{padding-right:70px!important}.pl-md-70{padding-left:70px!important}.mt-n-md-70{margin-top:-70px!important}.mb-n-md-70{margin-bottom:-70px!important}.mr-n-md-70{margin-right:-70px!important}.ml-n-md-70{margin-left:-70px!important}.t-md-70{top:70px!important}.b-md-70{bottom:70px!important}.l-md-70{left:70px!important}.r-md-70{right:70px!important}.t-n-md-70{top:-70px!important}.b-n-md-70{bottom:-70px!important}.l-n-md-70{left:-70px!important}.r-n-md-70{right:-70px!important}.ti-md-70{text-indent:70px!important}.ti-n-md-70{text-indent:-70px!important}.fs-md-70{font-size:70px!important}.row-md-70{margin-right:-70px!important;margin-left:-70px!important}.row-md-70 > [class*='col-']{padding-right:70px!important;padding-left:70px!important}.mt-md-71{margin-top:71px!important}.mb-md-71{margin-bottom:71px!important}.mr-md-71{margin-right:71px!important}.ml-md-71{margin-left:71px!important}.pt-md-71{padding-top:71px!important}.pb-md-71{padding-bottom:71px!important}.pr-md-71{padding-right:71px!important}.pl-md-71{padding-left:71px!important}.mt-n-md-71{margin-top:-71px!important}.mb-n-md-71{margin-bottom:-71px!important}.mr-n-md-71{margin-right:-71px!important}.ml-n-md-71{margin-left:-71px!important}.t-md-71{top:71px!important}.b-md-71{bottom:71px!important}.l-md-71{left:71px!important}.r-md-71{right:71px!important}.t-n-md-71{top:-71px!important}.b-n-md-71{bottom:-71px!important}.l-n-md-71{left:-71px!important}.r-n-md-71{right:-71px!important}.ti-md-71{text-indent:71px!important}.ti-n-md-71{text-indent:-71px!important}.fs-md-71{font-size:71px!important}.row-md-71{margin-right:-71px!important;margin-left:-71px!important}.row-md-71 > [class*='col-']{padding-right:71px!important;padding-left:71px!important}.mt-md-72{margin-top:72px!important}.mb-md-72{margin-bottom:72px!important}.mr-md-72{margin-right:72px!important}.ml-md-72{margin-left:72px!important}.pt-md-72{padding-top:72px!important}.pb-md-72{padding-bottom:72px!important}.pr-md-72{padding-right:72px!important}.pl-md-72{padding-left:72px!important}.mt-n-md-72{margin-top:-72px!important}.mb-n-md-72{margin-bottom:-72px!important}.mr-n-md-72{margin-right:-72px!important}.ml-n-md-72{margin-left:-72px!important}.t-md-72{top:72px!important}.b-md-72{bottom:72px!important}.l-md-72{left:72px!important}.r-md-72{right:72px!important}.t-n-md-72{top:-72px!important}.b-n-md-72{bottom:-72px!important}.l-n-md-72{left:-72px!important}.r-n-md-72{right:-72px!important}.ti-md-72{text-indent:72px!important}.ti-n-md-72{text-indent:-72px!important}.fs-md-72{font-size:72px!important}.row-md-72{margin-right:-72px!important;margin-left:-72px!important}.row-md-72 > [class*='col-']{padding-right:72px!important;padding-left:72px!important}.mt-md-73{margin-top:73px!important}.mb-md-73{margin-bottom:73px!important}.mr-md-73{margin-right:73px!important}.ml-md-73{margin-left:73px!important}.pt-md-73{padding-top:73px!important}.pb-md-73{padding-bottom:73px!important}.pr-md-73{padding-right:73px!important}.pl-md-73{padding-left:73px!important}.mt-n-md-73{margin-top:-73px!important}.mb-n-md-73{margin-bottom:-73px!important}.mr-n-md-73{margin-right:-73px!important}.ml-n-md-73{margin-left:-73px!important}.t-md-73{top:73px!important}.b-md-73{bottom:73px!important}.l-md-73{left:73px!important}.r-md-73{right:73px!important}.t-n-md-73{top:-73px!important}.b-n-md-73{bottom:-73px!important}.l-n-md-73{left:-73px!important}.r-n-md-73{right:-73px!important}.ti-md-73{text-indent:73px!important}.ti-n-md-73{text-indent:-73px!important}.fs-md-73{font-size:73px!important}.row-md-73{margin-right:-73px!important;margin-left:-73px!important}.row-md-73 > [class*='col-']{padding-right:73px!important;padding-left:73px!important}.mt-md-74{margin-top:74px!important}.mb-md-74{margin-bottom:74px!important}.mr-md-74{margin-right:74px!important}.ml-md-74{margin-left:74px!important}.pt-md-74{padding-top:74px!important}.pb-md-74{padding-bottom:74px!important}.pr-md-74{padding-right:74px!important}.pl-md-74{padding-left:74px!important}.mt-n-md-74{margin-top:-74px!important}.mb-n-md-74{margin-bottom:-74px!important}.mr-n-md-74{margin-right:-74px!important}.ml-n-md-74{margin-left:-74px!important}.t-md-74{top:74px!important}.b-md-74{bottom:74px!important}.l-md-74{left:74px!important}.r-md-74{right:74px!important}.t-n-md-74{top:-74px!important}.b-n-md-74{bottom:-74px!important}.l-n-md-74{left:-74px!important}.r-n-md-74{right:-74px!important}.ti-md-74{text-indent:74px!important}.ti-n-md-74{text-indent:-74px!important}.fs-md-74{font-size:74px!important}.row-md-74{margin-right:-74px!important;margin-left:-74px!important}.row-md-74 > [class*='col-']{padding-right:74px!important;padding-left:74px!important}.mt-md-75{margin-top:75px!important}.mb-md-75{margin-bottom:75px!important}.mr-md-75{margin-right:75px!important}.ml-md-75{margin-left:75px!important}.pt-md-75{padding-top:75px!important}.pb-md-75{padding-bottom:75px!important}.pr-md-75{padding-right:75px!important}.pl-md-75{padding-left:75px!important}.mt-n-md-75{margin-top:-75px!important}.mb-n-md-75{margin-bottom:-75px!important}.mr-n-md-75{margin-right:-75px!important}.ml-n-md-75{margin-left:-75px!important}.t-md-75{top:75px!important}.b-md-75{bottom:75px!important}.l-md-75{left:75px!important}.r-md-75{right:75px!important}.t-n-md-75{top:-75px!important}.b-n-md-75{bottom:-75px!important}.l-n-md-75{left:-75px!important}.r-n-md-75{right:-75px!important}.ti-md-75{text-indent:75px!important}.ti-n-md-75{text-indent:-75px!important}.fs-md-75{font-size:75px!important}.row-md-75{margin-right:-75px!important;margin-left:-75px!important}.row-md-75 > [class*='col-']{padding-right:75px!important;padding-left:75px!important}.mt-md-76{margin-top:76px!important}.mb-md-76{margin-bottom:76px!important}.mr-md-76{margin-right:76px!important}.ml-md-76{margin-left:76px!important}.pt-md-76{padding-top:76px!important}.pb-md-76{padding-bottom:76px!important}.pr-md-76{padding-right:76px!important}.pl-md-76{padding-left:76px!important}.mt-n-md-76{margin-top:-76px!important}.mb-n-md-76{margin-bottom:-76px!important}.mr-n-md-76{margin-right:-76px!important}.ml-n-md-76{margin-left:-76px!important}.t-md-76{top:76px!important}.b-md-76{bottom:76px!important}.l-md-76{left:76px!important}.r-md-76{right:76px!important}.t-n-md-76{top:-76px!important}.b-n-md-76{bottom:-76px!important}.l-n-md-76{left:-76px!important}.r-n-md-76{right:-76px!important}.ti-md-76{text-indent:76px!important}.ti-n-md-76{text-indent:-76px!important}.fs-md-76{font-size:76px!important}.row-md-76{margin-right:-76px!important;margin-left:-76px!important}.row-md-76 > [class*='col-']{padding-right:76px!important;padding-left:76px!important}.mt-md-77{margin-top:77px!important}.mb-md-77{margin-bottom:77px!important}.mr-md-77{margin-right:77px!important}.ml-md-77{margin-left:77px!important}.pt-md-77{padding-top:77px!important}.pb-md-77{padding-bottom:77px!important}.pr-md-77{padding-right:77px!important}.pl-md-77{padding-left:77px!important}.mt-n-md-77{margin-top:-77px!important}.mb-n-md-77{margin-bottom:-77px!important}.mr-n-md-77{margin-right:-77px!important}.ml-n-md-77{margin-left:-77px!important}.t-md-77{top:77px!important}.b-md-77{bottom:77px!important}.l-md-77{left:77px!important}.r-md-77{right:77px!important}.t-n-md-77{top:-77px!important}.b-n-md-77{bottom:-77px!important}.l-n-md-77{left:-77px!important}.r-n-md-77{right:-77px!important}.ti-md-77{text-indent:77px!important}.ti-n-md-77{text-indent:-77px!important}.fs-md-77{font-size:77px!important}.row-md-77{margin-right:-77px!important;margin-left:-77px!important}.row-md-77 > [class*='col-']{padding-right:77px!important;padding-left:77px!important}.mt-md-78{margin-top:78px!important}.mb-md-78{margin-bottom:78px!important}.mr-md-78{margin-right:78px!important}.ml-md-78{margin-left:78px!important}.pt-md-78{padding-top:78px!important}.pb-md-78{padding-bottom:78px!important}.pr-md-78{padding-right:78px!important}.pl-md-78{padding-left:78px!important}.mt-n-md-78{margin-top:-78px!important}.mb-n-md-78{margin-bottom:-78px!important}.mr-n-md-78{margin-right:-78px!important}.ml-n-md-78{margin-left:-78px!important}.t-md-78{top:78px!important}.b-md-78{bottom:78px!important}.l-md-78{left:78px!important}.r-md-78{right:78px!important}.t-n-md-78{top:-78px!important}.b-n-md-78{bottom:-78px!important}.l-n-md-78{left:-78px!important}.r-n-md-78{right:-78px!important}.ti-md-78{text-indent:78px!important}.ti-n-md-78{text-indent:-78px!important}.fs-md-78{font-size:78px!important}.row-md-78{margin-right:-78px!important;margin-left:-78px!important}.row-md-78 > [class*='col-']{padding-right:78px!important;padding-left:78px!important}.mt-md-79{margin-top:79px!important}.mb-md-79{margin-bottom:79px!important}.mr-md-79{margin-right:79px!important}.ml-md-79{margin-left:79px!important}.pt-md-79{padding-top:79px!important}.pb-md-79{padding-bottom:79px!important}.pr-md-79{padding-right:79px!important}.pl-md-79{padding-left:79px!important}.mt-n-md-79{margin-top:-79px!important}.mb-n-md-79{margin-bottom:-79px!important}.mr-n-md-79{margin-right:-79px!important}.ml-n-md-79{margin-left:-79px!important}.t-md-79{top:79px!important}.b-md-79{bottom:79px!important}.l-md-79{left:79px!important}.r-md-79{right:79px!important}.t-n-md-79{top:-79px!important}.b-n-md-79{bottom:-79px!important}.l-n-md-79{left:-79px!important}.r-n-md-79{right:-79px!important}.ti-md-79{text-indent:79px!important}.ti-n-md-79{text-indent:-79px!important}.fs-md-79{font-size:79px!important}.row-md-79{margin-right:-79px!important;margin-left:-79px!important}.row-md-79 > [class*='col-']{padding-right:79px!important;padding-left:79px!important}.mt-md-80{margin-top:80px!important}.mb-md-80{margin-bottom:80px!important}.mr-md-80{margin-right:80px!important}.ml-md-80{margin-left:80px!important}.pt-md-80{padding-top:80px!important}.pb-md-80{padding-bottom:80px!important}.pr-md-80{padding-right:80px!important}.pl-md-80{padding-left:80px!important}.mt-n-md-80{margin-top:-80px!important}.mb-n-md-80{margin-bottom:-80px!important}.mr-n-md-80{margin-right:-80px!important}.ml-n-md-80{margin-left:-80px!important}.t-md-80{top:80px!important}.b-md-80{bottom:80px!important}.l-md-80{left:80px!important}.r-md-80{right:80px!important}.t-n-md-80{top:-80px!important}.b-n-md-80{bottom:-80px!important}.l-n-md-80{left:-80px!important}.r-n-md-80{right:-80px!important}.ti-md-80{text-indent:80px!important}.ti-n-md-80{text-indent:-80px!important}.fs-md-80{font-size:80px!important}.row-md-80{margin-right:-80px!important;margin-left:-80px!important}.row-md-80 > [class*='col-']{padding-right:80px!important;padding-left:80px!important}}@media (min-width: 9999px){.mt-lg-0{margin-top:0!important}.mb-lg-0{margin-bottom:0!important}.mr-lg-0{margin-right:0!important}.ml-lg-0{margin-left:0!important}.pt-lg-0{padding-top:0!important}.pb-lg-0{padding-bottom:0!important}.pr-lg-0{padding-right:0!important}.pl-lg-0{padding-left:0!important}.mt-n-lg-0{margin-top:0!important}.mb-n-lg-0{margin-bottom:0!important}.mr-n-lg-0{margin-right:0!important}.ml-n-lg-0{margin-left:0!important}.t-lg-0{top:0!important}.b-lg-0{bottom:0!important}.l-lg-0{left:0!important}.r-lg-0{right:0!important}.t-n-lg-0{top:0!important}.b-n-lg-0{bottom:0!important}.l-n-lg-0{left:0!important}.r-n-lg-0{right:0!important}.ti-lg-0{text-indent:0!important}.ti-n-lg-0{text-indent:0!important}.fs-lg-0{font-size:0!important}.row-lg-0{margin-right:0!important;margin-left:0!important}.row-lg-0 > [class*='col-']{padding-right:0!important;padding-left:0!important}.mt-lg-1{margin-top:1px!important}.mb-lg-1{margin-bottom:1px!important}.mr-lg-1{margin-right:1px!important}.ml-lg-1{margin-left:1px!important}.pt-lg-1{padding-top:1px!important}.pb-lg-1{padding-bottom:1px!important}.pr-lg-1{padding-right:1px!important}.pl-lg-1{padding-left:1px!important}.mt-n-lg-1{margin-top:-1px!important}.mb-n-lg-1{margin-bottom:-1px!important}.mr-n-lg-1{margin-right:-1px!important}.ml-n-lg-1{margin-left:-1px!important}.t-lg-1{top:1px!important}.b-lg-1{bottom:1px!important}.l-lg-1{left:1px!important}.r-lg-1{right:1px!important}.t-n-lg-1{top:-1px!important}.b-n-lg-1{bottom:-1px!important}.l-n-lg-1{left:-1px!important}.r-n-lg-1{right:-1px!important}.ti-lg-1{text-indent:1px!important}.ti-n-lg-1{text-indent:-1px!important}.fs-lg-1{font-size:1px!important}.row-lg-1{margin-right:-1px!important;margin-left:-1px!important}.row-lg-1 > [class*='col-']{padding-right:1px!important;padding-left:1px!important}.mt-lg-2{margin-top:2px!important}.mb-lg-2{margin-bottom:2px!important}.mr-lg-2{margin-right:2px!important}.ml-lg-2{margin-left:2px!important}.pt-lg-2{padding-top:2px!important}.pb-lg-2{padding-bottom:2px!important}.pr-lg-2{padding-right:2px!important}.pl-lg-2{padding-left:2px!important}.mt-n-lg-2{margin-top:-2px!important}.mb-n-lg-2{margin-bottom:-2px!important}.mr-n-lg-2{margin-right:-2px!important}.ml-n-lg-2{margin-left:-2px!important}.t-lg-2{top:2px!important}.b-lg-2{bottom:2px!important}.l-lg-2{left:2px!important}.r-lg-2{right:2px!important}.t-n-lg-2{top:-2px!important}.b-n-lg-2{bottom:-2px!important}.l-n-lg-2{left:-2px!important}.r-n-lg-2{right:-2px!important}.ti-lg-2{text-indent:2px!important}.ti-n-lg-2{text-indent:-2px!important}.fs-lg-2{font-size:2px!important}.row-lg-2{margin-right:-2px!important;margin-left:-2px!important}.row-lg-2 > [class*='col-']{padding-right:2px!important;padding-left:2px!important}.mt-lg-3{margin-top:3px!important}.mb-lg-3{margin-bottom:3px!important}.mr-lg-3{margin-right:3px!important}.ml-lg-3{margin-left:3px!important}.pt-lg-3{padding-top:3px!important}.pb-lg-3{padding-bottom:3px!important}.pr-lg-3{padding-right:3px!important}.pl-lg-3{padding-left:3px!important}.mt-n-lg-3{margin-top:-3px!important}.mb-n-lg-3{margin-bottom:-3px!important}.mr-n-lg-3{margin-right:-3px!important}.ml-n-lg-3{margin-left:-3px!important}.t-lg-3{top:3px!important}.b-lg-3{bottom:3px!important}.l-lg-3{left:3px!important}.r-lg-3{right:3px!important}.t-n-lg-3{top:-3px!important}.b-n-lg-3{bottom:-3px!important}.l-n-lg-3{left:-3px!important}.r-n-lg-3{right:-3px!important}.ti-lg-3{text-indent:3px!important}.ti-n-lg-3{text-indent:-3px!important}.fs-lg-3{font-size:3px!important}.row-lg-3{margin-right:-3px!important;margin-left:-3px!important}.row-lg-3 > [class*='col-']{padding-right:3px!important;padding-left:3px!important}.mt-lg-4{margin-top:4px!important}.mb-lg-4{margin-bottom:4px!important}.mr-lg-4{margin-right:4px!important}.ml-lg-4{margin-left:4px!important}.pt-lg-4{padding-top:4px!important}.pb-lg-4{padding-bottom:4px!important}.pr-lg-4{padding-right:4px!important}.pl-lg-4{padding-left:4px!important}.mt-n-lg-4{margin-top:-4px!important}.mb-n-lg-4{margin-bottom:-4px!important}.mr-n-lg-4{margin-right:-4px!important}.ml-n-lg-4{margin-left:-4px!important}.t-lg-4{top:4px!important}.b-lg-4{bottom:4px!important}.l-lg-4{left:4px!important}.r-lg-4{right:4px!important}.t-n-lg-4{top:-4px!important}.b-n-lg-4{bottom:-4px!important}.l-n-lg-4{left:-4px!important}.r-n-lg-4{right:-4px!important}.ti-lg-4{text-indent:4px!important}.ti-n-lg-4{text-indent:-4px!important}.fs-lg-4{font-size:4px!important}.row-lg-4{margin-right:-4px!important;margin-left:-4px!important}.row-lg-4 > [class*='col-']{padding-right:4px!important;padding-left:4px!important}.mt-lg-5{margin-top:5px!important}.mb-lg-5{margin-bottom:5px!important}.mr-lg-5{margin-right:5px!important}.ml-lg-5{margin-left:5px!important}.pt-lg-5{padding-top:5px!important}.pb-lg-5{padding-bottom:5px!important}.pr-lg-5{padding-right:5px!important}.pl-lg-5{padding-left:5px!important}.mt-n-lg-5{margin-top:-5px!important}.mb-n-lg-5{margin-bottom:-5px!important}.mr-n-lg-5{margin-right:-5px!important}.ml-n-lg-5{margin-left:-5px!important}.t-lg-5{top:5px!important}.b-lg-5{bottom:5px!important}.l-lg-5{left:5px!important}.r-lg-5{right:5px!important}.t-n-lg-5{top:-5px!important}.b-n-lg-5{bottom:-5px!important}.l-n-lg-5{left:-5px!important}.r-n-lg-5{right:-5px!important}.ti-lg-5{text-indent:5px!important}.ti-n-lg-5{text-indent:-5px!important}.fs-lg-5{font-size:5px!important}.row-lg-5{margin-right:-5px!important;margin-left:-5px!important}.row-lg-5 > [class*='col-']{padding-right:5px!important;padding-left:5px!important}.mt-lg-6{margin-top:6px!important}.mb-lg-6{margin-bottom:6px!important}.mr-lg-6{margin-right:6px!important}.ml-lg-6{margin-left:6px!important}.pt-lg-6{padding-top:6px!important}.pb-lg-6{padding-bottom:6px!important}.pr-lg-6{padding-right:6px!important}.pl-lg-6{padding-left:6px!important}.mt-n-lg-6{margin-top:-6px!important}.mb-n-lg-6{margin-bottom:-6px!important}.mr-n-lg-6{margin-right:-6px!important}.ml-n-lg-6{margin-left:-6px!important}.t-lg-6{top:6px!important}.b-lg-6{bottom:6px!important}.l-lg-6{left:6px!important}.r-lg-6{right:6px!important}.t-n-lg-6{top:-6px!important}.b-n-lg-6{bottom:-6px!important}.l-n-lg-6{left:-6px!important}.r-n-lg-6{right:-6px!important}.ti-lg-6{text-indent:6px!important}.ti-n-lg-6{text-indent:-6px!important}.fs-lg-6{font-size:6px!important}.row-lg-6{margin-right:-6px!important;margin-left:-6px!important}.row-lg-6 > [class*='col-']{padding-right:6px!important;padding-left:6px!important}.mt-lg-7{margin-top:7px!important}.mb-lg-7{margin-bottom:7px!important}.mr-lg-7{margin-right:7px!important}.ml-lg-7{margin-left:7px!important}.pt-lg-7{padding-top:7px!important}.pb-lg-7{padding-bottom:7px!important}.pr-lg-7{padding-right:7px!important}.pl-lg-7{padding-left:7px!important}.mt-n-lg-7{margin-top:-7px!important}.mb-n-lg-7{margin-bottom:-7px!important}.mr-n-lg-7{margin-right:-7px!important}.ml-n-lg-7{margin-left:-7px!important}.t-lg-7{top:7px!important}.b-lg-7{bottom:7px!important}.l-lg-7{left:7px!important}.r-lg-7{right:7px!important}.t-n-lg-7{top:-7px!important}.b-n-lg-7{bottom:-7px!important}.l-n-lg-7{left:-7px!important}.r-n-lg-7{right:-7px!important}.ti-lg-7{text-indent:7px!important}.ti-n-lg-7{text-indent:-7px!important}.fs-lg-7{font-size:7px!important}.row-lg-7{margin-right:-7px!important;margin-left:-7px!important}.row-lg-7 > [class*='col-']{padding-right:7px!important;padding-left:7px!important}.mt-lg-8{margin-top:8px!important}.mb-lg-8{margin-bottom:8px!important}.mr-lg-8{margin-right:8px!important}.ml-lg-8{margin-left:8px!important}.pt-lg-8{padding-top:8px!important}.pb-lg-8{padding-bottom:8px!important}.pr-lg-8{padding-right:8px!important}.pl-lg-8{padding-left:8px!important}.mt-n-lg-8{margin-top:-8px!important}.mb-n-lg-8{margin-bottom:-8px!important}.mr-n-lg-8{margin-right:-8px!important}.ml-n-lg-8{margin-left:-8px!important}.t-lg-8{top:8px!important}.b-lg-8{bottom:8px!important}.l-lg-8{left:8px!important}.r-lg-8{right:8px!important}.t-n-lg-8{top:-8px!important}.b-n-lg-8{bottom:-8px!important}.l-n-lg-8{left:-8px!important}.r-n-lg-8{right:-8px!important}.ti-lg-8{text-indent:8px!important}.ti-n-lg-8{text-indent:-8px!important}.fs-lg-8{font-size:8px!important}.row-lg-8{margin-right:-8px!important;margin-left:-8px!important}.row-lg-8 > [class*='col-']{padding-right:8px!important;padding-left:8px!important}.mt-lg-9{margin-top:9px!important}.mb-lg-9{margin-bottom:9px!important}.mr-lg-9{margin-right:9px!important}.ml-lg-9{margin-left:9px!important}.pt-lg-9{padding-top:9px!important}.pb-lg-9{padding-bottom:9px!important}.pr-lg-9{padding-right:9px!important}.pl-lg-9{padding-left:9px!important}.mt-n-lg-9{margin-top:-9px!important}.mb-n-lg-9{margin-bottom:-9px!important}.mr-n-lg-9{margin-right:-9px!important}.ml-n-lg-9{margin-left:-9px!important}.t-lg-9{top:9px!important}.b-lg-9{bottom:9px!important}.l-lg-9{left:9px!important}.r-lg-9{right:9px!important}.t-n-lg-9{top:-9px!important}.b-n-lg-9{bottom:-9px!important}.l-n-lg-9{left:-9px!important}.r-n-lg-9{right:-9px!important}.ti-lg-9{text-indent:9px!important}.ti-n-lg-9{text-indent:-9px!important}.fs-lg-9{font-size:9px!important}.row-lg-9{margin-right:-9px!important;margin-left:-9px!important}.row-lg-9 > [class*='col-']{padding-right:9px!important;padding-left:9px!important}.mt-lg-10{margin-top:10px!important}.mb-lg-10{margin-bottom:10px!important}.mr-lg-10{margin-right:10px!important}.ml-lg-10{margin-left:10px!important}.pt-lg-10{padding-top:10px!important}.pb-lg-10{padding-bottom:10px!important}.pr-lg-10{padding-right:10px!important}.pl-lg-10{padding-left:10px!important}.mt-n-lg-10{margin-top:-10px!important}.mb-n-lg-10{margin-bottom:-10px!important}.mr-n-lg-10{margin-right:-10px!important}.ml-n-lg-10{margin-left:-10px!important}.t-lg-10{top:10px!important}.b-lg-10{bottom:10px!important}.l-lg-10{left:10px!important}.r-lg-10{right:10px!important}.t-n-lg-10{top:-10px!important}.b-n-lg-10{bottom:-10px!important}.l-n-lg-10{left:-10px!important}.r-n-lg-10{right:-10px!important}.ti-lg-10{text-indent:10px!important}.ti-n-lg-10{text-indent:-10px!important}.fs-lg-10{font-size:10px!important}.row-lg-10{margin-right:-10px!important;margin-left:-10px!important}.row-lg-10 > [class*='col-']{padding-right:10px!important;padding-left:10px!important}.mt-lg-11{margin-top:11px!important}.mb-lg-11{margin-bottom:11px!important}.mr-lg-11{margin-right:11px!important}.ml-lg-11{margin-left:11px!important}.pt-lg-11{padding-top:11px!important}.pb-lg-11{padding-bottom:11px!important}.pr-lg-11{padding-right:11px!important}.pl-lg-11{padding-left:11px!important}.mt-n-lg-11{margin-top:-11px!important}.mb-n-lg-11{margin-bottom:-11px!important}.mr-n-lg-11{margin-right:-11px!important}.ml-n-lg-11{margin-left:-11px!important}.t-lg-11{top:11px!important}.b-lg-11{bottom:11px!important}.l-lg-11{left:11px!important}.r-lg-11{right:11px!important}.t-n-lg-11{top:-11px!important}.b-n-lg-11{bottom:-11px!important}.l-n-lg-11{left:-11px!important}.r-n-lg-11{right:-11px!important}.ti-lg-11{text-indent:11px!important}.ti-n-lg-11{text-indent:-11px!important}.fs-lg-11{font-size:11px!important}.row-lg-11{margin-right:-11px!important;margin-left:-11px!important}.row-lg-11 > [class*='col-']{padding-right:11px!important;padding-left:11px!important}.mt-lg-12{margin-top:12px!important}.mb-lg-12{margin-bottom:12px!important}.mr-lg-12{margin-right:12px!important}.ml-lg-12{margin-left:12px!important}.pt-lg-12{padding-top:12px!important}.pb-lg-12{padding-bottom:12px!important}.pr-lg-12{padding-right:12px!important}.pl-lg-12{padding-left:12px!important}.mt-n-lg-12{margin-top:-12px!important}.mb-n-lg-12{margin-bottom:-12px!important}.mr-n-lg-12{margin-right:-12px!important}.ml-n-lg-12{margin-left:-12px!important}.t-lg-12{top:12px!important}.b-lg-12{bottom:12px!important}.l-lg-12{left:12px!important}.r-lg-12{right:12px!important}.t-n-lg-12{top:-12px!important}.b-n-lg-12{bottom:-12px!important}.l-n-lg-12{left:-12px!important}.r-n-lg-12{right:-12px!important}.ti-lg-12{text-indent:12px!important}.ti-n-lg-12{text-indent:-12px!important}.fs-lg-12{font-size:12px!important}.row-lg-12{margin-right:-12px!important;margin-left:-12px!important}.row-lg-12 > [class*='col-']{padding-right:12px!important;padding-left:12px!important}.mt-lg-13{margin-top:13px!important}.mb-lg-13{margin-bottom:13px!important}.mr-lg-13{margin-right:13px!important}.ml-lg-13{margin-left:13px!important}.pt-lg-13{padding-top:13px!important}.pb-lg-13{padding-bottom:13px!important}.pr-lg-13{padding-right:13px!important}.pl-lg-13{padding-left:13px!important}.mt-n-lg-13{margin-top:-13px!important}.mb-n-lg-13{margin-bottom:-13px!important}.mr-n-lg-13{margin-right:-13px!important}.ml-n-lg-13{margin-left:-13px!important}.t-lg-13{top:13px!important}.b-lg-13{bottom:13px!important}.l-lg-13{left:13px!important}.r-lg-13{right:13px!important}.t-n-lg-13{top:-13px!important}.b-n-lg-13{bottom:-13px!important}.l-n-lg-13{left:-13px!important}.r-n-lg-13{right:-13px!important}.ti-lg-13{text-indent:13px!important}.ti-n-lg-13{text-indent:-13px!important}.fs-lg-13{font-size:13px!important}.row-lg-13{margin-right:-13px!important;margin-left:-13px!important}.row-lg-13 > [class*='col-']{padding-right:13px!important;padding-left:13px!important}.mt-lg-14{margin-top:14px!important}.mb-lg-14{margin-bottom:14px!important}.mr-lg-14{margin-right:14px!important}.ml-lg-14{margin-left:14px!important}.pt-lg-14{padding-top:14px!important}.pb-lg-14{padding-bottom:14px!important}.pr-lg-14{padding-right:14px!important}.pl-lg-14{padding-left:14px!important}.mt-n-lg-14{margin-top:-14px!important}.mb-n-lg-14{margin-bottom:-14px!important}.mr-n-lg-14{margin-right:-14px!important}.ml-n-lg-14{margin-left:-14px!important}.t-lg-14{top:14px!important}.b-lg-14{bottom:14px!important}.l-lg-14{left:14px!important}.r-lg-14{right:14px!important}.t-n-lg-14{top:-14px!important}.b-n-lg-14{bottom:-14px!important}.l-n-lg-14{left:-14px!important}.r-n-lg-14{right:-14px!important}.ti-lg-14{text-indent:14px!important}.ti-n-lg-14{text-indent:-14px!important}.fs-lg-14{font-size:14px!important}.row-lg-14{margin-right:-14px!important;margin-left:-14px!important}.row-lg-14 > [class*='col-']{padding-right:14px!important;padding-left:14px!important}.mt-lg-15{margin-top:15px!important}.mb-lg-15{margin-bottom:15px!important}.mr-lg-15{margin-right:15px!important}.ml-lg-15{margin-left:15px!important}.pt-lg-15{padding-top:15px!important}.pb-lg-15{padding-bottom:15px!important}.pr-lg-15{padding-right:15px!important}.pl-lg-15{padding-left:15px!important}.mt-n-lg-15{margin-top:-15px!important}.mb-n-lg-15{margin-bottom:-15px!important}.mr-n-lg-15{margin-right:-15px!important}.ml-n-lg-15{margin-left:-15px!important}.t-lg-15{top:15px!important}.b-lg-15{bottom:15px!important}.l-lg-15{left:15px!important}.r-lg-15{right:15px!important}.t-n-lg-15{top:-15px!important}.b-n-lg-15{bottom:-15px!important}.l-n-lg-15{left:-15px!important}.r-n-lg-15{right:-15px!important}.ti-lg-15{text-indent:15px!important}.ti-n-lg-15{text-indent:-15px!important}.fs-lg-15{font-size:15px!important}.row-lg-15{margin-right:-15px!important;margin-left:-15px!important}.row-lg-15 > [class*='col-']{padding-right:15px!important;padding-left:15px!important}.mt-lg-16{margin-top:16px!important}.mb-lg-16{margin-bottom:16px!important}.mr-lg-16{margin-right:16px!important}.ml-lg-16{margin-left:16px!important}.pt-lg-16{padding-top:16px!important}.pb-lg-16{padding-bottom:16px!important}.pr-lg-16{padding-right:16px!important}.pl-lg-16{padding-left:16px!important}.mt-n-lg-16{margin-top:-16px!important}.mb-n-lg-16{margin-bottom:-16px!important}.mr-n-lg-16{margin-right:-16px!important}.ml-n-lg-16{margin-left:-16px!important}.t-lg-16{top:16px!important}.b-lg-16{bottom:16px!important}.l-lg-16{left:16px!important}.r-lg-16{right:16px!important}.t-n-lg-16{top:-16px!important}.b-n-lg-16{bottom:-16px!important}.l-n-lg-16{left:-16px!important}.r-n-lg-16{right:-16px!important}.ti-lg-16{text-indent:16px!important}.ti-n-lg-16{text-indent:-16px!important}.fs-lg-16{font-size:16px!important}.row-lg-16{margin-right:-16px!important;margin-left:-16px!important}.row-lg-16 > [class*='col-']{padding-right:16px!important;padding-left:16px!important}.mt-lg-17{margin-top:17px!important}.mb-lg-17{margin-bottom:17px!important}.mr-lg-17{margin-right:17px!important}.ml-lg-17{margin-left:17px!important}.pt-lg-17{padding-top:17px!important}.pb-lg-17{padding-bottom:17px!important}.pr-lg-17{padding-right:17px!important}.pl-lg-17{padding-left:17px!important}.mt-n-lg-17{margin-top:-17px!important}.mb-n-lg-17{margin-bottom:-17px!important}.mr-n-lg-17{margin-right:-17px!important}.ml-n-lg-17{margin-left:-17px!important}.t-lg-17{top:17px!important}.b-lg-17{bottom:17px!important}.l-lg-17{left:17px!important}.r-lg-17{right:17px!important}.t-n-lg-17{top:-17px!important}.b-n-lg-17{bottom:-17px!important}.l-n-lg-17{left:-17px!important}.r-n-lg-17{right:-17px!important}.ti-lg-17{text-indent:17px!important}.ti-n-lg-17{text-indent:-17px!important}.fs-lg-17{font-size:17px!important}.row-lg-17{margin-right:-17px!important;margin-left:-17px!important}.row-lg-17 > [class*='col-']{padding-right:17px!important;padding-left:17px!important}.mt-lg-18{margin-top:18px!important}.mb-lg-18{margin-bottom:18px!important}.mr-lg-18{margin-right:18px!important}.ml-lg-18{margin-left:18px!important}.pt-lg-18{padding-top:18px!important}.pb-lg-18{padding-bottom:18px!important}.pr-lg-18{padding-right:18px!important}.pl-lg-18{padding-left:18px!important}.mt-n-lg-18{margin-top:-18px!important}.mb-n-lg-18{margin-bottom:-18px!important}.mr-n-lg-18{margin-right:-18px!important}.ml-n-lg-18{margin-left:-18px!important}.t-lg-18{top:18px!important}.b-lg-18{bottom:18px!important}.l-lg-18{left:18px!important}.r-lg-18{right:18px!important}.t-n-lg-18{top:-18px!important}.b-n-lg-18{bottom:-18px!important}.l-n-lg-18{left:-18px!important}.r-n-lg-18{right:-18px!important}.ti-lg-18{text-indent:18px!important}.ti-n-lg-18{text-indent:-18px!important}.fs-lg-18{font-size:18px!important}.row-lg-18{margin-right:-18px!important;margin-left:-18px!important}.row-lg-18 > [class*='col-']{padding-right:18px!important;padding-left:18px!important}.mt-lg-19{margin-top:19px!important}.mb-lg-19{margin-bottom:19px!important}.mr-lg-19{margin-right:19px!important}.ml-lg-19{margin-left:19px!important}.pt-lg-19{padding-top:19px!important}.pb-lg-19{padding-bottom:19px!important}.pr-lg-19{padding-right:19px!important}.pl-lg-19{padding-left:19px!important}.mt-n-lg-19{margin-top:-19px!important}.mb-n-lg-19{margin-bottom:-19px!important}.mr-n-lg-19{margin-right:-19px!important}.ml-n-lg-19{margin-left:-19px!important}.t-lg-19{top:19px!important}.b-lg-19{bottom:19px!important}.l-lg-19{left:19px!important}.r-lg-19{right:19px!important}.t-n-lg-19{top:-19px!important}.b-n-lg-19{bottom:-19px!important}.l-n-lg-19{left:-19px!important}.r-n-lg-19{right:-19px!important}.ti-lg-19{text-indent:19px!important}.ti-n-lg-19{text-indent:-19px!important}.fs-lg-19{font-size:19px!important}.row-lg-19{margin-right:-19px!important;margin-left:-19px!important}.row-lg-19 > [class*='col-']{padding-right:19px!important;padding-left:19px!important}.mt-lg-20{margin-top:20px!important}.mb-lg-20{margin-bottom:20px!important}.mr-lg-20{margin-right:20px!important}.ml-lg-20{margin-left:20px!important}.pt-lg-20{padding-top:20px!important}.pb-lg-20{padding-bottom:20px!important}.pr-lg-20{padding-right:20px!important}.pl-lg-20{padding-left:20px!important}.mt-n-lg-20{margin-top:-20px!important}.mb-n-lg-20{margin-bottom:-20px!important}.mr-n-lg-20{margin-right:-20px!important}.ml-n-lg-20{margin-left:-20px!important}.t-lg-20{top:20px!important}.b-lg-20{bottom:20px!important}.l-lg-20{left:20px!important}.r-lg-20{right:20px!important}.t-n-lg-20{top:-20px!important}.b-n-lg-20{bottom:-20px!important}.l-n-lg-20{left:-20px!important}.r-n-lg-20{right:-20px!important}.ti-lg-20{text-indent:20px!important}.ti-n-lg-20{text-indent:-20px!important}.fs-lg-20{font-size:20px!important}.row-lg-20{margin-right:-20px!important;margin-left:-20px!important}.row-lg-20 > [class*='col-']{padding-right:20px!important;padding-left:20px!important}.mt-lg-21{margin-top:21px!important}.mb-lg-21{margin-bottom:21px!important}.mr-lg-21{margin-right:21px!important}.ml-lg-21{margin-left:21px!important}.pt-lg-21{padding-top:21px!important}.pb-lg-21{padding-bottom:21px!important}.pr-lg-21{padding-right:21px!important}.pl-lg-21{padding-left:21px!important}.mt-n-lg-21{margin-top:-21px!important}.mb-n-lg-21{margin-bottom:-21px!important}.mr-n-lg-21{margin-right:-21px!important}.ml-n-lg-21{margin-left:-21px!important}.t-lg-21{top:21px!important}.b-lg-21{bottom:21px!important}.l-lg-21{left:21px!important}.r-lg-21{right:21px!important}.t-n-lg-21{top:-21px!important}.b-n-lg-21{bottom:-21px!important}.l-n-lg-21{left:-21px!important}.r-n-lg-21{right:-21px!important}.ti-lg-21{text-indent:21px!important}.ti-n-lg-21{text-indent:-21px!important}.fs-lg-21{font-size:21px!important}.row-lg-21{margin-right:-21px!important;margin-left:-21px!important}.row-lg-21 > [class*='col-']{padding-right:21px!important;padding-left:21px!important}.mt-lg-22{margin-top:22px!important}.mb-lg-22{margin-bottom:22px!important}.mr-lg-22{margin-right:22px!important}.ml-lg-22{margin-left:22px!important}.pt-lg-22{padding-top:22px!important}.pb-lg-22{padding-bottom:22px!important}.pr-lg-22{padding-right:22px!important}.pl-lg-22{padding-left:22px!important}.mt-n-lg-22{margin-top:-22px!important}.mb-n-lg-22{margin-bottom:-22px!important}.mr-n-lg-22{margin-right:-22px!important}.ml-n-lg-22{margin-left:-22px!important}.t-lg-22{top:22px!important}.b-lg-22{bottom:22px!important}.l-lg-22{left:22px!important}.r-lg-22{right:22px!important}.t-n-lg-22{top:-22px!important}.b-n-lg-22{bottom:-22px!important}.l-n-lg-22{left:-22px!important}.r-n-lg-22{right:-22px!important}.ti-lg-22{text-indent:22px!important}.ti-n-lg-22{text-indent:-22px!important}.fs-lg-22{font-size:22px!important}.row-lg-22{margin-right:-22px!important;margin-left:-22px!important}.row-lg-22 > [class*='col-']{padding-right:22px!important;padding-left:22px!important}.mt-lg-23{margin-top:23px!important}.mb-lg-23{margin-bottom:23px!important}.mr-lg-23{margin-right:23px!important}.ml-lg-23{margin-left:23px!important}.pt-lg-23{padding-top:23px!important}.pb-lg-23{padding-bottom:23px!important}.pr-lg-23{padding-right:23px!important}.pl-lg-23{padding-left:23px!important}.mt-n-lg-23{margin-top:-23px!important}.mb-n-lg-23{margin-bottom:-23px!important}.mr-n-lg-23{margin-right:-23px!important}.ml-n-lg-23{margin-left:-23px!important}.t-lg-23{top:23px!important}.b-lg-23{bottom:23px!important}.l-lg-23{left:23px!important}.r-lg-23{right:23px!important}.t-n-lg-23{top:-23px!important}.b-n-lg-23{bottom:-23px!important}.l-n-lg-23{left:-23px!important}.r-n-lg-23{right:-23px!important}.ti-lg-23{text-indent:23px!important}.ti-n-lg-23{text-indent:-23px!important}.fs-lg-23{font-size:23px!important}.row-lg-23{margin-right:-23px!important;margin-left:-23px!important}.row-lg-23 > [class*='col-']{padding-right:23px!important;padding-left:23px!important}.mt-lg-24{margin-top:24px!important}.mb-lg-24{margin-bottom:24px!important}.mr-lg-24{margin-right:24px!important}.ml-lg-24{margin-left:24px!important}.pt-lg-24{padding-top:24px!important}.pb-lg-24{padding-bottom:24px!important}.pr-lg-24{padding-right:24px!important}.pl-lg-24{padding-left:24px!important}.mt-n-lg-24{margin-top:-24px!important}.mb-n-lg-24{margin-bottom:-24px!important}.mr-n-lg-24{margin-right:-24px!important}.ml-n-lg-24{margin-left:-24px!important}.t-lg-24{top:24px!important}.b-lg-24{bottom:24px!important}.l-lg-24{left:24px!important}.r-lg-24{right:24px!important}.t-n-lg-24{top:-24px!important}.b-n-lg-24{bottom:-24px!important}.l-n-lg-24{left:-24px!important}.r-n-lg-24{right:-24px!important}.ti-lg-24{text-indent:24px!important}.ti-n-lg-24{text-indent:-24px!important}.fs-lg-24{font-size:24px!important}.row-lg-24{margin-right:-24px!important;margin-left:-24px!important}.row-lg-24 > [class*='col-']{padding-right:24px!important;padding-left:24px!important}.mt-lg-25{margin-top:25px!important}.mb-lg-25{margin-bottom:25px!important}.mr-lg-25{margin-right:25px!important}.ml-lg-25{margin-left:25px!important}.pt-lg-25{padding-top:25px!important}.pb-lg-25{padding-bottom:25px!important}.pr-lg-25{padding-right:25px!important}.pl-lg-25{padding-left:25px!important}.mt-n-lg-25{margin-top:-25px!important}.mb-n-lg-25{margin-bottom:-25px!important}.mr-n-lg-25{margin-right:-25px!important}.ml-n-lg-25{margin-left:-25px!important}.t-lg-25{top:25px!important}.b-lg-25{bottom:25px!important}.l-lg-25{left:25px!important}.r-lg-25{right:25px!important}.t-n-lg-25{top:-25px!important}.b-n-lg-25{bottom:-25px!important}.l-n-lg-25{left:-25px!important}.r-n-lg-25{right:-25px!important}.ti-lg-25{text-indent:25px!important}.ti-n-lg-25{text-indent:-25px!important}.fs-lg-25{font-size:25px!important}.row-lg-25{margin-right:-25px!important;margin-left:-25px!important}.row-lg-25 > [class*='col-']{padding-right:25px!important;padding-left:25px!important}.mt-lg-26{margin-top:26px!important}.mb-lg-26{margin-bottom:26px!important}.mr-lg-26{margin-right:26px!important}.ml-lg-26{margin-left:26px!important}.pt-lg-26{padding-top:26px!important}.pb-lg-26{padding-bottom:26px!important}.pr-lg-26{padding-right:26px!important}.pl-lg-26{padding-left:26px!important}.mt-n-lg-26{margin-top:-26px!important}.mb-n-lg-26{margin-bottom:-26px!important}.mr-n-lg-26{margin-right:-26px!important}.ml-n-lg-26{margin-left:-26px!important}.t-lg-26{top:26px!important}.b-lg-26{bottom:26px!important}.l-lg-26{left:26px!important}.r-lg-26{right:26px!important}.t-n-lg-26{top:-26px!important}.b-n-lg-26{bottom:-26px!important}.l-n-lg-26{left:-26px!important}.r-n-lg-26{right:-26px!important}.ti-lg-26{text-indent:26px!important}.ti-n-lg-26{text-indent:-26px!important}.fs-lg-26{font-size:26px!important}.row-lg-26{margin-right:-26px!important;margin-left:-26px!important}.row-lg-26 > [class*='col-']{padding-right:26px!important;padding-left:26px!important}.mt-lg-27{margin-top:27px!important}.mb-lg-27{margin-bottom:27px!important}.mr-lg-27{margin-right:27px!important}.ml-lg-27{margin-left:27px!important}.pt-lg-27{padding-top:27px!important}.pb-lg-27{padding-bottom:27px!important}.pr-lg-27{padding-right:27px!important}.pl-lg-27{padding-left:27px!important}.mt-n-lg-27{margin-top:-27px!important}.mb-n-lg-27{margin-bottom:-27px!important}.mr-n-lg-27{margin-right:-27px!important}.ml-n-lg-27{margin-left:-27px!important}.t-lg-27{top:27px!important}.b-lg-27{bottom:27px!important}.l-lg-27{left:27px!important}.r-lg-27{right:27px!important}.t-n-lg-27{top:-27px!important}.b-n-lg-27{bottom:-27px!important}.l-n-lg-27{left:-27px!important}.r-n-lg-27{right:-27px!important}.ti-lg-27{text-indent:27px!important}.ti-n-lg-27{text-indent:-27px!important}.fs-lg-27{font-size:27px!important}.row-lg-27{margin-right:-27px!important;margin-left:-27px!important}.row-lg-27 > [class*='col-']{padding-right:27px!important;padding-left:27px!important}.mt-lg-28{margin-top:28px!important}.mb-lg-28{margin-bottom:28px!important}.mr-lg-28{margin-right:28px!important}.ml-lg-28{margin-left:28px!important}.pt-lg-28{padding-top:28px!important}.pb-lg-28{padding-bottom:28px!important}.pr-lg-28{padding-right:28px!important}.pl-lg-28{padding-left:28px!important}.mt-n-lg-28{margin-top:-28px!important}.mb-n-lg-28{margin-bottom:-28px!important}.mr-n-lg-28{margin-right:-28px!important}.ml-n-lg-28{margin-left:-28px!important}.t-lg-28{top:28px!important}.b-lg-28{bottom:28px!important}.l-lg-28{left:28px!important}.r-lg-28{right:28px!important}.t-n-lg-28{top:-28px!important}.b-n-lg-28{bottom:-28px!important}.l-n-lg-28{left:-28px!important}.r-n-lg-28{right:-28px!important}.ti-lg-28{text-indent:28px!important}.ti-n-lg-28{text-indent:-28px!important}.fs-lg-28{font-size:28px!important}.row-lg-28{margin-right:-28px!important;margin-left:-28px!important}.row-lg-28 > [class*='col-']{padding-right:28px!important;padding-left:28px!important}.mt-lg-29{margin-top:29px!important}.mb-lg-29{margin-bottom:29px!important}.mr-lg-29{margin-right:29px!important}.ml-lg-29{margin-left:29px!important}.pt-lg-29{padding-top:29px!important}.pb-lg-29{padding-bottom:29px!important}.pr-lg-29{padding-right:29px!important}.pl-lg-29{padding-left:29px!important}.mt-n-lg-29{margin-top:-29px!important}.mb-n-lg-29{margin-bottom:-29px!important}.mr-n-lg-29{margin-right:-29px!important}.ml-n-lg-29{margin-left:-29px!important}.t-lg-29{top:29px!important}.b-lg-29{bottom:29px!important}.l-lg-29{left:29px!important}.r-lg-29{right:29px!important}.t-n-lg-29{top:-29px!important}.b-n-lg-29{bottom:-29px!important}.l-n-lg-29{left:-29px!important}.r-n-lg-29{right:-29px!important}.ti-lg-29{text-indent:29px!important}.ti-n-lg-29{text-indent:-29px!important}.fs-lg-29{font-size:29px!important}.row-lg-29{margin-right:-29px!important;margin-left:-29px!important}.row-lg-29 > [class*='col-']{padding-right:29px!important;padding-left:29px!important}.mt-lg-30{margin-top:30px!important}.mb-lg-30{margin-bottom:30px!important}.mr-lg-30{margin-right:30px!important}.ml-lg-30{margin-left:30px!important}.pt-lg-30{padding-top:30px!important}.pb-lg-30{padding-bottom:30px!important}.pr-lg-30{padding-right:30px!important}.pl-lg-30{padding-left:30px!important}.mt-n-lg-30{margin-top:-30px!important}.mb-n-lg-30{margin-bottom:-30px!important}.mr-n-lg-30{margin-right:-30px!important}.ml-n-lg-30{margin-left:-30px!important}.t-lg-30{top:30px!important}.b-lg-30{bottom:30px!important}.l-lg-30{left:30px!important}.r-lg-30{right:30px!important}.t-n-lg-30{top:-30px!important}.b-n-lg-30{bottom:-30px!important}.l-n-lg-30{left:-30px!important}.r-n-lg-30{right:-30px!important}.ti-lg-30{text-indent:30px!important}.ti-n-lg-30{text-indent:-30px!important}.fs-lg-30{font-size:30px!important}.row-lg-30{margin-right:-30px!important;margin-left:-30px!important}.row-lg-30 > [class*='col-']{padding-right:30px!important;padding-left:30px!important}.mt-lg-31{margin-top:31px!important}.mb-lg-31{margin-bottom:31px!important}.mr-lg-31{margin-right:31px!important}.ml-lg-31{margin-left:31px!important}.pt-lg-31{padding-top:31px!important}.pb-lg-31{padding-bottom:31px!important}.pr-lg-31{padding-right:31px!important}.pl-lg-31{padding-left:31px!important}.mt-n-lg-31{margin-top:-31px!important}.mb-n-lg-31{margin-bottom:-31px!important}.mr-n-lg-31{margin-right:-31px!important}.ml-n-lg-31{margin-left:-31px!important}.t-lg-31{top:31px!important}.b-lg-31{bottom:31px!important}.l-lg-31{left:31px!important}.r-lg-31{right:31px!important}.t-n-lg-31{top:-31px!important}.b-n-lg-31{bottom:-31px!important}.l-n-lg-31{left:-31px!important}.r-n-lg-31{right:-31px!important}.ti-lg-31{text-indent:31px!important}.ti-n-lg-31{text-indent:-31px!important}.fs-lg-31{font-size:31px!important}.row-lg-31{margin-right:-31px!important;margin-left:-31px!important}.row-lg-31 > [class*='col-']{padding-right:31px!important;padding-left:31px!important}.mt-lg-32{margin-top:32px!important}.mb-lg-32{margin-bottom:32px!important}.mr-lg-32{margin-right:32px!important}.ml-lg-32{margin-left:32px!important}.pt-lg-32{padding-top:32px!important}.pb-lg-32{padding-bottom:32px!important}.pr-lg-32{padding-right:32px!important}.pl-lg-32{padding-left:32px!important}.mt-n-lg-32{margin-top:-32px!important}.mb-n-lg-32{margin-bottom:-32px!important}.mr-n-lg-32{margin-right:-32px!important}.ml-n-lg-32{margin-left:-32px!important}.t-lg-32{top:32px!important}.b-lg-32{bottom:32px!important}.l-lg-32{left:32px!important}.r-lg-32{right:32px!important}.t-n-lg-32{top:-32px!important}.b-n-lg-32{bottom:-32px!important}.l-n-lg-32{left:-32px!important}.r-n-lg-32{right:-32px!important}.ti-lg-32{text-indent:32px!important}.ti-n-lg-32{text-indent:-32px!important}.fs-lg-32{font-size:32px!important}.row-lg-32{margin-right:-32px!important;margin-left:-32px!important}.row-lg-32 > [class*='col-']{padding-right:32px!important;padding-left:32px!important}.mt-lg-33{margin-top:33px!important}.mb-lg-33{margin-bottom:33px!important}.mr-lg-33{margin-right:33px!important}.ml-lg-33{margin-left:33px!important}.pt-lg-33{padding-top:33px!important}.pb-lg-33{padding-bottom:33px!important}.pr-lg-33{padding-right:33px!important}.pl-lg-33{padding-left:33px!important}.mt-n-lg-33{margin-top:-33px!important}.mb-n-lg-33{margin-bottom:-33px!important}.mr-n-lg-33{margin-right:-33px!important}.ml-n-lg-33{margin-left:-33px!important}.t-lg-33{top:33px!important}.b-lg-33{bottom:33px!important}.l-lg-33{left:33px!important}.r-lg-33{right:33px!important}.t-n-lg-33{top:-33px!important}.b-n-lg-33{bottom:-33px!important}.l-n-lg-33{left:-33px!important}.r-n-lg-33{right:-33px!important}.ti-lg-33{text-indent:33px!important}.ti-n-lg-33{text-indent:-33px!important}.fs-lg-33{font-size:33px!important}.row-lg-33{margin-right:-33px!important;margin-left:-33px!important}.row-lg-33 > [class*='col-']{padding-right:33px!important;padding-left:33px!important}.mt-lg-34{margin-top:34px!important}.mb-lg-34{margin-bottom:34px!important}.mr-lg-34{margin-right:34px!important}.ml-lg-34{margin-left:34px!important}.pt-lg-34{padding-top:34px!important}.pb-lg-34{padding-bottom:34px!important}.pr-lg-34{padding-right:34px!important}.pl-lg-34{padding-left:34px!important}.mt-n-lg-34{margin-top:-34px!important}.mb-n-lg-34{margin-bottom:-34px!important}.mr-n-lg-34{margin-right:-34px!important}.ml-n-lg-34{margin-left:-34px!important}.t-lg-34{top:34px!important}.b-lg-34{bottom:34px!important}.l-lg-34{left:34px!important}.r-lg-34{right:34px!important}.t-n-lg-34{top:-34px!important}.b-n-lg-34{bottom:-34px!important}.l-n-lg-34{left:-34px!important}.r-n-lg-34{right:-34px!important}.ti-lg-34{text-indent:34px!important}.ti-n-lg-34{text-indent:-34px!important}.fs-lg-34{font-size:34px!important}.row-lg-34{margin-right:-34px!important;margin-left:-34px!important}.row-lg-34 > [class*='col-']{padding-right:34px!important;padding-left:34px!important}.mt-lg-35{margin-top:35px!important}.mb-lg-35{margin-bottom:35px!important}.mr-lg-35{margin-right:35px!important}.ml-lg-35{margin-left:35px!important}.pt-lg-35{padding-top:35px!important}.pb-lg-35{padding-bottom:35px!important}.pr-lg-35{padding-right:35px!important}.pl-lg-35{padding-left:35px!important}.mt-n-lg-35{margin-top:-35px!important}.mb-n-lg-35{margin-bottom:-35px!important}.mr-n-lg-35{margin-right:-35px!important}.ml-n-lg-35{margin-left:-35px!important}.t-lg-35{top:35px!important}.b-lg-35{bottom:35px!important}.l-lg-35{left:35px!important}.r-lg-35{right:35px!important}.t-n-lg-35{top:-35px!important}.b-n-lg-35{bottom:-35px!important}.l-n-lg-35{left:-35px!important}.r-n-lg-35{right:-35px!important}.ti-lg-35{text-indent:35px!important}.ti-n-lg-35{text-indent:-35px!important}.fs-lg-35{font-size:35px!important}.row-lg-35{margin-right:-35px!important;margin-left:-35px!important}.row-lg-35 > [class*='col-']{padding-right:35px!important;padding-left:35px!important}.mt-lg-36{margin-top:36px!important}.mb-lg-36{margin-bottom:36px!important}.mr-lg-36{margin-right:36px!important}.ml-lg-36{margin-left:36px!important}.pt-lg-36{padding-top:36px!important}.pb-lg-36{padding-bottom:36px!important}.pr-lg-36{padding-right:36px!important}.pl-lg-36{padding-left:36px!important}.mt-n-lg-36{margin-top:-36px!important}.mb-n-lg-36{margin-bottom:-36px!important}.mr-n-lg-36{margin-right:-36px!important}.ml-n-lg-36{margin-left:-36px!important}.t-lg-36{top:36px!important}.b-lg-36{bottom:36px!important}.l-lg-36{left:36px!important}.r-lg-36{right:36px!important}.t-n-lg-36{top:-36px!important}.b-n-lg-36{bottom:-36px!important}.l-n-lg-36{left:-36px!important}.r-n-lg-36{right:-36px!important}.ti-lg-36{text-indent:36px!important}.ti-n-lg-36{text-indent:-36px!important}.fs-lg-36{font-size:36px!important}.row-lg-36{margin-right:-36px!important;margin-left:-36px!important}.row-lg-36 > [class*='col-']{padding-right:36px!important;padding-left:36px!important}.mt-lg-37{margin-top:37px!important}.mb-lg-37{margin-bottom:37px!important}.mr-lg-37{margin-right:37px!important}.ml-lg-37{margin-left:37px!important}.pt-lg-37{padding-top:37px!important}.pb-lg-37{padding-bottom:37px!important}.pr-lg-37{padding-right:37px!important}.pl-lg-37{padding-left:37px!important}.mt-n-lg-37{margin-top:-37px!important}.mb-n-lg-37{margin-bottom:-37px!important}.mr-n-lg-37{margin-right:-37px!important}.ml-n-lg-37{margin-left:-37px!important}.t-lg-37{top:37px!important}.b-lg-37{bottom:37px!important}.l-lg-37{left:37px!important}.r-lg-37{right:37px!important}.t-n-lg-37{top:-37px!important}.b-n-lg-37{bottom:-37px!important}.l-n-lg-37{left:-37px!important}.r-n-lg-37{right:-37px!important}.ti-lg-37{text-indent:37px!important}.ti-n-lg-37{text-indent:-37px!important}.fs-lg-37{font-size:37px!important}.row-lg-37{margin-right:-37px!important;margin-left:-37px!important}.row-lg-37 > [class*='col-']{padding-right:37px!important;padding-left:37px!important}.mt-lg-38{margin-top:38px!important}.mb-lg-38{margin-bottom:38px!important}.mr-lg-38{margin-right:38px!important}.ml-lg-38{margin-left:38px!important}.pt-lg-38{padding-top:38px!important}.pb-lg-38{padding-bottom:38px!important}.pr-lg-38{padding-right:38px!important}.pl-lg-38{padding-left:38px!important}.mt-n-lg-38{margin-top:-38px!important}.mb-n-lg-38{margin-bottom:-38px!important}.mr-n-lg-38{margin-right:-38px!important}.ml-n-lg-38{margin-left:-38px!important}.t-lg-38{top:38px!important}.b-lg-38{bottom:38px!important}.l-lg-38{left:38px!important}.r-lg-38{right:38px!important}.t-n-lg-38{top:-38px!important}.b-n-lg-38{bottom:-38px!important}.l-n-lg-38{left:-38px!important}.r-n-lg-38{right:-38px!important}.ti-lg-38{text-indent:38px!important}.ti-n-lg-38{text-indent:-38px!important}.fs-lg-38{font-size:38px!important}.row-lg-38{margin-right:-38px!important;margin-left:-38px!important}.row-lg-38 > [class*='col-']{padding-right:38px!important;padding-left:38px!important}.mt-lg-39{margin-top:39px!important}.mb-lg-39{margin-bottom:39px!important}.mr-lg-39{margin-right:39px!important}.ml-lg-39{margin-left:39px!important}.pt-lg-39{padding-top:39px!important}.pb-lg-39{padding-bottom:39px!important}.pr-lg-39{padding-right:39px!important}.pl-lg-39{padding-left:39px!important}.mt-n-lg-39{margin-top:-39px!important}.mb-n-lg-39{margin-bottom:-39px!important}.mr-n-lg-39{margin-right:-39px!important}.ml-n-lg-39{margin-left:-39px!important}.t-lg-39{top:39px!important}.b-lg-39{bottom:39px!important}.l-lg-39{left:39px!important}.r-lg-39{right:39px!important}.t-n-lg-39{top:-39px!important}.b-n-lg-39{bottom:-39px!important}.l-n-lg-39{left:-39px!important}.r-n-lg-39{right:-39px!important}.ti-lg-39{text-indent:39px!important}.ti-n-lg-39{text-indent:-39px!important}.fs-lg-39{font-size:39px!important}.row-lg-39{margin-right:-39px!important;margin-left:-39px!important}.row-lg-39 > [class*='col-']{padding-right:39px!important;padding-left:39px!important}.mt-lg-40{margin-top:40px!important}.mb-lg-40{margin-bottom:40px!important}.mr-lg-40{margin-right:40px!important}.ml-lg-40{margin-left:40px!important}.pt-lg-40{padding-top:40px!important}.pb-lg-40{padding-bottom:40px!important}.pr-lg-40{padding-right:40px!important}.pl-lg-40{padding-left:40px!important}.mt-n-lg-40{margin-top:-40px!important}.mb-n-lg-40{margin-bottom:-40px!important}.mr-n-lg-40{margin-right:-40px!important}.ml-n-lg-40{margin-left:-40px!important}.t-lg-40{top:40px!important}.b-lg-40{bottom:40px!important}.l-lg-40{left:40px!important}.r-lg-40{right:40px!important}.t-n-lg-40{top:-40px!important}.b-n-lg-40{bottom:-40px!important}.l-n-lg-40{left:-40px!important}.r-n-lg-40{right:-40px!important}.ti-lg-40{text-indent:40px!important}.ti-n-lg-40{text-indent:-40px!important}.fs-lg-40{font-size:40px!important}.row-lg-40{margin-right:-40px!important;margin-left:-40px!important}.row-lg-40 > [class*='col-']{padding-right:40px!important;padding-left:40px!important}.mt-lg-41{margin-top:41px!important}.mb-lg-41{margin-bottom:41px!important}.mr-lg-41{margin-right:41px!important}.ml-lg-41{margin-left:41px!important}.pt-lg-41{padding-top:41px!important}.pb-lg-41{padding-bottom:41px!important}.pr-lg-41{padding-right:41px!important}.pl-lg-41{padding-left:41px!important}.mt-n-lg-41{margin-top:-41px!important}.mb-n-lg-41{margin-bottom:-41px!important}.mr-n-lg-41{margin-right:-41px!important}.ml-n-lg-41{margin-left:-41px!important}.t-lg-41{top:41px!important}.b-lg-41{bottom:41px!important}.l-lg-41{left:41px!important}.r-lg-41{right:41px!important}.t-n-lg-41{top:-41px!important}.b-n-lg-41{bottom:-41px!important}.l-n-lg-41{left:-41px!important}.r-n-lg-41{right:-41px!important}.ti-lg-41{text-indent:41px!important}.ti-n-lg-41{text-indent:-41px!important}.fs-lg-41{font-size:41px!important}.row-lg-41{margin-right:-41px!important;margin-left:-41px!important}.row-lg-41 > [class*='col-']{padding-right:41px!important;padding-left:41px!important}.mt-lg-42{margin-top:42px!important}.mb-lg-42{margin-bottom:42px!important}.mr-lg-42{margin-right:42px!important}.ml-lg-42{margin-left:42px!important}.pt-lg-42{padding-top:42px!important}.pb-lg-42{padding-bottom:42px!important}.pr-lg-42{padding-right:42px!important}.pl-lg-42{padding-left:42px!important}.mt-n-lg-42{margin-top:-42px!important}.mb-n-lg-42{margin-bottom:-42px!important}.mr-n-lg-42{margin-right:-42px!important}.ml-n-lg-42{margin-left:-42px!important}.t-lg-42{top:42px!important}.b-lg-42{bottom:42px!important}.l-lg-42{left:42px!important}.r-lg-42{right:42px!important}.t-n-lg-42{top:-42px!important}.b-n-lg-42{bottom:-42px!important}.l-n-lg-42{left:-42px!important}.r-n-lg-42{right:-42px!important}.ti-lg-42{text-indent:42px!important}.ti-n-lg-42{text-indent:-42px!important}.fs-lg-42{font-size:42px!important}.row-lg-42{margin-right:-42px!important;margin-left:-42px!important}.row-lg-42 > [class*='col-']{padding-right:42px!important;padding-left:42px!important}.mt-lg-43{margin-top:43px!important}.mb-lg-43{margin-bottom:43px!important}.mr-lg-43{margin-right:43px!important}.ml-lg-43{margin-left:43px!important}.pt-lg-43{padding-top:43px!important}.pb-lg-43{padding-bottom:43px!important}.pr-lg-43{padding-right:43px!important}.pl-lg-43{padding-left:43px!important}.mt-n-lg-43{margin-top:-43px!important}.mb-n-lg-43{margin-bottom:-43px!important}.mr-n-lg-43{margin-right:-43px!important}.ml-n-lg-43{margin-left:-43px!important}.t-lg-43{top:43px!important}.b-lg-43{bottom:43px!important}.l-lg-43{left:43px!important}.r-lg-43{right:43px!important}.t-n-lg-43{top:-43px!important}.b-n-lg-43{bottom:-43px!important}.l-n-lg-43{left:-43px!important}.r-n-lg-43{right:-43px!important}.ti-lg-43{text-indent:43px!important}.ti-n-lg-43{text-indent:-43px!important}.fs-lg-43{font-size:43px!important}.row-lg-43{margin-right:-43px!important;margin-left:-43px!important}.row-lg-43 > [class*='col-']{padding-right:43px!important;padding-left:43px!important}.mt-lg-44{margin-top:44px!important}.mb-lg-44{margin-bottom:44px!important}.mr-lg-44{margin-right:44px!important}.ml-lg-44{margin-left:44px!important}.pt-lg-44{padding-top:44px!important}.pb-lg-44{padding-bottom:44px!important}.pr-lg-44{padding-right:44px!important}.pl-lg-44{padding-left:44px!important}.mt-n-lg-44{margin-top:-44px!important}.mb-n-lg-44{margin-bottom:-44px!important}.mr-n-lg-44{margin-right:-44px!important}.ml-n-lg-44{margin-left:-44px!important}.t-lg-44{top:44px!important}.b-lg-44{bottom:44px!important}.l-lg-44{left:44px!important}.r-lg-44{right:44px!important}.t-n-lg-44{top:-44px!important}.b-n-lg-44{bottom:-44px!important}.l-n-lg-44{left:-44px!important}.r-n-lg-44{right:-44px!important}.ti-lg-44{text-indent:44px!important}.ti-n-lg-44{text-indent:-44px!important}.fs-lg-44{font-size:44px!important}.row-lg-44{margin-right:-44px!important;margin-left:-44px!important}.row-lg-44 > [class*='col-']{padding-right:44px!important;padding-left:44px!important}.mt-lg-45{margin-top:45px!important}.mb-lg-45{margin-bottom:45px!important}.mr-lg-45{margin-right:45px!important}.ml-lg-45{margin-left:45px!important}.pt-lg-45{padding-top:45px!important}.pb-lg-45{padding-bottom:45px!important}.pr-lg-45{padding-right:45px!important}.pl-lg-45{padding-left:45px!important}.mt-n-lg-45{margin-top:-45px!important}.mb-n-lg-45{margin-bottom:-45px!important}.mr-n-lg-45{margin-right:-45px!important}.ml-n-lg-45{margin-left:-45px!important}.t-lg-45{top:45px!important}.b-lg-45{bottom:45px!important}.l-lg-45{left:45px!important}.r-lg-45{right:45px!important}.t-n-lg-45{top:-45px!important}.b-n-lg-45{bottom:-45px!important}.l-n-lg-45{left:-45px!important}.r-n-lg-45{right:-45px!important}.ti-lg-45{text-indent:45px!important}.ti-n-lg-45{text-indent:-45px!important}.fs-lg-45{font-size:45px!important}.row-lg-45{margin-right:-45px!important;margin-left:-45px!important}.row-lg-45 > [class*='col-']{padding-right:45px!important;padding-left:45px!important}.mt-lg-46{margin-top:46px!important}.mb-lg-46{margin-bottom:46px!important}.mr-lg-46{margin-right:46px!important}.ml-lg-46{margin-left:46px!important}.pt-lg-46{padding-top:46px!important}.pb-lg-46{padding-bottom:46px!important}.pr-lg-46{padding-right:46px!important}.pl-lg-46{padding-left:46px!important}.mt-n-lg-46{margin-top:-46px!important}.mb-n-lg-46{margin-bottom:-46px!important}.mr-n-lg-46{margin-right:-46px!important}.ml-n-lg-46{margin-left:-46px!important}.t-lg-46{top:46px!important}.b-lg-46{bottom:46px!important}.l-lg-46{left:46px!important}.r-lg-46{right:46px!important}.t-n-lg-46{top:-46px!important}.b-n-lg-46{bottom:-46px!important}.l-n-lg-46{left:-46px!important}.r-n-lg-46{right:-46px!important}.ti-lg-46{text-indent:46px!important}.ti-n-lg-46{text-indent:-46px!important}.fs-lg-46{font-size:46px!important}.row-lg-46{margin-right:-46px!important;margin-left:-46px!important}.row-lg-46 > [class*='col-']{padding-right:46px!important;padding-left:46px!important}.mt-lg-47{margin-top:47px!important}.mb-lg-47{margin-bottom:47px!important}.mr-lg-47{margin-right:47px!important}.ml-lg-47{margin-left:47px!important}.pt-lg-47{padding-top:47px!important}.pb-lg-47{padding-bottom:47px!important}.pr-lg-47{padding-right:47px!important}.pl-lg-47{padding-left:47px!important}.mt-n-lg-47{margin-top:-47px!important}.mb-n-lg-47{margin-bottom:-47px!important}.mr-n-lg-47{margin-right:-47px!important}.ml-n-lg-47{margin-left:-47px!important}.t-lg-47{top:47px!important}.b-lg-47{bottom:47px!important}.l-lg-47{left:47px!important}.r-lg-47{right:47px!important}.t-n-lg-47{top:-47px!important}.b-n-lg-47{bottom:-47px!important}.l-n-lg-47{left:-47px!important}.r-n-lg-47{right:-47px!important}.ti-lg-47{text-indent:47px!important}.ti-n-lg-47{text-indent:-47px!important}.fs-lg-47{font-size:47px!important}.row-lg-47{margin-right:-47px!important;margin-left:-47px!important}.row-lg-47 > [class*='col-']{padding-right:47px!important;padding-left:47px!important}.mt-lg-48{margin-top:48px!important}.mb-lg-48{margin-bottom:48px!important}.mr-lg-48{margin-right:48px!important}.ml-lg-48{margin-left:48px!important}.pt-lg-48{padding-top:48px!important}.pb-lg-48{padding-bottom:48px!important}.pr-lg-48{padding-right:48px!important}.pl-lg-48{padding-left:48px!important}.mt-n-lg-48{margin-top:-48px!important}.mb-n-lg-48{margin-bottom:-48px!important}.mr-n-lg-48{margin-right:-48px!important}.ml-n-lg-48{margin-left:-48px!important}.t-lg-48{top:48px!important}.b-lg-48{bottom:48px!important}.l-lg-48{left:48px!important}.r-lg-48{right:48px!important}.t-n-lg-48{top:-48px!important}.b-n-lg-48{bottom:-48px!important}.l-n-lg-48{left:-48px!important}.r-n-lg-48{right:-48px!important}.ti-lg-48{text-indent:48px!important}.ti-n-lg-48{text-indent:-48px!important}.fs-lg-48{font-size:48px!important}.row-lg-48{margin-right:-48px!important;margin-left:-48px!important}.row-lg-48 > [class*='col-']{padding-right:48px!important;padding-left:48px!important}.mt-lg-49{margin-top:49px!important}.mb-lg-49{margin-bottom:49px!important}.mr-lg-49{margin-right:49px!important}.ml-lg-49{margin-left:49px!important}.pt-lg-49{padding-top:49px!important}.pb-lg-49{padding-bottom:49px!important}.pr-lg-49{padding-right:49px!important}.pl-lg-49{padding-left:49px!important}.mt-n-lg-49{margin-top:-49px!important}.mb-n-lg-49{margin-bottom:-49px!important}.mr-n-lg-49{margin-right:-49px!important}.ml-n-lg-49{margin-left:-49px!important}.t-lg-49{top:49px!important}.b-lg-49{bottom:49px!important}.l-lg-49{left:49px!important}.r-lg-49{right:49px!important}.t-n-lg-49{top:-49px!important}.b-n-lg-49{bottom:-49px!important}.l-n-lg-49{left:-49px!important}.r-n-lg-49{right:-49px!important}.ti-lg-49{text-indent:49px!important}.ti-n-lg-49{text-indent:-49px!important}.fs-lg-49{font-size:49px!important}.row-lg-49{margin-right:-49px!important;margin-left:-49px!important}.row-lg-49 > [class*='col-']{padding-right:49px!important;padding-left:49px!important}.mt-lg-50{margin-top:50px!important}.mb-lg-50{margin-bottom:50px!important}.mr-lg-50{margin-right:50px!important}.ml-lg-50{margin-left:50px!important}.pt-lg-50{padding-top:50px!important}.pb-lg-50{padding-bottom:50px!important}.pr-lg-50{padding-right:50px!important}.pl-lg-50{padding-left:50px!important}.mt-n-lg-50{margin-top:-50px!important}.mb-n-lg-50{margin-bottom:-50px!important}.mr-n-lg-50{margin-right:-50px!important}.ml-n-lg-50{margin-left:-50px!important}.t-lg-50{top:50px!important}.b-lg-50{bottom:50px!important}.l-lg-50{left:50px!important}.r-lg-50{right:50px!important}.t-n-lg-50{top:-50px!important}.b-n-lg-50{bottom:-50px!important}.l-n-lg-50{left:-50px!important}.r-n-lg-50{right:-50px!important}.ti-lg-50{text-indent:50px!important}.ti-n-lg-50{text-indent:-50px!important}.fs-lg-50{font-size:50px!important}.row-lg-50{margin-right:-50px!important;margin-left:-50px!important}.row-lg-50 > [class*='col-']{padding-right:50px!important;padding-left:50px!important}.mt-lg-51{margin-top:51px!important}.mb-lg-51{margin-bottom:51px!important}.mr-lg-51{margin-right:51px!important}.ml-lg-51{margin-left:51px!important}.pt-lg-51{padding-top:51px!important}.pb-lg-51{padding-bottom:51px!important}.pr-lg-51{padding-right:51px!important}.pl-lg-51{padding-left:51px!important}.mt-n-lg-51{margin-top:-51px!important}.mb-n-lg-51{margin-bottom:-51px!important}.mr-n-lg-51{margin-right:-51px!important}.ml-n-lg-51{margin-left:-51px!important}.t-lg-51{top:51px!important}.b-lg-51{bottom:51px!important}.l-lg-51{left:51px!important}.r-lg-51{right:51px!important}.t-n-lg-51{top:-51px!important}.b-n-lg-51{bottom:-51px!important}.l-n-lg-51{left:-51px!important}.r-n-lg-51{right:-51px!important}.ti-lg-51{text-indent:51px!important}.ti-n-lg-51{text-indent:-51px!important}.fs-lg-51{font-size:51px!important}.row-lg-51{margin-right:-51px!important;margin-left:-51px!important}.row-lg-51 > [class*='col-']{padding-right:51px!important;padding-left:51px!important}.mt-lg-52{margin-top:52px!important}.mb-lg-52{margin-bottom:52px!important}.mr-lg-52{margin-right:52px!important}.ml-lg-52{margin-left:52px!important}.pt-lg-52{padding-top:52px!important}.pb-lg-52{padding-bottom:52px!important}.pr-lg-52{padding-right:52px!important}.pl-lg-52{padding-left:52px!important}.mt-n-lg-52{margin-top:-52px!important}.mb-n-lg-52{margin-bottom:-52px!important}.mr-n-lg-52{margin-right:-52px!important}.ml-n-lg-52{margin-left:-52px!important}.t-lg-52{top:52px!important}.b-lg-52{bottom:52px!important}.l-lg-52{left:52px!important}.r-lg-52{right:52px!important}.t-n-lg-52{top:-52px!important}.b-n-lg-52{bottom:-52px!important}.l-n-lg-52{left:-52px!important}.r-n-lg-52{right:-52px!important}.ti-lg-52{text-indent:52px!important}.ti-n-lg-52{text-indent:-52px!important}.fs-lg-52{font-size:52px!important}.row-lg-52{margin-right:-52px!important;margin-left:-52px!important}.row-lg-52 > [class*='col-']{padding-right:52px!important;padding-left:52px!important}.mt-lg-53{margin-top:53px!important}.mb-lg-53{margin-bottom:53px!important}.mr-lg-53{margin-right:53px!important}.ml-lg-53{margin-left:53px!important}.pt-lg-53{padding-top:53px!important}.pb-lg-53{padding-bottom:53px!important}.pr-lg-53{padding-right:53px!important}.pl-lg-53{padding-left:53px!important}.mt-n-lg-53{margin-top:-53px!important}.mb-n-lg-53{margin-bottom:-53px!important}.mr-n-lg-53{margin-right:-53px!important}.ml-n-lg-53{margin-left:-53px!important}.t-lg-53{top:53px!important}.b-lg-53{bottom:53px!important}.l-lg-53{left:53px!important}.r-lg-53{right:53px!important}.t-n-lg-53{top:-53px!important}.b-n-lg-53{bottom:-53px!important}.l-n-lg-53{left:-53px!important}.r-n-lg-53{right:-53px!important}.ti-lg-53{text-indent:53px!important}.ti-n-lg-53{text-indent:-53px!important}.fs-lg-53{font-size:53px!important}.row-lg-53{margin-right:-53px!important;margin-left:-53px!important}.row-lg-53 > [class*='col-']{padding-right:53px!important;padding-left:53px!important}.mt-lg-54{margin-top:54px!important}.mb-lg-54{margin-bottom:54px!important}.mr-lg-54{margin-right:54px!important}.ml-lg-54{margin-left:54px!important}.pt-lg-54{padding-top:54px!important}.pb-lg-54{padding-bottom:54px!important}.pr-lg-54{padding-right:54px!important}.pl-lg-54{padding-left:54px!important}.mt-n-lg-54{margin-top:-54px!important}.mb-n-lg-54{margin-bottom:-54px!important}.mr-n-lg-54{margin-right:-54px!important}.ml-n-lg-54{margin-left:-54px!important}.t-lg-54{top:54px!important}.b-lg-54{bottom:54px!important}.l-lg-54{left:54px!important}.r-lg-54{right:54px!important}.t-n-lg-54{top:-54px!important}.b-n-lg-54{bottom:-54px!important}.l-n-lg-54{left:-54px!important}.r-n-lg-54{right:-54px!important}.ti-lg-54{text-indent:54px!important}.ti-n-lg-54{text-indent:-54px!important}.fs-lg-54{font-size:54px!important}.row-lg-54{margin-right:-54px!important;margin-left:-54px!important}.row-lg-54 > [class*='col-']{padding-right:54px!important;padding-left:54px!important}.mt-lg-55{margin-top:55px!important}.mb-lg-55{margin-bottom:55px!important}.mr-lg-55{margin-right:55px!important}.ml-lg-55{margin-left:55px!important}.pt-lg-55{padding-top:55px!important}.pb-lg-55{padding-bottom:55px!important}.pr-lg-55{padding-right:55px!important}.pl-lg-55{padding-left:55px!important}.mt-n-lg-55{margin-top:-55px!important}.mb-n-lg-55{margin-bottom:-55px!important}.mr-n-lg-55{margin-right:-55px!important}.ml-n-lg-55{margin-left:-55px!important}.t-lg-55{top:55px!important}.b-lg-55{bottom:55px!important}.l-lg-55{left:55px!important}.r-lg-55{right:55px!important}.t-n-lg-55{top:-55px!important}.b-n-lg-55{bottom:-55px!important}.l-n-lg-55{left:-55px!important}.r-n-lg-55{right:-55px!important}.ti-lg-55{text-indent:55px!important}.ti-n-lg-55{text-indent:-55px!important}.fs-lg-55{font-size:55px!important}.row-lg-55{margin-right:-55px!important;margin-left:-55px!important}.row-lg-55 > [class*='col-']{padding-right:55px!important;padding-left:55px!important}.mt-lg-56{margin-top:56px!important}.mb-lg-56{margin-bottom:56px!important}.mr-lg-56{margin-right:56px!important}.ml-lg-56{margin-left:56px!important}.pt-lg-56{padding-top:56px!important}.pb-lg-56{padding-bottom:56px!important}.pr-lg-56{padding-right:56px!important}.pl-lg-56{padding-left:56px!important}.mt-n-lg-56{margin-top:-56px!important}.mb-n-lg-56{margin-bottom:-56px!important}.mr-n-lg-56{margin-right:-56px!important}.ml-n-lg-56{margin-left:-56px!important}.t-lg-56{top:56px!important}.b-lg-56{bottom:56px!important}.l-lg-56{left:56px!important}.r-lg-56{right:56px!important}.t-n-lg-56{top:-56px!important}.b-n-lg-56{bottom:-56px!important}.l-n-lg-56{left:-56px!important}.r-n-lg-56{right:-56px!important}.ti-lg-56{text-indent:56px!important}.ti-n-lg-56{text-indent:-56px!important}.fs-lg-56{font-size:56px!important}.row-lg-56{margin-right:-56px!important;margin-left:-56px!important}.row-lg-56 > [class*='col-']{padding-right:56px!important;padding-left:56px!important}.mt-lg-57{margin-top:57px!important}.mb-lg-57{margin-bottom:57px!important}.mr-lg-57{margin-right:57px!important}.ml-lg-57{margin-left:57px!important}.pt-lg-57{padding-top:57px!important}.pb-lg-57{padding-bottom:57px!important}.pr-lg-57{padding-right:57px!important}.pl-lg-57{padding-left:57px!important}.mt-n-lg-57{margin-top:-57px!important}.mb-n-lg-57{margin-bottom:-57px!important}.mr-n-lg-57{margin-right:-57px!important}.ml-n-lg-57{margin-left:-57px!important}.t-lg-57{top:57px!important}.b-lg-57{bottom:57px!important}.l-lg-57{left:57px!important}.r-lg-57{right:57px!important}.t-n-lg-57{top:-57px!important}.b-n-lg-57{bottom:-57px!important}.l-n-lg-57{left:-57px!important}.r-n-lg-57{right:-57px!important}.ti-lg-57{text-indent:57px!important}.ti-n-lg-57{text-indent:-57px!important}.fs-lg-57{font-size:57px!important}.row-lg-57{margin-right:-57px!important;margin-left:-57px!important}.row-lg-57 > [class*='col-']{padding-right:57px!important;padding-left:57px!important}.mt-lg-58{margin-top:58px!important}.mb-lg-58{margin-bottom:58px!important}.mr-lg-58{margin-right:58px!important}.ml-lg-58{margin-left:58px!important}.pt-lg-58{padding-top:58px!important}.pb-lg-58{padding-bottom:58px!important}.pr-lg-58{padding-right:58px!important}.pl-lg-58{padding-left:58px!important}.mt-n-lg-58{margin-top:-58px!important}.mb-n-lg-58{margin-bottom:-58px!important}.mr-n-lg-58{margin-right:-58px!important}.ml-n-lg-58{margin-left:-58px!important}.t-lg-58{top:58px!important}.b-lg-58{bottom:58px!important}.l-lg-58{left:58px!important}.r-lg-58{right:58px!important}.t-n-lg-58{top:-58px!important}.b-n-lg-58{bottom:-58px!important}.l-n-lg-58{left:-58px!important}.r-n-lg-58{right:-58px!important}.ti-lg-58{text-indent:58px!important}.ti-n-lg-58{text-indent:-58px!important}.fs-lg-58{font-size:58px!important}.row-lg-58{margin-right:-58px!important;margin-left:-58px!important}.row-lg-58 > [class*='col-']{padding-right:58px!important;padding-left:58px!important}.mt-lg-59{margin-top:59px!important}.mb-lg-59{margin-bottom:59px!important}.mr-lg-59{margin-right:59px!important}.ml-lg-59{margin-left:59px!important}.pt-lg-59{padding-top:59px!important}.pb-lg-59{padding-bottom:59px!important}.pr-lg-59{padding-right:59px!important}.pl-lg-59{padding-left:59px!important}.mt-n-lg-59{margin-top:-59px!important}.mb-n-lg-59{margin-bottom:-59px!important}.mr-n-lg-59{margin-right:-59px!important}.ml-n-lg-59{margin-left:-59px!important}.t-lg-59{top:59px!important}.b-lg-59{bottom:59px!important}.l-lg-59{left:59px!important}.r-lg-59{right:59px!important}.t-n-lg-59{top:-59px!important}.b-n-lg-59{bottom:-59px!important}.l-n-lg-59{left:-59px!important}.r-n-lg-59{right:-59px!important}.ti-lg-59{text-indent:59px!important}.ti-n-lg-59{text-indent:-59px!important}.fs-lg-59{font-size:59px!important}.row-lg-59{margin-right:-59px!important;margin-left:-59px!important}.row-lg-59 > [class*='col-']{padding-right:59px!important;padding-left:59px!important}.mt-lg-60{margin-top:60px!important}.mb-lg-60{margin-bottom:60px!important}.mr-lg-60{margin-right:60px!important}.ml-lg-60{margin-left:60px!important}.pt-lg-60{padding-top:60px!important}.pb-lg-60{padding-bottom:60px!important}.pr-lg-60{padding-right:60px!important}.pl-lg-60{padding-left:60px!important}.mt-n-lg-60{margin-top:-60px!important}.mb-n-lg-60{margin-bottom:-60px!important}.mr-n-lg-60{margin-right:-60px!important}.ml-n-lg-60{margin-left:-60px!important}.t-lg-60{top:60px!important}.b-lg-60{bottom:60px!important}.l-lg-60{left:60px!important}.r-lg-60{right:60px!important}.t-n-lg-60{top:-60px!important}.b-n-lg-60{bottom:-60px!important}.l-n-lg-60{left:-60px!important}.r-n-lg-60{right:-60px!important}.ti-lg-60{text-indent:60px!important}.ti-n-lg-60{text-indent:-60px!important}.fs-lg-60{font-size:60px!important}.row-lg-60{margin-right:-60px!important;margin-left:-60px!important}.row-lg-60 > [class*='col-']{padding-right:60px!important;padding-left:60px!important}.mt-lg-61{margin-top:61px!important}.mb-lg-61{margin-bottom:61px!important}.mr-lg-61{margin-right:61px!important}.ml-lg-61{margin-left:61px!important}.pt-lg-61{padding-top:61px!important}.pb-lg-61{padding-bottom:61px!important}.pr-lg-61{padding-right:61px!important}.pl-lg-61{padding-left:61px!important}.mt-n-lg-61{margin-top:-61px!important}.mb-n-lg-61{margin-bottom:-61px!important}.mr-n-lg-61{margin-right:-61px!important}.ml-n-lg-61{margin-left:-61px!important}.t-lg-61{top:61px!important}.b-lg-61{bottom:61px!important}.l-lg-61{left:61px!important}.r-lg-61{right:61px!important}.t-n-lg-61{top:-61px!important}.b-n-lg-61{bottom:-61px!important}.l-n-lg-61{left:-61px!important}.r-n-lg-61{right:-61px!important}.ti-lg-61{text-indent:61px!important}.ti-n-lg-61{text-indent:-61px!important}.fs-lg-61{font-size:61px!important}.row-lg-61{margin-right:-61px!important;margin-left:-61px!important}.row-lg-61 > [class*='col-']{padding-right:61px!important;padding-left:61px!important}.mt-lg-62{margin-top:62px!important}.mb-lg-62{margin-bottom:62px!important}.mr-lg-62{margin-right:62px!important}.ml-lg-62{margin-left:62px!important}.pt-lg-62{padding-top:62px!important}.pb-lg-62{padding-bottom:62px!important}.pr-lg-62{padding-right:62px!important}.pl-lg-62{padding-left:62px!important}.mt-n-lg-62{margin-top:-62px!important}.mb-n-lg-62{margin-bottom:-62px!important}.mr-n-lg-62{margin-right:-62px!important}.ml-n-lg-62{margin-left:-62px!important}.t-lg-62{top:62px!important}.b-lg-62{bottom:62px!important}.l-lg-62{left:62px!important}.r-lg-62{right:62px!important}.t-n-lg-62{top:-62px!important}.b-n-lg-62{bottom:-62px!important}.l-n-lg-62{left:-62px!important}.r-n-lg-62{right:-62px!important}.ti-lg-62{text-indent:62px!important}.ti-n-lg-62{text-indent:-62px!important}.fs-lg-62{font-size:62px!important}.row-lg-62{margin-right:-62px!important;margin-left:-62px!important}.row-lg-62 > [class*='col-']{padding-right:62px!important;padding-left:62px!important}.mt-lg-63{margin-top:63px!important}.mb-lg-63{margin-bottom:63px!important}.mr-lg-63{margin-right:63px!important}.ml-lg-63{margin-left:63px!important}.pt-lg-63{padding-top:63px!important}.pb-lg-63{padding-bottom:63px!important}.pr-lg-63{padding-right:63px!important}.pl-lg-63{padding-left:63px!important}.mt-n-lg-63{margin-top:-63px!important}.mb-n-lg-63{margin-bottom:-63px!important}.mr-n-lg-63{margin-right:-63px!important}.ml-n-lg-63{margin-left:-63px!important}.t-lg-63{top:63px!important}.b-lg-63{bottom:63px!important}.l-lg-63{left:63px!important}.r-lg-63{right:63px!important}.t-n-lg-63{top:-63px!important}.b-n-lg-63{bottom:-63px!important}.l-n-lg-63{left:-63px!important}.r-n-lg-63{right:-63px!important}.ti-lg-63{text-indent:63px!important}.ti-n-lg-63{text-indent:-63px!important}.fs-lg-63{font-size:63px!important}.row-lg-63{margin-right:-63px!important;margin-left:-63px!important}.row-lg-63 > [class*='col-']{padding-right:63px!important;padding-left:63px!important}.mt-lg-64{margin-top:64px!important}.mb-lg-64{margin-bottom:64px!important}.mr-lg-64{margin-right:64px!important}.ml-lg-64{margin-left:64px!important}.pt-lg-64{padding-top:64px!important}.pb-lg-64{padding-bottom:64px!important}.pr-lg-64{padding-right:64px!important}.pl-lg-64{padding-left:64px!important}.mt-n-lg-64{margin-top:-64px!important}.mb-n-lg-64{margin-bottom:-64px!important}.mr-n-lg-64{margin-right:-64px!important}.ml-n-lg-64{margin-left:-64px!important}.t-lg-64{top:64px!important}.b-lg-64{bottom:64px!important}.l-lg-64{left:64px!important}.r-lg-64{right:64px!important}.t-n-lg-64{top:-64px!important}.b-n-lg-64{bottom:-64px!important}.l-n-lg-64{left:-64px!important}.r-n-lg-64{right:-64px!important}.ti-lg-64{text-indent:64px!important}.ti-n-lg-64{text-indent:-64px!important}.fs-lg-64{font-size:64px!important}.row-lg-64{margin-right:-64px!important;margin-left:-64px!important}.row-lg-64 > [class*='col-']{padding-right:64px!important;padding-left:64px!important}.mt-lg-65{margin-top:65px!important}.mb-lg-65{margin-bottom:65px!important}.mr-lg-65{margin-right:65px!important}.ml-lg-65{margin-left:65px!important}.pt-lg-65{padding-top:65px!important}.pb-lg-65{padding-bottom:65px!important}.pr-lg-65{padding-right:65px!important}.pl-lg-65{padding-left:65px!important}.mt-n-lg-65{margin-top:-65px!important}.mb-n-lg-65{margin-bottom:-65px!important}.mr-n-lg-65{margin-right:-65px!important}.ml-n-lg-65{margin-left:-65px!important}.t-lg-65{top:65px!important}.b-lg-65{bottom:65px!important}.l-lg-65{left:65px!important}.r-lg-65{right:65px!important}.t-n-lg-65{top:-65px!important}.b-n-lg-65{bottom:-65px!important}.l-n-lg-65{left:-65px!important}.r-n-lg-65{right:-65px!important}.ti-lg-65{text-indent:65px!important}.ti-n-lg-65{text-indent:-65px!important}.fs-lg-65{font-size:65px!important}.row-lg-65{margin-right:-65px!important;margin-left:-65px!important}.row-lg-65 > [class*='col-']{padding-right:65px!important;padding-left:65px!important}.mt-lg-66{margin-top:66px!important}.mb-lg-66{margin-bottom:66px!important}.mr-lg-66{margin-right:66px!important}.ml-lg-66{margin-left:66px!important}.pt-lg-66{padding-top:66px!important}.pb-lg-66{padding-bottom:66px!important}.pr-lg-66{padding-right:66px!important}.pl-lg-66{padding-left:66px!important}.mt-n-lg-66{margin-top:-66px!important}.mb-n-lg-66{margin-bottom:-66px!important}.mr-n-lg-66{margin-right:-66px!important}.ml-n-lg-66{margin-left:-66px!important}.t-lg-66{top:66px!important}.b-lg-66{bottom:66px!important}.l-lg-66{left:66px!important}.r-lg-66{right:66px!important}.t-n-lg-66{top:-66px!important}.b-n-lg-66{bottom:-66px!important}.l-n-lg-66{left:-66px!important}.r-n-lg-66{right:-66px!important}.ti-lg-66{text-indent:66px!important}.ti-n-lg-66{text-indent:-66px!important}.fs-lg-66{font-size:66px!important}.row-lg-66{margin-right:-66px!important;margin-left:-66px!important}.row-lg-66 > [class*='col-']{padding-right:66px!important;padding-left:66px!important}.mt-lg-67{margin-top:67px!important}.mb-lg-67{margin-bottom:67px!important}.mr-lg-67{margin-right:67px!important}.ml-lg-67{margin-left:67px!important}.pt-lg-67{padding-top:67px!important}.pb-lg-67{padding-bottom:67px!important}.pr-lg-67{padding-right:67px!important}.pl-lg-67{padding-left:67px!important}.mt-n-lg-67{margin-top:-67px!important}.mb-n-lg-67{margin-bottom:-67px!important}.mr-n-lg-67{margin-right:-67px!important}.ml-n-lg-67{margin-left:-67px!important}.t-lg-67{top:67px!important}.b-lg-67{bottom:67px!important}.l-lg-67{left:67px!important}.r-lg-67{right:67px!important}.t-n-lg-67{top:-67px!important}.b-n-lg-67{bottom:-67px!important}.l-n-lg-67{left:-67px!important}.r-n-lg-67{right:-67px!important}.ti-lg-67{text-indent:67px!important}.ti-n-lg-67{text-indent:-67px!important}.fs-lg-67{font-size:67px!important}.row-lg-67{margin-right:-67px!important;margin-left:-67px!important}.row-lg-67 > [class*='col-']{padding-right:67px!important;padding-left:67px!important}.mt-lg-68{margin-top:68px!important}.mb-lg-68{margin-bottom:68px!important}.mr-lg-68{margin-right:68px!important}.ml-lg-68{margin-left:68px!important}.pt-lg-68{padding-top:68px!important}.pb-lg-68{padding-bottom:68px!important}.pr-lg-68{padding-right:68px!important}.pl-lg-68{padding-left:68px!important}.mt-n-lg-68{margin-top:-68px!important}.mb-n-lg-68{margin-bottom:-68px!important}.mr-n-lg-68{margin-right:-68px!important}.ml-n-lg-68{margin-left:-68px!important}.t-lg-68{top:68px!important}.b-lg-68{bottom:68px!important}.l-lg-68{left:68px!important}.r-lg-68{right:68px!important}.t-n-lg-68{top:-68px!important}.b-n-lg-68{bottom:-68px!important}.l-n-lg-68{left:-68px!important}.r-n-lg-68{right:-68px!important}.ti-lg-68{text-indent:68px!important}.ti-n-lg-68{text-indent:-68px!important}.fs-lg-68{font-size:68px!important}.row-lg-68{margin-right:-68px!important;margin-left:-68px!important}.row-lg-68 > [class*='col-']{padding-right:68px!important;padding-left:68px!important}.mt-lg-69{margin-top:69px!important}.mb-lg-69{margin-bottom:69px!important}.mr-lg-69{margin-right:69px!important}.ml-lg-69{margin-left:69px!important}.pt-lg-69{padding-top:69px!important}.pb-lg-69{padding-bottom:69px!important}.pr-lg-69{padding-right:69px!important}.pl-lg-69{padding-left:69px!important}.mt-n-lg-69{margin-top:-69px!important}.mb-n-lg-69{margin-bottom:-69px!important}.mr-n-lg-69{margin-right:-69px!important}.ml-n-lg-69{margin-left:-69px!important}.t-lg-69{top:69px!important}.b-lg-69{bottom:69px!important}.l-lg-69{left:69px!important}.r-lg-69{right:69px!important}.t-n-lg-69{top:-69px!important}.b-n-lg-69{bottom:-69px!important}.l-n-lg-69{left:-69px!important}.r-n-lg-69{right:-69px!important}.ti-lg-69{text-indent:69px!important}.ti-n-lg-69{text-indent:-69px!important}.fs-lg-69{font-size:69px!important}.row-lg-69{margin-right:-69px!important;margin-left:-69px!important}.row-lg-69 > [class*='col-']{padding-right:69px!important;padding-left:69px!important}.mt-lg-70{margin-top:70px!important}.mb-lg-70{margin-bottom:70px!important}.mr-lg-70{margin-right:70px!important}.ml-lg-70{margin-left:70px!important}.pt-lg-70{padding-top:70px!important}.pb-lg-70{padding-bottom:70px!important}.pr-lg-70{padding-right:70px!important}.pl-lg-70{padding-left:70px!important}.mt-n-lg-70{margin-top:-70px!important}.mb-n-lg-70{margin-bottom:-70px!important}.mr-n-lg-70{margin-right:-70px!important}.ml-n-lg-70{margin-left:-70px!important}.t-lg-70{top:70px!important}.b-lg-70{bottom:70px!important}.l-lg-70{left:70px!important}.r-lg-70{right:70px!important}.t-n-lg-70{top:-70px!important}.b-n-lg-70{bottom:-70px!important}.l-n-lg-70{left:-70px!important}.r-n-lg-70{right:-70px!important}.ti-lg-70{text-indent:70px!important}.ti-n-lg-70{text-indent:-70px!important}.fs-lg-70{font-size:70px!important}.row-lg-70{margin-right:-70px!important;margin-left:-70px!important}.row-lg-70 > [class*='col-']{padding-right:70px!important;padding-left:70px!important}.mt-lg-71{margin-top:71px!important}.mb-lg-71{margin-bottom:71px!important}.mr-lg-71{margin-right:71px!important}.ml-lg-71{margin-left:71px!important}.pt-lg-71{padding-top:71px!important}.pb-lg-71{padding-bottom:71px!important}.pr-lg-71{padding-right:71px!important}.pl-lg-71{padding-left:71px!important}.mt-n-lg-71{margin-top:-71px!important}.mb-n-lg-71{margin-bottom:-71px!important}.mr-n-lg-71{margin-right:-71px!important}.ml-n-lg-71{margin-left:-71px!important}.t-lg-71{top:71px!important}.b-lg-71{bottom:71px!important}.l-lg-71{left:71px!important}.r-lg-71{right:71px!important}.t-n-lg-71{top:-71px!important}.b-n-lg-71{bottom:-71px!important}.l-n-lg-71{left:-71px!important}.r-n-lg-71{right:-71px!important}.ti-lg-71{text-indent:71px!important}.ti-n-lg-71{text-indent:-71px!important}.fs-lg-71{font-size:71px!important}.row-lg-71{margin-right:-71px!important;margin-left:-71px!important}.row-lg-71 > [class*='col-']{padding-right:71px!important;padding-left:71px!important}.mt-lg-72{margin-top:72px!important}.mb-lg-72{margin-bottom:72px!important}.mr-lg-72{margin-right:72px!important}.ml-lg-72{margin-left:72px!important}.pt-lg-72{padding-top:72px!important}.pb-lg-72{padding-bottom:72px!important}.pr-lg-72{padding-right:72px!important}.pl-lg-72{padding-left:72px!important}.mt-n-lg-72{margin-top:-72px!important}.mb-n-lg-72{margin-bottom:-72px!important}.mr-n-lg-72{margin-right:-72px!important}.ml-n-lg-72{margin-left:-72px!important}.t-lg-72{top:72px!important}.b-lg-72{bottom:72px!important}.l-lg-72{left:72px!important}.r-lg-72{right:72px!important}.t-n-lg-72{top:-72px!important}.b-n-lg-72{bottom:-72px!important}.l-n-lg-72{left:-72px!important}.r-n-lg-72{right:-72px!important}.ti-lg-72{text-indent:72px!important}.ti-n-lg-72{text-indent:-72px!important}.fs-lg-72{font-size:72px!important}.row-lg-72{margin-right:-72px!important;margin-left:-72px!important}.row-lg-72 > [class*='col-']{padding-right:72px!important;padding-left:72px!important}.mt-lg-73{margin-top:73px!important}.mb-lg-73{margin-bottom:73px!important}.mr-lg-73{margin-right:73px!important}.ml-lg-73{margin-left:73px!important}.pt-lg-73{padding-top:73px!important}.pb-lg-73{padding-bottom:73px!important}.pr-lg-73{padding-right:73px!important}.pl-lg-73{padding-left:73px!important}.mt-n-lg-73{margin-top:-73px!important}.mb-n-lg-73{margin-bottom:-73px!important}.mr-n-lg-73{margin-right:-73px!important}.ml-n-lg-73{margin-left:-73px!important}.t-lg-73{top:73px!important}.b-lg-73{bottom:73px!important}.l-lg-73{left:73px!important}.r-lg-73{right:73px!important}.t-n-lg-73{top:-73px!important}.b-n-lg-73{bottom:-73px!important}.l-n-lg-73{left:-73px!important}.r-n-lg-73{right:-73px!important}.ti-lg-73{text-indent:73px!important}.ti-n-lg-73{text-indent:-73px!important}.fs-lg-73{font-size:73px!important}.row-lg-73{margin-right:-73px!important;margin-left:-73px!important}.row-lg-73 > [class*='col-']{padding-right:73px!important;padding-left:73px!important}.mt-lg-74{margin-top:74px!important}.mb-lg-74{margin-bottom:74px!important}.mr-lg-74{margin-right:74px!important}.ml-lg-74{margin-left:74px!important}.pt-lg-74{padding-top:74px!important}.pb-lg-74{padding-bottom:74px!important}.pr-lg-74{padding-right:74px!important}.pl-lg-74{padding-left:74px!important}.mt-n-lg-74{margin-top:-74px!important}.mb-n-lg-74{margin-bottom:-74px!important}.mr-n-lg-74{margin-right:-74px!important}.ml-n-lg-74{margin-left:-74px!important}.t-lg-74{top:74px!important}.b-lg-74{bottom:74px!important}.l-lg-74{left:74px!important}.r-lg-74{right:74px!important}.t-n-lg-74{top:-74px!important}.b-n-lg-74{bottom:-74px!important}.l-n-lg-74{left:-74px!important}.r-n-lg-74{right:-74px!important}.ti-lg-74{text-indent:74px!important}.ti-n-lg-74{text-indent:-74px!important}.fs-lg-74{font-size:74px!important}.row-lg-74{margin-right:-74px!important;margin-left:-74px!important}.row-lg-74 > [class*='col-']{padding-right:74px!important;padding-left:74px!important}.mt-lg-75{margin-top:75px!important}.mb-lg-75{margin-bottom:75px!important}.mr-lg-75{margin-right:75px!important}.ml-lg-75{margin-left:75px!important}.pt-lg-75{padding-top:75px!important}.pb-lg-75{padding-bottom:75px!important}.pr-lg-75{padding-right:75px!important}.pl-lg-75{padding-left:75px!important}.mt-n-lg-75{margin-top:-75px!important}.mb-n-lg-75{margin-bottom:-75px!important}.mr-n-lg-75{margin-right:-75px!important}.ml-n-lg-75{margin-left:-75px!important}.t-lg-75{top:75px!important}.b-lg-75{bottom:75px!important}.l-lg-75{left:75px!important}.r-lg-75{right:75px!important}.t-n-lg-75{top:-75px!important}.b-n-lg-75{bottom:-75px!important}.l-n-lg-75{left:-75px!important}.r-n-lg-75{right:-75px!important}.ti-lg-75{text-indent:75px!important}.ti-n-lg-75{text-indent:-75px!important}.fs-lg-75{font-size:75px!important}.row-lg-75{margin-right:-75px!important;margin-left:-75px!important}.row-lg-75 > [class*='col-']{padding-right:75px!important;padding-left:75px!important}.mt-lg-76{margin-top:76px!important}.mb-lg-76{margin-bottom:76px!important}.mr-lg-76{margin-right:76px!important}.ml-lg-76{margin-left:76px!important}.pt-lg-76{padding-top:76px!important}.pb-lg-76{padding-bottom:76px!important}.pr-lg-76{padding-right:76px!important}.pl-lg-76{padding-left:76px!important}.mt-n-lg-76{margin-top:-76px!important}.mb-n-lg-76{margin-bottom:-76px!important}.mr-n-lg-76{margin-right:-76px!important}.ml-n-lg-76{margin-left:-76px!important}.t-lg-76{top:76px!important}.b-lg-76{bottom:76px!important}.l-lg-76{left:76px!important}.r-lg-76{right:76px!important}.t-n-lg-76{top:-76px!important}.b-n-lg-76{bottom:-76px!important}.l-n-lg-76{left:-76px!important}.r-n-lg-76{right:-76px!important}.ti-lg-76{text-indent:76px!important}.ti-n-lg-76{text-indent:-76px!important}.fs-lg-76{font-size:76px!important}.row-lg-76{margin-right:-76px!important;margin-left:-76px!important}.row-lg-76 > [class*='col-']{padding-right:76px!important;padding-left:76px!important}.mt-lg-77{margin-top:77px!important}.mb-lg-77{margin-bottom:77px!important}.mr-lg-77{margin-right:77px!important}.ml-lg-77{margin-left:77px!important}.pt-lg-77{padding-top:77px!important}.pb-lg-77{padding-bottom:77px!important}.pr-lg-77{padding-right:77px!important}.pl-lg-77{padding-left:77px!important}.mt-n-lg-77{margin-top:-77px!important}.mb-n-lg-77{margin-bottom:-77px!important}.mr-n-lg-77{margin-right:-77px!important}.ml-n-lg-77{margin-left:-77px!important}.t-lg-77{top:77px!important}.b-lg-77{bottom:77px!important}.l-lg-77{left:77px!important}.r-lg-77{right:77px!important}.t-n-lg-77{top:-77px!important}.b-n-lg-77{bottom:-77px!important}.l-n-lg-77{left:-77px!important}.r-n-lg-77{right:-77px!important}.ti-lg-77{text-indent:77px!important}.ti-n-lg-77{text-indent:-77px!important}.fs-lg-77{font-size:77px!important}.row-lg-77{margin-right:-77px!important;margin-left:-77px!important}.row-lg-77 > [class*='col-']{padding-right:77px!important;padding-left:77px!important}.mt-lg-78{margin-top:78px!important}.mb-lg-78{margin-bottom:78px!important}.mr-lg-78{margin-right:78px!important}.ml-lg-78{margin-left:78px!important}.pt-lg-78{padding-top:78px!important}.pb-lg-78{padding-bottom:78px!important}.pr-lg-78{padding-right:78px!important}.pl-lg-78{padding-left:78px!important}.mt-n-lg-78{margin-top:-78px!important}.mb-n-lg-78{margin-bottom:-78px!important}.mr-n-lg-78{margin-right:-78px!important}.ml-n-lg-78{margin-left:-78px!important}.t-lg-78{top:78px!important}.b-lg-78{bottom:78px!important}.l-lg-78{left:78px!important}.r-lg-78{right:78px!important}.t-n-lg-78{top:-78px!important}.b-n-lg-78{bottom:-78px!important}.l-n-lg-78{left:-78px!important}.r-n-lg-78{right:-78px!important}.ti-lg-78{text-indent:78px!important}.ti-n-lg-78{text-indent:-78px!important}.fs-lg-78{font-size:78px!important}.row-lg-78{margin-right:-78px!important;margin-left:-78px!important}.row-lg-78 > [class*='col-']{padding-right:78px!important;padding-left:78px!important}.mt-lg-79{margin-top:79px!important}.mb-lg-79{margin-bottom:79px!important}.mr-lg-79{margin-right:79px!important}.ml-lg-79{margin-left:79px!important}.pt-lg-79{padding-top:79px!important}.pb-lg-79{padding-bottom:79px!important}.pr-lg-79{padding-right:79px!important}.pl-lg-79{padding-left:79px!important}.mt-n-lg-79{margin-top:-79px!important}.mb-n-lg-79{margin-bottom:-79px!important}.mr-n-lg-79{margin-right:-79px!important}.ml-n-lg-79{margin-left:-79px!important}.t-lg-79{top:79px!important}.b-lg-79{bottom:79px!important}.l-lg-79{left:79px!important}.r-lg-79{right:79px!important}.t-n-lg-79{top:-79px!important}.b-n-lg-79{bottom:-79px!important}.l-n-lg-79{left:-79px!important}.r-n-lg-79{right:-79px!important}.ti-lg-79{text-indent:79px!important}.ti-n-lg-79{text-indent:-79px!important}.fs-lg-79{font-size:79px!important}.row-lg-79{margin-right:-79px!important;margin-left:-79px!important}.row-lg-79 > [class*='col-']{padding-right:79px!important;padding-left:79px!important}.mt-lg-80{margin-top:80px!important}.mb-lg-80{margin-bottom:80px!important}.mr-lg-80{margin-right:80px!important}.ml-lg-80{margin-left:80px!important}.pt-lg-80{padding-top:80px!important}.pb-lg-80{padding-bottom:80px!important}.pr-lg-80{padding-right:80px!important}.pl-lg-80{padding-left:80px!important}.mt-n-lg-80{margin-top:-80px!important}.mb-n-lg-80{margin-bottom:-80px!important}.mr-n-lg-80{margin-right:-80px!important}.ml-n-lg-80{margin-left:-80px!important}.t-lg-80{top:80px!important}.b-lg-80{bottom:80px!important}.l-lg-80{left:80px!important}.r-lg-80{right:80px!important}.t-n-lg-80{top:-80px!important}.b-n-lg-80{bottom:-80px!important}.l-n-lg-80{left:-80px!important}.r-n-lg-80{right:-80px!important}.ti-lg-80{text-indent:80px!important}.ti-n-lg-80{text-indent:-80px!important}.fs-lg-80{font-size:80px!important}.row-lg-80{margin-right:-80px!important;margin-left:-80px!important}.row-lg-80 > [class*='col-']{padding-right:80px!important;padding-left:80px!important}}.visible-xs-table-cell,.visible-xs-table,.visible-xs-table-row,.visible-sm-table-cell,.visible-sm-table,.visible-sm-table-row,.visible-md-table-cell,.visible-md-table,.visible-md-table-row,.visible-lg-table-cell,.visible-lg-table,.visible-lg-table-row{display:none!important}@media (max-width: 1px){.visible-xs-table-cell{display:table-cell!important}.visible-xs-table{display:table!important}.visible-xs-table-row{display:table-row!important}}@media (min-width: 2px) and (max-width: 2px){.visible-sm-table-cell{display:table-cell!important}.visible-sm-table{display:table!important}.visible-sm-table-row{display:table-row!important}}@media (min-width: 3px) and (max-width: 9998px){.visible-md-table-cell{display:table-cell!important}.visible-md-table{display:table!important}.visible-md-table-row{display:table-row!important}}@media (min-width: 9999px){.visible-lg-table-cell{display:table-cell!important}}@media (min-width: 9999px){.visible-lg-table{display:table!important}}@media (min-width: 9999px){.visible-lg-table-row{display:table-row!important}}.ta-xs-l{text-align:left!important}.ta-xs-c{text-align:center!important}.ta-xs-r{text-align:right!important}.ta-xs-j{text-align:justify!important}@media (min-width: 2px){.ta-sm-l{text-align:left!important}.ta-sm-c{text-align:center!important}.ta-sm-r{text-align:right!important}.ta-sm-j{text-align:justify!important}}@media (min-width: 3px){.ta-md-l{text-align:left!important}.ta-md-c{text-align:center!important}.ta-md-r{text-align:right!important}.ta-md-j{text-align:justify!important}}@media (min-width: 9999px){.ta-lg-l{text-align:left!important}.ta-lg-c{text-align:center!important}.ta-lg-r{text-align:right!important}.ta-lg-j{text-align:justify!important}}.tbl-xs-a{table-layout:auto!important}.tbl-xs-f{table-layout:fixed!important}@media (min-width: 2px){.tbl-sm-a{table-layout:auto!important}.tbl-sm-f{table-layout:fixed!important}}@media (min-width: 3px){.tbl-md-a{table-layout:auto!important}.tbl-md-f{table-layout:fixed!important}}@media (min-width: 9999px){.tbl-lg-a{table-layout:auto!important}.tbl-lg-f{table-layout:fixed!important}}.d-xs-b{display:block!important}.d-xs-ib{display:inline-block!important}.d-xs-i{display:inline!important}@media (min-width: 2px){.d-sm-b{display:block!important}.d-sm-ib{display:inline-block!important}.d-sm-i{display:inline!important}}@media (min-width: 3px){.d-md-b{display:block!important}.d-md-ib{display:inline-block!important}.d-md-i{display:inline!important}}@media (min-width: 9999px){.d-lg-b{display:block!important}.d-lg-ib{display:inline-block!important}.d-lg-i{display:inline!important}}.w-100p{width:100%}.w-50p{width:50%}.h-100p{height:100%}.h-50p{height:50%}.p-0{padding:0!important}.m-0{margin:0!important}.bd-0{border:0!important}.bd-t-0{border-top:0!important}.bd-r-0{border-right:0!important}.bd-b-0{border-bottom:0!important}.bd-l-0{border-left:0!important}.acnt-n:after{content:none!important}.bcnt-n:before{content:none!important}.transition{-webkit-transition:all .25s ease 0;-moz-transition:all .25s ease 0;-o-transition:all .25s ease 0;transition:all .25s ease 0}.text-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.text-off,.open .text-on{display:inline}.text-on,.open .text-off{display:none}.truncate-more{display:none!important}.open .truncate-more{display:inline!important}.ib-fixindent > *{display:inline-block;margin-right:-4px;vertical-align:top}.ib-justify{line-height:0;text-align:justify}.ib-justify > *{display:inline-block;margin-right:-4px;vertical-align:top}.ib-justify:after{display:inline-block;visibility:hidden;width:100%!important;height:0!important;content:'';vertical-align:top;background:none!important}.pos-s{position:static}.pos-a{position:absolute}.pos-r{position:relative}.pos-f{position:fixed}.t-a{top:auto}.r-a{right:auto}.b-a{bottom:auto}.l-a{left:auto}.z-a{z-index:auto}.fl-n{float:none}.fl-l{float:left}.fl-r{float:right}.cl-n{clear:none}.cl-l{clear:left}.cl-r{clear:right}.cl-b{clear:both}.d-n{display:none}.d-b{display:block}.d-i{display:inline}.d-ib{display:inline-block}.d-li{display:list-item}.d-ri{display:run-in}.d-cp{display:compact}.d-tb{display:table}.d-itb{display:inline-table}.d-tbcp{display:table-caption}.d-tbcl{display:table-column}.d-tbclg{display:table-column-group}.d-tbhg{display:table-header-group}.d-tbfg{display:table-footer-group}.d-tbr{display:table-row}.d-tbrg{display:table-row-group}.d-tbc{display:table-cell}.d-rb{display:ruby}.d-rbb{display:ruby-base}.d-rbbg{display:ruby-base-group}.d-rbt{display:ruby-text}.d-rbtg{display:ruby-text-group}.v-v{visibility:visible}.v-h{visibility:hidden}.v-c{visibility:collapse}.ov-v{overflow:visible}.ov-h{overflow:hidden}.ov-s{overflow:scroll}.ov-a{overflow:auto}.ovx-v{overflow-x:visible}.ovx-h{overflow-x:hidden}.ovx-s{overflow-x:scroll}.ovx-a{overflow-x:auto}.ovy-v{overflow-y:visible}.ovy-h{overflow-y:hidden}.ovy-s{overflow-y:scroll}.ovy-a{overflow-y:auto}.ovs-a{overflow-style:auto}.ovs-s{overflow-style:scrollbar}.ovs-p{overflow-style:panner}.ovs-m{overflow-style:move}.ovs-mq{overflow-style:marquee}.zm{zoom:1}.cp-a{clip:auto}.rsz-n{resize:none}.rsz-b{resize:both}.rsz-h{resize:horizontal}.rsz-v{resize:vertical}.cur-a{cursor:auto}.cur-d{cursor:default}.cur-c{cursor:crosshair}.cur-ha{cursor:hand}.cur-he{cursor:help}.cur-m{cursor:move}.cur-p{cursor:pointer}.cur-t{cursor:text}.m-a{margin:auto}.mt-a{margin-top:auto}.mr-a{margin-right:auto}.mb-a{margin-bottom:auto}.ml-a{margin-left:auto}.bxz-cb{box-sizing:content-box}.bxz-bb{box-sizing:border-box}.bxsh-n{box-shadow:none}.w-a{width:auto}.h-a{height:auto}.maw-n{max-width:none}.mah-n{max-height:none}.fw-n{font-weight:400!important}.fw-b{font-weight:700!important}.fw-br{font-weight:bolder!important}.fw-lr{font-weight:lighter!important}.fs-n{font-style:normal}.fs-i{font-style:italic}.fs-o{font-style:oblique}.fv-n{font-variant:normal}.fv-sc{font-variant:small-caps}.fza-n{font-size-adjust:none}.ff-s{font-family:serif}.ff-ss{font-family:sans-serif}.ff-c{font-family:cursive}.ff-f{font-family:fantasy}.ff-m{font-family:monospace}.ff-a{font-family:Arial,'Helvetica Neue',Helvetica,sans-serif}.fef-n{font-effect:none}.fef-eg{font-effect:engrave}.fef-eb{font-effect:emboss}.fef-o{font-effect:outline}.femp-b{font-emphasize-position:before}.femp-a{font-emphasize-position:after}.fems-n{font-emphasize-style:none}.fems-ac{font-emphasize-style:accent}.fems-dt{font-emphasize-style:dot}.fems-c{font-emphasize-style:circle}.fems-ds{font-emphasize-style:disc}.fsm-a{font-smooth:auto}.fsm-n{font-smooth:never}.fsm-aw{font-smooth:always}.fst-n{font-stretch:normal}.fst-uc{font-stretch:ultra-condensed}.fst-ec{font-stretch:extra-condensed}.fst-c{font-stretch:condensed}.fst-sc{font-stretch:semi-condensed}.fst-se{font-stretch:semi-expanded}.fst-e{font-stretch:expanded}.fst-ee{font-stretch:extra-expanded}.fst-ue{font-stretch:ultra-expanded}.va-sup{vertical-align:super!important}.va-t{vertical-align:top!important}.va-tt{vertical-align:text-top!important}.va-m{vertical-align:middle!important}.va-bl{vertical-align:baseline!important}.va-b{vertical-align:bottom!important}.va-tb{vertical-align:text-bottom!important}.va-sub{vertical-align:sub!important}.ta-l{text-align:left!important}.ta-c{text-align:center!important}.ta-r{text-align:right!important}.ta-j{text-align:justify!important}.tal-a{text-align-last:auto}.tal-l{text-align-last:left}.tal-c{text-align-last:center}.tal-r{text-align-last:right}.td-n{text-decoration:none}.td-u{text-decoration:underline}.td-o{text-decoration:overline}.td-l{text-decoration:line-through}.te-n{text-emphasis:none}.te-ac{text-emphasis:accent}.te-dt{text-emphasis:dot}.te-c{text-emphasis:circle}.te-ds{text-emphasis:disc}.te-b{text-emphasis:before}.te-a{text-emphasis:after}.th-a{text-height:auto}.th-f{text-height:font-size}.th-t{text-height:text-size}.th-m{text-height:max-size}.ti--{text-indent:-9999px}.tj-a{text-justify:auto}.tj-iw{text-justify:inter-word}.tj-ii{text-justify:inter-ideograph}.tj-ic{text-justify:inter-cluster}.tj-d{text-justify:distribute}.tj-k{text-justify:kashida}.tj-t{text-justify:tibetan}.to-n{text-outline:none}.tr-n{text-replace:none}.tt-n{text-transform:none}.tt-c{text-transform:capitalize}.tt-u{text-transform:uppercase}.tt-l{text-transform:lowercase}.tw-n{text-wrap:normal}.tw-no{text-wrap:none}.tw-u{text-wrap:unrestricted}.tw-s{text-wrap:suppress}.tsh-n{text-shadow:none}.whs-n{white-space:normal}.whs-p{white-space:pre}.whs-nw{white-space:nowrap}.whs-pw{white-space:pre-wrap}.whs-pl{white-space:pre-line}.whsc-n{white-space-collapse:normal}.whsc-k{white-space-collapse:keep-all}.whsc-l{white-space-collapse:loose}.whsc-bs{white-space-collapse:break-strict}.whsc-ba{white-space-collapse:break-all}.wob-n{word-break:normal}.wob-k{word-break:keep-all}.wob-l{word-break:loose}.wob-bs{word-break:break-strict}.wob-ba{word-break:break-all}.wow-nm{word-wrap:normal}.wow-n{word-wrap:none}.wow-u{word-wrap:unrestricted}.wow-s{word-wrap:suppress}.wow-b{word-wrap:break-word}.bg-n{background:none}.bgc-t{background-color:transparent}.bgi-n{background-image:none}.bgr-n{background-repeat:no-repeat}.bgr-r{background-repeat:repeat}.bgr-x{background-repeat:repeat-x}.bgr-y{background-repeat:repeat-y}.bgr-sp{background-repeat:space}.bgr-rd{background-repeat:round}.bga-f{background-attachment:fixed}.bga-s{background-attachment:scroll}.bgp-cc{background-position:center center}.bgp-ct{background-position:center top}.bgp-cb{background-position:center bottom}.bgp-lc{background-position:left center}.bgp-lt{background-position:left top}.bgp-lb{background-position:left bottom}.bgp-rc{background-position:right center}.bgp-rt{background-position:right top}.bgp-rb{background-position:right bottom}.bgbk-bb{background-break:bounding-box}.bgbk-e{background-break:each-box}.bgbk-c{background-break:continuous}.bgcp-bb{background-clip:border-box}.bgcp-pb{background-clip:padding-box}.bgcp-cb{background-clip:content-box}.bgcp-nc{background-clip:no-clip}.bgo-pb{background-origin:padding-box}.bgo-bb{background-origin:border-box}.bgo-cb{background-origin:content-box}.bgsz-a{background-size:auto}.bgsz-ct{background-size:contain}.bgsz-cv{background-size:cover}.cnt-n{content:normal}.cnt-oq{content:open-quote}.cnt-noq{content:no-open-quote}.cnt-cq{content:close-quote}.cnt-ncq{content:no-close-quote}.q-n{quotes:none}.q-ru{quotes:'00AB' '00BB' '201E' '201C'}.q-en{quotes:'201C' '201D' '2018' '2019'}.ol-n{outline:none}.olc-i{outline-color:invert}.tbl-a{table-layout:auto}.tbl-f{table-layout:fixed}.cps-t{caption-side:top}.cps-b{caption-side:bottom}.ec-s{empty-cells:show}.ec-h{empty-cells:hide}.bd-n{border:none}.bdbk-c{border-break:close}.bdcl-c{border-collapse:collapse}.bdcl-s{border-collapse:separate}.bdc-t{border-color:transparent}.bdi-n{border-image:none}.bdti-n{border-top-image:none}.bdri-n{border-right-image:none}.bdbi-n{border-bottom-image:none}.bdli-n{border-left-image:none}.bdci-n{border-corner-image:none}.bdci-c{border-corner-image:continue}.bdtli-n{border-top-left-image:none}.bdtli-c{border-top-left-image:continue}.bdtri-n{border-top-right-image:none}.bdf-c{border-fit:clip}.bdf-r{border-fit:repeat}.bdf-sc{border-fit:scale}.bdf-st{border-fit:stretch}.bdf-ow{border-fit:overwrite}.bdf-of{border-fit:overflow}.bdf-sp{border-fit:space}.bdlen-a{border-length:auto}.bds-n{border-style:none}.bds-h{border-style:hidden}.bds-dt{border-style:dotted}.bds-ds{border-style:dashed}.bds-s{border-style:solid}.bds-db{border-style:double}.bds-dtds{border-style:dot-dash}.bds-dtdtds{border-style:dot-dot-dash}.bds-w{border-style:wave}.bds-g{border-style:groove}.bds-r{border-style:ridge}.bds-i{border-style:inset}.bds-o{border-style:outset}.bdt-n{border-top:none}.bdts-n{border-top-style:none}.bdtc-t{border-top-color:transparent}.bdr-n{border-right:none}.bdrst-n{border-right-style:none}.bdrc-t{border-right-color:transparent}.bdb-n{border-bottom:none}.bdbs-n{border-bottom-style:none}.bdbc-t{border-bottom-color:transparent}.bdl-n{border-left:none}.bdls-n{border-left-style:none}.bdlc-t{border-left-color:transparent}.lis-n{list-style:none}.lisp-i{list-style-position:inside}.lisp-o{list-style-position:outside}.list-n{list-style-type:none}.list-d{list-style-type:disc}.list-c{list-style-type:circle}.list-s{list-style-type:square}.list-dc{list-style-type:decimal}.list.dclz{list-style-type:decimal-leading-zero}.list-lr{list-style-type:lower-roman}.list-ur{list-style-type:upper-roman}.lisi-n{list-style-image:none}.pgbb-au{page-break-before:auto}.pgbb-al{page-break-before:always}.pgbb-l{page-break-before:left}.pgbb-r{page-break-before:right}.pgbi-au{page-break-inside:auto}.pgbi-av{page-break-inside:avoid}.pgba-au{page-break-after:auto}.pgba-al{page-break-after:always}.pgba-l{page-break-after:left}.pgba-r{page-break-after:right}.animdir-a{animation-direction:alternate}.animdir-ar{animation-direction:alternate-reverse}.animdir-n{animation-direction:normal}.animdir-r{animation-direction:reverse}.animfm-b{animation-fill-mode:backwards}.animfm-bt{animation-fill-mode:both}.animfm-f{animation-fill-mode:forwards}.animic-i{animation-iteration-count:infinite}.animps-p{animation-play-state:paused}.animps-r{animation-play-state:running}.animtf-e{animation-timing-function:ease}.animtf-ei{animation-timing-function:ease-in}.animtf-eio{animation-timing-function:ease-in-out}.animtf-eo{animation-timing-function:ease-out}.animtf-l{animation-timing-function:linear}.ap-n{appearance:none}.ori-l{orientation:landscape}.ori-p{orientation:portrait}.tov-c{text-overflow:clip}.tov-e{text-overflow:ellipsis}.us-n{user-select:none}.wfsm-a{-webkit-font-smoothing:antialiased}.wfsm-n{-webkit-font-smoothing:none}.wfsm-s{-webkit-font-smoothing:subpixel-antialiased}
/* End */


/* Start:/local/css/ajax.css?16281455221352*/
/**
* ajax
*/
iframe.waitwindowlocal{position:absolute;border:0px;z-index:11113;}
.waitwindowlocalshadow{position:absolute;z-index:11112;background-image:url(/local/images/shadow.png);}
.bx-core-waitwindow{display:none;}
#nprogress{pointer-events:none;}
#nprogress .bar{background:#324BAB;position:fixed;z-index:10000;top:0;left:0;width:100%;height:2px;}
#nprogress .peg{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px #324BAB, 0 0 5px #324BAB; opacity:1.0;
                -webkit-transform:rotate(3deg) translate(0px, -4px);
                -ms-transform:rotate(3deg) translate(0px, -4px);
                transform:rotate(3deg) translate(0px, -4px);

}
#nprogress .spinner{display:block;position:fixed;z-index:10000;top:15px;right:15px;}
#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#324BAB;border-left-color:#324BAB;border-radius:50%;
                         -webkit-animation:nprogress-spinner 400ms linear infinite;
                         animation:nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}
@keyframes nprogress-spinner {
    0%   { transform:rotate(0deg); }
    100% { transform:rotate(360deg); }
}
/* End */


/* Start:/local/css/custom.css?162814552214180*/
.new-styles ul>li{
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}

.new-styles ul>li:before {
	position: absolute;
	top: .57142857142857em;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 50%;
	background-color: #81a200;
	color: #81a200;
}
.new-styles ul.projectsGallery{
	display: inline-block;
	font-size: 0;
}
.new-styles ul.projectsGallery > li:before {
	display: none;
}
.new-styles ul.projectsGallery > li {
	float: unset;
	display: inline-block;
	text-align: center;
}
.new-styles ul.projectsGallery > li:nth-child(3n+1){
	padding-left: 0;
}
@media (max-width: 999px) {
	.new-styles ul.projectsGallery > li:nth-child(3n+1){
		padding-left: 30px;
	}
	.new-styles ul.projectsGallery > li:nth-child(2n+1){
		padding-left: 0;
	}
}
@media (max-width: 768px) {
	.new-styles ul.projectsGallery > li{
		padding-left: 0!important;
	}
}
.breadcrumbs-list-box ul>li:before {
	content: none;
}
.element_prices{
    margin: 0 -50px;
}
.new-styles .logo{
    width: auto;
    height: 53px;
    margin-right: 30px;
    margin-top: 1px;
}
.viber_chat.btn-lg{
    background-color: #fff;
    border: 2px solid #59267c;
    box-shadow: none;
    color: #8f5db7;
    padding-right: 84px;
    display: inline-block;
}
.viber_chat.btn-lg:hover{
    color: #8f5db7;
    border-color: #e2d4e7;
}
.viber_chat.btn-lg:after {
    background-image: url('/local/images/viber-button.png');
    height: 40px;
    width: 54px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 7px;
    margin-top: -7px;
    content: '';
}
@media all and (max-width: 767px) {
    .new-styles .header .col-100-768 {
        width: 100%;
    }
    .viber_chat.btn-lg{
        font-size: 12px;
    }
    .viber_chat.btn-lg:after{
        margin-top: -10px;
    }
}
@media all and (max-width: 479px) {
    .new-styles .logo {
        height: 32px;
    }
	
	body .news-detail img{
	
		max-width:none;
	}
}
.calc-promo{
	background-color: #5b5b5b;
	margin: 0 -50px;
	height: 70px;
	margin-bottom: 30px;
}
.calc-promo-svg{
	height: 100px;
	margin: 0 auto;
	margin-top: -10px;
	position: relative;
	width: 171px;
	display: block;
}
.calc-promo-title{
	color: #fff;
	font-size: 28px;
	font-family: Lobster, cursive;
	line-height: 64px;
	text-align: center;
}
.calc-promo .btn{
	margin: 0 auto;
	position: relative;
	width: 145px;
	display: block;
	margin-top: 14px;
}
@media (max-width: 999px){
	.calc-promo{
		margin: auto;
		margin-bottom: 20px;
	}
	.calc-promo-title{
		font-size: 24px;
		line-height: 64px;
	}
}
@media (max-width: 767px){
	.calc-promo-svg {
		margin-top: -15px;
		width: 110px;
	}
	.calc-promo-title {
		line-height: 1.1;
		margin-top: 8px;
	}
	.calc-promo .btn {
		width: 90px;
		padding: 8px 0px;
		font-size: 12px;
	}
}
@media (max-width: 479px){
	.calc-promo{
		height: 60px;
	}
	.calc-promo-svg {
		display: none
	}
	.calc-promo-title{
		min-width: 180px;
		font-size: 20px;
		text-align: left;
		padding-left: 15px;
	}
	.calc-promo-mob{
		float: right!important;
	}
	.calc-promo .btn {
		float: right;
		margin-right: 10px;
		margin-top: 8px;
	}
}
.new-styles .icon-yot {
	width: 40px;
	height: 40px;
	background: url(/local/images/yot.png);
	background-size: contain;
}
.bx-newslist-container .video-block{
	margin-bottom: 60px;
}
.bx-newslist .video-block-descr{
    margin: 20px 0 20px 0;
}
.bx-newslist .video-title{
    margin-top: 10px;
}
.bx-newslist .video-page{
    display: flex;
    flex-wrap: wrap;
}
nav.page-anchor-navigation ul{
	display: flex;
	flex-wrap: wrap;
}
nav.page-anchor-navigation ul li:before{
	display: none;
}
.awards-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px 0;
}
.awards-container .awards-item {
	flex-basis: 20%;
	margin-bottom: 15px;
	padding: 0 10px;
}
@media (max-width: 767px){
	.awards-container .awards-item {
		flex-basis: 25%;
	}
}
@media (max-width: 479px){
	.awards-container .awards-item {
		flex-basis: 50%;
	}
}
.filter-new-item .filter-new-spec li:nth-child(2n+1), .filter-new-price {
	background: none;
}
.filter-area-title-viewed {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin-top: 25px;
}
.filter-area-title-viewed span {
	position: relative;
	padding-right: 40px;
}
.new-styles .b-team{display:block}.new-styles .b-team-info{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;flex-wrap:wrap;align-items:stretch;margin-bottom:40px}.new-styles .b-team-info__text{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);color:#5b5b5b;font-size:16px;font-weight:400;line-height:24px}.new-styles .b-team-info__picture{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);text-align:center}.new-styles .b-team-info__picture img{display:inline;max-width:100%;height:auto}.new-styles .b-inner-nav-list{display:flex;flex-wrap:wrap;margin:0 0 16px;padding:0;list-style:none}.new-styles .b-inner-nav-list__item{position:relative;margin:0 0 10px;padding:0 6vw 0 0;font-size:20px;font-weight:600;line-height:36px}.new-styles .b-inner-nav-list__item:before{content:unset}.new-styles .b-inner-nav-list__link{cursor:pointer;color:#81a200;text-decoration:none;padding-bottom:2px;border-bottom:1px solid #7da12d}.new-styles .b-inner-nav-list__link:hover{color:#2e2e2e;border-color:#2e2e2e}.new-styles .b-inner-nav-list__link.active{color:#2e2e2e;border-color:transparent}.new-styles .b-erectors-list{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem}.new-styles .b-erectors-list__item{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}.new-styles .b-erectors-item{padding:30px 0}.new-styles .b-erectors-item__img{display:flex;align-items:flex-start;position:relative;overflow:hidden;box-shadow:6px 6px 0 0 #c0d54c}.new-styles .b-erectors-item__img>img{-ms-grid-row-align:center;align-self:center;width:100%}.new-styles .b-erectors-item__title{font-weight:600;font-size:18px;color:#2e2e2e;margin:30px 0 0}.new-styles .b-erectors-item__description{margin-top:10px;padding-right:20px;color:#5b5b5b}.new-styles .b-constructor-item{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;padding:20px 0}.new-styles .b-constructor-item__img{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);display:flex;align-items:flex-start;position:relative;height:-webkit-min-content;height:-moz-min-content;height:min-content;max-height:249px;overflow:hidden;box-shadow:6px 6px 0 0 #c0d54c}.new-styles .b-constructor-item__img>img{-ms-grid-row-align:center;align-self:center;max-width:100%}.new-styles .b-constructor-item__info{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}.new-styles .b-constructor-item__info-title{font-weight:600;font-size:18px;color:#2e2e2e;margin:0 0 18px}.new-styles .b-constructor-item__info-description{padding-right:15px;color:#5b5b5b;line-height:24px;font-weight:600}.new-styles .b-constructor-item__info-description-main{font-size:14px}.new-styles .b-constructor-item__info-description-quote{display:block;font-size:16px;font-style:italic;margin-top:16px}.new-styles .b-designer-item{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;padding:20px 0}.new-styles .b-designer-item__img{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);display:flex;align-items:flex-start;position:relative;height:-webkit-min-content;height:-moz-min-content;height:min-content;overflow:hidden;box-shadow:6px 6px 0 0 #c0d54c}.new-styles .b-designer-item__img>img{-ms-grid-row-align:center;align-self:center;width:100%}.new-styles .b-designer-item__info{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}.new-styles .b-designer-item__info-title{font-weight:600;font-size:18px;color:#2e2e2e;margin:0 0 18px}.new-styles .b-designer-item__info-description{padding-right:15px;color:#5b5b5b;line-height:24px;font-weight:600}.new-styles .b-designer-item__info-description-main{font-size:14px}.new-styles .b-designer-item__info-description-quote{display:block;font-size:16px;font-style:italic;margin-top:16px}.new-styles .b-designer-item__buttons .btn{display:inline-block;margin:9px 18px 9px 0;border:none;padding:11px 36px;font-size:14px;font-weight:600;line-height:1.2;color:#fff;background:0 0;border-radius:4px;text-align:center;text-decoration:none}.new-styles .b-designer-item__buttons .btn-green{background:#b0cb1f;box-shadow:0 3px #86a610}.new-styles .b-designer-item__buttons .btn-green:hover{background:#91a81a;transition:.3s}.new-styles .b-designer-item__buttons .btn-green:active{background:#505c0e}.new-styles .b-designer-item__buttons .btn-orange{background:#f48125;box-shadow:0 3px #ba6913}.new-styles .b-designer-item__buttons .btn-orange:hover{background:#e56c0c;transition:.3s}.new-styles .b-designer-item__buttons .btn-orange:active{background:#924507}.new-styles .b-vacancies{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;flex-wrap:wrap;align-items:stretch;margin-bottom:40px}.new-styles .b-vacancies__left,.new-styles .b-vacancies__right{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem)}.new-styles .b-vacancies-info{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;flex-wrap:wrap;align-items:stretch;margin-bottom:40px}.new-styles .b-vacancies-info__text{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);color:#5b5b5b;font-size:16px;font-weight:400;line-height:24px}.new-styles .b-vacancy-list{display:flex;flex-wrap:wrap;margin-left:-.9375rem;margin-right:-.9375rem;display:flex;flex-wrap:wrap;align-items:stretch}.new-styles .b-vacancy-list-item{box-sizing:border-box;word-wrap:break-word;margin-left:.9375rem;margin-right:.9375rem;width:calc(100% - 1.875rem);border-bottom:1px solid #ebeef2;padding:30px 10px 30px 0}.new-styles .b-vacancy-list-item__title{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;line-height:24px;margin-bottom:10px}.new-styles .b-vacancy-list-item__title-name{color:#b0cb1f;font-weight:600;font-size:18px}.new-styles .b-description-item,.new-styles .b-vacancy-list-item__title-price{color:#5b5b5b}.new-styles .b-description-item__name{font-weight:400}.new-styles .b-description-item__value{font-weight:700}.new-styles .b-information-picture{margin-bottom:18px}.new-styles .b-information-picture img{display:block;width:100%;height:auto}.new-styles .b-information__wrap{text-align:center;background-color:#ebeef2;padding:10% 15%}.new-styles .b-information__title{font-family:Lobster,cursive;font-size:24px;font-weight:700;letter-spacing:-.24px;line-height:30px;color:#2e2e2e}.new-styles .b-information__text{color:#5b5b5b;font-weight:600;font-size:14px;margin-top:18px}.new-styles .b-information__link{display:block;font-size:14px;margin-top:10px;line-height:30px}@media screen and (min-width:36rem){.container{max-width:31.875rem}.new-styles .b-erectors-list__item{width:calc(50% - 1.875rem)}.new-styles .b-erectors-item__img{height:-webkit-min-content;height:-moz-min-content;height:min-content;max-height:249px}}@media screen and (min-width:48rem){.container{max-width:43.125rem}.new-styles .b-team-info__picture,.new-styles .b-team-info__text{width:calc(50% - 1.875rem)}.new-styles .b-erectors-list__item{width:calc(33.33333% - 1.875rem)}.new-styles .b-constructor-item__img{width:calc(33.33333% - 1.875rem);max-height:249px}.new-styles .b-constructor-item__info{width:calc(66.66667% - 1.875rem)}.new-styles .b-designer-item__img{width:calc(33.33333% - 1.875rem);max-height:249px}.new-styles .b-designer-item__info{width:calc(66.66667% - 1.875rem)}.new-styles .b-vacancies__left{width:calc(58.33333% - 1.875rem)}.new-styles .b-vacancies__right{width:calc(41.66667% - 1.875rem)}}@media screen and (min-width:62rem){.container{max-width:58.125rem}.new-styles .b-constructor-item__img,.new-styles .b-erectors-list__item{width:calc(25% - 1.875rem)}.new-styles .b-constructor-item__info{width:calc(75% - 1.875rem)}.new-styles .b-designer-item__img{width:calc(25% - 1.875rem)}.new-styles .b-designer-item__info{width:calc(75% - 1.875rem)}}@media screen and (min-width:75rem){.container{max-width:69.375rem}}@media screen and (max-width:48rem){.new-styles .b-team-info__picture{margin-top:16px}.new-styles .b-constructor-item__img,.new-styles .b-designer-item__img{margin-bottom:16px}}@media screen and (max-width:47.99rem){.new-styles .b-constructor-item__info-title{text-align:center}}@media screen and (max-width:47.9rem){.new-styles .b-designer-item__info-title{text-align:center}.new-styles .b-designer-item__buttons .btn{display:block;margin-right:unset}}
.new-styles .filter-new-item__link{
	position: relative;
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	color: #81a200;
	display: block;
/* 	margin-top: 3px; */
	padding: 9px 26px 9px 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.new-styles .filter-new-item__link:after {
	border: 1px solid transparent;
	border-top-color: #81a200;
	border-right-color: #81a200;
	content: "";
	position: relative;
	left: 6px;
	width: 5px;
	height: 5px;
	pointer-events: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.new-styles .filter-new-item__link:hover:after{
	border-top-color: #1c1b17;
	border-right-color: #1c1b17;
	left: 8px;
}
/* End */


/* Start:/local/js/timer/jquery.countdown.css?16281455371710*/
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	/*border: 1px solid #ccc;*/
	/*background-color: #eee;*/
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    color: #cdeb29;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
}
.countdown-period {
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: lowercase;
}
.countdown-descr {
	display: block;
	width: 100%;
}

.wsTimer {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(115, 115, 115, 0.8);
    padding: 4px 4px 5px;
    border-radius: 5px 0 0 0;
    font-family: 'Open Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    color: #fff;
    width: 146px;
    border: 1px solid transparent;
    display: block;
}
.wsTimer__text {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 2px;
}
.defaultCountdown:after {
    content: '';
    display: table;
    clear: both;
}

.wsTimer.white {
    position: static;
    border-color: #EFEFEF;
    border-radius: 5px;
    background: #fff;
    color: #999999;
}
/* End */


/* Start:/local/templates/core/assets/css/styles.min.css?1737483034251823*/
/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@-webkit-keyframes lg-right-end {
  0%,
  to {
    left: 0
  }
  50% {
    left: -30px
  }
}

@keyframes lg-right-end {
  0%,
  to {
    left: 0
  }
  50% {
    left: -30px
  }
}

@-webkit-keyframes lg-left-end {
  0%,
  to {
    left: 0
  }
  50% {
    left: 30px
  }
}

@keyframes lg-left-end {
  0%,
  to {
    left: 0
  }
  50% {
    left: 30px
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

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

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

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

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

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

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px
}

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>*,
.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

.row-cols-4>*,
.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.col-auto,
.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%
}

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

.col-1,
.col-2,
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%
}

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

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

.col-4,
.col-5,
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%
}

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

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

.col-7,
.col-8,
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%
}

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

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

.col-10,
.col-11,
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%
}

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-sm-2>*,
  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-sm-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-sm-4>*,
  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-sm-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .col-sm-auto,
  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-sm-1,
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-sm-3,
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-sm-5,
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7,
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-sm-10,
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333%
  }
  .offset-sm-2 {
    margin-left: 16.66667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333%
  }
  .offset-sm-5 {
    margin-left: 41.66667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333%
  }
  .offset-sm-8 {
    margin-left: 66.66667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333%
  }
  .offset-sm-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-md-2>*,
  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-md-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-md-4>*,
  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .col-md-auto,
  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-1,
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-md-3,
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-md-5,
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7,
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-md-10,
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333%
  }
  .offset-md-2 {
    margin-left: 16.66667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333%
  }
  .offset-md-5 {
    margin-left: 41.66667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333%
  }
  .offset-md-8 {
    margin-left: 66.66667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333%
  }
  .offset-md-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-lg-2>*,
  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-lg-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-lg-4>*,
  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-lg-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .col-lg-auto,
  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-lg-1,
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-lg-3,
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-lg-5,
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7,
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-lg-10,
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333%
  }
  .offset-lg-2 {
    margin-left: 16.66667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333%
  }
  .offset-lg-5 {
    margin-left: 41.66667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333%
  }
  .offset-lg-8 {
    margin-left: 66.66667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333%
  }
  .offset-lg-11 {
    margin-left: 91.66667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .row-cols-xl-2>*,
  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .row-cols-xl-3>* {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .row-cols-xl-4>*,
  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
  .col-xl-auto,
  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-xl-1,
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }
  .col-xl-3,
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
  .col-xl-5,
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7,
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
  .col-xl-10,
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }
  .col-xl-11,
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333%
  }
  .offset-xl-2 {
    margin-left: 16.66667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333%
  }
  .offset-xl-5 {
    margin-left: 41.66667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333%
  }
  .offset-xl-8 {
    margin-left: 66.66667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333%
  }
  .offset-xl-11 {
    margin-left: 91.66667%
  }
}

.d-none {
  display: none!important
}

.d-inline {
  display: inline!important
}

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

.d-block {
  display: block!important
}

.d-table {
  display: table!important
}

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

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

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

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

@media (min-width:576px) {
  .d-sm-none {
    display: none!important
  }
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none!important
  }
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-table {
    display: table!important
  }
  .d-md-table-row {
    display: table-row!important
  }
  .d-md-table-cell {
    display: table-cell!important
  }
  .d-md-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-md-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none!important
  }
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-table {
    display: table!important
  }
  .d-lg-table-row {
    display: table-row!important
  }
  .d-lg-table-cell {
    display: table-cell!important
  }
  .d-lg-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none!important
  }
  .d-xl-inline {
    display: inline!important
  }
  .d-xl-inline-block {
    display: inline-block!important
  }
  .d-xl-block {
    display: block!important
  }
  .d-xl-table {
    display: table!important
  }
  .d-xl-table-row {
    display: table-row!important
  }
  .d-xl-table-cell {
    display: table-cell!important
  }
  .d-xl-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

@media print {
  .d-print-none {
    display: none!important
  }
  .d-print-inline {
    display: inline!important
  }
  .d-print-inline-block {
    display: inline-block!important
  }
  .d-print-block {
    display: block!important
  }
  .d-print-table {
    display: table!important
  }
  .d-print-table-row {
    display: table-row!important
  }
  .d-print-table-cell {
    display: table-cell!important
  }
  .d-print-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}

.flex-column,
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important
}

.flex-column {
  -webkit-box-orient: vertical!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important
}

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}

.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1!important;
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important
}

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

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

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

.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}

.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}

.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}

.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}

.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}

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

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

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

.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}

.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}

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

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

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

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

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

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

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

@media (min-width:576px) {
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-sm-column-reverse,
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .flex-sm-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }
  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:768px) {
  .flex-md-column,
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-md-column-reverse,
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .flex-md-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }
  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:992px) {
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-lg-column-reverse,
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .flex-lg-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }
  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

@media (min-width:1200px) {
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-xl-column-reverse,
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .flex-xl-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }
  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}

.m-0 {
  margin: 0!important
}

.mt-0,
.my-0 {
  margin-top: 0!important
}

.mr-0,
.mx-0 {
  margin-right: 0!important
}

.mb-0,
.my-0 {
  margin-bottom: 0!important
}

.ml-0,
.mx-0 {
  margin-left: 0!important
}

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

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

.mr-1,
.mx-1 {
  margin-right: .25rem!important
}

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

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

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

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

.mr-2,
.mx-2 {
  margin-right: .5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0!important
}

.pt-0,
.py-0 {
  padding-top: 0!important
}

.pr-0,
.px-0 {
  padding-right: 0!important
}

.pb-0,
.py-0 {
  padding-bottom: 0!important
}

.pl-0,
.px-0 {
  padding-left: 0!important
}

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

.pt-1,
.py-1 {
  padding-top: .25rem!important
}

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

.pb-1,
.py-1 {
  padding-bottom: .25rem!important
}

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

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

.pt-2,
.py-2 {
  padding-top: .5rem!important
}

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

.pb-2,
.py-2 {
  padding-bottom: .5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-n1,
.mx-n1 {
  margin-right: -.25rem!important
}

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

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

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

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

.mr-n2,
.mx-n2 {
  margin-right: -.5rem!important
}

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

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

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

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

.mr-n3,
.mx-n3 {
  margin-right: -1rem!important
}

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

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

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

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

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem!important
}

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

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

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

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

.mr-n5,
.mx-n5 {
  margin-right: -3rem!important
}

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

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

.m-auto {
  margin: auto!important
}

.mt-auto,
.my-auto {
  margin-top: auto!important
}

.mr-auto,
.mx-auto {
  margin-right: auto!important
}

.mb-auto,
.my-auto {
  margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
  margin-left: auto!important
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0!important
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0!important
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0!important
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0!important
  }
  .m-sm-1 {
    margin: .25rem!important
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem!important
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem!important
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem!important
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem!important
  }
  .m-sm-2 {
    margin: .5rem!important
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem!important
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem!important
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem!important
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem!important
  }
  .m-sm-3 {
    margin: 1rem!important
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem!important
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem!important
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem!important
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem!important
  }
  .m-sm-4 {
    margin: 1.5rem!important
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem!important
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem!important
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem!important
  }
  .m-sm-5 {
    margin: 3rem!important
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem!important
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem!important
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem!important
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem!important
  }
  .p-sm-0 {
    padding: 0!important
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0!important
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0!important
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0!important
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0!important
  }
  .p-sm-1 {
    padding: .25rem!important
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem!important
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem!important
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem!important
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem!important
  }
  .p-sm-2 {
    padding: .5rem!important
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem!important
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem!important
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem!important
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem!important
  }
  .p-sm-3 {
    padding: 1rem!important
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem!important
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem!important
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem!important
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem!important
  }
  .p-sm-4 {
    padding: 1.5rem!important
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem!important
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem!important
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem!important
  }
  .p-sm-5 {
    padding: 3rem!important
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem!important
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem!important
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem!important
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem!important
  }
  .m-sm-n1 {
    margin: -.25rem!important
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem!important
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem!important
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem!important
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem!important
  }
  .m-sm-n2 {
    margin: -.5rem!important
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem!important
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem!important
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem!important
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem!important
  }
  .m-sm-n3 {
    margin: -1rem!important
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem!important
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem!important
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem!important
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem!important
  }
  .m-sm-n4 {
    margin: -1.5rem!important
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem!important
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem!important
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem!important
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem!important
  }
  .m-sm-n5 {
    margin: -3rem!important
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem!important
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem!important
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem!important
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem!important
  }
  .m-sm-auto {
    margin: auto!important
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto!important
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto!important
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto!important
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto!important
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0!important
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0!important
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0!important
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0!important
  }
  .m-md-1 {
    margin: .25rem!important
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem!important
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem!important
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem!important
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem!important
  }
  .m-md-2 {
    margin: .5rem!important
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem!important
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem!important
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem!important
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem!important
  }
  .m-md-3 {
    margin: 1rem!important
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem!important
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem!important
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem!important
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem!important
  }
  .m-md-4 {
    margin: 1.5rem!important
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem!important
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem!important
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem!important
  }
  .m-md-5 {
    margin: 3rem!important
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem!important
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem!important
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem!important
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem!important
  }
  .p-md-0 {
    padding: 0!important
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0!important
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0!important
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0!important
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0!important
  }
  .p-md-1 {
    padding: .25rem!important
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem!important
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem!important
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem!important
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem!important
  }
  .p-md-2 {
    padding: .5rem!important
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem!important
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem!important
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem!important
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem!important
  }
  .p-md-3 {
    padding: 1rem!important
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem!important
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem!important
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem!important
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem!important
  }
  .p-md-4 {
    padding: 1.5rem!important
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem!important
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem!important
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem!important
  }
  .p-md-5 {
    padding: 3rem!important
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem!important
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem!important
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem!important
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem!important
  }
  .m-md-n1 {
    margin: -.25rem!important
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem!important
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem!important
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem!important
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem!important
  }
  .m-md-n2 {
    margin: -.5rem!important
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem!important
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem!important
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem!important
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem!important
  }
  .m-md-n3 {
    margin: -1rem!important
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem!important
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem!important
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem!important
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem!important
  }
  .m-md-n4 {
    margin: -1.5rem!important
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem!important
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem!important
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem!important
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem!important
  }
  .m-md-n5 {
    margin: -3rem!important
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem!important
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem!important
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem!important
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem!important
  }
  .m-md-auto {
    margin: auto!important
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto!important
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto!important
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto!important
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto!important
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0!important
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0!important
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0!important
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0!important
  }
  .m-lg-1 {
    margin: .25rem!important
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem!important
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem!important
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem!important
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem!important
  }
  .m-lg-2 {
    margin: .5rem!important
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem!important
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem!important
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem!important
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem!important
  }
  .m-lg-3 {
    margin: 1rem!important
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem!important
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem!important
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem!important
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem!important
  }
  .m-lg-4 {
    margin: 1.5rem!important
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem!important
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem!important
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem!important
  }
  .m-lg-5 {
    margin: 3rem!important
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem!important
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem!important
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem!important
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem!important
  }
  .p-lg-0 {
    padding: 0!important
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0!important
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0!important
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0!important
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0!important
  }
  .p-lg-1 {
    padding: .25rem!important
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem!important
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem!important
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem!important
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem!important
  }
  .p-lg-2 {
    padding: .5rem!important
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem!important
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem!important
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem!important
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem!important
  }
  .p-lg-3 {
    padding: 1rem!important
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem!important
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem!important
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem!important
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem!important
  }
  .p-lg-4 {
    padding: 1.5rem!important
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem!important
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem!important
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem!important
  }
  .p-lg-5 {
    padding: 3rem!important
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem!important
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem!important
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem!important
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem!important
  }
  .m-lg-n1 {
    margin: -.25rem!important
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem!important
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem!important
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem!important
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem!important
  }
  .m-lg-n2 {
    margin: -.5rem!important
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem!important
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem!important
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem!important
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem!important
  }
  .m-lg-n3 {
    margin: -1rem!important
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem!important
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem!important
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem!important
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem!important
  }
  .m-lg-n4 {
    margin: -1.5rem!important
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem!important
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem!important
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem!important
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem!important
  }
  .m-lg-n5 {
    margin: -3rem!important
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem!important
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem!important
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem!important
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem!important
  }
  .m-lg-auto {
    margin: auto!important
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto!important
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto!important
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto!important
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto!important
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0!important
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0!important
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0!important
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0!important
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0!important
  }
  .m-xl-1 {
    margin: .25rem!important
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem!important
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem!important
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem!important
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem!important
  }
  .m-xl-2 {
    margin: .5rem!important
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem!important
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem!important
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem!important
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem!important
  }
  .m-xl-3 {
    margin: 1rem!important
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem!important
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem!important
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem!important
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem!important
  }
  .m-xl-4 {
    margin: 1.5rem!important
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem!important
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem!important
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem!important
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem!important
  }
  .m-xl-5 {
    margin: 3rem!important
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem!important
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem!important
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem!important
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem!important
  }
  .p-xl-0 {
    padding: 0!important
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0!important
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0!important
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0!important
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0!important
  }
  .p-xl-1 {
    padding: .25rem!important
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem!important
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem!important
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem!important
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem!important
  }
  .p-xl-2 {
    padding: .5rem!important
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem!important
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem!important
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem!important
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem!important
  }
  .p-xl-3 {
    padding: 1rem!important
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem!important
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem!important
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem!important
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem!important
  }
  .p-xl-4 {
    padding: 1.5rem!important
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem!important
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem!important
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem!important
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem!important
  }
  .p-xl-5 {
    padding: 3rem!important
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem!important
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem!important
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem!important
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem!important
  }
  .m-xl-n1 {
    margin: -.25rem!important
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem!important
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem!important
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem!important
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem!important
  }
  .m-xl-n2 {
    margin: -.5rem!important
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem!important
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem!important
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem!important
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem!important
  }
  .m-xl-n3 {
    margin: -1rem!important
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem!important
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem!important
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem!important
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem!important
  }
  .m-xl-n4 {
    margin: -1.5rem!important
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem!important
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem!important
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem!important
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem!important
  }
  .m-xl-n5 {
    margin: -3rem!important
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem!important
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem!important
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem!important
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem!important
  }
  .m-xl-auto {
    margin: auto!important
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto!important
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto!important
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto!important
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto!important
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

@font-face {
  font-family: "lg";
  src: url(/local/templates/core/assets/fonts/lg.ttf?22t19m=) format("truetype"), url(/local/templates/core/assets/fonts/lg.woff?22t19m=) format("woff"), url(/local/templates/core/assets/fonts/lg.svg?22t19m=##lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.lg-icon {
  font-family: "lg"!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: 0;
  background-color: transparent
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff
}

.lg-actions .lg-next {
  right: 20px
}

.lg-actions .lg-next:before {
  content: "\e095"
}

.lg-actions .lg-prev {
  left: 20px
}

.lg-actions .lg-prev:after {
  content: "\e094"
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, .45);
  left: 0
}

.lg-toolbar {
  top: 0;
  width: 100%;
  z-index: 1082;
  position: absolute
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: medium;
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
  color: #fff
}

.lg-toolbar .lg-close:after {
  content: "\e070"
}

.lg-toolbar .lg-download:after {
  content: "\e0f2"
}

.lg-sub-html {
  bottom: 0;
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
  transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
  -o-transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1)!important;
  transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s!important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item,
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item,
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s!important;
  -o-transition-duration: 0s!important;
  transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0)
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px
}

@media (min-width:1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium;
  border: 0
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/local/templates/core/assets/img/vimeo-play.png) no-repeat 0 0
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/local/templates/core/assets/img/vimeo-play.png) no-repeat 0 -58px
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(/local/templates/core/assets/img/video-play.png) no-repeat 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/local/templates/core/assets/img/youtube-play.png) no-repeat 0 0
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/local/templates/core/assets/img/youtube-play.png) no-repeat 0 -60px
}

.lg-outer .lg-video-object {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity .08s ease 0s;
  -o-transition: opacity .08s ease 0s;
  transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1
}

.lg-autoplay-button:after {
  content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
  transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
  -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
  -o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s!important;
  transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s!important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

#lg-zoom-in:after {
  content: "\e311"
}

#lg-actual-size {
  font-size: 20px
}

#lg-actual-size:after {
  content: "\e033"
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none
}

#lg-zoom-out:after {
  content: "\e312"
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
  width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
  box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0
}

.lg-fullscreen:after {
  content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
  transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
  -o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
  transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto
}

.lg-outer #lg-share {
  position: relative
}

.lg-outer #lg-share:after {
  content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904"
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907"
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905"
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906"
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
  -o-transition: -o-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
  -o-transition: transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
  transition: transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
  transition: transform .3s cubic-bezier(.32, 0, .67, 0) 0s, -webkit-transform .3s cubic-bezier(.32, 0, .67, 0) 0s
}

.lg-rotate-left:after {
  content: "\e900"
}

.lg-rotate-right:after {
  content: "\e901"
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px
}

.lg-flip-hor:after {
  content: "\e902"
}

.lg-flip-ver:after {
  content: "\e903"
}

.group {
  *zoom: 1
}

.group:after,
.group:before {
  display: table;
  content: "";
  line-height: 0
}

.group:after {
  clear: both
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.lg-outer.lg-visible {
  opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit!important;
  -o-transition-duration: inherit!important;
  transition-duration: inherit!important;
  -webkit-transition-timing-function: inherit!important;
  -o-transition-timing-function: inherit!important;
  transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s!important;
  -o-transition-duration: 0s!important;
  transition-duration: 0s!important;
  opacity: 1
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap
}

.lg-outer .lg-item {
  background: url(/local/templates/core/assets/img/loading.gif) no-repeat center center;
  display: none!important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}

.lg-outer .lg-img-wrap {
  display: inline-block;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

.lg-outer .lg-item.lg-complete {
  background-image: none
}

.lg-outer .lg-item.lg-current {
  z-index: 1060
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto!important;
  height: auto!important
}

.lg-backdrop,
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000
}

.lg-backdrop.in,
.lg-css3.lg-fade .lg-item.lg-current,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s!important;
  -o-transition: none 0s ease 0s!important;
  transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s
}

.lg-css3.lg-fade .lg-item,
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px
}

.choices:focus {
  outline: 0
}

.choices:last-child {
  margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.choices.is-disabled .choices__item {
  cursor: not-allowed
}

.choices[data-type*=select-one] {
  cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
  box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px
}

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

.choices__list--single {
  display: inline-block;
  width: 100%
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px
}

.choices__list--single .choices__item {
  width: 100%
}

.choices__list--multiple {
  display: inline
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191
}

.choices__list--dropdown {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all
}

.choices__list--dropdown.is-active {
  display: block
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right
}

@media (min-width:640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5
}

.choices__item {
  cursor: default
}

.choices__item--selectable {
  cursor: pointer
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer
}

.choices__button:focus,
.choices__input:focus {
  outline: 0
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0
}

.choices__placeholder {
  opacity: .5
}

.choices[data-type*=select-multiple] .choices__input.is-hidden,
.choices[data-type*=select-one] .choices__input.is-hidden,
.choices__input.is-hidden {
  display: none
}

.choices[data-type*=select-one] {
  height: 100%;
  font-size: 1.4rem;
  color: #5b5b5b;
  margin: 0;
  position: relative;
  padding-right: 2.8rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px
}

.choices[data-type*=select-one].is-open {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  background: #f7f7f7
}

.choices[data-type*=select-one]::after,
.choices__item--choice:hover::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.choices[data-type*=select-one]::after {
  font-family: fa;
  font-size: 1.4rem;
  color: #afc943;
  border: 0;
  right: 1rem;
  height: auto;
  margin: 0;
  content: "\f078";
  width: auto
}

.choices[data-type*=select-one].is-open::after {
  content: "\f077";
  border: 0;
  margin: 0
}

.choices__inner {
  background: 0 0;
  min-height: 3rem;
  height: 100%;
  white-space: nowrap;
  padding-right: 0;
  border: 0
}

.choices__list--single {
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.choices__list--dropdown {
  background: #fff;
  z-index: 56;
  padding: 0
}

.choices__item--choice,
.choices__item--choice:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.choices__item--choice {
  padding: 1rem .5rem 1rem 1.5rem!important;
  margin: auto
}

.choices__item--choice:hover {
  background: #f7f7f7;
  color: #afc943
}

.choices__item--choice:hover::before {
  content: "";
  width: 2px;
  height: 2rem;
  background: #afc943;
  left: 0
}

select.js-select-autocomplete,
select.js-select-default {
  opacity: 0;
  visibility: hidden
}


/*! nouislider - 14.0.3 - 10/10/2019 */

@keyframes drift-fadeZoomIn {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  15% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
  }
}

@keyframes drift-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg)
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg)
  }
}

@keyframes drift-loader-before {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  10%,
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
    transform: scale(1.2) translateX(6px)
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
    transform: scale(1.3) translateX(8px)
  }
  60%,
  90% {
    -webkit-transform: scale(.8) translateX(6px);
    transform: scale(.8) translateX(6px)
  }
  75% {
    -webkit-transform: scale(.7) translateX(8px);
    transform: scale(.7) translateX(8px)
  }
}

@keyframes drift-loader-after {
  0%,
  50%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  10%,
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
    transform: scale(1.2) translateX(-6px)
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
    transform: scale(1.3) translateX(-8px)
  }
  60%,
  90% {
    -webkit-transform: scale(.8) translateX(-6px);
    transform: scale(.8) translateX(-6px)
  }
  75% {
    -webkit-transform: scale(.7) translateX(-8px);
    transform: scale(.7) translateX(-8px)
  }
}

@-webkit-keyframes drift-fadeZoomIn {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes drift-fadeZoomOut {
  0% {
    -webkit-transform: scale(1);
    opacity: 1
  }
  15% {
    -webkit-transform: scale(1.1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(.5);
    opacity: 0
  }
}

@-webkit-keyframes drift-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0)
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg)
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg)
  }
}

@-webkit-keyframes drift-loader-before {
  0%,
  50%,
  to {
    -webkit-transform: scale(1)
  }
  10%,
  40% {
    -webkit-transform: scale(1.2) translateX(6px)
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px)
  }
  60%,
  90% {
    -webkit-transform: scale(.8) translateX(6px)
  }
  75% {
    -webkit-transform: scale(.7) translateX(8px)
  }
}

@-webkit-keyframes drift-loader-after {
  0%,
  50%,
  to {
    -webkit-transform: scale(1)
  }
  10%,
  40% {
    -webkit-transform: scale(1.2) translateX(-6px)
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px)
  }
  60%,
  90% {
    -webkit-transform: scale(.8) translateX(-6px)
  }
  75% {
    -webkit-transform: scale(.7) translateX(-8px)
  }
}

@-webkit-keyframes blinkMedium {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  50% {
    -webkit-transform: translateY(-4px) scale(1.4);
    transform: translateY(-4px) scale(1.4)
  }
  80% {
    -webkit-transform: translateY(4px) scale(1.6);
    transform: translateY(4px) scale(1.6)
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
  }
}

@keyframes blinkMedium {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  50% {
    -webkit-transform: translateY(-4px) scale(1.4);
    transform: translateY(-4px) scale(1.4)
  }
  80% {
    -webkit-transform: translateY(4px) scale(1.6);
    transform: translateY(4px) scale(1.6)
  }
  to {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1)
  }
}

@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scaleIn {
  0% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(9);
    transform: scale(9)
  }
  to {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0
  }
}

@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(9);
    transform: scale(9)
  }
  to {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5rem);
    transform: translateY(5rem)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem)
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem)
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25) translateY(-200px);
    transform: scale(1.25) translateY(-200px)
  }
  to {
    opacity: 100%;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.25) translateY(-200px);
    transform: scale(1.25) translateY(-200px)
  }
  to {
    opacity: 100%;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 100%;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.25) translateY(-200px);
    transform: scale(1.25) translateY(-200px)
  }
}

@keyframes fadeOut {
  0% {
    opacity: 100%;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.25) translateY(-200px);
    transform: scale(1.25) translateY(-200px)
  }
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative;
  direction: ltr
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat
}

.noUi-connect {
  height: 100%;
  width: 100%
}

.noUi-origin {
  height: 10%;
  width: 10%
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0
}

.noUi-vertical .noUi-origin {
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.noUi-state-drag * {
  cursor: inherit!important
}

.noUi-horizontal {
  height: 18px
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
  border-radius: 3px
}

.noUi-connect {
  background: #3fb8af
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 17px
}

[disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%
}

.drift-zoom-pane {
  background: rgba(0, 0, 0, .5);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
  -webkit-animation: drift-fadeZoomIn 180ms ease-out
}

.drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
  -webkit-animation: drift-fadeZoomOut 210ms ease-in
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .3)
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: drift-loader-rotate 1800ms infinite linear;
  -webkit-animation: drift-loader-rotate 1800ms infinite linear
}

.drift-zoom-pane-loader:after,
.drift-zoom-pane-loader:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .9)
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: drift-loader-before 1800ms infinite linear;
  -webkit-animation: drift-loader-before 1800ms infinite linear
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: drift-loader-after 1800ms infinite linear;
  -webkit-animation: drift-loader-after 1800ms infinite linear;
  animation-delay: -900ms;
  -webkit-animation-delay: -900ms
}

.drift-bounding-box {
  background-color: rgba(0, 0, 0, .4)
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}

.simplebar-mask,
.simplebar-offset {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0
}

.simplebar-mask {
  overflow: hidden;
  width: auto!important;
  height: auto!important;
  z-index: 0;
  direction: inherit
}

.simplebar-offset {
  direction: inherit!important;
  -webkit-box-sizing: inherit!important;
  box-sizing: inherit!important;
  resize: none!important;
  -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0
}

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

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit!important;
  box-sizing: inherit!important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0
}

.simplebar-height-auto-observer,
.simplebar-track {
  position: absolute;
  pointer-events: none;
  overflow: hidden
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  z-index: -1
}

.simplebar-track {
  z-index: 1;
  right: 0;
  bottom: 0
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  min-height: 0;
  min-width: 10px;
  width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none
}

* {
  margin: 0;
  padding: 0
}

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

a:focus {
  outline: 0
}

::-moz-selection {
  background: #afc943;
  color: #fff
}

::selection {
  background: #afc943;
  color: #fff
}

ol,
ul {
  list-style: none
}

p {
  margin-bottom: 2rem
}

body,
html {
  height: 100%
}

html {
  font-size: 62.5%
}

@media (min-width:768px) {
  html {
    font-size: 50%
  }
}

@media (min-width:992px) {
  html {
    font-size: 62.5%
  }
}

body {
  background: #fff;
  padding-top: 4rem;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  color: #5b5b5b
}

a {
  text-decoration: none;
  color: #81a200
}

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

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1280px
}

.overlay {
  background: rgba(0, 0, 0, .5);
  z-index: 101;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.page-promo {
  margin-bottom: 4rem
}

.simplebar-scrollbar {
  background: #000;
  border-radius: 5px
}

.simplebar-track {
  background: #d3d3d3;
  border-radius: 5px
}

.simplebar-vertical {
  width: 4px!important
}

.simplebar-horizontal {
  height: 4px!important
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 100%
}

.js-custom-scroll {
  overflow-y: auto;
  overflow-x: hidden
}

.scroll-up {
  position: fixed;
  right: 1.5rem;
  bottom: 5rem;
  opacity: .6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer
}

.scroll-up:hover {
  opacity: 1
}

@media (max-width:767px) {
  .scroll-up {
    display: none
  }
}

@media (min-width:1200px) {
  .scroll-up {
    right: 10%
  }
}

.scroll-up svg {
  width: 4rem;
  height: 4rem;
  fill: #81a200
}

.primary {
  margin-top: 4rem
}

.primary .author,
.primary .catalog-file,
.primary .order-widget,
.primary .sidebar-banner {
  margin-bottom: 2.5rem
}

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

.center-text,
.text-center {
  text-align: center
}

.mb-medium,
.mb-small {
  margin-bottom: 2rem
}

@media (min-width:768px) {
  .mb-medium {
    margin-bottom: 3rem
  }
}

@media (min-width:992px) {
  .mb-medium {
    margin-bottom: 4rem
  }
}

.mb-big {
  margin-bottom: 8rem
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

@media (min-width:768px) {
  .js-sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 55
  }
}

@font-face {
  font-family: "fa";
  src: url(/local/templates/core/assets/fonts/fa-regular-400.woff2) format("woff2"), url(/local/templates/core/assets/fonts/fa-regular-400.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.1;
  color: #2e2e2e
}

.h1 small,
.h1 span,
.h2 small,
.h2 span,
.h3 small,
.h3 span,
.h4 small,
.h4 span,
.h5 small,
.h5 span,
.h6 small,
.h6 span,
h1 small,
h1 span,
h2 small,
h2 span,
h3 small,
h3 span,
h4 small,
h4 span,
h5 small,
h5 span,
h6 small,
h6 span {
  color: #999;
  font-size: smaller;
  font-weight: 400
}

.h1 .icon,
.h2 .icon,
.h3 .icon,
.h4 .icon,
.h5 .icon,
.h6 .icon,
.items-carousel-wrap--no-gutter .default-carousel-next:hover .icon,
.items-carousel-wrap--no-gutter .default-carousel-prev:hover .icon,
h1 .icon,
h2 .icon,
h3 .icon,
h4 .icon,
h5 .icon,
h6 .icon {
  fill: #afc943
}

.h1,
h1 {
  font-size: 2.4rem;
  margin-bottom: 2rem
}

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

.h3,
h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem
}

.h4,
h4 {
  font-size: 1.6rem;
  margin-bottom: 1.4rem
}

.h5,
h5 {
  font-size: 1.4rem;
  margin-bottom: 1.2rem
}

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

.secondary-heading {
  font-family: "Lobster", Arial, sans-serif;
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 2rem
}

.table td strong,
strong {
  font-weight: 600
}

.post p,
.post>* {
  margin: 0 0 3rem
}

.post a:hover {
  text-decoration: underline
}

.post>ul {
  list-style-position: inside;
  list-style-type: disc
}

.post>ol {
  counter-reset: item-counter
}

.post>ol li {
  counter-increment: item-counter
}

.post>ol li::before {
  content: counter(item-counter) ". ";
  font-weight: 700
}

.post blockquote {
  border-left: .3rem solid #a8d000;
  padding-left: 2.5rem
}

.post .float-left {
  float: left;
  margin: 1.5rem 1.5rem 1.5rem 0
}

.post .float-right {
  float: right;
  margin: 1.5rem 0 1.5rem 1.5rem
}

.list {
  margin-bottom: 2rem
}

.list li {
  position: relative;
  color: #606060;
  padding: 0 0 0 2.5rem;
  margin: .5rem 0
}

.list li::before {
  width: .8rem;
  height: .8rem;
  background: #81a200;
  position: absolute;
  left: 0;
  top: .8rem;
  content: "";
  border-radius: 50%
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 1.4rem
}

::-moz-placeholder {
  color: #999;
  font-size: 1.4rem
}

:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #999;
  font-size: 1.4rem
}

::placeholder {
  color: #999;
  font-size: 1.4rem
}

input,
textarea {
  padding: 1rem 1.5rem;
  width: 100%;
  outline: 0
}

input {
  border: 1px solid #ccc;
  border-radius: 3px
}

textarea {
  resize: vertical;
  font-family: "Open Sans", Arial, sans-serif
}

button,
button:focus {
  outline: 0;
  font-family: "Open Sans", Arial, sans-serif
}

.checkbox-label__main,
label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.checkbox-label__main {
  font-size: 1.4rem;
  cursor: pointer;
  color: #5b5b5b;
  height: 100%;
  padding: 0 1.5rem 0 2.5rem;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  min-width: 1.6rem;
  min-height: 1.6rem
}

.checkbox-label__main::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  line-height: 1.6rem;
  font-family: fa;
  font-size: 1.2rem
}

.checkbox-label__input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden
}

.checkbox-label__input:checked+.checkbox-label__main::before {
  content: "\f00c";
  width: 1.6rem;
  height: 1.6rem;
  background: #afc943;
  border-color: #afc943
}

.radio-label__main {
  font-size: 1.4rem;
  cursor: pointer;
  color: #5b5b5b;
  height: 100%;
  padding: 0 1.5rem 0 2.5rem;
  position: relative;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.radio-label__main::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  line-height: 1.6rem;
  border-radius: 50%;
  background: #fff
}

.radio-label__input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  visibility: hidden
}

.radio-label__input:checked+.radio-label__main::before {
  border-width: .5rem;
  border-color: #afc943
}

.upload-file {
  position: relative
}

.upload-file__icon.icon {
  fill: #afc943;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.upload-file__upload {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1
}

.upload-file__label {
  font-size: 1.4rem;
  color: #999;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  display: block;
  border: 1px dashed #e6e6e6;
  border-radius: .25rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  line-height: 1
}

.upload-file__label span {
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  margin-left: 1rem
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem
}

.table td,
.table th {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e6e6e6
}

.table th {
  font-weight: 600;
  font-size: 1.6rem
}

.table td {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative
}

.table td:first-child::before {
  content: "";
  width: .3rem;
  height: 2rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0
}

.table td:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2rem;
  background: #e6e6e6;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px
}

.table td svg {
  width: 1.5rem;
  height: 1.5rem
}

.table tr:hover td {
  background: #f5f5f5
}

.table tr:hover td::before {
  background: #afc943
}

.ui-demo {
  margin-top: 3rem
}

.ui-demo__section {
  margin-top: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem
}

.ui-demo__section>.btn {
  margin-right: 1rem
}

.icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle
}

.header-top-area {
  background: #b0cb1f
}

.header-top-area.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 55
}

.header-top-area__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 4rem
}

@media (max-width:768px) {
  .header-top-area__body {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.header-top-area__link {
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-left: 4rem
}

@media (min-width:768px) {
  .header-top-area__link {
    border-bottom: 1px dotted #fff
  }
}

@media (max-width:768px) {
  .header-top-area__link {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 0 2.5rem
  }
}

.header-top-area__link:hover,
.header-top-area__link[href*=mailto],
.header-top-area__location-link:hover {
  border-bottom-color: transparent
}

.header-top-area__link-icon {
  fill: #fff;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: -2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:768px) {
  .header-top-area__link-icon {
    left: 0;
    width: 2rem;
    height: 2rem
  }
}

.header-top-area__link-order {
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 1.4rem;
  font-weight: 600
}

.header-top-area__location-link {
  font-weight: 400;
  margin: 0 1rem;
  border-bottom: 1px dotted #fff;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  margin-left: 4rem;
  color: #fff
}

.header-top-area__location-link-icon {
  fill: #fff;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header-top-area__btn.btn {
  font-size: 1.4rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  white-space: nowrap;
  position: relative;
  top: -1px
}

@media (max-width:768px) {
  .header-top-area__btn.btn {
    margin-left: auto
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1rem;
  position: relative;
  padding: 1.5rem 0
}

@media (max-width:767px) {
  .header {
    border-bottom: 1px solid #ccc
  }
}

.header>* {
  padding: 0 1.5rem
}

.header .logo,
.header .logo img {
  max-height: 5.3rem
}

@media (max-width:575px) {
  .header .logo {
    padding: 0
  }
}

.header__company-motto {
  max-width: 16rem;
  -ms-flex-preferred-size: 16rem;
  flex-basis: 16rem
}

.header__company-motto-desc {
  font-size: 1.4rem
}

.header__search-form {
  padding-top: .2rem;
  height: 4rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 56;
  background: #afc943;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0
}

.header.is-searchbar-opened .header__search-form {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.header__search-form .js-close-searchbar {
  padding: 0;
  border: 0;
  position: absolute;
  right: 0;
  width: 2rem;
  background: 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2rem;
  cursor: pointer
}

.header__search-form .js-close-searchbar svg {
  fill: #fff;
  width: 100%;
  height: 100%
}

.header__header-contacts {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto
}

.header .container-fluid,
.header .container-lg,
.header .container-md,
.header .container-sm,
.header .container-xl {
  padding-right: 4rem;
  position: relative
}

.footer {
  background: #5b5b5b;
  margin-top: 3rem;
  color: #fff
}

@media (min-width:576px) {
  .footer {
    margin-top: 5rem
  }
}

@media (min-width:768px) {
  .footer {
    margin-top: 6rem;
    padding: 4rem 0 2rem
  }
}

@media (min-width:992px) {
  .footer {
    margin-top: 8rem
  }
}

.footer .footer-collapse__body .footer-about {
  margin-bottom: 2rem;
  font-size: 1.4rem
}

.footer .footer-collapse__body .logo {
  margin: 0 0 2rem
}

.footer .footer-collapse__body .footer-contacts__tel {
  color: #e6e6e6
}

.footer .footer-collapse__body .footer-contacts__tel-icon {
  fill: #e6e6e6;
  margin: -3px 1rem 0 0
}

.footer .footer-collapse__body .footer-contacts__request-wrap {
  margin: 2rem 0 0
}

.footer .footer-collapse__body .footer-contacts__request {
  font-size: 1.4rem;
  padding: .5rem 1rem
}

.footer .footer-collapse__body .footer-contacts {
  margin-bottom: 2rem
}

.footer .soc {
  margin-bottom: 2.5rem
}

.footer .soc-heading {
  font-size: 1.6rem;
  margin-bottom: 1rem
}

.footer .copy {
  line-height: 1.3
}

.footer .copy span {
  display: block
}

.summary {
  border-top: 5px solid #eceef2;
  margin-top: 5rem;
  padding: 3rem 0 0
}

@media (min-width:768px) {
  .summary .container-fluid>.row>[class*=col]:not(:first-child),
  .summary .container-lg>.row>[class*=col]:not(:first-child),
  .summary .container-md>.row>[class*=col]:not(:first-child),
  .summary .container-sm>.row>[class*=col]:not(:first-child),
  .summary .container-xl>.row>[class*=col]:not(:first-child) {
    border-left: 1px solid #e6e6e6
  }
}

.summary__heading {
  font-size: 2.4rem;
  margin: 0 0 3rem;
  font-family: "Lobster", Arial, sans-serif;
  color: #000;
  font-weight: 700;
  padding-left: 4.5rem;
  position: relative;
  line-height: 1.3
}

.summary__heading-icon {
  fill: #afc943;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  top: .2rem
}

.summary__address {
  font-style: normal;
  max-width: 42rem
}

.summary__address strong {
  font-size: 1.6rem
}

.summary__address p {
  font-size: 1.4rem;
  margin: 0 0 1rem
}

.summary__body {
  padding: 0 1.5rem 0 4.5rem
}

.summary__phone {
  font-weight: 600;
  color: #2b2a29;
  font-size: 2.4rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-right: 2rem
}

.summary__phone:hover {
  color: #afc943
}

.summary__order-wrap,
.summary__schedule-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem
}

@media (min-width:768px) {
  .summary__order-wrap,
  .summary__schedule-wrap {
    margin-bottom: 2rem
  }
}

.summary__btn {
  min-width: 20rem;
  margin-right: 2rem;
  margin-bottom: 1rem
}

.summary__schedule {
  font-size: 1.4rem;
  color: #787878
}

.summary__note {
  font-size: 1.2rem;
  color: #ff7934;
  margin-bottom: 1rem;
  max-width: 20rem
}

.sidebar-area .h2,
.sidebar-area .h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 2.5rem;
  line-height: 1.1;
  font-weight: 600
}

.sidebar-area>:not(:last-child) {
  margin-bottom: 2.5rem
}

.items-carousel-wrap {
  position: relative;
  padding: 0 3.5rem
}

.items-carousel-wrap--no-gutter {
  padding: 0
}

.items-carousel-wrap--no-gutter .default-carousel-next,
.items-carousel-wrap--no-gutter .default-carousel-prev {
  width: 4rem;
  height: 6rem;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.items-carousel-wrap--no-gutter .default-carousel-next:hover,
.items-carousel-wrap--no-gutter .default-carousel-prev:hover {
  border-color: #e6e6e6;
  background: #fff
}

.items-carousel-wrap--no-gutter .default-carousel-next__icon,
.items-carousel-wrap--no-gutter .default-carousel-prev__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.items-carousel-wrap--no-gutter .default-carousel-prev {
  left: 0;
  -webkit-transform: translate(1rem, -50%);
  -ms-transform: translate(1rem, -50%);
  transform: translate(1rem, -50%)
}

@media (min-width:1300px) {
  .items-carousel-wrap--no-gutter .default-carousel-prev {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
}

.items-carousel-wrap--no-gutter .default-carousel-next {
  right: 0;
  -webkit-transform: translate(-1rem, -50%);
  -ms-transform: translate(-1rem, -50%);
  transform: translate(-1rem, -50%)
}

@media (min-width:1300px) {
  .items-carousel-wrap--no-gutter .default-carousel-next {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
  }
}

.items-carousel {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.items-carousel.swiper-container-initialized {
  opacity: 1;
  visibility: visible
}

.default-pagination {
  text-align: center;
  margin-top: 2rem
}

.default-pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 .5rem;
  display: inline-block;
  border: .3rem solid #afc943;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  outline: 0;
  z-index: 3
}

.default-pagination .swiper-pagination-bullet-active {
  background: #afc943;
  cursor: default
}

.default-carousel-next,
.default-carousel-prev {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: 0;
  margin-top: -3rem;
  z-index: 3
}

.default-carousel-next__icon,
.default-carousel-prev__icon {
  fill: #999;
  width: 3rem;
  height: 3rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.default-carousel-next:hover .icon,
.default-carousel-prev:hover .icon {
  fill: #afc943
}

.default-carousel-prev {
  left: 0
}

.default-carousel-next {
  right: 0
}

.items-carousel .product {
  height: auto
}

.items-carousel .swiper-slide:not(.swiper-slide-active) .product {
  margin-left: -1px
}

.disabled .swiper-pagination-bullets,
.swiper-button-disabled {
  display: none
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0
}

.tabs__item {
  font-size: 1.4rem;
  font-weight: 600
}

.tabs__link {
  color: #999;
  display: block;
  background: #f7f7f7;
  padding: 1.5rem 2rem;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  cursor: pointer;
  position: relative;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: .7rem .7rem 0 0
}

.tabs__link:hover {
  background: #fff;
  color: #000;
  text-decoration: none
}

.tabs__link.is-active {
  background: #fff;
  cursor: default;
  color: #000
}

.tabs__link.is-active::after {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  background: #afc943;
  height: 3px;
  bottom: 0
}

.tabs__panes {
  border-top: 1px solid #ccc
}

.tabs__tab-pane {
  padding: 2rem 0;
  display: none
}

.tabs__tab-pane.is-active {
  display: block
}

.catalog {
  margin-bottom: 4rem
}

@media (min-width:768px) {
  .catalog {
    margin-bottom: 6rem
  }
}

.catalog__header {
  padding: 0 0 2.5rem
}

@media (min-width:768px) {
  .catalog__header-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.catalog__header-controls-sort {
  color: #5b5b5b;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width:768px) {
  .catalog__header-controls-sort {
    white-space: nowrap;
    margin-bottom: 0;
    display: block
  }
}

.catalog__header-controls-sort-name {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%
}

@media (min-width:768px) {
  .catalog__header-controls-sort-name {
    display: inline-block;
    vertical-align: middle
  }
}

.catalog__header-controls-sort-list {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media (min-width:768px) {
  .catalog__header-controls-sort-list {
    text-align: left;
    display: inline-block;
    vertical-align: middle
  }
}

.catalog__header-controls-sort-item {
  line-height: 1.2;
  margin-left: 1rem
}

.catalog__header-controls-sort-item:not(:first-child),
.inline-list div:not(:first-child) {
  margin-top: .5rem
}

@media (min-width:768px) {
  .catalog__header-controls-sort-item {
    display: inline-block;
    vertical-align: middle
  }
  .catalog__header-controls-sort-item:not(:first-child) {
    margin-top: 0
  }
}

.catalog__header-controls-sort-item.active a {
  font-weight: 700;
  border-bottom-color: transparent;
  color: #5b5b5b
}

.catalog__header-controls-sort-link {
  border-bottom: 1px dotted #afc943;
  color: #afc943
}

.catalog__header-controls-sort-link:hover {
  border-bottom-color: transparent
}

.catalog__header .pagination-wrap {
  text-align: left
}

.catalog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.catalog-promo {
  text-align: center
}

@media (min-width:768px) {
  .catalog-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.catalog-promo__heading {
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1rem
}

@media (min-width:768px) {
  .catalog-promo__heading {
    margin-bottom: 0
  }
}

.catalog-promo__btn.btn {
  font-size: 1.4rem;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  border: 2px solid transparent;
  background: 0 0;
  text-align: center;
  cursor: pointer;
  color: #999;
  line-height: 1.2;
  outline: 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  border-radius: 4rem;
  position: relative;
  font-weight: 600;
  width: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.btn--primary {
  color: #fff;
  background: #a6bf40;
  -webkit-box-shadow: 0 2px 0 #83a432;
  box-shadow: 0 2px 0 #83a432
}

.btn--primary:hover {
  background: #9eb53c
}

.btn--primary:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn--primary-reverse {
  color: #a6bf40;
  border-color: #a6bf40
}

.btn--primary-reverse:hover {
  color: #fff;
  background: #a6bf40;
  border-color: #a6bf40
}

.btn--secondary {
  color: #fff;
  background: #ff7934;
  -webkit-box-shadow: 0 2px 0 #c96d23;
  box-shadow: 0 2px 0 #c96d23
}

.btn--secondary:hover {
  background: #e66d2f
}

.btn--secondary:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn--secondary-reverse {
  color: #ff7934;
  border-color: #ff7934
}

.btn--secondary-reverse:hover {
  color: #fff;
  background: #ff7934;
  border-color: #ff7934
}

.btn--tertiary {
  color: #fff
}

.btn--tertiary,
.btn--tertiary:hover {
  background: #81a200
}

.btn--tertiary-reverse {
  color: #81a200;
  border-color: #81a200
}

.btn--tertiary-reverse:hover {
  color: #fff;
  background: #81a200;
  border-color: #81a200
}

.btn--gray {
  background: #ccc;
  color: #fff
}

.btn--gray:hover {
  background: #333
}

.btn--gray-reverse {
  color: #ccc;
  border-color: #ccc
}

.btn--gray-reverse:hover {
  border-color: #ccc
}

.btn--danger,
.btn--gray-reverse:hover {
  background: #ccc;
  color: #fff
}

.btn--danger:hover {
  background: #333
}

.btn--danger-reverse {
  color: #ccc;
  border-color: #ccc
}

.btn--danger-reverse:hover {
  color: #fff;
  background: #ccc;
  border-color: #ccc
}

.btn--xs {
  font-size: 1.6rem;
  padding: 1rem
}

.btn--sm {
  font-size: 1.8rem;
  padding: 1.4rem 3rem
}

.btn--lg {
  font-size: 2.2rem;
  padding: 2.5rem 7rem
}

.btn--xg {
  font-size: 2.4rem;
  padding: 3rem 8rem
}

.btn__icon {
  fill: #fff;
  color: #fff;
  max-width: 1.5rem;
  max-height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem
}

.btn[disabled] {
  opacity: .7;
  cursor: default;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%)
}

.logo__wrap {
  display: block;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.header-contacts__messenger-link:hover img,
.logo__wrap:hover {
  opacity: .8
}

.logo__img {
  max-height: 100%;
  display: block;
  height: auto
}

.search-form {
  position: relative
}

.search-form__input {
  padding-right: 3rem;
  border-radius: 5rem
}

.search-form__submit {
  position: absolute;
  right: .7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  background: #ff7934;
  border-radius: 50%;
  border: 0
}

.search-form__icon {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.search-form__icon:hover {
  fill: #000
}

.header-contacts {
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 1.2;
  position: relative;
  padding: .5rem 2rem
}

.header-contacts:hover .header-contacts__body {
  opacity: 1;
  visibility: visible
}

.header-contacts:hover .header-contacts__tel::after {
  border-style: none solid solid;
  border-width: 0 .5rem .5rem;
  border-color: transparent transparent #5b5b5c
}

.header-contacts__note {
  font-size: 1.2rem;
  color: #aeaeae;
  display: block;
  margin-bottom: .5rem;
  padding-left: 2rem
}

.header-contacts__tel {
  color: #5b5b5c;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  white-space: nowrap;
  font-size: 1.8rem;
  border-bottom: 2px dotted #5b5b5c;
  position: relative;
  margin-left: 2rem
}

.header-contacts__tel::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid solid none;
  border-width: .5rem .5rem 0;
  border-color: #5b5b5c transparent transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(.5rem, -50%);
  -ms-transform: translate(.5rem, -50%);
  transform: translate(.5rem, -50%)
}

.header-contacts__tel span {
  font-weight: 700;
  font-size: 2rem
}

.header-contacts__tel-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-2rem, -50%);
  -ms-transform: translate(-2rem, -50%);
  transform: translate(-2rem, -50%)
}

.footer-collapse__title a:hover,
.header-contacts__tel:hover {
  color: #afc943
}

.header-contacts__body {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 7;
  padding: 1rem 3rem 3rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden
}

.header-contacts__body .header-contacts__tel {
  font-size: 1.4rem;
  border-bottom: none;
  margin: 0
}

.header-contacts__body .header-contacts__tel::after {
  display: none
}

.header-contacts__body .header-contacts__tel span {
  font-size: 1.8rem
}

.header-contacts__body .header-contacts__tel-icon {
  position: static;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-right: .5rem
}

.header-contacts__section {
  color: #aeaeae;
  font-size: 1.2rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #efefef;
  margin-bottom: 1.5rem
}

.header-contacts__heading {
  margin-bottom: 1rem
}

.header-contacts__messenger {
  display: inline-block;
  vertical-align: middle
}

.header-contacts__messenger:not(:first-child) {
  margin-left: .5rem
}

.header-contacts__messenger-icon {
  -webkit-transform: all .3s;
  -ms-transform: all .3s;
  transform: all .3s;
  width: 3rem;
  height: 3rem
}

.header-contacts__btn {
  font-size: 1.4rem;
  padding-left: .5rem;
  padding-right: .5rem;
  width: 100%
}

.header-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-left: auto;
  padding-right: 0
}

@media (min-width:768px) {
  .header-utilities {
    padding-right: 1.5rem
  }
}

.header-utility {
  -ms-flex-item-align: stretch;
  align-self: stretch
}

.header-utility__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:768px) {
  .header-utility__main {
    position: relative
  }
}

.header-utility__link {
  padding: 2rem .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000
}

@media (min-width:576px) {
  .header-utility__link {
    padding: 2rem
  }
}

@media (min-width:768px) {
  .header-utility__link {
    padding: .7rem 2rem
  }
}

.header-utility__link-helper {
  position: relative
}

.header-utility__icon {
  fill: #ff7934;
  width: 1.6rem;
  height: 1.6rem
}

@media (min-width:576px) {
  .header-utility__icon {
    width: 2rem;
    height: 2rem
  }
}

@media (min-width:768px) {
  .header-utility__icon {
    width: 1.8rem;
    height: 1.8rem
  }
}

.header-utility__count {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #999;
  color: #999;
  border-radius: 50%;
  position: absolute;
  right: -1rem;
  top: -.5rem;
  text-align: center;
  line-height: 1.4rem;
  font-size: 1rem;
  white-space: nowrap;
  background: #fff
}

.header-utility__desc {
  font-size: 1.2rem;
  margin-left: 1.5rem;
  display: none
}

@media (min-width:992px) {
  .header-utility__desc {
    display: block
  }
}

.header-utility__price {
  display: block;
  font-weight: 700
}

.main-nav {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6
}

@media (min-width:768px) {
  .main-nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: calc(1280px - 30px);
    width: 100%;
    margin: 0 auto
  }
  .main-nav__item {
    font-size: 1.5rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
    text-transform: uppercase
  }
  .main-nav__item:hover .main-nav__link {
    color: #81a200
  }
  .main-nav__item:hover .main-nav__item-icon {
    fill: #81a200
  }
  .main-nav__item-icon,
  .main-nav__link {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
  }
  .main-nav__item-icon {
    width: 1rem;
    height: 1rem;
    fill: #333;
    margin: 0 0 0 1rem
  }
  .main-nav__link {
    color: #333;
    padding: 1rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    position: relative
  }
  .main-nav__link--bold {
    font-weight: 700;
    color: #ff7934
  }
  .main-nav__link--bold>svg {
    display: none
  }
  .main-nav__secondary-container {
    top: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    z-index: 55;
    min-width: 20rem;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden
  }
  .main-nav__secondary-item {
    font-size: 1.4rem;
    text-align: left;
    position: relative
  }
  .main-nav__secondary-item:hover .main-nav__secondary-link {
    background: #f2f2f2
  }
  .main-nav__secondary-item-icon {
    width: 1rem;
    height: 1rem;
    fill: #333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .main-nav__secondary-link {
    color: #333;
    display: block;
    padding: 1rem 1.5rem
  }
  .main-nav__tertiary-container {
    position: absolute;
    left: -9999px;
    top: 0;
    background: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e6e6e6;
    min-width: 20rem
  }
  .main-nav__tertiary-item {
    font-size: 1.4rem
  }
  .main-nav__tertiary-item:hover .main-nav__tertiary-link {
    background: #e8e8e8
  }
  .main-nav__tertiary-link {
    color: #333;
    display: block;
    padding: 1rem 1.5rem
  }
  .main-nav__item:hover .main-nav__secondary-container {
    left: 0;
    visibility: visible;
    -webkit-animation: .3s fadeInUp;
    animation: .3s fadeInUp;
    opacity: 1
  }
  .main-nav__secondary-item:hover .main-nav__tertiary-container {
    left: 100%;
    visibility: visible;
    -webkit-animation: .3s fadeInLeft;
    animation: .3s fadeInLeft;
    opacity: 1
  }
  .main-nav .main-nav__item--to-right:hover .main-nav__secondary-container {
    left: auto;
    right: 0
  }
  .main-nav .main-nav__item--to-right .main-nav__secondary-item:hover .main-nav__tertiary-container {
    left: auto;
    right: 100%
  }
  .main-nav__item--catalog {
    max-width: 21rem;
    -ms-flex-preferred-size: 21rem;
    flex-basis: 21rem
  }
  .main-nav__catalog-list {
    height: 60rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    top: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: left;
    z-index: 55;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden
  }
  .main-nav__catalog-item:not(:first-child) {
    border-top: 1px solid #f7f7f7
  }
  .main-nav__catalog-item:hover .main-nav__catalog-link,
  .main-nav__subcatalog-item:hover .main-nav__subcatalog-link,
  .main-nav__tertcatalog-link:hover {
    background: #f2f2f2
  }
  .main-nav__catalog-item-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #333;
    width: 1rem;
    height: 1rem
  }
  .main-nav__catalog-link {
    padding: 1rem 2rem 1rem 1rem;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative
  }
  .main-nav__subcatalog-list {
    top: 0;
    height: 100%;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    background: #fff;
    width: 21rem;
    border: 1px solid #f7f7f7;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden
  }
  .main-nav__subcatalog-item-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #333;
    width: 1rem;
    height: 1rem
  }
  .main-nav__subcatalog-link {
    padding: 1rem 2rem 1rem 1rem;
    color: #333;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block
  }
  .main-nav__tertcatalog-list {
    top: 0;
    height: 100%;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    background: #fff;
    width: 21rem;
    border: 1px solid #f7f7f7;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden
  }
  .main-nav__tertcatalog-link {
    padding: 1rem;
    color: #333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block
  }
  .main-nav__item--catalog.is-catalog-opened .main-nav__catalog-list,
  .main-nav__item--catalog:hover .main-nav__catalog-list {
    opacity: 1;
    visibility: visible;
    left: 0
  }
  .main-nav__catalog-item .main-nav__subcatalog-list {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto
  }
  .main-nav__catalog-item:hover .main-nav__subcatalog-list,
  .main-nav__subcatalog-item:hover .main-nav__tertcatalog-list {
    opacity: 1;
    visibility: visible;
    left: 100%
  }
  .main-nav__dropdown-banner {
    position: absolute;
    left: -9999px;
    top: 0;
    width: 21rem;
    display: none;
    height: 100%;
    border: 1px solid #f7f7f7
  }
}

@media (min-width:768px) and (min-width:768px) {
  .main-nav__dropdown-banner {
    display: block
  }
}

@media (min-width:768px) {
  .main-nav__catalog-item:hover .main-nav__dropdown-banner {
    left: 200%
  }
  .main-nav__dropdown-banner-link {
    display: block;
    height: 100%
  }
  .main-nav__dropdown-banner-img {
    width: 100%;
    height: 100%;
    display: block
  }
  .main-nav__catalog-item--full-catalog {
    max-width: calc(21rem - 2px);
    background: #fff
  }
  .main-nav__catalog-item--full-catalog .main-nav__subcatalog-list {
    right: 0;
    width: 100%;
    padding-left: 22rem;
    z-index: -1;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-columns: 20rem 4;
    -moz-columns: 20rem 4;
    columns: 20rem 4
  }
  .main-nav__catalog-item--full-catalog .main-nav__subcatalog-item {
    font-weight: 600;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
  }
  .main-nav__catalog-item--full-catalog .main-nav__subcatalog-item-icon {
    display: none
  }
  .main-nav__catalog-item--full-catalog .main-nav__subcatalog-link {
    padding-top: .3rem;
    padding-bottom: .3rem;
    display: inline-block
  }
  .main-nav__catalog-item--full-catalog .main-nav__tertcatalog-list {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    border: 0
  }
  .main-nav__catalog-item--full-catalog .main-nav__tertcatalog-item {
    font-weight: 400
  }
  .main-nav__catalog-item--full-catalog .main-nav__tertcatalog-link {
    padding-top: .3rem;
    padding-bottom: .3rem;
    display: inline-block
  }
  .main-nav__catalog-item--full-catalog .main-nav__tertcatalog-link:hover {
    background: 0 0;
    text-decoration: underline
  }
  .main-nav .main-nav__item.active,
  .main-nav__item--rows {
    position: static
  }
  .main-nav .main-nav__item.active .main-nav__catalog-item {
    max-width: calc(21rem - 2px)
  }
  .main-nav .main-nav__item.active .main-nav__catalog-list {
    background: 0 0;
    max-width: 21rem;
    max-width: 100%
  }
  .main-nav__catalog-item--full-catalog:hover .main-nav__subcatalog-list {
    left: 0
  }
  .main-nav__catalog-item--full-catalog .main-nav__subcatalog-item:hover .main-nav__subcatalog-link {
    background: 0 0;
    text-decoration: underline
  }
  .main-nav__rows-list {
    right: 0;
    text-align: left;
    background: #fff;
    top: 100%;
    z-index: 55;
    padding: 2rem;
    line-height: 1.7;
    border: 1px solid #e6e6e6;
    -webkit-columns: 2rem 4;
    -moz-columns: 2rem 4;
    columns: 2rem 4;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden
  }
  .main-nav__rows-item {
    font-size: 1.5rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 1rem
  }
  .main-nav__rows-link {
    font-weight: 700;
    color: #000
  }
  .main-nav__rows-link:hover,
  .main-nav__rows-sublink:hover {
    text-decoration: underline
  }
  .main-nav__rows-sublink {
    color: #333
  }
  .main-nav__item--rows:hover .main-nav__rows-list {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-animation: .3s fadeInUp;
    animation: .3s fadeInUp
  }
  .main-nav__item--cols {
    position: static
  }
  .main-nav__cols-list {
    right: 0;
    background: #fff;
    top: 100%;
    z-index: 55;
    text-align: left;
    border: 1px solid #e6e6e6;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden
  }
  .main-nav__cols-item {
    width: 21rem;
    border-right: 1px solid #e6e6e6
  }
  .main-nav__cols-item:not(:first-child) {
    border-top: 1px solid #f7f7f7
  }
  .main-nav__cols-item:hover .main-nav__cols-link {
    background: #f7f7f7
  }
  .main-nav__cols-link {
    display: block;
    padding: 1.5rem 2rem 1.5rem 1rem;
    color: #000;
    position: relative
  }
  .main-nav__item-cols-icon {
    width: 1rem;
    height: 1rem;
    fill: #333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .main-nav__cols-sublist {
    right: 0;
    top: 0;
    padding: 1rem 1rem 1rem 22rem;
    width: 100%;
    min-height: 100%;
    z-index: -1;
    -webkit-columns: 20rem 4;
    -moz-columns: 20rem 4;
    columns: 20rem 4;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: #fff;
    position: absolute;
    left: -9999px;
    opacity: 0;
    visibility: hidden
  }
  .main-nav__item--cols:hover .main-nav__cols-item:first-child .main-nav__cols-sublist {
    visibility: visible;
    opacity: 1;
    left: 0
  }
  .main-nav__cols-sublink {
    display: inline-block;
    vertical-align: top;
    padding: 1rem;
    color: #333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 5px
  }
  .main-nav__cols-sublink:hover {
    background: #f2f2f2
  }
  .main-nav__cols-item:hover .main-nav__cols-sublist,
  .main-nav__item--cols:hover .main-nav__cols-list {
    left: 0;
    opacity: 1;
    visibility: visible
  }
  .main-nav__item>ul .icon {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
  }
}

@media (max-width:767px) {
  .main-nav {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    z-index: 111;
    background: #fff;
    width: 30rem
  }
  .is-navbar-opened .main-nav {
    left: 0
  }
  .main-nav__container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
  }
  .main-nav__item {
    font-size: 1.5rem
  }
  .main-nav__item:not(:first-child) {
    border-top: 1px solid #e6e6e6
  }
  .main-nav__item-icon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #333
  }
  .main-nav__link {
    display: block;
    padding: 1rem 1.5rem;
    color: #333;
    position: relative
  }
  .main-nav__catalog-list,
  .main-nav__cols-list,
  .main-nav__rows-list,
  .main-nav__secondary-container {
    display: none
  }
  .main-nav__catalog-link,
  .main-nav__cols-link,
  .main-nav__rows-link,
  .main-nav__secondary-link {
    background: #fff;
    display: block;
    padding: 1rem 1rem 1rem 3rem;
    color: #333;
    position: relative
  }
  .main-nav__catalog-item-icon,
  .main-nav__item-cols-icon,
  .main-nav__item-rows-icon,
  .main-nav__secondary-item-icon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .main-nav__cols-sublist,
  .main-nav__rows-sublist,
  .main-nav__subcatalog-list,
  .main-nav__tertiary-container {
    display: none
  }
  .main-nav__cols-sublink,
  .main-nav__rows-sublink,
  .main-nav__subcatalog-link,
  .main-nav__tertiary-link {
    background: #fff;
    display: block;
    padding: 1rem 1rem 1rem 4rem;
    color: #333;
    position: relative
  }
  .main-nav__subcatalog-item-icon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .main-nav__tertcatalog-list {
    display: none
  }
  .main-nav__tertcatalog-link {
    background: #f5f5f5;
    display: block;
    padding: 1rem 1rem 1rem 6rem;
    color: #333;
    position: relative
  }
  .main-nav .is-opened>ul {
    display: block
  }
  .main-nav__dropdown-banner {
    display: none
  }
  .main-nav-trigger {
    border: 0;
    background: 0 0
  }
  .main-nav-trigger-icon {
    fill: #fff
  }
}

@media (max-width:767px) and (max-width:575px) {
  .main-nav-trigger-icon {
    width: 1.8rem;
    height: 1.8rem
  }
}

@media (max-width:767px) {
  .main-nav__close-nav {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    position: relative;
    background: 0 0;
    border: 0;
    text-align: left;
    font-size: 1.8rem
  }
  .main-nav__close-nav-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: #999;
    float: right
  }
  .main-nav .main-nav__container .icon {
    width: 4rem;
    right: 0;
    height: 100%;
    padding: 1.5rem;
    border-left: 1px solid #e6e6e6
  }
  .main-nav .is-opened>a>.icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
  }
}

@media (min-width:768px) {
  .main-nav-trigger,
  .main-nav__close-nav,
  .main-nav__item-rows-icon {
    display: none
  }
}

body.is-modal-opened,
body.is-navbar-opened {
  overflow: hidden
}

.main-nav__catalog-item--full-catalog .main-nav__subcatalog-list {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-column-fill: auto;
  -moz-column-fill: auto;
  column-fill: auto;
  height: auto;
  max-height: auto;
  min-height: 100%
}

.footer-collapse__title {
  color: #afc943;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 2.6rem 1.5rem;
  margin: 0 -15px;
  border-bottom: 1px solid #999
}

.footer-collapse__title a {
  color: #81a200;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

@media (min-width:768px) {
  .footer-collapse__title {
    margin: 0 0 2rem;
    padding: 0 0 .8rem;
    border: 0
  }
}

.footer-collapse.is-toggled .footer-collapse__title {
  border-bottom: none
}

.footer-collapse__title-icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 1.7rem;
  height: 1.7rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #afc943;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.is-toggled .footer-collapse__title-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  fill: #fff
}

@media (min-width:768px) {
  .footer-collapse__title-icon {
    display: none
  }
}

.footer-collapse__body,
body>[data-modal-win] {
  display: none
}

@media (min-width:768px) {
  .footer-collapse__body {
    display: block
  }
}

@media (max-width:767px) {
  .footer-collapse.is-toggled .footer-collapse__body {
    display: block;
    border-bottom: 1px solid #999;
    margin: 0 -15px;
    padding: 0 15px 2.2rem
  }
}

.footer-collapse__list {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  list-style: none
}

.footer-collapse__item {
  margin-top: .8rem
}

.footer-collapse__item:first-child {
  margin-top: 0
}

.footer-collapse__link {
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.footer-collapse__link:hover {
  color: #afc943;
  text-decoration: none
}

.modal-win {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  z-index: 111;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, .5)
}

.modal-win+.modal-win {
  background: rgba(0, 0, 0, .35)
}

.modal-win__main {
  padding: 3rem;
  background: #fff;
  margin: 8rem auto;
  position: relative;
  width: 92%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-animation: fadeOut .25s;
  animation: fadeOut .25s
}

@media (min-width:576px) {
  .modal-win__main {
    max-width: 54rem;
    width: 100%
  }
}

.modal-win__main.is-modal-win-opened {
  -webkit-animation: .3s scaleIn forwards;
  animation: .3s scaleIn forwards;
  opacity: 1
}

.modal-win__main--wide {
  max-width: 115rem
}

.modal-win__close,
.modal-win__close-icon {
  position: absolute;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer
}

.modal-win__close {
  padding: 0;
  border: 0;
  background: 0 0;
  width: 2rem;
  height: 2rem;
  top: 2rem;
  right: 2rem;
  z-index: 2
}

.modal-win__close:hover .modal-win__close-icon {
  fill: #333
}

.modal-win__close-icon {
  fill: #ccc;
  max-width: 1.6rem;
  max-height: 1.6rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.modal-win__main--callback {
  padding: 0
}

@media (min-width:768px) {
  .modal-win__main--callback {
    max-width: 80rem
  }
}

.callback-form>:last-child {
  margin-bottom: 0
}

.callback-form__title {
  color: #000;
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
  position: relative;
  font-family: "Lobster", Arial, sans-serif
}

@media (min-width:768px) {
  .callback-form__title {
    font-size: 3rem
  }
}

.callback-form__field {
  margin-bottom: 1.5rem
}

.callback-form__label {
  font-size: 1.4rem;
  color: #000;
  display: inline-block;
  margin-bottom: 1rem
}

.callback-form__label-required {
  color: #900
}

.callback-form__input,
.callback-form__textarea {
  border: 1px solid #e6e6e6
}

.callback-form__submit {
  width: auto
}

.callback-form__terms {
  font-size: 1.2rem;
  border-bottom: 1px dotted #afc943;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #afc943
}

.callback-form__terms:hover,
.load-more:hover span {
  border-bottom-color: transparent
}

.callback {
  background: url(/local/templates/core/assets/images/form-bg.jpg) no-repeat right bottom
}

.callback input {
  width: 100%
}

.callback .btn {
  width: auto
}

.callback .upload-file .upload-file__label {
  font-size: 1.6rem;
  color: #afc943;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: .5rem
}

.callback .upload-file .upload-file__label:hover {
  color: #ff7934
}

.callback .upload-file .upload-file__label span {
  color: #4d4d4f;
  display: block;
  font-weight: 400;
  margin-top: .5rem
}

.callback-form-details {
  padding: 3rem
}

@media (min-width:768px) {
  .callback-form-details {
    padding-bottom: 10rem
  }
}

.callback-form-wrap {
  background: #e6e6e6;
  padding: 3rem
}

@media (min-width:768px) {
  .callback-form-wrap {
    padding-bottom: 10rem
  }
}

.discount-furniture {
  background: url(/local/templates/core/assets/images/discount-blank.png) no-repeat center/cover;
  width: 26.2rem;
  height: 5.5rem;
  margin-bottom: 2rem;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 1rem 0 0 7rem
}

.discount-furniture__value {
  font-size: 2.5rem;
  font-family: "Lobster", Arial, sans-serif;
  position: absolute;
  left: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.discount-furniture__heading {
  font-size: 1.6rem;
  font-weight: 700
}

.discount-furniture__info {
  font-size: 1.2rem
}

.soc__item {
  display: inline-block;
  margin-left: .5rem;
  vertical-align: top
}

.soc__item:first-child {
  margin-left: 0
}

.soc__link {
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  position: relative
}

.soc__link:hover {
  -webkit-animation: blinkMedium .3s;
  animation: blinkMedium .3s
}

.soc__link--fb {
  background: #3b5998
}

.soc__link--tw {
  background: #00aced
}

.soc__link--vk {
  background: #5d84ae
}

.soc__link--gg {
  background: #dd4b39
}

.soc__link--yt {
  background: #c4302b
}

.soc__link--ok {
  background: #f93
}

.soc__link--inst {
  background: #c13584
}


/**/
.soc__link--tt {
  background: #fff
}

/**/



.soc__icon {
  width: 1.8rem;
  height: 1.8rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.item,
.item__img-wrap {
  border: 1px solid #e6e6e6
}

.item {
  max-width: 30rem;
  width: 100%;
  padding: 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0 auto
}

.item:hover {
  border-color: #ccc
}

.item__img-wrap {
  height: 15rem;
  position: relative;
  display: block;
  margin-bottom: 1rem
}

.item__img {
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.item__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  height: 3.5rem;
  overflow: hidden
}

.item__title-link {
  color: #000
}

.item__title-link:hover {
  text-decoration: underline
}

.item__articul {
  color: #999;
  font-size: 1.4rem
}

.item__articul,
.item__price {
  margin-bottom: 1rem
}

.item__price-old {
  font-size: 1.4rem;
  color: #333;
  text-decoration: line-through
}

.item__price-current {
  font-weight: 600;
  font-size: 1.8rem
}

.item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.item__add {
  max-width: 100%;
  margin-left: 1rem
}

.breadcrumbs {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e6e6e6;
  list-style: none;
  background: #ebeef2
}

@media (min-width:768px) {
  .breadcrumbs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.breadcrumbs__list {
  white-space: nowrap;
  overflow-x: auto
}

.breadcrumbs__item {
  color: #999;
  font-size: 1.2rem;
  display: inline-block
}

.breadcrumbs__item:not(:first-child)::before {
  content: "\f054";
  font-family: fa;
  margin: 0 1rem;
  font-size: .8rem
}

.breadcrumbs__link {
  color: #000
}

.breadcrumbs__link:hover {
  text-decoration: underline;
  color: #000
}

.breadcrumbs__links {
  white-space: nowrap;
  margin-top: 1rem
}

@media (min-width:768px) {
  .breadcrumbs__links {
    margin-top: 0
  }
}

.breadcrumbs__links-link {
  border-radius: .5rem;
  font-weight: 400;
  padding: .5rem 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #afc943
}

.breadcrumbs__links-link:not(:first-child) {
  margin-left: 1rem
}

.pagination-wrap {
  text-align: center
}

@media (min-width:768px) {
  .pagination-wrap {
    text-align: right
  }
}

.pagination-wrap__caption {
  color: #747474;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin-right: 2.5rem
}

.pagination {
  position: relative;
  display: inline-block
}

.pagination__list {
  list-style: none;
  margin: 0
}

.pagination__item {
  font-size: 1.4rem;
  text-align: center;
  color: #afc944;
  margin: 0 .2rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle
}

.pagination__link {
  color: #afc944;
  border: 2px solid #7da12d;
  display: block;
  line-height: 2.6rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 3rem;
  height: 3rem;
  border-radius: 50%
}

.pagination__link.active,
.pagination__link:hover {
  color: #c5d2dd;
  border-color: #c5d2dd;
  text-decoration: none
}

.pagination__link.active {
  cursor: default
}

.product {
  position: relative;
  height: 37.7rem;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6
}

@media (min-width:768px) {
  .product {
    height: 31.5rem
  }
}

.product:hover {
  overflow: visible
}

.product:hover .product__wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3
}

.product:hover .product__view-btn {
  opacity: 1;
  visibility: visible
}

.product__wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #e6e6e6;
  padding: 1rem
}

.product__header {
  height: 17rem;
  position: relative
}

.product__header .product__controls {
  position: absolute;
  display: block;
  right: 1rem;
  top: 0
}

.feature__tooltip p,
.product__header .product__controls .product__control .icon {
  margin: 0
}

.product__footer>:last-child {
  margin-bottom: 0
}

.product__img-wrap {
  display: block;
  height: 100%
}

.product__img,
.product__view-btn {
  position: absolute;
  left: 50%;
  top: 50%
}

.product__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%
}

.product__view-btn {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  max-width: 80%;
  font-size: 1.2rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  background: rgba(0, 0, 0, .4);
  color: #fff
}

.product__view-btn:hover {
  background: rgba(0, 0, 0, .7)
}

.product__view-btn,
.product__view-btn:active {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.product__stickers {
  position: absolute;
  left: 0;
  top: 0
}

.product__sticker {
  display: inline-block;
  padding: .3rem .5rem;
  vertical-align: middle;
  font-size: 1.2rem;
  margin-right: .5rem;
  margin-bottom: .5rem
}

.product__sticker--new {
  background: #900;
  color: #fff
}

.product__sticker--hot {
  background: #8cb400;
  color: #fff
}

.product__sticker--sale {
  background: purple;
  color: #fff
}

.product__sticker--recom {
  background: tomato;
  color: #fff
}

.product__title {
  font-size: 1.6rem;
  line-height: 1.1;
  height: 5rem;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 300
}

.product__title::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle
}

.product__title-link {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #000;
  display: inline-block;
  vertical-align: middle
}

.product__title-link:hover {
  color: #afc943
}

.product__price-wrap {
  margin-bottom: 1.5rem;
  height: 5.5rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.product__price {
  font-size: 1.8rem;
  font-weight: 600
}

.product__old-price {
  color: #999;
  text-decoration: line-through;
  font-weight: 300;
  float: right;
  margin-top: .3rem
}

.product__discount {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product__discount-value {
  border: 1px solid #e6e6e6;
  padding: .3rem .5rem;
  font-weight: 500
}

.product__discount-total {
  padding: .3rem .5rem
}

.product__add {
  width: 100%;
  margin-bottom: 1rem
}

.product__add-icon {
  fill: #fff;
  width: 1.85rem;
  height: 1.85rem;
  margin: -2px 1rem 0 0
}

.product__fast-buy-btn {
  width: 100%;
  margin-bottom: 1rem
}

.product__params {
  color: #999;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3rem
}

.product__param-property {
  font-weight: 500;
  color: #333
}

.product__param-property,
.product__param-value {
  padding: .5rem;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%
}

.product__controls,
.product__desc {
  font-size: 1.2rem;
  margin-bottom: 1rem
}

.product__desc {
  color: #333
}

.product__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.product__control {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: .5rem 0
}

.product__fast-buy {
  color: #333
}

.product__add-favourite,
.product__fast-buy,
.product__fast-buy-icon {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.product__fast-buy-icon {
  fill: #ccc;
  margin-right: .5rem;
  width: 1.5rem;
  height: 1.5rem
}

.product__action-compare:hover,
.product__add-favourite:hover,
.product__fast-buy:hover {
  color: #333
}

.product__action-compare:hover .product__action-compare-icon,
.product__add-favourite:hover .product__add-favourite-icon,
.product__fast-buy:hover .product__fast-buy-icon {
  fill: #999
}

.product__add-favourite {
  color: #333
}

.product__add-favourite-icon {
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  fill: #ccc
}

.product__action-compare,
.product__action-compare-icon,
.product__add-favourite-icon {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.product__action-compare {
  color: #333
}

.product__action-compare-icon {
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  fill: #ccc
}

.product__instock {
  color: green
}

.product__instock-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: green;
  margin-right: .5rem
}

.product__offers {
  margin-bottom: 1.5rem
}

.product__offer-type {
  margin-bottom: .5rem
}

.product__offer-heading {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 1rem
}

.product__offer-item {
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  min-width: 3rem;
  height: 3rem;
  white-space: nowrap;
  text-align: center;
  line-height: 2.8rem;
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: .5rem;
  padding: 0 .5rem
}

.product__offer-item:not(:last-child) {
  margin-right: .2rem
}

.product__offer-item.is-active {
  background-color: #e6e6e6;
  cursor: default;
  border-color: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 0 2px #e6e6e6;
  box-shadow: 0 0 0 2px #e6e6e6
}

.product__offer-item:not(.is-active):hover {
  background-color: #fafafa
}

.product-main-promo {
  width: 100%;
  position: relative;
  margin: 0 auto 2.5rem
}

.product-main-promo__main {
  margin-bottom: 1.5rem
}

.product-main-promo__main .swiper-container {
  height: 100%
}

.product-main-promo__img-wrap,
.product-main-promo__main .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-main-promo__img-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.product-main-promo__img {
  max-height: 100%;
  width: 100%
}

.product-main-promo__pagination {
  text-align: center;
  padding: 1.5rem 0
}

@media (min-width:768px) {
  .product-main-promo__pagination {
    display: none
  }
}

.product-main-promo__pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #999;
  margin: 0 .5rem;
  display: inline-block;
  vertical-align: middle
}

.product-main-promo__pagination .swiper-pagination-bullet-active {
  border: .5rem solid #afc943
}

.product-main-promo__thumbs {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: -9999px
}

@media (min-width:768px) {
  .product-main-promo__thumbs {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0
  }
}

.product-main-promo__thumbs .swiper-container {
  height: 100%
}

.product-main-promo__thumb {
  cursor: pointer;
  border: 2px solid #e6e6e6;
  padding: .1rem;
  position: relative;
  display: block
}

.product-main-promo__thumb-img {
  max-height: 100%;
  width: 100%
}

.product-main-promo__th-next,
.product-main-promo__th-prev {
  position: absolute;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  outline: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 7
}

.product-main-promo__th-next:hover .product-main-promo__th-next-icon,
.product-main-promo__th-next:hover .product-main-promo__th-prev-icon,
.product-main-promo__th-prev:hover .product-main-promo__th-next-icon,
.product-main-promo__th-prev:hover .product-main-promo__th-prev-icon {
  fill: #afc943
}

.product-main-promo__th-next-icon,
.product-main-promo__th-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
  fill: #333;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.product-main-promo__th-next.swiper-button-disabled,
.product-main-promo__th-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden
}

.product-main-promo__th-prev {
  left: -3rem
}

.product-main-promo__th-next {
  right: -3rem
}

.swiper-slide-thumb-active .product-main-promo__thumb {
  border-color: #afc943;
  border-width: 2px
}

.product-main-promo__zoom-pane {
  width: 45rem;
  height: 100%;
  display: none;
  position: absolute;
  left: -9999px;
  top: 0;
  margin-left: 1rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden
}

@media (min-width:992px) {
  .product-main-promo__zoom-pane {
    display: block
  }
}

.product-main-promo:hover .product-main-promo__zoom-pane {
  visibility: visible;
  opacity: 1;
  left: 100%
}

.js-promo-main,
.js-thumbs-list,
.vacancy__heading a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.js-promo-main:not(.swiper-container-initialized),
.js-thumbs-list:not(.swiper-container-initialized) {
  visibility: hidden;
  opacity: 0
}

.drift-bounding-box {
  z-index: 11;
  background: rgba(255, 255, 255, .3);
  border: 1px solid #ccc;
  max-width: 14rem;
  max-height: 14rem
}

@media (max-width:767px) {
  .drift-zoom-pane,
  .drift-zoom-pane.drift-open {
    display: none
  }
}

.works .work {
  margin-bottom: 4rem
}

@media (min-width:768px) {
  .works .work {
    margin-bottom: 6rem
  }
}

.work {
  font-weight: 600
}

.work:hover .work__img-wrap::before {
  opacity: 1
}

.work:hover .work__img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.work__img,
.work__img-wrap,
.work__img-wrap::before {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.work__img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5rem
}

.work__img,
.work__img-wrap::before {
  width: 100%
}

.work__img-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(175, 201, 67, .7);
  opacity: 0;
  z-index: 2;
  height: 100%
}

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

.work__heading {
  margin-bottom: 2rem;
  font-size: 1.8rem
}

.work__heading-link {
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.work__heading-link:hover {
  color: #81a200
}

.work__desc {
  font-size: 1.4rem;
  color: #606060
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.author:hover .author__img-wrap {
  -webkit-transform: translate(.5rem, .5rem);
  -ms-transform: translate(.5rem, .5rem);
  transform: translate(.5rem, .5rem);
  -webkit-box-shadow: none;
  box-shadow: none
}

.author__img-wrap {
  width: 12rem;
  height: 12rem;
  -webkit-box-shadow: .5rem .5rem 0 0 #afc943;
  box-shadow: .5rem .5rem 0 0 #afc943;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.author__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0
}

.author__detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 2.5rem;
  font-weight: 600;
  line-height: 1.2
}

.author__name {
  font-size: 1.6rem;
  color: #2e2e2e;
  margin-bottom: .5rem
}

.author__position {
  color: #606060;
  font-size: 1.2rem;
  margin-bottom: 1rem
}

.author__btn {
  font-size: 1.4rem;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  padding-right: 0;
  margin-top: .7rem
}

.author__btn,
.author__btn::after {
  border-radius: .5rem
}

.catalog-file {
  background: #f7f7f7;
  padding: 2rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.catalog-file:hover {
  background: #ebeef2
}

.catalog-file__icon-wrap {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.catalog-file__icon {
  fill: #ff752f;
  width: 4rem;
  height: 4rem
}

.catalog-file__body {
  padding-left: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden
}

.catalog-file__filename {
  font-size: 1.4rem;
  color: #5b5b5b;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .3rem
}

.catalog-file__size {
  font-size: 1.3rem;
  color: #a3a2a2
}

.order-widget {
  background: #ebeef2;
  padding: 4.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden
}

.order-widget::before {
  content: "";
  width: 0;
  height: 0;
  padding: 0;
  border-style: solid none none solid;
  border-color: #fff transparent transparent #d9dce1;
  border-width: 3.5rem 0 0 3.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.order-widget::after {
  content: "";
  width: 2.8rem;
  height: 2.5rem;
  background: #a7abb0;
  position: absolute;
  right: .3rem;
  top: 1rem;
  -webkit-transform: translateY(5px) rotate(-15deg);
  -ms-transform: translateY(5px) rotate(-15deg);
  transform: translateY(5px) rotate(-15deg);
  -webkit-filter: blur(.2rem);
  filter: blur(.2rem)
}

.order-widget__heading {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 1.5rem;
  font-family: "Lobster", Arial, sans-serif;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1
}

.order-widget__btn {
  margin-bottom: 2rem
}

.order-widget__desc {
  color: #ff7934;
  font-weight: 600;
  font-size: 1.2rem;
  max-width: 20rem;
  margin: 0 auto
}

.collection-product {
  border: 1px solid #dce4ea;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.collection-product:hover {
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, .15);
  box-shadow: 0 0 2rem rgba(0, 0, 0, .15)
}

.collection-product__header {
  position: relative
}

.collection-product__img-wrap {
  display: block;
  overflow: hidden;
  padding-top: 65%
}

.collection-product__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.collection-product__heading {
  color: #fff;
  background: #afc943;
  padding: .5rem 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  text-transform: uppercase
}

.collection-product__helpers {
  position: absolute;
  right: 1rem;
  top: 1rem
}

.collection-product__helper {
  background: rgba(0, 0, 0, .5);
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.collection-product__helper:hover {
  background: rgba(0, 0, 0, .7)
}

.collection-product__helper-icon {
  width: 1.6rem;
  height: 1.6rem;
  fill: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.collection-product__body {
  padding: 1rem .5rem
}

.collection-product__price {
  color: #ff7934;
  font-weight: 700;
  text-align: right;
  font-size: 1.8rem
}

.collection {
  margin-bottom: 2.5rem
}

.collection__heading {
  color: #2e2e2e;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 2.5rem
}

.collection__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5rem
}

.collection__list-item {
  padding: 0 1.5rem;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

@media (min-width:460px) {
  .collection__list-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}

@media (min-width:992px) {
  .collection__list-item {
    max-width: 33.333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%
  }
}

.collection .collection-product {
  margin-bottom: 3rem
}

.collection-line {
  border: 1px solid #c5d2dd;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

@media (min-width:768px) {
  .collection-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.collection-line:hover {
  -webkit-box-shadow: 0 3px 3px rgba(1, 1, 1, .2);
  box-shadow: 0 3px 3px rgba(1, 1, 1, .2)
}

.collection-line:hover .collection-line__img {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025)
}

.collection-line__picture {
  position: relative
}

@media (min-width:768px) {
  .collection-line__picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%
  }
}

.collection-line__main {
  padding: 2rem
}

@media (min-width:480px) {
  .collection-line__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.collection-line__img-wrap {
  display: block;
  overflow: hidden;
  height: 100%
}

.collection-line__img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -o-object-fit: cover;
  object-fit: cover
}

.collection-line__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2
}

.collection-line__heading:hover .collection-line__heading-link {
  color: #afc943;
  text-decoration: underline
}

.collection-line__heading-link {
  color: #81a200;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.collection-line__desc {
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 2rem
}

.collection-line__summary {
  max-width: 18rem;
  width: 100%;
  text-align: center;
  margin: 0 auto
}

@media (min-width:480px) {
  .collection-line__summary {
    margin: auto auto 0
  }
}

@media (min-width:768px) {
  .collection-line__summary {
    margin: auto 0 0 auto
  }
}

.collection-line__price {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ff7934;
  font-size: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.collection-line__btn {
  border-radius: .5rem;
  padding: .8rem 0;
  margin-bottom: 1rem;
  width: 100%
}

.collection-line__more {
  font-size: 1.4rem
}

.collection-line__more-link {
  color: #81a200
}

.collection-line__more-link:hover,
.vacancy-desc__summary a:hover {
  text-decoration: underline
}

.collections-line {
  margin-bottom: 3rem
}

.collections-line .collection-line:not(:first-child) {
  margin-top: 2rem
}

@media (min-width:480px) and (max-width:767px) {
  .collections-line,
  .collections-line>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .collections-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .collections-line>* {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0!important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.faq-section,
.vacancy-section {
  margin-bottom: 3rem
}

.vacancy-desc {
  color: #606060;
  padding: 1rem 1rem 1rem 2.5rem;
  position: relative
}

.vacancy-desc::before {
  content: "";
  border-left: .6rem solid #afc943;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  left: 0
}

.vacancy-desc__list {
  margin-bottom: 2rem
}

.vacancy-desc__wrap {
  margin: .5rem 0
}

.vacancy-desc__definition,
.vacancy-desc__term {
  display: inline-block;
  vertical-align: middle
}

.vacancy-desc__definition {
  font-weight: 700
}

.vacancy-desc__summary {
  font-style: italic;
  color: #606060
}

.faq-contacts,
.vacancy-contacts {
  background: #ebeef2;
  padding: 3rem;
  text-align: center;
  margin: 2rem 0;
  font-size: 1.4rem
}

.faq-contacts__heading,
.vacancy-contacts__heading {
  font-family: "Lobster", Arial, sans-serif;
  max-width: 20rem;
  font-size: 2.4rem;
  color: #2b2a29;
  line-height: 1.3;
  margin: 0 auto 2rem
}

.faq-contacts__desc,
.vacancy-contacts__desc {
  font-weight: 600;
  color: #5b5b5b;
  margin: 0 auto 1.5rem;
  max-width: 24rem
}

.faq-contacts__email,
.vacancy-contacts__email {
  text-decoration: underline
}

.vacancy {
  position: relative;
  padding: 2.5rem 0;
  border-bottom: 1px solid #ebeef2
}

.vacancy__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5rem
}

.vacancy__heading {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
  margin: 0
}

.vacancy__heading:hover a {
  color: #afc943;
  text-decoration: underline
}

.vacancy__salary {
  font-size: 1.6rem;
  color: #2e2e2e;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.vacancy__prerequisite {
  font-size: 1.4rem;
  color: #606060;
  max-width: 32rem
}

.vacancy__prerequisite-wrap {
  margin: .3rem 0;
  overflow: hidden
}

.inline-list dt,
.vacancy__prerequisite-term {
  float: left;
  margin-right: .5rem
}

.inline-list strong,
.vacancy__prerequisite-definition {
  font-weight: 700
}

.team-members {
  margin-bottom: 4rem
}

.team-members .team-member:not(:last-child) {
  margin-bottom: 4rem
}

.team-members--separated .team-member {
  border-bottom: 1px solid #dadadd;
  padding-bottom: 4.5rem
}

@media (min-width:576px) {
  .team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.team-member:hover .team-member__img {
  -webkit-transform: translate(.6rem, .6rem);
  -ms-transform: translate(.6rem, .6rem);
  transform: translate(.6rem, .6rem)
}

.team-member__img-wrap {
  -webkit-box-shadow: .6rem .6rem 0 0 #afc943;
  box-shadow: .6rem .6rem 0 0 #afc943;
  max-width: 19rem;
  margin: 0 auto 2.5rem
}

@media (min-width:576px) {
  .team-member__img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21rem;
    flex: 0 0 21rem;
    max-width: 21rem;
    margin: 0
  }
}

.team-member__img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

@media (min-width:576px) {
  .team-member__body {
    padding-left: 3.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}

.team-member__heading {
  margin-bottom: 2rem;
  color: #2e2e2e;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center
}

@media (min-width:576px) {
  .team-member__heading {
    text-align: left
  }
}

.team-member__desc {
  font-size: 1.4rem;
  font-weight: 600
}

.team-member__desc:last-child {
  margin-bottom: 0
}

.team-member__desc-emphasize {
  font-size: 1.6rem
}

.team-member__btns {
  margin-top: -1.5rem
}

.team-member__btn {
  border-radius: .5rem;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1.5rem;
  width: 100%
}

.team-member__btn:not(:last-child) {
  margin-right: 2rem
}

@media (min-width:480px) {
  .team-member__btn {
    width: auto
  }
}

@media (min-width:768px) {
  .team-member__btn {
    padding: 1rem 3.5rem
  }
}

.team-installers .team-installer {
  margin-bottom: 4rem
}

@media (min-width:768px) {
  .team-installers .team-installer {
    margin-bottom: 6rem
  }
}

.team-installer__img-wrap {
  -webkit-box-shadow: .6rem .6rem 0 0 #afc943;
  box-shadow: .6rem .6rem 0 0 #afc943;
  margin-bottom: 3rem
}

.team-installer__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block
}

.team-installer__info {
  font-weight: 600
}

.team-installer__name {
  color: #2e2e2e;
  font-size: 1.8rem;
  line-height: 1.2
}

.portfolio-carousel-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden
}

.portfolio-carousel,
.portfolio-carousel .swiper-slide {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.portfolio-carousel {
  max-width: 1280px;
  padding: 0 15px;
  overflow: visible;
  position: relative;
  visibility: hidden;
  opacity: 0
}

.portfolio-carousel.swiper-container-initialized {
  opacity: 1;
  visibility: visible
}

.portfolio-carousel .swiper-slide {
  opacity: .2
}

.portfolio-carousel .swiper-slide-active {
  opacity: 1
}

.portfolio-carousel__slide {
  position: relative
}

.portfolio-carousel__slide-sticker {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
  background: #afc943;
  border-radius: .5rem;
  font-size: 1.8rem;
  font-weight: 600;
  padding: .5rem 2rem;
  color: #fff
}

.portfolio-carousel__slide-img {
  width: 100%;
  display: block
}

.portfolio-carousel__next,
.portfolio-carousel__prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  border-radius: .5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, .3)
}

@media (min-width:1200px) {
  .portfolio-carousel__next,
  .portfolio-carousel__prev {
    background: 0 0
  }
}

.portfolio-carousel__prev {
  left: 30px
}

@media (min-width:1200px) {
  .portfolio-carousel__prev {
    left: -3.5rem
  }
}

.portfolio-carousel__next {
  right: 30px
}

@media (min-width:1200px) {
  .portfolio-carousel__next {
    right: -3.5rem
  }
}

.portfolio-carousel__move-icon {
  width: 2rem;
  height: 2rem;
  fill: #333
}

@media (min-width:1200px) {
  .portfolio-carousel__move-icon {
    fill: #8f8d8e
  }
}

.portfolio-carousel__pagination {
  z-index: 3;
  text-align: center;
  max-width: calc(1280px - 30px);
  width: 100%;
  padding: 1.5rem 0;
  margin: 0 auto
}

.portfolio-carousel__pagination .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  border: .2rem solid #afc943;
  display: inline-block;
  margin: 0 .5rem;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  outline: 0
}

.portfolio-carousel__pagination .swiper-pagination-bullet-active {
  border: .5rem solid #afc943
}

.portfolio-main__wrap {
  display: block
}

.portfolio-main__wrap:hover .portfolio-main__caption {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #333
}

.portfolio-main__wrap:hover .portfolio-main__demo-img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01)
}

.portfolio-main__wrap:hover .portfolio-main__demo:first-child img {
  -webkit-clip-path: polygon(0 0, 49.5% 0, 49.5% 100%, 0 100%);
  clip-path: polygon(0 0, 49.5% 0, 49.5% 100%, 0 100%)
}

.portfolio-main__wrap:hover .portfolio-main__demo:last-child img {
  -webkit-clip-path: polygon(50.5% 0, 100% 0, 100% 100%, 50.5% 100%);
  clip-path: polygon(50.5% 0, 100% 0, 100% 100%, 50.5% 100%)
}

.portfolio-main__demos {
  margin-bottom: 2rem;
  position: relative;
  padding-top: 56.7%;
  overflow: hidden
}

.portfolio-main__demo:first-child img {
  -webkit-clip-path: polygon(0% 0%, 59.5% 0%, 39.5% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 59.5% 0%, 39.5% 100%, 0% 100%)
}

.portfolio-main__demo:first-child .portfolio-main__demo-sticker {
  left: 2rem
}

.portfolio-main__demo:not(:first-child) img {
  -webkit-clip-path: polygon(60.5% 0%, 100% 0%, 100% 100%, 40.5% 100%);
  clip-path: polygon(60.5% 0%, 100% 0%, 100% 100%, 40.5% 100%)
}

.portfolio-main__demo:not(:first-child) .portfolio-main__demo-sticker {
  left: 50%;
  margin-left: 2rem
}

.portfolio-main__demo-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s
}

.portfolio-main__demo-sticker {
  bottom: 2rem;
  background: #afc943;
  padding: .5rem 2rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  position: absolute;
  border-radius: .5rem;
  z-index: 3
}

.portfolio-main__caption {
  color: #81a200;
  font-size: 1.8rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-bottom: 1.5rem
}

.portfolio-main__desc {
  color: #606060;
  font-size: 1.4rem
}

.product-tariff {
  background: #fff;
  padding: 2.5rem;
  color: #2b2a29;
  height: 100%
}

.product-tariff__heading {
  font-family: "Lobster", Arial, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 1.5rem
}

@media (max-width:767px) {
  .product-tariff__types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px
  }
  .product-tariff__types>* {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 5px
  }
}

.product-tariff__type {
  min-height: 24rem
}

@media (min-width:768px) {
  .product-tariff__type:not(:first-child) {
    border-top: 1px solid #d6d7d8;
    padding-top: 2.5rem;
    margin-top: 2.5rem
  }
}

.product-tariff__type--height-auto {
  min-height: auto
}

.product-tariff__name {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700
}

.product-tariff__img-wrap {
  height: 9rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product-tariff__img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.product-tariff__params {
  margin-bottom: 1.5rem
}

.product-tariff__param {
  overflow: hidden;
  line-height: 1.5
}

.product-tariff__param-property {
  color: #5b5b5b;
  float: left;
  padding-right: .5rem
}

.product-tariff__param-value {
  font-weight: 600
}

.product-tariff__price {
  font-family: "Lobster", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #afc943
}

.product-tariff--centered {
  text-align: center
}

.product-tariff--centered .product-tariff__img {
  margin-left: auto;
  margin-right: auto
}

.product-tariff--centered .product-tariff__param-property,
.product-tariff--centered .product-tariff__param-value {
  float: none;
  display: inline-block;
  vertical-align: middle
}

.tariff-section {
  padding: 3rem 0;
  background: #5b5b5b
}

.tariff-section__heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  text-align: center
}

.tariff-section .row>[class*=col-] {
  margin-bottom: 30px
}

.tariff-section .callback-invite {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none
}

.callback-invite {
  background: #ebeef2;
  padding: 2.5rem;
  -webkit-box-shadow: 0 3px 3px rgba(1, 1, 1, .2);
  box-shadow: 0 3px 3px rgba(1, 1, 1, .2)
}

.callback-invite__caption {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem
}

@media (min-width:768px) {
  .callback-invite__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.callback-invite__info {
  margin-bottom: 1.5rem
}

@media (min-width:768px) {
  .callback-invite__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0
  }
}

.callback-invite__helpers {
  text-align: center
}

@media (min-width:768px) {
  .callback-invite__helpers {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 20rem
  }
}

.callback-invite__desc {
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 0
}

.callback-invite__icon {
  fill: #ff7934;
  margin: 0 1rem
}

.callback-invite__discount {
  color: #ff7934;
  font-family: "Lobster", Arial, sans-serif;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 1rem 0 0
}

.features .feature {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.feature {
  max-width: 22rem;
  margin: 0 auto
}

.feature:hover .feature__tooltip {
  visibility: visible;
  opacity: 1
}

.feature__icon-wrap {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1.5rem;
  border: 2px solid #afc943;
  position: relative;
  border-radius: 50%
}

.feature__icon {
  width: 6.5rem;
  height: 6.5rem;
  fill: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.feature__info {
  position: relative
}

.feature__btn {
  display: block;
  white-space: normal;
  border-radius: .5rem;
  font-size: 1.4rem;
  padding-left: .5rem;
  padding-right: .5rem;
  -webkit-box-shadow: 0 4px 0 #83a432;
  box-shadow: 0 4px 0 #83a432
}

@media (min-width:768px) {
  .feature__btn {
    padding-left: 3rem;
    padding-right: 3rem
  }
}

.feature__tooltip {
  border: 1px solid #afc943;
  border-radius: .5rem;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, -1.25rem);
  -ms-transform: translate(-50%, -1.25rem);
  transform: translate(-50%, -1.25rem);
  padding: 1rem;
  text-align: center;
  background: #fff;
  width: 86%;
  font-size: 1.4rem;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  visibility: hidden
}

.feature__tooltip::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 1.25rem 1.25rem 0;
  border-color: #afc943 transparent transparent;
  border-style: solid solid none
}

.feature__tooltip ul li::before {
  content: "- "
}

.catalog-filter {
  border: 1px solid #c5d2dd;
  border-radius: .5rem;
  padding: 1.5rem
}

.catalog-filter__heading {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #2c323b;
  text-transform: uppercase
}

.catalog-filter__list {
  margin: 0 -.5rem
}

.catalog-filter__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5rem 1rem
}

.catalog-filter__link,
.catalog-filter__link::before {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.catalog-filter__link {
  font-weight: 700;
  background: #f1f2f6;
  padding: .5rem 1rem .5rem 2.5rem;
  border-radius: .5rem;
  position: relative
}

.catalog-filter__link::before,
.catalog-filter__param::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 50%
}

.catalog-filter__link::before {
  background-size: cover;
  -webkit-transform: translate(1rem, -50%);
  -ms-transform: translate(1rem, -50%);
  transform: translate(1rem, -50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU2IDI1NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBjbGFzcz0iIj48Zz48Zz4KCTxnPgoJCTxwb2x5Z29uIHBvaW50cz0iNzkuMDkzLDAgNDguOTA3LDMwLjE4NyAxNDYuNzIsMTI4IDQ4LjkwNywyMjUuODEzIDc5LjA5MywyNTYgMjA3LjA5MywxMjggICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIHN0eWxlPSJmaWxsOiM3REExMkQiPjwvcG9seWdvbj4KCTwvZz4KPC9nPjxzdHlsZSBpZD0ic3R5bGlzaC01MCIgY2xhc3M9InN0eWxpc2ggYWN0aXZlLXBhdGgiIHR5cGU9InRleHQvY3NzIj4ub3JkZXItZm9vdGVyIHsgcGFkZGluZzogMXJlbSAwIDJyZW07IH0KLm9yZGVyLW1vYi1mb290ZXJfX2NvbnRyb2xzIHsgcGFkZGluZy1ib3R0b206IDE1cHg7IH0KLmRlbGl2ZXJ5LXNldHRpbmdzX19jb250cm9sIHsgbWluLXdpZHRoOiAwOyB9Ci5kZWxpdmVyeS1zZXR0aW5ncyAuY2hvaWNlc19fbGlzdC0tc2luZ2xlIC5jaG9pY2VzX19pdGVtIHsgd2hpdGUtc3BhY2U6IG5vd3JhcDsgb3ZlcmZsb3c6IGhpZGRlbjsgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7IH08L3N0eWxlPjwvZz4gPC9zdmc+)
}

.catalog-filter__link:hover,
.catalog-filter__param-link:hover {
  color: #222
}

.catalog-filter__params {
  padding: 1rem;
  background: #f1f2f6;
  border-radius: .5rem
}

.catalog-filter__param {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2rem;
  position: relative;
  margin: .3rem 1rem
}

.catalog-filter__param::before {
  background: #afc943;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%
}

.catalog-filter__param-link {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.catalog-filter .tabs__link {
  border: 0;
  background-color: #f1f2f6
}

.catalog-filter .tabs__link.is-active::before {
  -webkit-transform: translate(1rem, -50%) rotate(90deg);
  -ms-transform: translate(1rem, -50%) rotate(90deg);
  transform: translate(1rem, -50%) rotate(90deg)
}

.catalog-filter .tabs__link::after {
  display: none
}

.catalog-filter .tabs__panes {
  padding: 0;
  border: 0
}

.catalog-filter .tabs__tab-pane {
  padding: 0
}

.back {
  margin-bottom: 3rem
}

.back a:hover,
.back-link a {
  text-decoration: underline
}

.back-link {
  margin: 3rem 0
}

.back-link a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 1.4rem
}

.back-link a:hover {
  text-decoration: none
}

.back-link__icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: #81a200;
  margin-right: .5rem
}

.js-request-form {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 3rem;
  padding-bottom: 2rem
}

.faq-list__question {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #ebeef2
}

.faq-list__question-link {
  display: block;
  padding: 2rem 0;
  color: #afc943;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.faq-list__question-link:hover {
  color: #81a200;
  text-decoration: underline
}

.faq-answer {
  margin-bottom: 4rem;
  max-width: 100rem
}

@media (min-width:768px) {
  .faq-answer {
    margin-bottom: 6rem
  }
}

@media (min-width:992px) {
  .faq-answer {
    margin-bottom: 8rem
  }
}

.block-center {
  margin-left: auto;
  margin-right: auto
}

.team-intro {
  margin-bottom: 3rem
}

@media (min-width:768px) {
  .team-intro {
    margin-bottom: 5rem
  }
}

@media (min-width:992px) {
  .team-intro {
    margin-bottom: 7rem
  }
}

.occupation-list {
  margin-bottom: 4rem
}

.occupation-list__item {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle
}

.occupation-list__item:not(:last-child) {
  margin-right: 3rem
}

@media (min-width:992px) {
  .occupation-list__item:not(:last-child) {
    margin-right: 7rem
  }
}

.occupation-list__link {
  text-decoration: underline;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.occupation-list__link:hover {
  color: #2e2e2e
}

.occupation-list__link.active {
  color: #2e2e2e;
  text-decoration: none;
  cursor: default
}

.main-heading {
  margin-bottom: 3rem
}

.inline-list {
  color: #5b5b5b;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 2rem
}

.portfolion-installers {
  background: #f3f5f7
}

.team-installer:hover .team-installer__img {
  -webkit-transform: translate(.6rem, .6rem);
  -ms-transform: translate(.6rem, .6rem);
  transform: translate(.6rem, .6rem)
}

.team-installer__img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.team-member__img-wrap {
  display: block
}

.project-promo {
  border-bottom: 1px solid #efefef;
  margin-bottom: 2rem;
  padding-bottom: 2rem
}

.project-promo .order-widget {
  margin-bottom: 0
}

@media (min-width:768px) {
  .project-promo .inline-list {
    margin-bottom: 0
  }
}

.portfolio-designers {
  padding: 2rem 0
}

@media (min-width:768px) {
  .portfolio-designers {
    padding: 4rem 0
  }
}

.portfolio-designers .author {
  max-width: 35rem
}

@media (min-width:768px) {
  .portfolio-designers .author {
    max-width: 28rem
  }
}

.portfolion-installers {
  padding: 2rem 0 1rem
}

@media (min-width:768px) {
  .portfolion-installers {
    padding: 4rem 0 2rem
  }
}

.portfolion-installers .team-installer {
  margin-bottom: 3rem
}

.portfolio-main-section__title {
  font-family: "Lobster", Arial, sans-serif;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  color: #000
}

.portfolio-main-section .portfolio-main {
  margin-bottom: 2rem
}

.catalog-banner {
  display: block
}

.catalog-banner__img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto
}

.load-more {
  display: block;
  background: #f2f2f2;
  font-weight: 600;
  font-size: 1.3rem;
  color: #5b5b5b;
  text-align: center;
  padding: 1.5rem 0;
  line-height: 1.2
}

.load-more span {
  border-bottom: 1px dotted #5b5b5b
}

.company-location {
  text-align: center;
  padding: 5rem;
  background: #ebeef2 url(/local/templates/core/assets/images/map.png) left center no-repeat
}

.company-location__heading {
  font-family: "Lobster", Arial, sans-serif;
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  color: #2b2a29
}

.company-location__desc {
  color: #5b5b5c;
  max-width: 72rem;
  margin: 0 auto
}

.product-switchers {
  font-size: 1.2rem;
  line-height: 1.2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden
}

.is-switchers-visible .product-switchers {
  opacity: 1;
  visibility: visible
}

@media (min-width:1600px) {
  .product-switchers {
    position: fixed;
    max-width: 1280px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    margin-bottom: 0;
    display: block;
    width: 100%
  }
}

.product-switchers__switcher {
  max-width: 12rem;
  background: #afc943;
  color: #fff;
  display: block;
  padding: 1rem 1.5rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.product-switchers__switcher:hover {
  color: #5b5b5b
}

.product-switchers__switcher--prev {
  text-align: right;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0% 50%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 0% 50%);
  padding-left: 3rem
}

.product-switchers__switcher--next {
  text-align: left;
  -webkit-clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  padding-right: 3rem
}

@media (min-width:1600px) {
  .product-switchers__switcher {
    position: absolute
  }
  .product-switchers__switcher--prev {
    right: 100%;
    -webkit-transform: translateX(-.5rem);
    -ms-transform: translateX(-.5rem);
    transform: translateX(-.5rem)
  }
  .product-switchers__switcher--next {
    left: 100%;
    -webkit-transform: translateX(.5rem);
    -ms-transform: translateX(.5rem);
    transform: translateX(.5rem)
  }
}

.product-main-detail {
  background: #ebeef2;
  padding: 2.5rem 3rem;
  text-align: center;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto
}

.product-main-detail__articul {
  font-size: 1.4rem;
  color: #b1b1b1
}

.product-main-detail__heading {
  margin-bottom: 1.5rem;
  color: #4c4a4b;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2
}

.product-main-detail__desc {
  font-style: italic;
  margin-bottom: 1.5rem
}

.product-main-detail__price {
  font-family: "Lobster", Arial, sans-serif;
  color: #ff7934;
  font-size: 2.8rem;
  margin-bottom: .5rem;
  line-height: 1.2
}

.product-main-detail__full-price {
  margin-bottom: 2rem
}

.product-main-detail__controls {
  border-bottom: 1px solid #d9dce0;
  padding-bottom: 2rem;
  margin-bottom: 2rem
}

.product-main-detail__btn {
  width: 100%;
  max-width: 26rem
}

.product-main-detail__btn:not(:first-child) {
  margin-top: 1.5rem
}

.product-main-detail .author {
  max-width: 32rem;
  text-align: left;
  margin: 0
}

.product-main-detail .feature {
  width: 1.5rem;
  height: 1.5rem;
  background: #afc943;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1.5rem;
  cursor: pointer;
  vertical-align: middle
}

.product-main-detail .feature__tooltip {
  min-width: 16rem;
  cursor: default;
  color: #777;
  font-size: 1.6rem
}

.product-main-params {
  font-size: 1.4rem
}

.product-main-params__param {
  border-bottom: 1px solid #d9dce0;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3
}

.product-main-params__param:first-child {
  border-top: 1px solid #d9dce0
}

.product-main-params__property {
  font-weight: 700;
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.product-main-params__value {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right
}

.product-main-params__value a:not(:first-child)::before {
  content: ", ";
  color: #222
}

.product-main-params__value a:hover {
  text-decoration: underline
}

.product-extra-params {
  margin-bottom: 1.5rem
}

.product-extra-params__heading {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #4c4a4b;
  font-size: 1.5rem;
  line-height: 1.2
}

.product-extra-params__heading .icon {
  width: 1.6rem;
  height: 1.6rem;
  fill: #afc943;
  margin-right: 1rem
}

.product-extra-params p,
.product-extra-params__list {
  margin: 0
}

.product-extra-params__item {
  font-size: 1.3rem;
  color: #000
}

.product-extra-params__item:not(:first-child) {
  margin-top: .5rem
}

.product-extra-params a {
  font-weight: 600;
  text-decoration: underline
}

.product-extra-params a:hover {
  text-decoration: none
}

.product-banner__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto
}

.contacts-section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ebeef2
}

@media (min-width:992px) {
  .contacts-section {
    margin-bottom: 4rem;
    padding-bottom: 4rem
  }
}

.company-contacts {
  font-style: normal
}

.company-contacts__section {
  margin-bottom: 1.5rem
}

.company-contacts__caption {
  font-weight: 700;
  color: #2e2e2e;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 1rem
}

.company-contacts__desc {
  color: #5b5b5c;
  margin-bottom: .5rem
}

.company-contacts__schedule {
  color: #aeaeae;
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  margin-bottom: 1.5rem
}

.company-contacts__map {
  font-size: 1.4rem;
  color: #afc943;
  border-bottom: 1px dashed #afc943;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.company-contacts__map:hover {
  border-bottom-color: transparent
}

.company-contacts__phones {
  max-width: 42rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.company-contacts__phone {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  font-size: 1.6rem
}

.company-contacts__phone-link {
  color: #5b5b5c;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.company-contacts__phone-link:hover,
.share-project__email a {
  color: #afc943
}

.company-contacts__phone-link span {
  font-size: 1.8rem;
  font-weight: 700
}

.company-contacts__phone-icon {
  margin: 0 .5rem 0 0;
  display: inline-block
}

.company-contacts__btn {
  min-width: 28rem
}

.company-contacts__soc {
  margin: 1rem 0
}

.share-project {
  background: #ebeef2;
  padding: 2.5rem 2rem 3rem;
  text-align: center
}

.share-project__heading {
  font-family: "Lobster", Arial, sans-serif;
  color: #2b2a29;
  font-size: 2.4rem;
  max-width: 22rem;
  line-height: 1.2;
  margin: 0 auto 1.5rem
}

.share-project__btn {
  background: #714f81;
  color: #fff;
  -webkit-box-shadow: 0 2px 0 #51355e;
  box-shadow: 0 2px 0 #51355e;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1.5rem
}

@media (min-width:768px) {
  .share-project__btn {
    font-size: 1.6rem;
    min-width: 28rem
  }
}

.share-project__btn:hover {
  background: #664774
}

.share-project__btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px)
}

.share-project__btn-icon {
  width: 5rem;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1rem
}

.share-project__email {
  color: #5b5b5c;
  font-size: 1.6rem;
  display: block
}

.share-project__email a:hover {
  text-decoration: underline
}

.company-affiliates__list {
  margin-bottom: 3rem
}

.company-affiliates__list>.row>[class*=col-] {
  margin-bottom: 1rem
}

.company-affiliates__list--counter {
  counter-reset: affiliate
}

.company-affiliates__list--counter .company-affiliate {
  counter-increment: affiliate
}

.company-affiliates__list--counter .company-affiliate::before {
  content: counter(affiliate);
  background-image: none
}

.company-affiliates__map {
  height: 30rem;
  position: relative
}

@media (min-width:768px) {
  .company-affiliates__map {
    height: 40rem
  }
}

.company-affiliates__map iframe {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%
}

.company-affiliate {
  border: 1px solid #ececec;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  font-size: 1.4rem;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative
}

.company-affiliate::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  top: 1rem;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
  border-radius: 50%;
  background-color: #afc943;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTExLjg0NyA1MTEuODQ3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTEuODQ3IDUxMS44NDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZD0iTTUwOS43ODQsMjIzLjk3NWMtMS42MDMtMTIuNzUxLTguOTcyLTI0LjA2MS0xOS45ODktMzAuNjc3Yy0xMC44NzUtNi41MzktMjQuMTUzLTcuNzE5LTM2LjAxMS0zLjIgIGMtMTAuMjMsMy41MDEtMjEuNDIyLTEuNTI2LTI1LjYtMTEuNDk5Yy01LjIxMi0xMS42MjUtMTEuNTgtMjIuNjk1LTE5LjAwOC0zMy4wNDVjLTYuNjY1LTguNTk5LTUuNDA3LTIwLjkxNSwyLjg1OS0yNy45ODkgIGM5Ljc0LTguMDE3LDE1LjI0OC0yMC4wNzEsMTQuOTMzLTMyLjY4M2MtMC4yNDUtMTIuODY3LTYuMzk3LTI0LjkwNS0xNi42ODMtMzIuNjRjLTE2LjkzLTEyLjkwOC0zNS40MDUtMjMuNjUtNTQuOTk3LTMxLjk3OSAgYy0xMS44NzktNS4wNjctMjUuNDI5LTQuMzgzLTM2LjczNiwxLjg1NmMtMTEuMDY4LDYuMDU5LTE4LjcyNiwxNi44OC0yMC43NTcsMjkuMzMzYy0xLjk5NSwxMC43NDctMTIuMTE0LDE4LjAwNS0yMi45MzMsMTYuNDQ4ICBjLTEyLjU4OC0xLjMxMi0yNS4yNzktMS4zMTItMzcuODY3LDBjLTEwLjgyMiwxLjU2OC0yMC45NDktNS42OTUtMjIuOTMzLTE2LjQ0OGMtMi4wMzItMTIuNDUzLTkuNjktMjMuMjc1LTIwLjc1Ny0yOS4zMzMgIGMtMTEuMzA2LTYuMjQyLTI0Ljg1OC02LjkyNi0zNi43MzYtMS44NTZjLTE5LjY2Miw4LjI3Ny0zOC4yMSwxOC45ODUtNTUuMjExLDMxLjg3MmMtMTAuMjc5LDcuNzMtMTYuNDMyLDE5Ljc1OS0xNi42ODMsMzIuNjE5ICBjLTAuMjgzLDEyLjY0LDUuMjYzLDI0LjcwOCwxNS4wNCwzMi43MjVjOC4yNjksNy4wNzUsOS41MTksMTkuMzk5LDIuODM3LDI3Ljk4OWMtNy40MywxMC4zNDktMTMuNzk4LDIxLjQyLTE5LjAwOCwzMy4wNDUgIGMtNC4yNjQsOS45OTktMTUuNTY4LDE0Ljk1OS0yNS44MTMsMTEuMzI4Yy0xMS43OTktNC40NDMtMjQuOTg0LTMuMjMyLTM1Ljc3NiwzLjI4NWMtMTEuMDI4LDYuNjcyLTE4LjM3LDE4LjA1LTE5LjkwNCwzMC44NDggIGMtMi43MzUsMjEuMjQ2LTIuNzM1LDQyLjc1NCwwLDY0YzEuNjAzLDEyLjc1MSw4Ljk3MiwyNC4wNjEsMTkuOTg5LDMwLjY3N2MxMC44Nyw2LjU1NSwyNC4xNTUsNy43MzYsMzYuMDExLDMuMiAgYzEwLjIzMS0zLjUyMywyMS40MzgsMS41MTEsMjUuNiwxMS40OTljNS4yMDksMTEuNjI2LDExLjU3NywyMi42OTcsMTkuMDA4LDMzLjA0NWM2LjY2NSw4LjU5OSw1LjQwNywyMC45MTUtMi44NTksMjcuOTg5ICBjLTkuNzQsOC4wMTctMTUuMjQ4LDIwLjA3MS0xNC45MzMsMzIuNjgzYzAuMjQ1LDEyLjg2Nyw2LjM5NywyNC45MDUsMTYuNjgzLDMyLjY0YzE2Ljk5NSwxMi44ODQsMzUuNTM2LDIzLjU5MSw1NS4xODksMzEuODcyICBjMTEuODc5LDUuMDY3LDI1LjQyOSw0LjM4MywzNi43MzYtMS44NTZjMTEuMDY4LTYuMDU5LDE4LjcyNi0xNi44OCwyMC43NTctMjkuMzMzYzIuMDE0LTEwLjczNCwxMi4xMi0xNy45ODIsMjIuOTMzLTE2LjQ0OCAgYzEyLjU4OCwxLjMxMiwyNS4yNzksMS4zMTIsMzcuODY3LDBjMTAuODEzLTEuNTM0LDIwLjkxOSw1LjcxNCwyMi45MzMsMTYuNDQ4YzIuMDMyLDEyLjQ1Myw5LjY5LDIzLjI3NSwyMC43NTcsMjkuMzMzICBjNi4xOTEsMy40MjQsMTMuMTQ5LDUuMjIzLDIwLjIyNCw1LjIyN2M1LjY3NC0wLjAwOCwxMS4yODktMS4xNTQsMTYuNTEyLTMuMzcxYzE5LjY1NC04LjI3OSwzOC4xOTUtMTguOTg2LDU1LjE4OS0zMS44NzIgIGMxMC4yNzktNy43MywxNi40MzItMTkuNzU5LDE2LjY4My0zMi42MTljMC4yODMtMTIuNjQtNS4yNjMtMjQuNzA4LTE1LjA0LTMyLjcyNWMtOC4yNjMtNy4wNjYtOS41MjEtMTkuMzc2LTIuODU5LTI3Ljk2OCAgYzcuNDM5LTEwLjM0NywxMy44MTQtMjEuNDE4LDE5LjAyOS0zMy4wNDVjNC4yMDItOS45NDksMTUuMzcyLTE0Ljk2NiwyNS42LTExLjQ5OWgwLjIzNWMxMS43OTcsNC40NTksMjQuOTg5LDMuMjQ4LDM1Ljc3Ni0zLjI4NSAgYzEwLjg5LTYuNjYsMTguMTQ3LTE3LjkyMywxOS43MTItMzAuNTkyYzIuNzQ5LTIxLjMwMiwyLjc1LTQyLjg2OSwwLTY0LjE3MVYyMjMuOTc1eiBNMjU1LjkxOCwzNjIuNjQyICBjLTU4LjkxLDAtMTA2LjY2Ny00Ny43NTYtMTA2LjY2Ny0xMDYuNjY3czQ3Ljc1Ni0xMDYuNjY3LDEwNi42NjctMTA2LjY2N3MxMDYuNjY3LDQ3Ljc1NiwxMDYuNjY3LDEwNi42NjcgIEMzNjIuNTE0LDMxNC44NTYsMzE0Ljc5OSwzNjIuNTcxLDI1NS45MTgsMzYyLjY0MnoiIGRhdGEtb3JpZ2luYWw9IiM0NTVBNjQiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiM0NTVBNjQiPjwvcGF0aD48c3R5bGUgaWQ9InN0eWxpc2gtNTAiIGNsYXNzPSJzdHlsaXNoIiB0eXBlPSJ0ZXh0L2NzcyI+Lm9yZGVyLWZvb3RlciB7IHBhZGRpbmc6IDFyZW0gMCAycmVtOyB9Ci5vcmRlci1tb2ItZm9vdGVyX19jb250cm9scyB7IHBhZGRpbmctYm90dG9tOiAxNXB4OyB9Ci5kZWxpdmVyeS1zZXR0aW5nc19fY29udHJvbCB7IG1pbi13aWR0aDogMDsgfQouZGVsaXZlcnktc2V0dGluZ3MgLmNob2ljZXNfX2xpc3QtLXNpbmdsZSAuY2hvaWNlc19faXRlbSB7IHdoaXRlLXNwYWNlOiBub3dyYXA7IG92ZXJmbG93OiBoaWRkZW47IHRleHQtb3ZlcmZsb3c6IGVsbGlwc2lzOyB9PC9zdHlsZT48L2c+IDwvc3ZnPg==);
  background-size: 1.5rem 1.5rem;
  background-position: center;
  background-repeat: no-repeat
}

.company-affiliate:hover {
  -webkit-box-shadow: 0 3px 3px rgba(1, 1, 1, .2);
  box-shadow: 0 3px 3px rgba(1, 1, 1, .2)
}

.company-affiliate__heading {
  font-weight: 700;
  margin-bottom: .5rem;
  max-width: 44rem
}

.company-affiliate__phones,
.company-affiliate__schedule {
  margin-bottom: .5rem
}

.company-affiliate__schedule span {
  display: block
}

.company-affiliate__phone {
  display: inline-block;
  vertical-align: middle
}

.company-affiliate__phone:not(:first-child)::before {
  content: ", "
}

.company-affiliate__phone-link {
  color: #333;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.company-affiliate__location:hover,
.company-affiliate__phone-link:hover,
.table-of-contents__link:hover,
.table-of-contents__sublink:hover {
  text-decoration: underline
}

.company-affiliate__location {
  color: #afc943
}

.table-of-contents {
  padding: 3.5rem;
  background: #f7f7f7;
  margin-bottom: 3rem
}

.table-of-contents__heading {
  font-weight: 600;
  color: #2e2e2e;
  font-size: 2rem;
  margin-bottom: 1.5rem
}

.table-of-contents__list {
  font-size: 1.5rem;
  color: #81a200;
  counter-reset: order
}

.table-of-contents__item {
  counter-increment: order;
  margin: .8rem 0
}

.table-of-contents__item::before {
  content: counter(order) ". ";
  color: #2e2e2e
}

.table-of-contents__link {
  color: #81a200
}

.table-of-contents__sublist {
  counter-reset: subcounter;
  padding-left: 1.7rem
}

.table-of-contents__subitem {
  counter-increment: subcounter;
  margin: .4rem 0
}

.table-of-contents__subitem::before {
  content: counter(order) "." counter(subcounter) ". ";
  color: #2e2e2e
}

.table-of-contents__sublink {
  color: #81a200
}

.sidebar-banner {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto
}

.sidebar-banner:hover .sidebar-banner__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.sidebar-banner__main {
  margin: 0
}

.sidebar-banner__img {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.sidebar-banner__caption {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 0;
  background: #a8d000;
  color: #fff;
  max-width: 23rem;
  line-height: 1.1;
  padding: .7rem 3rem .7rem 1.5rem;
  text-shadow: 1px 1px 0 rgba(151, 186, 5, .3);
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 93% 50%, 100% 100%, 0 100%)
}
/* End */


/* Start:/local/stylefiles/css/liquid-slider.css?16281455364425*/
/*
 *  Liquid Slider v2
 *  Copyright 2012 Kevin Batdorf
 *  http://liquidslider.com
 *  MIT license
 */

.no-js .liquid-slider {
  height:350px;
  overflow:scroll;
}
.ls-preloader {  
  background: url(/local/stylefiles/css/images/loading.gif) #f2f2f2 no-repeat center 50%;
  opacity:1;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/*** Containers ***/
.ls-wrapper {
  clear: both;
  overflow: auto;
  position: relative;
}
.liquid-slider {
  background: #f2f2f2;
  width: 600px;
  margin: 0 auto;
  float: left;
  overflow: hidden;
  position: relative;
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}
.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}
.panel-container {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  /* from http://davidwalsh.name/translate3d */
}
.liquid-slider .panel-container .fade {
  width:100%;
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

.index-slider-img  {
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center center;
}

/*** Panels ***/
.liquid-slider .ls-panel {  
  width: 1200px;
  height:537px;
  display: block;
  float: left;
}
@media screen and (min-width:1300px) and (max-width:1399px) {
	.liquid-slider .ls-panel {  
		width: 1020px;
		height:537px;
	}
}
@media screen and (min-width:800px) and (max-width:1299px) {
	.liquid-slider .ls-panel {  
		width: 900px;
		height:537px;
	}
}
@media screen and (min-width:1400px) and (max-width:2000px) {
	.liquid-slider .ls-panel {  
		width: 1290px;
		height:837px;
	}
}
.panel-wrapper {  
  padding: 0px;
  position:relative;
}

.panel-wrapper .title{
	display: none;
}

.panel-wrapper p{
	margin: 0px;
}
/*** Tabbed Navigation ***/
.ls-nav {
  overflow:hidden;
  clear:both;
  background-color: #d1d5d6;
}
.ls-nav a {
  background: #d1d5d6;
  color: #333333;
  margin-right: 1px;
  padding: 20px 22px; 
  outline:0;
}
.ls-nav a:hover {
  background: url("/local/stylefiles/css/images/slider_menu_bg.jpg") repeat-x center center;
  color: #333333;
  text-shadow: none;
}
.ls-nav .current a {
  background: url("/local/stylefiles/css/images/slider_menu_bg.jpg") repeat-x center center;
}
.currentCrossLink {
  font-weight: bold;
}
.ls-nav ul {  
  padding:0;
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.ls-nav ul li {
  display: inline;
}
.ls-nav ul li a {
  display: block;
  float: left;
  text-decoration: none;
}

/*** Mobile Navigation ***/
.ls-select-box { 
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(/local/stylefiles/css/images/menu.png) no-repeat right #ddd;
}
.ls-select-box select {  
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/*** Arrow Navigation (non-graphical) ***/
.ls-nav-left, .ls-nav-right {
  top:0;
  float: left;
  clear:both;
}
.ls-nav-left a, .ls-nav-right a {
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-responsive .ls-nav-left {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  background: #747474;
}
.ls-responsive .ls-nav-right {
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}

/*** Arrow Navigation (graphical) ***/
.ls-nav-left-arrow, .ls-nav-right-arrow {
  cursor: pointer;
  float: left;
  clear: both;
}
.ls-nav-left-arrow a, .ls-nav-right-arrow a {
  display: block;
}
[class$="-arrow"] {
  width: 52px;
  height: 50px;
  background-image: url(/local/stylefiles/images/arrow.png);
  background-repeat: no-repeat;
  margin-top: 250px;
  position:relative;
}
.ls-nav-right-arrow {
  background-position: top right;  
  margin-right: 5px;
}
.ls-nav-left-arrow {
  background-position: top left;  
  margin-left: 5px;
}
.ls-nav-left-arrow:hover {
  background-position: bottom left;
}
.ls-nav-right-arrow:hover {
  background-position: bottom right;
}
.ls-responsive .ls-nav-left-arrow {
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  position: absolute;
  right: 0;
  z-index: 2;
}

/* End */


/* Start:/local/stylefiles/css/lightGallery.css?162814553620251*/
/*clearfix*/
.group {
 *zoom: 1;
}
.group:before, .group:after {
	display: table;
	content: "";
	line-height: 0;
}
.group:after {
	clear: both;
}
/*/clearfix*/


/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
	font-family: 'Slide-icons';
	src: url('/local/stylefiles/fonts/slide-icons.eot');
}
@font-face {
	font-family: 'Slide-icons';
	src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format('woff'), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format('truetype');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'Slide-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/** / End of font-icons /**/




.lightGallery {
	overflow: hidden!important;
}
#lightGallery-Gallery img {
	border: none!important;
}
#lightGallery-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 1;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	-ms-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	background: rgba(13,13,13,0.5);
}
#lightGallery-outer .lightGallery-slide{
	position: relative;
}
/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
	opacity: 1;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
#lightGallery-Gallery.opacity .thumb_cont {
	opacity: 1;
}
#lightGallery-Gallery.fadeM {
	opacity: 0;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
/*lightGallery starting effects*/


/*lightGallery core*/
#lightGallery-Gallery {
	height: 100%;
	opacity: 0;
	width: 100%;
	position: relative;
	transition: opacity 1s ease 0s;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	-ms-transition: opacity 1s ease 0s;
}
/**/
#lightGallery-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	white-space: nowrap;
}
/**/
#lightGallery-slider .lightGallery-slide {
	background: url(/local/stylefiles/img/loading.gif) no-repeat scroll center center transparent;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
}
#lightGallery-slider .lightGallery-slide.complete {
	background-image: none;
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide > * {
	opacity: 0;
}
#lightGallery-Gallery.showAfterLoad .lightGallery-slide.complete > * {
	opacity: 1;
}
#lightGallery-slider.slide .lightGallery-slide, #lightGallery-slider.useLeft .lightGallery-slide {
	position: absolute;
	opacity: 0.4;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	position: absolute;
	left: 0;
	opacity: 0;
}
#lightGallery-slider.animate .lightGallery-slide {
	position: absolute;
	left: 0;
}
#lightGallery-slider.fadeM .current {
	opacity: 1;
	z-index: 9;
}
#lightGallery-slider .lightGallery-slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#lightGallery-Gallery.opacity .lightGallery-slide .object{
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
}
.lightGallery-slide .object{
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}
#lightGallery-Gallery.fadeM .lightGallery-slide .object{
	transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
}
#lightGallery-slider.fadeM.on .current {
	opacity: 1;
	transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-webkit-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
}
#lightGallery-slider.fadeM .lightGallery-slide {
	transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}
#lightGallery-slider.slide .lightGallery-slide {
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.slide.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.slide .lightGallery-slide.current {
	opacity: 1 !important;
	transform: translate3d(0px, 0px, 0px) !important;
	-moz-transform: translate3d(0px, 0px, 0px) !important;
	-ms-transform: translate3d(0px, 0px, 0px) !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	-o-transform: translate3d(0px, 0px, 0px) !important;
}
#lightGallery-slider.slide .lightGallery-slide.prevSlide {
	opacity: 0;
	transform: translate3d(-100%, 0px, 0px);
	-moz-transform: translate3d(-100%, 0px, 0px);
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0px, 0px);
	-o-transform: translate3d(-100%, 0px, 0px);
}
#lightGallery-slider.slide .lightGallery-slide.nextSlide {
	opacity: 0;
	transform: translate3d(100%, 0px, 0px);
	-moz-transform: translate3d(100%, 0px, 0px);
	-ms-transform: translate3d(100%, 0px, 0px);
	-webkit-transform: translate3d(100%, 0px, 0px);
	-o-transform: translate3d(100%, 0px, 0px);
}
#lightGallery-slider.useLeft .lightGallery-slide {
	left: 100%;
}
#lightGallery-slider.useLeft.on .lightGallery-slide {
	opacity: 0;
}
#lightGallery-slider.useLeft .lightGallery-slide.current {
	opacity: 1 !important;
	left: 0% !important;
}
#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
	opacity: 0;
	left: -100%;
}
#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
	opacity: 0;
	left: 100%;
}
#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}
#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
	transition-duration: inherit !important;
	-moz-transition-duration: inherit !important;
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	-ms-transition-duration: inherit !important;
}
#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
	transition-timing-function: inherit !important;
	-moz-transition-timing-function: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	-ms-transition-timing-function: inherit !important;
}
#lightGallery-slider .lightGallery-slide img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	cursor: -moz-grabbing;
	cursor: grab;
	cursor: -webkit-grab;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
 @-webkit-keyframes rightEnd {
 0% {
left: 0;
}
 50% {
left: -30px;
}
 100% {
left: 0;
}
}
@keyframes rightEnd {
 0% {
left: 0;
}
 50% {
left: -30px;
}
 100% {
left: 0;
}
}
@-webkit-keyframes leftEnd {
 0% {
left: 0;
}
 50% {
left: 30px;
}
 100% {
left: 0;
}
}
@keyframes leftEnd {
 0% {
left: 0;
}
 50% {
left: 30px;
}
 100% {
left: 0;
}
}
.lightGallery-slide .object.rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lightGallery-slide .object.leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
/*lightGallery core*/


/*action*/
#lightGallery-action {
	bottom: 20px;
	position: fixed;
	left: 50%;
	margin-left: -30px;
	z-index: 9;
	-webkit-backface-visibility: hidden;
}
#lightGallery-action.hasThumb {
	margin-left: -46px;
}

#lightGallery-action a {
	margin: 0 3px 0 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto;
	display: inline-block !important;
	display: inline-block;
	vertical-align: middle;
 *display: inline;
 *zoom: 1;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 16px;
	width: 28px;
	height: 28px;
	font-family: 'Slide-icons';
	color: #FFF;
	cursor: pointer;
}
#lightGallery-action a.disabled {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: default;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65) !important;
}
#lightGallery-action a:hover, #lightGallery-action a:focus {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
#lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
	left: 5px;
	bottom: 3px;
	position: absolute;
}
#lightGallery-action a#lightGallery-prev:before {
	content: "\e01d";
}
#lightGallery-action a#lightGallery-next:after {
	content: "\e01b";
}
#lightGallery-action a.cLthumb:after {
	font-family: 'Slide-icons';
	content: "\e01c";
	left: 6px;
	bottom: 4px;
	font-size: 16px;
	position: absolute;
}
/*action*/

/*counter*/
#lightGallery_counter {
	bottom: 52px;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 9;
	color: #FFFFFF;
}
/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
	-webkit-transition: max-height 0.4s ease-in-out;
	-moz-transition: max-height 0.4s ease-in-out;
	-o-transition: max-height 0.4s ease-in-out;
	-ms-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	z-index: 9;
	max-height: 0;
	opacity: 0;
}
#lightGallery-Gallery.open .thumb_cont {
	max-height: 350px;
}
#lightGallery-Gallery .thumb_cont .thumb_inner {
	margin-left: -12px;
	padding: 12px;
	max-height: 290px;
	overflow-y: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
	background-color: #333;
	padding: 7px 20px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .count {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close {
	color: #FFFFFF;
	display: block;
	float: right !important;
	width: 28px;
	position: relative;
	height: 28px;
	border-radius: 2px;
	margin-top: -4px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	z-index: 1090;
	cursor: pointer;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
	left: 6px;
	position: absolute;
	top: 4px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
	content: "\e01a";
	font-family: 'Slide-icons';
	font-style: normal;
	font-size: 16px;
}
#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
	text-decoration: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, 1);
}
#lightGallery-Gallery .thumb_cont .thumb {
	display: inline-block !important;
	vertical-align: middle;
	text-align: center;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	margin-bottom: 4px;
	height: 50px;
	width: 50px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: border-color linear .2s, opacity linear .2s;
	-moz-transition: border-color linear .2s, opacity linear .2s;
	-o-transition: border-color linear .2s, opacity linear .2s;
	-ms-transition: border-color linear .2s, opacity linear .2s;
	transition: border-color linear .2s, opacity linear .2s;
}
@media (min-width: 800px) {
#lightGallery-Gallery .thumb_cont .thumb {
	width: 94px;
	height: 94px;
}
}
#lightGallery-Gallery .thumb_cont .thumb > img {
	height: auto;
	max-width: 100%;
}
#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	border-color: #ffffff;
}
/*lightGallery Thumb*/

/*lightGallery Video*/
#lightGallery-slider .video_cont {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#lightGallery-slider .video_cont {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#lightGallery-slider .video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#lightGallery-slider .video .object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
/*lightGallery Video*/






/*lightGallery Close*/
#lightGallery-close {
	color: #FFFFFF;
	height: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
	z-index: 1090;
	cursor: pointer;
	background-color: #000;
	border-radius: 2px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	-webkit-backface-visibility: hidden;
}
#lightGallery-close:after {
	position: absolute;
	right: 6px;
	top: 3px;
}
#lightGallery-close:hover {
	text-decoration: none;
	background-color: #000;
}
.customHtml {
	background: none repeat scroll 0 0 black;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	color: #fff;
	font-family: Arial, sans-serif;
	height: 70px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}
.customHtml p {
	font-size: 14px;
}
.customHtml > h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
.lightGallery-slide.current > div{
	color:#fff;
	margin-top: 15px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/new-top-search/style.min.css?16281455313445*/
.bx-searchtitle{margin:10px 0 0}.bx-searchtitle .bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background:#1484ce}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;background-image:url('/local/templates/.default/components/bitrix/search.title/new-top-search/images/fader.png');background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */


/* Start:/local/templates/mebelholl_main/components/bitrix/search.title/top_search/style.min.css?16283404663445*/
.bx-searchtitle{margin:10px 0 0}.bx-searchtitle .bx-block-title{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;color:#343434;text-transform:uppercase;font-size:12px;margin-bottom:9px;font-weight:600}.bx-searchtitle .bx-input-group{position:relative;display:table;border-collapse:separate;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-searchtitle .bx-input-group .bx-form-control{display:table-cell;position:relative;z-index:2;float:left;width:100%;margin-bottom:0;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#f8fafc;border:1px solid #d5dadc;border-right:0;border-radius:2px 0 0 2px;outline:0;box-shadow:none!important;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.bx-ios .bx-searchtitle .bx-input-group .bx-form-control{background-image:-webkit-linear-gradient(#f8fafc 0,#f8fafc 100%);background-image:linear-gradient(#f8fafc 0,#f8fafc 100%)}.bx-searchtitle .bx-input-group-btn{position:relative;font-size:0;width:1%;white-space:nowrap;vertical-align:middle;display:table-cell}.bx-searchtitle .bx-input-group-btn button{position:relative;border:0;background:#95a1a8;display:inline-block;margin-bottom:0;cursor:pointer;padding:6px 12px;border-radius:0 2px 2px 0;color:#fff;font-size:16px;line-height:1.42857143;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-searchtitle .bx-input-group-btn button:hover{background:#1484ce}div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}div.title-search-fader{display:none;background-image:url('/local/templates/mebelholl_main/components/bitrix/search.title/top_search/images/fader.png');background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}.bx_searche .bx_img_element{background:#fafafa;float:left;width:67px;padding:5px 10px;position:absolute;top:0;bottom:0}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{padding-left:10px;margin-left:70px}.bx_searche .bx_item_element hr{margin:0;border:0;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:normal}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:bold;font-size:13px}.bx_searche .bx_price .old{font-weight:normal;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */


/* Start:/local/templates/mebelholl_main/styles.css?171139448715425*/
.whatc_chat.btn-lg {
    background-color: #fff;
    border: 2px solid #43d854;
    box-shadow: none;
    color: #8f5db7;
    padding-right: 34px;
    display: inline-block;
	margin-left:1em;
}
.skype_chat.btn-lg {
    background-color: #fff;
    border: 2px solid #00aff0;
    box-shadow: none;
    color: #8f5db7;
    padding-right: 41px;
    display: inline-block;
	margin-top:0.5em;
}
.tel_chat.btn-lg {
    background-color: #fff;
    border: 2px solid #0088cc;
    box-shadow: none;
    color: #8f5db7;
    padding-right: 41px;
    display: inline-block;
	margin-left:1em;
	margin-top:0.5em;
}

.btn-lg .contacts__messenger-icon{
	float:right;
	margin-left:15px;
}


@media all and (max-width: 479px) {
 .worakarea_wrap_container{
	width:100%;
}
.calc-promo-mob {
	display:none;
}
.calc-promo-title {
	text-align:center;
}

body .item-contact{
	width:100%;
}

}
 body .new-styles .slider-el-info-inner .project-action {
    position:static!important;
	border:2ps solid blue;
}


@media(max-width: 999px) {
  .contact_worakarea {
    width: 100%!important;
  }

  .viber_chat.btn-lg,
  .whatc_chat.btn-lg,
  .skype_chat.btn-lg,
  .tel_chat.btn-lg {
    font-size: 14px!important;
    font-size: 14px!important;
    line-height: 1.5;
    height: 41px;
    width: 256px;
    white-space: nowrap;
  }

  .whatc_chat.btn-lg,
  .tel_chat.btn-lg {
    margin-left: 0.5em
  }

}

@media(max-width: 730px) {
  .whatc_chat.btn-lg,
  .tel_chat.btn-lg {
    margin-left: 0;
  }

  .viber_chat.btn-lg,
  .whatc_chat.btn-lg,
  .skype_chat.btn-lg,
  .tel_chat.btn-lg {
    margin-top: 0.5em
  }

}


.collection__list-item .collection-product .btn--secondary {
    white-space: nowrap;
}

#title-search-input {
  padding-left: 15px;
  line-height: 34px;
}


.recommend-area .collection-product {
    margin-bottom: 3rem;
}

.recommend-area .collection-product__body {
    min-height: 8em;
}

.recommend-area .short_text {
    min-height: 145px;
}

.recommend-area .short_text .show_more_text .icon {
    font-size: 20px;
    width: 15px;
    height: 15px;
    fill: #afc943;
    display: inline-block;
    background: inherit;
    cursor: pointer;
}

.contacts_social_wrapper {
  background: #ECEFF4;
  padding: 39px;
  margin-top: 15px;
}

.contacts_social_title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #484848;
  margin-bottom: 30px;
}

.new-styles .contacts_social_wrapper [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}
.new-styles .contacts_social_wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}



body .new-styles .label-privacy {
    display: inline-block;
    text-align: left;
    line-height: initial;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: initial;
 }

 body .new-styles .label-privacy input {
    position: absolute;
    left: 0;
    top: 2px;
    width: initial;
 }

body .new-styles .label-privacy a {
    text-decoration: underline;
    color: red;
}

.soc-item-image {
  height: 180px;
  background-image: url('/local/templates/mebelholl_main/assets/images/soc_finger.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soc-item {
  height: 100%;
  background-color: #fff!important;
  display: block;
  transition: box-shadow ease-in-out 0.25s
}

.soc-item:hover,
.soc-item-big:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.soc-item-description {
  padding: 10px;
  min-height: 190px;
}

.soc-item-title,
.soc-item-big-description-title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  /* or 100% */

  text-align: center;

  color: #A5CC01;
  margin-bottom: 20px;
}

.soc-item-text,
.soc-item-big-description-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 19px;
  line-height: 22px;
  /* or 100% */

  text-align: center;

  color: #484848;
}

.soc-item-image.vk:before {
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url('/local/templates/mebelholl_main/assets/images/soc-vk.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.soc-item-image.fb:before {
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url('/local/templates/mebelholl_main/assets/images/soc-fb.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.soc-item-image.ok:before {
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url('/local/templates/mebelholl_main/assets/images/soc-ok.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.soc-item-image.tt:before {
  display: block;
  content: '';
  width: 100px;
  height: 100px;
  background-image: url('/local/templates/mebelholl_main/assets/images/soc-tt.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.soc-item-big-wrapper {
  margin-bottom: 30px;
}

.soc-item-big {
  display: flex;
  min-height: 375px;
  background-color: #fff!important;
  transition: box-shadow ease-in-out 0.25s;
  height: 100%;
}

.soc-item-big-image {
  height: 100%;
  width: 375px;
  min-width: 375px;
  background-image: url('/local/templates/mebelholl_main/assets/images/soc-big-left.png');
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.soc-item-big-description-image:before {
  display: block;
  content: '';
  width: 110px;
  height: 99px;
  background-image: url('/local/templates/mebelholl_main/assets/images/soc-inst.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.soc-item-big-description {
  width: 100%;
}

.soc-item-big-description-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
}

.soc-item-big-description-title,
.soc-item-big-description-text {
  text-align: left;
  padding: 0 9px;
}

.soc-item-big-image.yt {
  width: 100%;
  min-width: inherit;
  /* max-width: 450px; */
  background-image: url('/local/templates/mebelholl_main/assets/images/image 1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.soc-item-big-image-wrapper {
  height: 240px;
  display: flex;
  width: 100%;
}

.soc-item-big-image-small-wrapper {
  width: 109px;
  min-width: 109px;
  display: flex;
  flex-direction: column;
}

.soc-item-big-image-small {
  width: 100%;
  height: 25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.small-1 {
  background-image: url('/local/templates/mebelholl_main/assets/images/image 2.png');
}
.small-2 {
  background-image: url('/local/templates/mebelholl_main/assets/images/image 3.png');
}
.small-3 {
  background-image: url('/local/templates/mebelholl_main/assets/images/image 6.png');
}
.small-4 {
  background-image: url('/local/templates/mebelholl_main/assets/images/image 7.png');
}

.yt-big {
  flex-direction: column;
}

.yt-big .soc-item-big-description {
  display: flex
}

.yt-big .soc-item-big-description-image:before {
  background-image: url('/local/templates/mebelholl_main/assets/images/soc-yt.png');
}

.yt-big .soc-item-big-description-image {
  width: 110px;
  margin: 0 30px;
}

.yt-big .soc-item-big-description-title,
.yt-big .soc-item-big-description-text {
  padding-left: 0;
}

.soc-item-big-description-wrapper {
  padding: 20px 20px 20px 0;
}



@media (min-width: 581px) {
  .soc-item-wrapper-yt-mobile {
    display: none!important;
  }
}

@media (max-width: 1210px) {
  .soc-item-title,
  .soc-item-big-description-title {
    font-size: 18px;
  }

  .soc-item-text,
  .soc-item-big-description-text {
    font-size: 16px;
    line-height: 18px;
  }

  .yt-big .soc-item-big-description-image {
      width: 110px;
      margin: 0 15px;
  }

  .soc-item-big-image {
      width: 300px;
      min-width: 300px;
      background-position: center;
  }
}

@media (max-width: 1110px) {

  .soc-item-big-image {
      width: 250px;
      min-width: 250px;
      background-position: center;
  }
}

@media (max-width: 991px) {
  .soc-item-big-image {
      width: 375px;
      min-width: 375px;
      background-position: center;
  }

  .inst-big .soc-item-big-description-title,
  .inst-big .soc-item-big-description-text {
    text-align: center;
  }

  .inst-big .soc-item-big-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .inst-big,
  .soc-item-wrapper-inst {
    margin-bottom: 30px;
  }

  .soc-item-wrapper {
    padding-bottom: 30px;
  }
}

@media (max-width: 650px) {
  .soc-item-big-image {
      width: 250px;
      min-width: 250px;
      background-position: center;
  }

  .soc-item-big-description-text br {
    display: none;
  }


}


@media (max-width: 580px) {
  .soc-item-big.inst-big {
    flex-direction: column;
  }

  .soc-item-big {
    min-height: inherit;
  }

  .soc-item-big-image,
  .soc-item-wrapper-yt {
    display: none;
  }

  .yt-big .soc-item-big-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .yt-big .soc-item-big-description-title,
  .yt-big .soc-item-big-description-text {
    text-align: center;
  }

  a.soc-item-big.yt-big {
    padding-bottom: 30px;
  }

  .new-styles .soc-item-wrapper.col-sm-12 {
    width: 100%;
  }
}


@media (max-width: 500px) {
  .contacts_social_title {
    font-size: 20px;
  }
}


.planirovochnye-h1 {
  /* font-family: 'Inter'; */
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 31px;

  color: #000000;
  text-align: center;
  margin-bottom: 25px;
}

.planirovochnye-subtitle {
  /* font-family: 'Inter'; */
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  /* or 133% */

  text-align: center;

  color: #5B5B5B;
  margin-bottom: 25px;
}

.planirovochnye-list {
  border: 3px solid #FD7C28;
  background: url('/images/planir_header_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px 10px;
  margin-bottom: 25px;
}

.planirovochnye-list li {
  font-style: normal;
  font-weight: 400;
  /* font-size: 26px;
  line-height: 40px; */
  font-size: 16px;
  line-height: 24px;
  /* or 154% */


  color: #000000;
}

.new-styles .planirovochnye-list ul>li:before {
  color: #000000;
  background: #000000;
  top: 0.65em;
  width: 8px;
  height: 8px;
  left: 5px;
}

.new-styles .planirovochnye-list ul>li {
    padding: 0 0 0 25px;
}

.planirovochnye-paragraph p {
  font-style: normal;
  font-weight: 300;
  /* font-size: 26px; */
  /* line-height: 40px; */
  font-size: 16px;
  line-height: 24px;

  color: #000000;
}

.semi-bold-orange {
  font-weight: 500;
  color: #FD7C28;
}

.decoration {
  color: #81A200;
  text-decoration: underline;
}

.planirovochnye-paragraph {
  margin-bottom: 20px;
}

.planirovochnye-h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  /* identical to box height, or 154% */


  color: #000000;
  padding-left: 20px;
  margin: 35px 0;
}

.bx-filter.bx-blue .bx-filter-section {
  border-radius: 0;
}

.slide-inner {
  height: 530px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}

body .slide-inner .slide-detail {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -110px;
  margin-top: -25px;
  width: 220px;
  /* height: 50px;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 48px;
  color: #000000;

  background: rgba(165, 204, 1, 0.78);
  border: 1px solid #000000;
  border-radius: 50px;
  text-align: center;
  display: block; */
}

body .slide-inner .btn-black-hover:hover {
    color: #000!important;
}

.slide-left,
.slide-right {
  width: calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.slide-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slide-left-text {
  padding: 22px 15px 15px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;

  color: #000000;
}

.slide-right-text {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
  padding: 18px 20px 15px 25px;
}

.planirovochnye-h3 {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 35px;
  color: #000000;
}

.planirovochnye-slider {
  margin-bottom: 70px;
}

.planirovochnye-ul {
  padding-left: 40px;
  position: relative;
}

.planirovochnye-ul ul {
  max-width: 875px;
  margin-bottom: 90px;
  z-index: 5;
  position: relative;
  background-color: rgba(255,255,255,0.75);
}

.planirovochnye-ul ul li {
  font-style: normal;
  font-weight: 300;
  /* font-size: 26px;
  line-height: 40px; */
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-left: 20px;
  position: relative;
}

.planirovochnye-ul ul li:before {
    color: #000000;
    background: #000000;
    top: 0.65em;
    width: 7px;
    height: 7px;
    left: 0px;
    position: absolute;
    display: block;
    content: '';
    border-radius: 50%;
}

.planirovochnye-ul img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-width: 500px;
  height: auto;
}


#ml_frame #ml_but_cont input {
    padding: 0;
    width: 100px;
}

#popup-city-wrapper .popup-city .h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 28px;
}

.popup-curcity {
  text-align: center;
}

.popup-curcity span {
  color: #afc942;
  font-weight: bold;
}

.city-list ul {
  column-count: 4;
}

.city-list {
  margin-top: 40px;
}

#popup-city-wrapper .new-styles ul>li:before {
  display: none;
}

#popup-city-wrapper .new-styles ul>li {
  padding-left: 10px;
  color: #2b2a29;
}

#popup-city-wrapper .new-styles ul>li a {
  color: #2b2a29;
}

#popup-city-wrapper .new-styles ul>li.active a {
  font-weight: bold;
}

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

@media (max-width: 767px) {
  body .collection__list-item .collection-product .collection-product__price {
    font-size: 16px;
  }
  body .collection__list-item .collection-product .collection-line__btn {
    padding: 0.2rem 0.5em;
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  body .left-btn {
    float: none;
    width: inherit;
    margin-bottom: 5px;
  }


}

@media (max-width: 459px) {
  body .left-btn {
    float: left;
    width: 40%;
    margin-bottom: 0;
  }

  body .collection__list-item .collection-product .collection-product__price {
    font-size: 14px;
  }
  body .collection__list-item .collection-product .collection-line__btn {
    font-size: 14px;
  }
}

.home-catalog__link {
    white-space: normal;
    line-height: 16px;
    display: inline-block;
    margin-top: 5px;
}

.home-catalog__heading {
    margin-bottom: 0.75rem;
    display: block;
}



.catalog-wrapper {
  display: flex;
}

.filter-wrapper {
  width: 30%;
}

.products-wrapper {
  width: 100%;
  padding-left: 30px;
}

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

.filter-wrapper #mainFilter .smart-filter-col {
  width: 100%;
  max-width: inherit;
  flex: 0 0 100%;
}

.filter-wrapper #mainFilter .fa.fa-angle-up,
.filter-wrapper #mainFilter .fa.fa-angle-down {
  display: none!important
}
.filter-wrapper #mainFilter .bx-filter-parameters-box-title {
  pointer-events: none;
  font-size: 16px;
}

.filter-wrapper #mainFilter .bx-filter-block {
  display: block!important;
}

.title_center {
  text-align: center;
}

/* End */


/* Start:/local/css/new_header_menu.css?162814552212647*/
.navbar_mob{
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	height: 40px;
	line-height: 35px;
	z-index: 9999
}
.navbar_mob .aside-buttons{
	float: right
}
.navbar-header .navbar-brand_mob{
	display: inline-block;
	max-width: 180px;
	text-transform: uppercase;
	vertical-align: middle
}
.navbar-header .navbar-brand_mob img{
	max-width: 100%
}

.navbar-header .navbar-form_btn{
	font-size: 14px;
	color: #fff;
	background: #f37917;
	border-radius: 17px;
	width: auto;
	padding: 0px 15px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	text-decoration: none;
	margin-top: 3px
}
.navbar-header .navbar-mail{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	margin-left: 20%;
	border: 0px
}
.navbar-header .navbar-favor_link{
	padding-right: 15px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	border: 0px
}
.navbar-header .navbar-favor_link[disabled]{
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.menu_mob{
	display: inline-block;
	vertical-align: middle
}
.menu_mob span{
	display: block
}
.navbar-header_mob .menu-icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 auto
}
.navbar-header_mob .menu-icon svg#header_menu{
	width: 100%;
	height: 100%
}
.navbar-header_mob{
	background-color: #b0cb1f;
	padding: 5px 18px 5px 25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color:#fff
}

.navbar-header_mob .aside-search-button{
	margin-right: 8px
}

.navbar-header_mob .aside-search-button{
	display: inline-block;
	vertical-align: middle
}
.navbar-header_mob .aside-cart-button span {
	position: absolute;
	top: -2px;
	right: -5px;
	background: #f9593a;
	display: block;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	font-size: 10px;
	font-weight: 900;
	line-height: 13px;
	color: #fff;
	text-align: center;
	padding-left: 2px
}
.navbar-header_mob .menu_mob:hover, .navbar-header_mob .aside-search-button:hover{
	cursor: pointer
}
.js-search-container{
	transform: translateX(-120%)
}
.js-search-container.active{
		 transform: translateX(0%)
}
.search-container_mob{
	z-index: 100;
	transition: transform .2s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #b0cb1f;
	padding: 5px 0
}
.search-container_mob button.btn.btn-search{
	background: #f37917;
	color: #fff;
	border-radius: 18px;
	border: none;
	width: 30px;
	height: 30px;
	padding: 0;
	float: right;
	position: absolute;
	margin-left: -30px
}
.search-container_mob button.btn.btn-search:after{
		display: none
}
.search-container_mob .aside-search{
	text-align: left
}
.search-btn-close_mob span, .btn-close_mob span{
	position: relative;
	display: inline-block;
	margin-top: 5px;
	height: 2px;
	width: 30px;
	cursor: pointer;
	}

.search-btn-close_mob span:before, .search-btn-close_mob span:after, .btn-close_mob span:before, .btn-close_mob span:after{
	content: "";
	position: absolute;
	left: 0;
	background-color: #f9593a;
	transition: all .3s ease-in-out;
	width: 18px;
	height: 2px
}

.search-btn-close_mob span:before{
	top: -9px;
	background-color: #f9593a
}
.search-btn-close_mob span:after {
	top: 9.09px
}
.search-btn-close_mob.active span {
	background-color: transparent
}
.search-btn-close_mob.active span:before, .btn-close_mob span:before{
	top:0;
transform: rotate(-135deg)
}
.search-btn-close_mob.active span:after, .btn-close_mob span:after{
	top: 0;
	transition-delay: 90ms;
	transform: rotate(135deg)
}

.btn-close_mob{
	right: 0;
	background-color: transparent;
	transition: .2s;
	transition: all .2s ease-in-out;
	cursor: pointer;
	padding: 8px 18px;
	position: absolute;
	z-index: 2;
	top: 0;
	height: 20.18px
}
.search-container_mob.active .search-btn-close_mob{
	background-color: transparent;
	transition: .2s;
	transition: all .2s ease-in-out;
	height: auto;
	padding: 12px 0;
	margin: 0;
	border: none;
	float: right;
	cursor: pointer;
	text-align: center
}

/*menu-list_mob*/

.navbar-form_mob{
	text-align: center;
	overflow: hidden;
	display: inline-block;
	max-height: 34px;
	border-radius: 50px;
	background: #fff;
	width: 90%;
	border: none;
	margin: 2px 0
}

@media all and (max-width:480px) {
	.navbar-form_mob{
		width: 85%
	}
}

.navbar-form_mob .form-control:focus{
	box-shadow: none;
	outline: 0
}
.navbar-form_mob .aside-form, .navbar-form_mob .aside-phones .operator, .navbar-form_mob .aside-search .btn-search, .navbar-form_mob.form-group{
	display: inline-block
}
.search-container_mob .navbar-form_mob .form-group {
	width: 100%;
	padding: 0px 30px 0 15px;
	margin: 0;
	float: left
}
.navbar-form_mob .form-group .form-control {
	border: none;
	box-shadow: none;
	line-height: 30px;
	text-align: left;
	width: 100%;
	padding: 0;
	float: left;
	height: auto;
	font-weight: normal
}
.menu_mob-list{
	background-color: #eceef2;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 274px;
	z-index: 9999;
	transform: translateX(-100%);
	transition: transform .2s ease;
	overflow: auto
}
.wrap-btn-close_mob{
	border-bottom: 1px solid #c4c1b5;
	position: relative;
		text-align: right
}
.menu_mob-list .wrap-btn-close_mob .btn-close_mob{
	position: relative;
	display: block;
	padding: 16px 0px 10px;
	height: 43px;
	border: none
}

.menu_mob-list .accordion{

	width: 100%;
	margin: 0;
	border-radius: 4px;
	box-shadow: none;
	display: flex;
	flex-wrap: wrap;

}
.menu_mob-list .accordion__list .link__title{
	padding: 0.5em 2em 0.5em 1.8em;
		 position: relative;
	box-sizing: border-box;
	width: 100%;
	display: block;
	background-color: transparent;
	color: #f37917;
	font-size: 16px;
		font-family: 'Open Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		font-weight: normal
}
.menu_mob-list .accordion__list .link {
	font-size: .85em;
	font-weight: 700;
	color: #37474F;
	cursor: pointer;
	border-bottom: none;
	display: block;
	position: relative;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
.menu_mob-list .accordion__list{
	background: transparent;
	width: 100%;
	border-bottom: 1px solid #c4c1b5;
	margin: 0;
	padding: 0
}
.menu_mob-list .accordion__list:before{
	display: none
}
.menu_mob-list ul{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0
}
.page-wrap.active {
	transform: translateX(274px)
}
.menu_mob-list.active {
	transform: translateX(0%)
}
.js-layer.active {
	display: block
}
.js-layer {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgb(97, 97, 94);
	display: none;
	z-index: 2;
	opacity: 0.5;
	top: 0
}

.menu_mob-list .submenu.active{
	display: block
}

.menu_mob-list .accordion .link .link__title.selected, .menu_mob-list .submenu li.selected a{
	color: #c4c1b5;
	cursor: default
}

.menu_mob-list .accordion .link .link__title.active:after, .menu_mob-list .accordion .link .link__title.selected:after{
	content: '–';
	font-size: 1.5em;
	color: #c4c1b5
}

.menu_mob-list .accordion .link .link__title:after {
	content: '+';
	position: absolute;
	cursor: pointer;
	color: #f9593a;
	right: 17px;
	left: auto;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%)
}
.menu_mob-list .accordion .link.single_link a.link__title{
	border: none
}
.menu_mob-list .accordion .link.single_link .link__title:after {
	content: '›';
	font-size: 20px;
	right: 20px
}
.menu_mob-list .submenu li{
	border: none;
	margin: 0;
	padding: 0
}
.menu_mob-list .submenu li:before{
	display: none
}
.menu_mob-list .submenu{
	display: none;
	margin: 0 0 10px 0
}
.menu_mob-list .submenu li a {
	display: block;
	text-decoration: none;
	color: #0c0c0c;
	padding: 0.1rem 1rem 0.1rem 1.7em;
	transition: all .25 ease;
	position: relative;
	border: none
}
.menu_mob-list .submenu li a:after{
	content: '›';
	color: #f9593a;
	font-size: 25px;
	position: absolute;
	right: 17px;
	top: 45%;
	transform: translateY(-50%)
}
.menu_mob-list .submenu li.selected a:after{
	color: #c4c1b5
}
.menu_mob-list .footer-widget-content_mob .aside-phones a{
	text-decoration: none;
		 color: #242424;
	font-size: 20px;
	font-weight: 700
}
.footer-widget-content_mob{
	padding: 24px 23px 0 25px
}
.footer-widget-content_mob .aside-phones{
	margin: 0 0 21px 10px
}
.footer-widget-content_mob .aside-work-hours{
	text-align: left
}
.footer-widget-content_mob .aside-work-hours img{
	margin-right: 5px
}
.footer-widget-content_mob .aside-phone .operator{
	color: #9c9c9c;
	font-size: 10px;
	letter-spacing: 1px;
	margin-left: 15px;
	display: inline-block;
	text-transform: uppercase
}

.footer-widget-content_mob .aside-phones a span {
	color: #242424;
	font-size: 14px
}
.footer-widget-content_mob .aside-work-hours .work-time{
	display: block
}
.footer-widget-content_mob .aside-work-hours .work-time span{
	font-weight: 700;
	margin-left: 5px
}
div#bx-panel.bx-panel-fixed{
	top: 45px !important
}
div.title-search-result{
	min-width: 300px;
	margin-top: 30px;
	z-index: 9999;
}
.title-search-result a{
	cursor: pointer;
	color: #81a200
}
.new-styles .header .header-action{
	margin-top: 5px
}
.new-styles .main-nav-menu .mob-only{
	display: none
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}
	@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@media all and (min-width:768px){
	.navbar-header .navbar-form_btn, .menu_mob{
		display: none !important
	}
	.navbar-header_mob .aside-search-button i {
		background: #b0cb1f;
		border-radius: 15px;
		display: block;
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
	.navbar-header_mob .aside-search-button i svg#search-icon{
		padding: 5px;
		width: 100%;
		height: 100%
	}
	.search-container_mob button.btn.btn-search i svg#search-icon-form{
		padding: 8px;
		width: 100%;
		height: 100%;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	.navbar-header_mob .aside-search-button i:hover svg#search-icon, .search-container_mob button.btn.btn-search i:hover svg#search-icon-form{
		padding: 6px;
	}
	.search-container_mob button.btn.btn-search i:hover svg#search-icon-form{
		padding: 9px;
	}
}
@media all and (max-width:767px) {
	.navbar_mob{
		position: fixed
	}
	.navbar-header_mob{
		background-color: #eceef2;
	}
	.navbar-header .navbar-brand_mob,.navbar-header .navbar-mail,.navbar-header .navbar-favor_link{
		display: none
	}
	.navbar-header_mob .aside-search-button i {
		background: #b0cb1f;
		border-radius: 15px;
		display: block;
		width: 30px;
		height: 30px;
		margin: 0 auto;
	}
	.navbar-header_mob .aside-search-button i svg#search-icon, .search-container_mob button.btn.btn-search i svg#search-icon-form{
		padding: 8px;
		width: 100%;
		height: 100%;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}
	.navbar-header_mob .aside-search-button i:hover svg#search-icon{
		padding: 7px;
	}
	.new-styles .header{
		padding: 67px 0 20px
	}
	.new-styles .logo{
		margin: 0 auto
	}
	.hide-mob_view{
		display: none !important
	}
	body{
		padding-bottom: 55px
	}
	#fancybox-wrap{
		margin-top: 50px;
	}
}
/* End */
/* /local/templates/mebelholl_main/template_styles.css?16963032241002285 */
/* /local/css/bootstrap-fix.min.css?1628145522163201 */
/* /local/css/plugins.css?1628145522126502 */
/* /local/css/styles.min.css?1628145522194846 */
/* /local/css/slick-theme.min.css?16281455222414 */
/* /local/css/helpers.css?1628145522403913 */
/* /local/css/ajax.css?16281455221352 */
/* /local/css/custom.css?162814552214180 */
/* /local/js/timer/jquery.countdown.css?16281455371710 */
/* /local/templates/core/assets/css/styles.min.css?1737483034251823 */
/* /local/stylefiles/css/liquid-slider.css?16281455364425 */
/* /local/stylefiles/css/lightGallery.css?162814553620251 */
/* /local/templates/.default/components/bitrix/search.title/new-top-search/style.min.css?16281455313445 */
/* /local/templates/mebelholl_main/components/bitrix/search.title/top_search/style.min.css?16283404663445 */
/* /local/templates/mebelholl_main/styles.css?171139448715425 */
/* /local/css/new_header_menu.css?162814552212647 */
