@import url(https://fonts.googleapis.com/css?family=PT+Serif:400italic);
/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2019 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 09.04.2019
 */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: "FontAwesome";
  src: url(./node_modules/font-awesome/fonts/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(./node_modules/font-awesome/fonts/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot) format("embedded-opentype"),url(./node_modules/font-awesome/fonts/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"),url(./node_modules/font-awesome/fonts/fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff) format("woff"),url(./node_modules/font-awesome/fonts/fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"),url(./node_modules/font-awesome/fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices:after,
.chosen-container-single .chosen-search:before,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single abbr,
.input-date:before,
.input-search:before,
.select-dropdown button .icon-caret {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: .1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.chosen-container-multi .chosen-choices li.search-choice .fa-pull-left.search-choice-close,
.chosen-container-multi .fa-pull-left.chosen-choices:after,
.chosen-container-single .fa-pull-left.chosen-search:before,
.chosen-container-single .chosen-single div b.fa-pull-left,
.chosen-container-single .chosen-single abbr.fa-pull-left,
.fa-pull-left.input-date:before,
.fa-pull-left.input-search:before,
.select-dropdown button .fa-pull-left.icon-caret {
  margin-right: .3em;
}

.fa.fa-pull-right,
.chosen-container-multi .chosen-choices li.search-choice .fa-pull-right.search-choice-close,
.chosen-container-multi .fa-pull-right.chosen-choices:after,
.chosen-container-single .fa-pull-right.chosen-search:before,
.chosen-container-single .chosen-single div b.fa-pull-right,
.chosen-container-single .chosen-single abbr.fa-pull-right,
.fa-pull-right.input-date:before,
.fa-pull-right.input-search:before,
.select-dropdown button .fa-pull-right.icon-caret {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.chosen-container-multi .chosen-choices li.search-choice .pull-left.search-choice-close,
.chosen-container-multi .pull-left.chosen-choices:after,
.chosen-container-single .pull-left.chosen-search:before,
.chosen-container-single .chosen-single div b.pull-left,
.chosen-container-single .chosen-single abbr.pull-left,
.pull-left.input-date:before,
.pull-left.input-search:before,
.select-dropdown button .pull-left.icon-caret {
  margin-right: .3em;
}

.fa.pull-right,
.chosen-container-multi .chosen-choices li.search-choice .pull-right.search-choice-close,
.chosen-container-multi .pull-right.chosen-choices:after,
.chosen-container-single .pull-right.chosen-search:before,
.chosen-container-single .chosen-single div b.pull-right,
.chosen-container-single .chosen-single abbr.pull-right,
.pull-right.input-date:before,
.pull-right.input-search:before,
.select-dropdown button .pull-right.icon-caret {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

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

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only,
.bootstrap-datetimepicker-widget table th.next::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget .btn[data-action=today]::after,
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

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

  a[href]:after {
    content: " (" attr(href) ")";
  }

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

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

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

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

  .table {
    border-collapse: collapse !important;
  }

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

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

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(./node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot);
  src: url(./node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.f4769f9bdb7466be65088239c12046d1.eot) format("embedded-opentype"),url(./node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.448c34a56d699c29117adc64c43affeb.woff2) format("woff2"),url(./node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"),url(./node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"),url(./node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760) format("svg");
}

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

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only,
.bootstrap-datetimepicker-widget table th.next::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget .btn[data-action=today]::after,
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

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

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

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

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

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

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777;
}

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

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

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
          box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

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

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

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

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=radio][disabled],
input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  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,-webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }

  input[type=date].input-sm,
  .input-group-sm>.input-group-btn>input[type=date].btn,
  .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm>.input-group-btn>input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm>.input-group-btn>input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
  .input-group-lg>.input-group-btn>input[type=date].btn,
  .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg>.input-group-btn>input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg>.input-group-btn>input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=today]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=today]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=clear]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=clear]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=togglePeriod]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=togglePeriod]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showMinutes]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showMinutes]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=showHours]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=showHours]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementMinutes]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementMinutes]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=decrementHours]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=decrementHours]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementMinutes]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementMinutes]::after~.form-control-feedback,
.has-feedback .bootstrap-datetimepicker-widget label.btn[data-action=incrementHours]::after~.form-control-feedback,
.bootstrap-datetimepicker-widget .has-feedback label.btn[data-action=incrementHours]::after~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px)and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .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;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.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;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

[dir="ltr"] .tooltip{
  text-align: left;
}

[dir="rtl"] .tooltip{
  text-align: right;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

[dir="ltr"] .popover{
  text-align: left;
}

[dir="rtl"] .popover{
  text-align: right;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px)and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px)and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px)and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px)and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px)and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px)and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px)and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px)and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px)and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px)and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2015 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 * 
 */

.container-smooth {
  max-width: 1170px;
}

@media (min-width: 1px) {
  .container-smooth {
    width: auto;
  }
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0,0,0,.15);
  display: inline-block;
  padding: 6px 12px;
  left: -12px;
  border-radius: 3px 0 0 3px;
}

.btn-label.btn-label-right {
  left: auto;
  right: -12px;
  border-radius: 0 3px 3px 0;
}

.btn-lg .btn-label,
.btn-group-lg>.btn .btn-label {
  padding: 10px 16px;
  left: -16px;
  border-radius: 5px 0 0 5px;
}

.btn-lg .btn-label.btn-label-right,
.btn-group-lg>.btn .btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 5px 5px 0;
}

.btn-sm .btn-label,
.btn-group-sm>.btn .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px;
}

.btn-sm .btn-label.btn-label-right,
.btn-group-sm>.btn .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0;
}

.btn-xs .btn-label,
.btn-group-xs>.btn .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}

.btn-xs .btn-label.btn-label-right,
.btn-group-xs>.btn .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}

.btn-group .btn-labeled:not(:first-child) .btn-label:not(.btn-label-right) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group .btn-labeled:not(:last-child) .btn-label.btn-label-right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}

.nav-tabs-bottom>li {
  margin-bottom: 0;
  margin-top: -1px;
}

.nav-tabs-bottom>li>a {
  border-radius: 0 0 4px 4px;
}

.nav-tabs-bottom>li>a:hover,
.nav-tabs-bottom>li>a:focus,
.nav-tabs-bottom>li.active>a,
.nav-tabs-bottom>li.active>a:hover,
.nav-tabs-bottom>li.active>a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent;
}

.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd;
}

.nav-tabs-left>li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none;
}

.nav-tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px;
}

.nav-tabs-left>li>a:hover,
.nav-tabs-left>li>a:focus,
.nav-tabs-left>li.active>a,
.nav-tabs-left>li.active>a:hover,
.nav-tabs-left>li.active>a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent;
}

.row>.nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}

.row>.nav-tabs-left+.tab-content {
  border-left: 1px solid #ddd;
}

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd;
}

.nav-tabs-right>li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none;
}

.nav-tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px;
}

.nav-tabs-right>li>a:hover,
.nav-tabs-right>li>a:focus,
.nav-tabs-right>li.active>a,
.nav-tabs-right>li.active>a:hover,
.nav-tabs-right>li.active>a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent;
}

.row>.nav-tabs-right {
  padding-left: 0;
  padding-right: 15px;
}

.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

.lockIphone {
  position: fixed;
  overflow: hidden;
  height: 100%;
  -webkit-overflow-scrolling: auto;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  -webkit-transform: none;
  transform: none;
}

.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1050;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}

.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}

.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}

.navmenu-nav {
  margin-bottom: 10px;
}

.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.navmenu-nav.dropdown-menu li>a {
  white-space: normal;
}

.navbar-offcanvas .navbar-nav {
  margin: 0;
}

@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}

.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0;
}

.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}

.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}

.navmenu-default .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}

.navmenu-default .navmenu-nav>.dropdown>a:hover .caret,
.navmenu-default .navmenu-nav>.dropdown>a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navmenu-default .navmenu-nav>.open>a,
.navmenu-default .navmenu-nav>.open>a:hover,
.navmenu-default .navmenu-nav>.open>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

.navmenu-default .navmenu-nav>.open>a .caret,
.navmenu-default .navmenu-nav>.open>a:hover .caret,
.navmenu-default .navmenu-nav>.open>a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navmenu-default .navmenu-nav>.dropdown>a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav.dropdown-menu>.divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider {
  background-color: #f8f8f8;
}

.navmenu-default .navmenu-nav.dropdown-menu>.active>a,
.navmenu-default .navmenu-nav.dropdown-menu>.active>a:hover,
.navmenu-default .navmenu-nav.dropdown-menu>.active>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus {
  background-color: #d7d7d7;
}

.navmenu-default .navmenu-nav>li>a,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a {
  color: #777;
}

.navmenu-default .navmenu-nav>li>a:hover,
.navmenu-default .navmenu-nav>li>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navmenu-default .navmenu-nav>.active>a,
.navmenu-default .navmenu-nav>.active>a:hover,
.navmenu-default .navmenu-nav>.active>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav>.disabled>a,
.navmenu-default .navmenu-nav>.disabled>a:hover,
.navmenu-default .navmenu-nav>.disabled>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #090909;
}

.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #777;
}

.navmenu-inverse .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #777;
}

.navmenu-inverse .navmenu-nav>.dropdown>a:hover .caret,
.navmenu-inverse .navmenu-nav>.dropdown>a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav>.open>a,
.navmenu-inverse .navmenu-nav>.open>a:hover,
.navmenu-inverse .navmenu-nav>.open>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus {
  background-color: #090909;
  color: #fff;
}

.navmenu-inverse .navmenu-nav>.open>a .caret,
.navmenu-inverse .navmenu-nav>.open>a:hover .caret,
.navmenu-inverse .navmenu-nav>.open>a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav>.dropdown>a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #090909;
}

.navmenu-inverse .navmenu-nav.dropdown-menu>.divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider {
  background-color: #222;
}

.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a,
.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus {
  background-color: #000;
}

.navmenu-inverse .navmenu-nav>li>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a {
  color: #777;
}

.navmenu-inverse .navmenu-nav>li>a:hover,
.navmenu-inverse .navmenu-nav>li>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navmenu-inverse .navmenu-nav>.active>a,
.navmenu-inverse .navmenu-nav>.active>a:hover,
.navmenu-inverse .navmenu-nav>.active>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navmenu-inverse .navmenu-nav>.disabled>a,
.navmenu-inverse .navmenu-nav>.disabled>a:hover,
.navmenu-inverse .navmenu-nav>.disabled>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1035;
  border-radius: 0;
  margin: 0;
  left: 0;
}

@media (min-width: 992px) {
  .alert-fixed-top,
  .alert-fixed-bottom {
    width: 992px;
    left: 50%;
    margin-left: -496px;
  }
}

.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0;
}

@media (min-width: 992px) {
  .alert-fixed-top {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 1px 1px 1px;
  }
}

.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0;
}

@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-width: 1px 1px 0 1px;
  }
}

.offcanvas {
  display: none;
}

.offcanvas.in {
  display: block;
}

@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }

  .offcanvas-xs.in {
    display: block;
  }
}

@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }

  .offcanvas-sm.in {
    display: block;
  }
}

@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }

  .offcanvas-md.in {
    display: block;
  }
}

.offcanvas-lg {
  display: none;
}

.offcanvas-lg.in {
  display: block;
}

.canvas-sliding {
  -webkit-transition: top .35s,left .35s,bottom .35s,right .35s;
  transition: top .35s,left .35s,bottom .35s,right .35s;
}

.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
}

.modal-backdrop.allow-navbar {
  z-index: 1029;
}

.limit-backdrop {
  overflow: hidden !important;
}

.limit-backdrop .modal-backdrop {
  position: absolute;
}

.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}

.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit;
}

.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}

.btn-file>input::-webkit-file-upload-button {
  cursor: pointer;
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block;
  max-width: 100vw;
}

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput .thumbnail>img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput .form-group {
  overflow: hidden;
}

.fileinput .form-group .fileinput-filename {
  width: 90%;
  width: calc(100% - 20px);
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-exists.close {
  float: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 65%;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  padding-left: 30px;
}

.fileinput.input-group {
  display: table;
}

.fileinput.input-group>* {
  position: relative;
  z-index: 2;
}

.fileinput.input-group>.btn-file {
  z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-group-xs>.btn-file.btn,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new.input-group .btn-group-sm>.btn-file.btn,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-group-xs>.btn-file.btn,
.fileinput-new .input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-group-sm>.btn-file.btn {
  border-radius: 0 3px 3px 0;
}

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new.input-group .btn-group-lg>.btn-file.btn,
.fileinput-new .input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-group-lg>.btn-file.btn {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(./node_modules/chosen-js/chosen-sprite.png?8b55a822e72b8fd5e2ee069236f2d797) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(./node_modules/chosen-js/chosen-sprite.png?8b55a822e72b8fd5e2ee069236f2d797) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(./node_modules/chosen-js/chosen-sprite.png?8b55a822e72b8fd5e2ee069236f2d797) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(./node_modules/chosen-js/chosen-sprite.png?8b55a822e72b8fd5e2ee069236f2d797) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(./node_modules/chosen-js/chosen-sprite.png?8b55a822e72b8fd5e2ee069236f2d797) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi),only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url(./node_modules/chosen-js/chosen-sprite@2x.png?614fad616d014daf5367e068505cad35) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: none;
}

.scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea>.scroll-content {
  overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: .4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer>.scroll-element {
  background-color: #fff;
}

.scrollbar-outer>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
  background-color: #eee;
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track,
.scrollbar-outer>.scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
  background-color: #6c6e71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light>.scroll-element {
  background-color: #fff;
}

.scrollbar-light>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail>.scroll-element {
  background-color: #fff;
}

.scrollbar-rail>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail>.scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0,0,0,.3);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0,0,0,.5);
}

.scrollbar-rail>.scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail>.scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
          box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.6);
          box-shadow: 1px 1px 3px rgba(0,0,0,.6);
}

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
  opacity: .3;
  border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
  background-color: #ccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height .2s;
  transition: height .2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width .2s;
  transition: width .2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: .7;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome>.scroll-element {
  background-color: #fff;
}

.scrollbar-chrome>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0,0,0,.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.fp-section {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cover-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container.smm-container {
  width: auto;
  padding: 0 10%;
}

@media (min-width: 1080px) {
  .container.smm-container {
    padding: 0 30px;
  }
}

ul.smm-responsive-ul {
  display: block !important;
}

li.smm-responsive-li {
  margin: 20px 0 !important;
}

@media (min-width: 620px) {
  li.smm-responsive-li {
    margin: 40px 0 !important;
  }
}

@media (min-width: 1080px) {
  li.smm-responsive-li {
    margin: 0 !important;
  }
}

span.smm-highlighted-span {
  color: #191e24;
}

.smm-scrollbar {
  padding-right: 16px !important;
}

.smm-scrollbar:not(.scroll-wrapper) {
  overflow: auto;
}

.smm-scrollbar.scroll-wrapper {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.smm-scrollbar>.scroll-element,
.smm-scrollbar>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.smm-scrollbar>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.smm-scrollbar>.scroll-element.scroll-x {
  bottom: 2px;
  height: 2px;
  left: 0;
  width: 100%;
}

.smm-scrollbar>.scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 2px;
}

.smm-scrollbar>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.smm-scrollbar>.scroll-element .scroll-element_outer,
.smm-scrollbar>.scroll-element .scroll-element_track,
.smm-scrollbar>.scroll-element .scroll-bar {
  border-radius: 0;
}

.smm-scrollbar>.scroll-element .scroll-element_track,
.smm-scrollbar>.scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: .4;
}

.smm-scrollbar>.scroll-element .scroll-element_track {
  background-color: #f8f6f3;
}

.smm-scrollbar>.scroll-element .scroll-bar {
  background-color: #4a4d51;
}

.smm-scrollbar>.scroll-element:hover .scroll-bar {
  background-color: #4a4d51;
}

.smm-scrollbar>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #4a4d51;
}

.smm-scrollbar>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.smm-scrollbar>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.smm-scrollbar>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.smm-scrollbar>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 04.10.2018
 */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: 0 none;
}

*.focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

*:focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

img {
  max-width: none;
  height: auto;
  border: 0 none;
}

body.no-header {
  padding-top: 0;
}

body>header>div,
body>.section>div,
body>footer>div {
  margin: 0 auto;
}

body.modal-open {
  position: relative !important;
}

@media (min-width: 1080px) {
  body {
    padding-top: 0;
  }

  body>.section>div,
  body>footer>div {
    max-width: 990px;
  }
}

h3 a {
  font-size: inherit;
}

.btn {
  border-radius: 0;
  font-size: 18px;
  min-height: 37px;
  line-height: 22px;
  padding: 6px 19px;
  display: inline-block;
  color: #fff;
}

.btn:active,
.btn:focus,
.btn:hover {
  text-decoration: none;
  color: #fff;
}

a.btn {
  margin: 50px 0 0;
}

button.btn {
  border: 0 none;
}

input[type=submit].btn-secondary,
.btn-secondary {
  background-color: #191e24 !important;
}

input[type=submit].btn-alert,
.btn-alert {
  background-color: #b80028;
}

input[type=submit].btn-alert.btn-link,
.btn-alert.btn-link {
  background-color: transparent;
  color: #b80028;
}

input[type=submit].btn-alert.btn-link:hover,
.btn-alert.btn-link:hover {
  color: #b80028;
}

.btn-default {
  color: #4a4d51;
}

.btn-default:hover {
  color: #4a4d51;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

form .form-group {
  padding: 0;
  margin: 0 0 15px 0;
}

form .form-control {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

form .form-control:focus {
  border-color: #4a4d51;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

.form-message.form-success,
.form-message.form-error,
.form-spinner {
  display: none;
  text-align: center;
}

label {
  display: block;
}

label .required {
  padding-left: 3px;
}

.form-actions {
  margin-bottom: 0;
}

input[type=submit],
input[type=button] {
  width: 100%;
  white-space: normal;
}

.checkbox-group {
  clear: both;
  position: relative;
}

.checkbox-group label {
  padding: 0 0 0 25px;
  color: #4a4d51;
}

.checkbox-input,
.radio-input {
  background-color: #fff;
  border: 1px solid #cdd3da;
}

.checkbox-input.checked,
.radio-input.checked {
  border: 0 none;
  background-color: #00c6a0;
  background-size: 100% auto;
}

.checkbox-input input,
.radio-input input {
  display: none;
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
}

.radio-group label {
  padding: 0;
  margin: 0;
  color: #4a4d51;
  font-size: 15px;
  cursor: pointer;
}

.radio-input {
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #4a4d51;
  width: 20px;
  height: 20px;
}

.radio-input.checked,
.radio-input.hover {
  border: 2px solid #2e70ce;
}

.radio-input.checked {
  background: #fff;
  width: 20px;
  height: 20px;
}

.radio-input.checked .iCheck-helper {
  margin: 4px auto !important;
  border-radius: 50% !important;
  background: #2e70ce !important;
  width: 8px !important;
  height: 8px !important;
  position: relative !important;
  opacity: 1 !important;
}

.radio-input.disabled {
  border: 2px solid #f8f6f3 !important;
  background: #f8f6f3 !important;
}

.radio-input input {
  width: 20px;
  height: 20px;
}

.checkbox-input {
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 2px;
  width: 13px;
  height: 13px;
}

.checkbox-input.checked {
  width: 13px;
  height: 13px;
}

.checkbox-input.checked:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.checkbox-input input {
  width: 13px;
  height: 13px;
}

.checkbox-input label {
  position: relative;
  padding: 3px 0 3px 37px;
  font-size: 1em;
  cursor: pointer;
}

.input-group {
  position: relative;
}

.input-group .input-group-addon {
  border-radius: 0 3px 3px 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: background .5s;
  transition: background .5s;
  width: 40px;
}

.input-group .input-group-addon i {
  cursor: pointer;
  margin-top: 12px;
}

.input-group .input-group-addon .fa,
.input-group .input-group-addon .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .input-group .input-group-addon .search-choice-close,
.input-group .input-group-addon .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .input-group .input-group-addon .chosen-choices:after,
.input-group .input-group-addon .chosen-container-single .chosen-search:before,
.chosen-container-single .input-group .input-group-addon .chosen-search:before,
.input-group .input-group-addon .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .input-group .input-group-addon b,
.input-group .input-group-addon .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .input-group .input-group-addon abbr,
.input-group .input-group-addon .input-date:before,
.input-group .input-group-addon .input-search:before,
.input-group .input-group-addon .select-dropdown button .icon-caret,
.select-dropdown button .input-group .input-group-addon .icon-caret {
  margin-top: 11px;
}

.input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 none;
  padding-right: 50px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

.input-group .form-control:focus {
  border-color: #4a4d51;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  position: absolute;
  display: none;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px #ccc;
          box-shadow: 0 1px 2px #ccc;
  padding: 4px;
  z-index: 3;
}

.bootstrap-datetimepicker-widget.dropdown-menu td,
.bootstrap-datetimepicker-widget.dropdown-menu th {
  padding: 5px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.bootstrap-datetimepicker-widget table tr td.active,
.bootstrap-datetimepicker-widget table tr td.today,
.bootstrap-datetimepicker-widget table tr td span.active {
  background-color: #2e70ce;
}

.bootstrap-datetimepicker-widget table tr th.disabled {
  background-color: transparent;
}

.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next {
  position: relative;
  cursor: pointer;
  vertical-align: baseline;
  font-weight: 700;
  font-size: 1.3em;
}

.bootstrap-datetimepicker-widget .prev.disabled span:before,
.bootstrap-datetimepicker-widget .next.disabled span:before {
  display: none;
}

.bootstrap-datetimepicker-widget .prev span,
.bootstrap-datetimepicker-widget .next span {
  position: absolute;
  top: 5px;
  width: 40px;
  height: 20px;
}

.bootstrap-datetimepicker-widget .prev span:after,
.bootstrap-datetimepicker-widget .next span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

.bootstrap-datetimepicker-widget .prev span:before,
.bootstrap-datetimepicker-widget .next span:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}

.bootstrap-datetimepicker-widget .prev span {
  left: 0;
}

.bootstrap-datetimepicker-widget .prev span:before {
  border-right: 5px solid #333;
  left: 50%;
  margin-left: -10px;
}

.bootstrap-datetimepicker-widget .prev:hover span:before {
  border-right: 5px solid #2e70ce;
}

.bootstrap-datetimepicker-widget .next span {
  right: 0;
}

.bootstrap-datetimepicker-widget .next span:before {
  border-left: 5px solid #333;
  right: 50%;
  margin-right: -10px;
}

.bootstrap-datetimepicker-widget .next:hover span:before {
  border-left: 5px solid #2e70ce;
}

.index-index header+div>.alert {
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1;
}

.alert {
  padding: 14px 0;
  text-align: center;
  font-weight: 400;
  font-size: 1em;
}

.alert.warning,
.alert.alert-warning {
  background-color: #f0ad4e;
  font-size: 1.2em;
}

.alert.alert-danger {
  background-color: #b80028;
  color: #fff;
}

.alert.alert-success {
  background-color: #15664d;
  color: #fff;
}

.alert+form {
  margin-top: 10px;
}

section .alert {
  margin-bottom: 10px;
}

form .alert {
  margin-bottom: 0;
  padding: 6px 0;
  text-align: left;
  font-weight: 400;
}

form .alert.alert-danger,
form .alert.alert-success,
form .alert.warning {
  background-color: transparent;
  border-color: transparent;
  padding-bottom: 0;
}

form .alert.warning {
  color: #f0ad4e;
}

form .alert.alert-danger {
  color: #b80028;
}

form .alert.alert-success {
  color: #15664d;
}

.alert {
  font-size: .9em;
}

.select-dropdown {
  position: relative;
  height: 34px;
}

.select-dropdown .open .icon-caret {
  border-top-color: #00c6a0;
}

.select-dropdown .open ul {
  display: block;
}

.select-dropdown:hover .icon-caret {
  border-top-color: #00c6a0;
}

.select-dropdown button,
.select-dropdown ul {
  border: 1px solid #ccc;
  width: 100%;
}

.select-dropdown .btn-group,
.select-dropdown button {
  height: 100%;
}

.select-dropdown button {
  border-radius: 4px;
  background-color: transparent;
  position: relative;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.select-dropdown button .icon-caret:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: 12px;
  color: #4a4d51;
}

.select-dropdown button span {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 26px 6px 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: 100%;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .7em;
  line-height: 20px;
  color: #4a4d51;
}

.select-dropdown button span span {
  padding: 0;
  min-height: 0;
  font-size: 1em;
}

.select-dropdown ul {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 2px;
  overflow-y: auto;
  min-width: 0;
  padding: 0;
  margin: -4px 0 0;
  list-style: none;
}

.select-dropdown ul li+li {
  border-top: 1px solid #e6e6e6;
}

.select-dropdown ul li a {
  padding: 8px 12px;
  display: block;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-weight: 400;
}

.select-dropdown ul li a:focus,
.select-dropdown ul li a:hover {
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  form .col-sm-6+.col-sm-6 {
    padding-left: 15px;
  }
}

@media (min-width: 620px) {
  .checkbox-group label {
    padding: 0 0 0 40px;
  }

  .checkbox-input {
    border-radius: 4px;
    top: 6px;
    width: 22px;
    height: 22px;
  }

  .checkbox-input.checked {
    background-size: auto auto;
    width: 22px;
    height: 22px;
  }

  .checkbox-input input {
    width: 22px;
    height: 22px;
  }

  .input-group .input-group-addon {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1080px) {
  .checkbox-group label {
    padding: 0 0 0 20px;
  }

  .checkbox-input {
    border-radius: 2px;
    top: 4px;
    width: 13px;
    height: 13px;
  }

  .checkbox-input.checked {
    background-size: 100% auto;
    width: 13px;
    height: 13px;
  }

  .checkbox-input input {
    background-size: 100% auto;
    width: 13px;
    height: 13px;
  }

  .input-group .input-group-addon {
    width: 40px;
    height: 42px;
  }
}

.secureField {
  height: 35px;
  border: 1px solid #ebebeb;
  padding: 0 10px;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

@font-face {
  font-family: "ProximaNova Bold";
  src: url(./_/_/_/_/public/fonts/ssm/proximanova-bold.1b08703fd7d036684c28303ab17da407.eot);
  src: url(./_/_/_/_/public/fonts/ssm/proximanova-bold.1b08703fd7d036684c28303ab17da407.eot) format("embedded-opentype"),url(./_/_/_/_/public/fonts/ssm/proximanova-bold.3d0bb48c7345c2c67b1b98956096ab79.woff) format("woff"),url(./_/_/_/_/public/fonts/ssm/proximanova-bold.d23040548a0386127a0b5c54de484ffb.ttf) format("truetype"),url(./_/_/_/_/public/fonts/ssm/proximanova-bold.svg?f1058cf0042ea81ba7bfc58cac0e1f5a) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova SemiBold";
  src: url(./_/_/_/_/public/fonts/ssm/proximanova-semibold.1b2c5c49b6fc422a2424da4ffcda3e58.eot);
  src: url(./_/_/_/_/public/fonts/ssm/proximanova-semibold.1b2c5c49b6fc422a2424da4ffcda3e58.eot) format("embedded-opentype"),url(./_/_/_/_/public/fonts/ssm/proximanova-semibold.478a591637bc13e79caa2715b0e45efd.woff) format("woff"),url(./_/_/_/_/public/fonts/ssm/proximanova-semibold.03e1c03575844f69aeda6ad1fd1029fb.ttf) format("truetype"),url(./_/_/_/_/public/fonts/ssm/proximanova-semibold.svg?a532e31d8ab53d48ac5357be6114cd20) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova Regular";
  src: url(./_/_/_/_/public/fonts/ssm/proximanova-regular.16fdbdd8a1ac0e2aadd6dda422a9cadd.eot);
  src: url(./_/_/_/_/public/fonts/ssm/proximanova-regular.16fdbdd8a1ac0e2aadd6dda422a9cadd.eot) format("embedded-opentype"),url(./_/_/_/_/public/fonts/ssm/proximanova-regular.0fe333cef05ec7232978c6b14356b259.woff) format("woff"),url(./_/_/_/_/public/fonts/ssm/proximanova-regular.98c7efca71d2084face868fc3ea824b5.ttf) format("truetype"),url(./_/_/_/_/public/fonts/ssm/proximanova-regular.svg?837f5075b1b8022909ea907272c95f57) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova Light";
  src: url(./_/_/_/_/public/fonts/ssm/proximanova-light.c854b7da64e3827405b2f42aed388f55.eot);
  src: url(./_/_/_/_/public/fonts/ssm/proximanova-light.c854b7da64e3827405b2f42aed388f55.eot) format("embedded-opentype"),url(./_/_/_/_/public/fonts/ssm/proximanova-light.8295af780ea7ceeb0d2db701dc1c8612.woff) format("woff"),url(./_/_/_/_/public/fonts/ssm/proximanova-light.40c0a78ec249643d35c598dca9148181.ttf) format("truetype"),url(./_/_/_/_/public/fonts/ssm/proximanova-light.svg?7c7f6c8b90d7ccadeb40cc9f106be376) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova Thin";
  src: url(./_/_/_/_/public/fonts/ssm/proximanova-thin.e2d89c72689b3ca0476824f408481657.eot);
  src: url(./_/_/_/_/public/fonts/ssm/proximanova-thin.e2d89c72689b3ca0476824f408481657.eot) format("embedded-opentype"),url(./_/_/_/_/public/fonts/ssm/proximanova-thin.17aa4534a407451efec8919b7abe52ba.woff) format("woff"),url(./_/_/_/_/public/fonts/ssm/proximanova-thin.532aaef1988c0cb07d3cb2ff93a47127.ttf) format("truetype"),url(./_/_/_/_/public/fonts/ssm/proximanova-thin.svg?25202128c4d7cab79ce2052a56dcfc14) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trade Gothic LT Std Bold";
  src: url(./_/_/_/_/public/fonts/usc/trade-gothic-lt-std-bold-condensed-no-20.19d4a2827c9f31aa82eca1f0b6639f98.eot);
  src: url(./_/_/_/_/public/fonts/usc/trade-gothic-lt-std-bold-condensed-no-20.19d4a2827c9f31aa82eca1f0b6639f98.eot) format("embedded-opentype"),url(./_/_/_/_/public/fonts/usc/trade-gothic-lt-std-bold-condensed-no-20.e4cb19d90b8b51932829039720dd8b03.woff) format("woff"),url(./_/_/_/_/public/fonts/usc/trade-gothic-lt-std-bold-condensed-no-20.1e57801a9b1ba05453a8d360e4bad803.ttf) format("truetype"),url(./_/_/_/_/public/fonts/usc/trade-gothic-lt-std-bold-condensed-no-20.svg?ceafcd1af1434c3ba38b4ec3559555c8) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Prinzessinnenstr. 19-20, 10969 Berlin, http://urbansportsclub.com
 * @created 26.03.2018
 */

html {
  height: 100%;
  min-width: 375px;
  background: #fff;
}

body {
  position: relative;
  min-height: 100%;
  color: #4a4d51;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  font-display: swap;
  -webkit-font-smoothing: antialiased !important;
}

body *::-moz-selection {
  color: #4a4d51;
  background-color: rgba(74,77,81,.3);
}

body *::-webkit-selection {
  color: #4a4d51;
  background-color: rgba(74,77,81,.3);
}

body *::-ms-selection {
  color: #4a4d51;
  background-color: rgba(74,77,81,.3);
}

body *::selection {
  color: #4a4d51;
  background-color: rgba(74,77,81,.3);
}

div[ng-app] {
  visibility: visible;
}

textarea:focus,
input:focus {
  outline: none;
}

input,
textarea,
th,
td {
  padding: 0;
  border: 0 none;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

table {
  outline: none;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}

a {
  color: #2e70ce;
  font-size: 12px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration: none;
  -webkit-transition: color .2s;
  transition: color .2s;
}

a:hover {
  color: #2e70ce;
  text-decoration: underline;
}

a:active {
  color: #2e70ce;
  text-decoration: underline;
}

a:focus {
  color: #2e70ce;
  text-decoration: none;
}

a.focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: 4px;
}

a:focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: 4px;
}

p {
  margin: 0;
}

em {
  font-family: "PT Serif",Times,serif;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
  outline: none;
}

.fa,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices:after,
.chosen-container-single .chosen-search:before,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single abbr,
.input-date:before,
.input-search:before,
.select-dropdown button .icon-caret {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.container.center {
  text-align: center;
}

@media (max-width: 1079px) {
  .container {
    max-width: none;
    padding: 0 30px;
    width: 100%;
  }
}

@media (max-width: 619px) {
  .container {
    padding: 0 15px;
  }
}

.white {
  background: #fff;
}

.b-main {
  background: #fff;
  min-height: 200px;
  padding: 0 0 155px;
}

.b-main-sidebar {
  width: 320px;
}

@media (max-width: 1079px) {
  .b-main-sidebar {
    width: 100%;
  }
}

.b-main-content {
  width: 570px;
}

@media (max-width: 1079px) {
  .b-main-content {
    width: 100%;
  }
}

.w-blocks {
  margin: 80px 0;
}

.w-blocks.center {
  text-align: center;
}

.w-center {
  text-align: center;
}

.w-clear {
  clear: both;
}

@media (min-width: 1080px) {
  .mobile {
    display: none !important;
  }

  .w-left {
    float: left;
  }

  .w-right {
    float: right;
  }
}

@media (max-width: 1079px) {
  .desktop {
    display: none !important;
  }
}

.stuck {
  position: fixed;
  top: 0;
}

.ng-animate.ng-move,
.ng-animate.ng-enter,
.ng-animate.ng-leave {
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
}

.ng-animate.ng-leave.ng-leave-active,
.ng-animate.ng-move,
.ng-animate.ng-enter {
  opacity: 0;
}

.ng-animate.ng-leave,
.ng-animate.ng-move.ng-move-active,
.ng-animate.ng-enter.ng-enter-active {
  opacity: 1;
}

.spinner {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.rel {
  position: relative;
}

.hidden {
  display: none !important;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.cf {
  position: relative;
  display: table;
}

.cf:after {
  content: ". .";
  display: block;
  word-spacing: 99in;
  height: 0;
  overflow: hidden;
  font-size: .05em;
  line-height: .05em;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2019 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 09.08.2019
 */

.modal-suggest .studios-submit input[type=submit],
.modal-suggest .message-submit input[type=submit],
.modal-attend .modal-body .form-button,
.modal-cancel .modal-body .form-button,
.form-signup.form-checkout .w-clear button,
.b-map .suggest_btn,
.form-button,
.form-profile>button,
.form-signup>button,
.b-card-subscribe button,
.b-card-subscribe input[type=submit] {
  display: inline-block;
  min-width: 320px;
  height: 42px;
  line-height: 41px;
  background: #191e24;
  border: 0 none;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #fff;
  font-size: 20px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  padding: 0 20px;
  outline: none;
  text-decoration: none;
}

@media (min-width: 1080px) {
  .modal-suggest .studios-submit input.large[type=submit],
  .modal-suggest .message-submit input.large[type=submit],
  .modal-attend .modal-body .large.form-button,
  .modal-cancel .modal-body .large.form-button,
  .form-signup.form-checkout .w-clear button.large,
  .b-map .large.suggest_btn,
  .large.form-button,
  .form-profile>button.large,
  .form-signup>button.large,
  .b-card-subscribe button.large,
  .b-card-subscribe input.large[type=submit] {
    height: 48px;
    font-size: 20px;
    line-height: 48px;
    min-width: 320px;
    padding: 0 20px;
  }
}

@media (min-width: 1080px) {
  .modal-suggest .studios-submit input.small[type=submit],
  .modal-suggest .message-submit input.small[type=submit],
  .modal-attend .modal-body .small.form-button,
  .modal-cancel .modal-body .small.form-button,
  .form-signup.form-checkout .w-clear button.small,
  .b-map .small.suggest_btn,
  .small.form-button,
  .form-profile>button.small,
  .form-signup>button.small,
  .b-card-subscribe button.small,
  .b-card-subscribe input.small[type=submit] {
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    min-width: 132px;
    padding: 0 10px;
  }
}

.modal-suggest .studios-submit input.narrow[type=submit],
.modal-suggest .message-submit input.narrow[type=submit],
.modal-attend .modal-body .narrow.form-button,
.modal-cancel .modal-body .narrow.form-button,
.form-signup.form-checkout .w-clear button.narrow,
.b-map .narrow.suggest_btn,
.narrow.form-button,
.form-profile>button.narrow,
.form-signup>button.narrow,
.b-card-subscribe button.narrow,
.b-card-subscribe input.narrow[type=submit] {
  width: 100px;
}

@media (max-width: 1079px) {
  .modal-suggest .studios-submit input[type=submit],
  .modal-suggest .message-submit input[type=submit],
  .modal-attend .modal-body .form-button,
  .modal-cancel .modal-body .form-button,
  .form-signup.form-checkout .w-clear button,
  .b-map .suggest_btn,
  .form-button,
  .form-profile>button,
  .form-signup>button,
  .b-card-subscribe button,
  .b-card-subscribe input[type=submit] {
    height: 80px;
    font-size: 32px;
    line-height: 80px;
  }
}

@media (max-width: 619px) {
  .modal-suggest .studios-submit input[type=submit],
  .modal-suggest .message-submit input[type=submit],
  .modal-attend .modal-body .form-button,
  .modal-cancel .modal-body .form-button,
  .form-signup.form-checkout .w-clear button,
  .b-map .suggest_btn,
  .form-button,
  .form-profile>button,
  .form-signup>button,
  .b-card-subscribe button,
  .b-card-subscribe input[type=submit] {
    height: 40px;
    min-width: 0;
    font-size: 18px;
    line-height: 40px;
  }
}

.modal-suggest .studios-submit input[type=submit]:hover,
.modal-suggest .message-submit input[type=submit]:hover,
.modal-attend .modal-body .form-button:hover,
.modal-cancel .modal-body .form-button:hover,
.form-signup.form-checkout .w-clear button:hover,
.b-map .suggest_btn:hover,
.form-button:hover,
.form-profile>button:hover,
.form-signup>button:hover,
.b-card-subscribe button:hover,
.b-card-subscribe input[type=submit]:hover {
  background: #2e70ce;
  color: #fff;
  text-decoration: none;
}

.modal-suggest .studios-submit input[type=submit]:active,
.modal-suggest .message-submit input[type=submit]:active,
.modal-attend .modal-body .form-button:active,
.modal-cancel .modal-body .form-button:active,
.form-signup.form-checkout .w-clear button:active,
.b-map .suggest_btn:active,
.form-button:active,
.form-profile>button:active,
.form-signup>button:active,
.b-card-subscribe button:active,
.b-card-subscribe input[type=submit]:active {
  background: #2e70ce;
  color: #fff;
}

.modal-suggest .studios-submit input[type=submit]:focus,
.modal-suggest .message-submit input[type=submit]:focus,
.modal-attend .modal-body .form-button:focus,
.modal-cancel .modal-body .form-button:focus,
.form-signup.form-checkout .w-clear button:focus,
.b-map .suggest_btn:focus,
.form-button:focus,
.form-profile>button:focus,
.form-signup>button:focus,
.b-card-subscribe button:focus,
.b-card-subscribe input[type=submit]:focus {
  color: #fff;
}

.modal-suggest .studios-submit input.white[type=submit],
.modal-suggest .message-submit input.white[type=submit],
.modal-attend .modal-body .white.form-button,
.modal-cancel .modal-body .white.form-button,
.form-signup.form-checkout .w-clear button.white,
.b-map .white.suggest_btn,
.white.form-button,
.form-profile>button.white,
.form-signup>button.white,
.b-card-subscribe button.white,
.b-card-subscribe input.white[type=submit] {
  background: #fff;
  color: #2e70ce;
}

.modal-suggest .studios-submit input.white[type=submit]:hover,
.modal-suggest .message-submit input.white[type=submit]:hover,
.form-signup.form-checkout .w-clear button.white:hover,
.b-map .white.suggest_btn:hover,
.white.form-button:hover,
.form-profile>button.white:hover,
.form-signup>button.white:hover,
.b-card-subscribe button.white:hover,
.b-card-subscribe input.white[type=submit]:hover {
  background: #fff;
}

.modal-suggest .studios-submit input.white[type=submit]:active,
.modal-suggest .message-submit input.white[type=submit]:active,
.form-signup.form-checkout .w-clear button.white:active,
.b-map .white.suggest_btn:active,
.white.form-button:active,
.form-profile>button.white:active,
.form-signup>button.white:active,
.b-card-subscribe button.white:active,
.b-card-subscribe input.white[type=submit]:active {
  background: #fff;
}

.modal-suggest .studios-submit input.grey[type=submit],
.modal-suggest .message-submit input.grey[type=submit],
.modal-attend .modal-body .grey.form-button,
.modal-cancel .modal-body .grey.form-button,
.form-signup.form-checkout .w-clear button.grey,
.b-map .grey.suggest_btn,
.grey.form-button,
.form-profile>button.grey,
.form-signup>button.grey,
.b-card-subscribe button.grey,
.b-card-subscribe input.grey[type=submit] {
  background: #4a4d51;
}

.modal-suggest .studios-submit input.grey[type=submit]:hover,
.modal-suggest .message-submit input.grey[type=submit]:hover,
.form-signup.form-checkout .w-clear button.grey:hover,
.b-map .grey.suggest_btn:hover,
.grey.form-button:hover,
.form-profile>button.grey:hover,
.form-signup>button.grey:hover,
.b-card-subscribe button.grey:hover,
.b-card-subscribe input.grey[type=submit]:hover {
  background: #888;
}

.modal-suggest .studios-submit input.grey[type=submit]:active,
.modal-suggest .message-submit input.grey[type=submit]:active,
.form-signup.form-checkout .w-clear button.grey:active,
.b-map .grey.suggest_btn:active,
.grey.form-button:active,
.form-profile>button.grey:active,
.form-signup>button.grey:active,
.b-card-subscribe button.grey:active,
.b-card-subscribe input.grey[type=submit]:active {
  background: #757575;
}

.modal-suggest .studios-submit input.dark[type=submit],
.modal-suggest .message-submit input.dark[type=submit],
.modal-attend .modal-body .dark.form-button,
.modal-cancel .modal-body .dark.form-button,
.form-signup.form-checkout .w-clear button.dark,
.b-map .dark.suggest_btn,
.dark.form-button,
.form-profile>button.dark,
.form-signup>button.dark,
.b-card-subscribe button.dark,
.b-card-subscribe input.dark[type=submit] {
  background: #4a4d51;
}

.modal-suggest .studios-submit input.dark[type=submit]:hover,
.modal-suggest .message-submit input.dark[type=submit]:hover,
.form-signup.form-checkout .w-clear button.dark:hover,
.b-map .dark.suggest_btn:hover,
.dark.form-button:hover,
.form-profile>button.dark:hover,
.form-signup>button.dark:hover,
.b-card-subscribe button.dark:hover,
.b-card-subscribe input.dark[type=submit]:hover {
  background: #4d4d4d;
}

.modal-suggest .studios-submit input.dark[type=submit]:active,
.modal-suggest .message-submit input.dark[type=submit]:active,
.form-signup.form-checkout .w-clear button.dark:active,
.b-map .dark.suggest_btn:active,
.dark.form-button:active,
.form-profile>button.dark:active,
.form-signup>button.dark:active,
.b-card-subscribe button.dark:active,
.b-card-subscribe input.dark[type=submit]:active {
  background: #333;
}

.simple-button {
  display: block;
  height: 36px;
  line-height: 34px;
  background: #f4f7f9;
  border: 1px solid #4a4d51;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #4a4d51;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  padding: 0 22px;
  text-decoration: none;
}

@media (max-width: 1079px) {
  .simple-button {
    height: 80px;
    border-width: 2px;
    font-size: 26px;
    line-height: 80px;
  }
}

@media (max-width: 619px) {
  .simple-button {
    height: 40px;
    min-width: 0;
    padding: 0 6px;
    border-width: 1px;
    font-size: 15px;
    line-height: 40px;
  }

  .simple-button .fa,
  .simple-button .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
  .chosen-container-multi .chosen-choices li.search-choice .simple-button .search-choice-close,
  .simple-button .chosen-container-multi .chosen-choices:after,
  .chosen-container-multi .simple-button .chosen-choices:after,
  .simple-button .chosen-container-single .chosen-search:before,
  .chosen-container-single .simple-button .chosen-search:before,
  .simple-button .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-single div .simple-button b,
  .simple-button .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single .simple-button abbr,
  .simple-button .input-date:before,
  .simple-button .input-search:before,
  .simple-button .select-dropdown button .icon-caret,
  .select-dropdown button .simple-button .icon-caret {
    margin-left: 4px;
  }
}

.simple-button .fa,
.simple-button .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .simple-button .search-choice-close,
.simple-button .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .simple-button .chosen-choices:after,
.simple-button .chosen-container-single .chosen-search:before,
.chosen-container-single .simple-button .chosen-search:before,
.simple-button .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .simple-button b,
.simple-button .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .simple-button abbr,
.simple-button .input-date:before,
.simple-button .input-search:before,
.simple-button .select-dropdown button .icon-caret,
.select-dropdown button .simple-button .icon-caret {
  color: #4a4d51;
  margin-left: 8px;
}

.simple-button:hover {
  border-color: #4a4d51;
  color: #4a4d51;
  text-decoration: none;
}

.simple-button:hover .fa,
.simple-button:hover .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .simple-button:hover .search-choice-close,
.simple-button:hover .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .simple-button:hover .chosen-choices:after,
.simple-button:hover .chosen-container-single .chosen-search:before,
.chosen-container-single .simple-button:hover .chosen-search:before,
.simple-button:hover .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .simple-button:hover b,
.simple-button:hover .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .simple-button:hover abbr,
.simple-button:hover .input-date:before,
.simple-button:hover .input-search:before,
.simple-button:hover .select-dropdown button .icon-caret,
.select-dropdown button .simple-button:hover .icon-caret {
  color: #4a4d51;
}

button:disabled,
button[disabled],
button.disabled,
input[type=submit]:disabled,
input[type=submit][disabled],
input[type=submit].disabled {
  opacity: .5;
}

button.default,
input[type=submit].default {
  background: #191e24;
}

button.green,
input[type=submit].green {
  background: #6cbc88;
}

button.red,
input[type=submit].red {
  background: #b80028;
}

.arrow-bottom {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 10%;
  z-index: 1;
}

.arrow-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  background: url("/images/head_btn.png") no-repeat;
  width: 32px;
  height: 13px;
}

.arrow-bottom>span {
  color: #fff;
  font-size: 10px;
}

.arrow-bottom:hover {
  text-decoration: none;
}

.arrow-bottom:focus {
  outline: none;
}

.modal-upload .modal-dialog .upload-area .preview .input-title,
.modal-suggest .studios-submit input[type=text],
.modal-suggest .message-submit input[type=text],
.modal-suggest .studios-submit input[type=email],
.modal-suggest .message-submit input[type=email],
.chosen-container-single .chosen-single,
.form-input,
.form-textarea,
.form-profile input[type=text],
.form-signup input[type=text],
.form-profile input[type=password],
.form-signup input[type=password],
.form-profile input[type=email],
.form-signup input[type=email],
.b-card-subscribe input[type=text],
.b-card-subscribe input[type=email],
.b-card-subscribe input[type=password],
textarea,
.input-date input,
.input-search input {
  height: 42px;
  border: 1px solid #f8f6f3;
  font-size: 18px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #4a4d51;
  padding: 5px 12px;
  line-height: 30px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-upload .modal-dialog .upload-area .preview .input-title:-moz-placeholder,
.modal-suggest .studios-submit input[type=text]:-moz-placeholder,
.modal-suggest .message-submit input[type=text]:-moz-placeholder,
.modal-suggest .studios-submit input[type=email]:-moz-placeholder,
.modal-suggest .message-submit input[type=email]:-moz-placeholder,
.chosen-container-single .chosen-single:-moz-placeholder,
.form-input:-moz-placeholder,
.form-textarea:-moz-placeholder,
.form-profile input[type=text]:-moz-placeholder,
.form-signup input[type=text]:-moz-placeholder,
.form-profile input[type=password]:-moz-placeholder,
.form-signup input[type=password]:-moz-placeholder,
.form-profile input[type=email]:-moz-placeholder,
.form-signup input[type=email]:-moz-placeholder,
.b-card-subscribe input[type=text]:-moz-placeholder,
.b-card-subscribe input[type=email]:-moz-placeholder,
.b-card-subscribe input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
.input-date input:-moz-placeholder,
.input-search input:-moz-placeholder {
  color: #4a4d51;
  opacity: 1;
}

.modal-upload .modal-dialog .upload-area .preview .input-title::-moz-placeholder,
.modal-suggest .studios-submit input[type=text]::-moz-placeholder,
.modal-suggest .message-submit input[type=text]::-moz-placeholder,
.modal-suggest .studios-submit input[type=email]::-moz-placeholder,
.modal-suggest .message-submit input[type=email]::-moz-placeholder,
.chosen-container-single .chosen-single::-moz-placeholder,
.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder,
.form-profile input[type=text]::-moz-placeholder,
.form-signup input[type=text]::-moz-placeholder,
.form-profile input[type=password]::-moz-placeholder,
.form-signup input[type=password]::-moz-placeholder,
.form-profile input[type=email]::-moz-placeholder,
.form-signup input[type=email]::-moz-placeholder,
.b-card-subscribe input[type=text]::-moz-placeholder,
.b-card-subscribe input[type=email]::-moz-placeholder,
.b-card-subscribe input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
.input-date input::-moz-placeholder,
.input-search input::-moz-placeholder {
  color: #4a4d51;
  opacity: 1;
}

.modal-upload .modal-dialog .upload-area .preview .input-title:-ms-placeholder,
.modal-suggest .studios-submit input[type=text]:-ms-placeholder,
.modal-suggest .message-submit input[type=text]:-ms-placeholder,
.modal-suggest .studios-submit input[type=email]:-ms-placeholder,
.modal-suggest .message-submit input[type=email]:-ms-placeholder,
.chosen-container-single .chosen-single:-ms-placeholder,
.form-input:-ms-placeholder,
.form-textarea:-ms-placeholder,
.form-profile input[type=text]:-ms-placeholder,
.form-signup input[type=text]:-ms-placeholder,
.form-profile input[type=password]:-ms-placeholder,
.form-signup input[type=password]:-ms-placeholder,
.form-profile input[type=email]:-ms-placeholder,
.form-signup input[type=email]:-ms-placeholder,
.b-card-subscribe input[type=text]:-ms-placeholder,
.b-card-subscribe input[type=email]:-ms-placeholder,
.b-card-subscribe input[type=password]:-ms-placeholder,
textarea:-ms-placeholder,
.input-date input:-ms-placeholder,
.input-search input:-ms-placeholder {
  color: #4a4d51;
  opacity: 1;
}

.modal-upload .modal-dialog .upload-area .preview .input-title::-webkit-input-placeholder,
.modal-suggest .studios-submit input[type=text]::-webkit-input-placeholder,
.modal-suggest .message-submit input[type=text]::-webkit-input-placeholder,
.modal-suggest .studios-submit input[type=email]::-webkit-input-placeholder,
.modal-suggest .message-submit input[type=email]::-webkit-input-placeholder,
.chosen-container-single .chosen-single::-webkit-input-placeholder,
.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder,
.form-profile input[type=text]::-webkit-input-placeholder,
.form-signup input[type=text]::-webkit-input-placeholder,
.form-profile input[type=password]::-webkit-input-placeholder,
.form-signup input[type=password]::-webkit-input-placeholder,
.form-profile input[type=email]::-webkit-input-placeholder,
.form-signup input[type=email]::-webkit-input-placeholder,
.b-card-subscribe input[type=text]::-webkit-input-placeholder,
.b-card-subscribe input[type=email]::-webkit-input-placeholder,
.b-card-subscribe input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.input-date input::-webkit-input-placeholder,
.input-search input::-webkit-input-placeholder {
  color: #4a4d51;
  opacity: 1;
}

.modal-upload .modal-dialog .upload-area .preview .placeholder.input-title,
.modal-suggest .studios-submit input.placeholder[type=text],
.modal-suggest .message-submit input.placeholder[type=text],
.modal-suggest .studios-submit input.placeholder[type=email],
.modal-suggest .message-submit input.placeholder[type=email],
.chosen-container-single .placeholder.chosen-single,
.placeholder.form-input,
.placeholder.form-textarea,
.form-profile input.placeholder[type=text],
.form-signup input.placeholder[type=text],
.form-profile input.placeholder[type=password],
.form-signup input.placeholder[type=password],
.form-profile input.placeholder[type=email],
.form-signup input.placeholder[type=email],
.b-card-subscribe input.placeholder[type=text],
.b-card-subscribe input.placeholder[type=email],
.b-card-subscribe input.placeholder[type=password],
textarea.placeholder,
.input-date input.placeholder,
.input-search input.placeholder {
  color: #4a4d51;
  opacity: 1;
}

.modal-upload .modal-dialog .upload-area .preview .input-title:focus,
.modal-suggest .studios-submit input[type=text]:focus,
.modal-suggest .message-submit input[type=text]:focus,
.modal-suggest .studios-submit input[type=email]:focus,
.modal-suggest .message-submit input[type=email]:focus,
.chosen-container-single .chosen-single:focus,
.form-input:focus,
.form-textarea:focus,
.form-profile input[type=text]:focus,
.form-signup input[type=text]:focus,
.form-profile input[type=password]:focus,
.form-signup input[type=password]:focus,
.form-profile input[type=email]:focus,
.form-signup input[type=email]:focus,
.b-card-subscribe input[type=text]:focus,
.b-card-subscribe input[type=email]:focus,
.b-card-subscribe input[type=password]:focus,
textarea:focus,
.input-date input:focus,
.input-search input:focus {
  outline: none;
  border-color: #4a4d51;
}

@media (min-width: 1080px) {
  .modal-upload .modal-dialog .upload-area .preview .small.input-title,
  .modal-suggest .studios-submit input.small[type=text],
  .modal-suggest .message-submit input.small[type=text],
  .modal-suggest .studios-submit input.small[type=email],
  .modal-suggest .message-submit input.small[type=email],
  .chosen-container-single .small.chosen-single,
  .small.form-input,
  .small.form-textarea,
  .form-profile input.small[type=text],
  .form-signup input.small[type=text],
  .form-profile input.small[type=password],
  .form-signup input.small[type=password],
  .form-profile input.small[type=email],
  .form-signup input.small[type=email],
  .b-card-subscribe input.small[type=text],
  .b-card-subscribe input.small[type=email],
  .b-card-subscribe input.small[type=password],
  textarea.small,
  .input-date input.small,
  .input-search input.small {
    height: 36px;
    font-size: 12px;
    line-height: 24px;
  }
}

input[type=text].ng-invalid.ng-dirty,
input[type=password].ng-invalid.ng-dirty,
input[type=email].ng-invalid.ng-dirty,
textarea.ng-invalid.ng-dirty {
  border-color: #eb1d25;
}

input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
textarea[disabled] {
  opacity: .5;
}

input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
textarea[readonly] {
  cursor: default;
}

input[type=text][readonly]:focus,
input[type=password][readonly]:focus,
input[type=email][readonly]:focus,
textarea[readonly]:focus {
  outline: none;
  border-color: #f8f6f3;
}

.input-search {
  position: relative;
  display: inline-block;
}

.input-search:before {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  line-height: 40px;
  color: #4a4d51;
  font-size: 15px;
}

.input-date {
  position: relative;
  display: inline-block;
}

.input-date.form-rel {
  margin: 0;
}

.input-date.disabled:before {
  opacity: .5;
}

.input-date:before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  line-height: 42px;
  color: #4a4d51;
  font-size: 18px;
  cursor: pointer;
}

.dropdown-menu {
  min-width: 260px;
  padding: 5px;
}

.dropdown-menu .ng-animate.ng-move,
.dropdown-menu .ng-animate.ng-enter,
.dropdown-menu .ng-animate.ng-leave {
  -webkit-transition: none;
  transition: none;
}

textarea {
  min-height: 80px;
  height: auto;
  resize: vertical;
}

.b-card-subscribe {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

@media (max-width: 1079px) {
  .b-card-subscribe {
    margin-top: 90px;
    padding: 0 40px;
  }
}

@media (max-width: 619px) {
  .b-card-subscribe {
    margin-top: 60px;
    padding: 0 20px;
  }
}

.b-card-subscribe input[type=text],
.b-card-subscribe input[type=email],
.b-card-subscribe input[type=password] {
  vertical-align: top;
  width: 320px;
}

@media (min-width: 1080px) {
  .b-card-subscribe input[type=text],
  .b-card-subscribe input[type=email],
  .b-card-subscribe input[type=password] {
    padding: 5px 20px;
  }
}

@media (max-width: 1079px) {
  .b-card-subscribe input[type=text],
  .b-card-subscribe input[type=email],
  .b-card-subscribe input[type=password] {
    width: 100%;
  }
}

.b-card-subscribe button,
.b-card-subscribe input[type=submit] {
  min-width: 0;
}

@media (max-width: 1079px) {
  .b-card-subscribe button,
  .b-card-subscribe input[type=submit] {
    margin: 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 619px) {
  .b-card-subscribe button,
  .b-card-subscribe input[type=submit] {
    margin: 10px 0 0;
  }
}

.b-card-subscribe>span {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

@media (max-width: 1079px) {
  .b-card-subscribe>span {
    font-size: 26px;
    margin: 0 0 20px;
  }
}

@media (max-width: 619px) {
  .b-card-subscribe>span {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

.b-card-subscribe b {
  display: block;
  font-size: 13px;
  text-align: left;
}

@media (max-width: 1079px) {
  .b-card-subscribe b {
    font-size: 24px;
  }
}

@media (max-width: 619px) {
  .b-card-subscribe b {
    font-size: 13px;
  }
}

.form-group {
  margin: 35px 0;
  text-align: left;
}

@media (max-width: 619px) {
  .form-group {
    margin: 15px 0;
  }
}

.form-group.error input[type=text],
.form-group.error input[type=password],
.form-group.error input[type=email],
.form-group.error textarea,
.form-group.error .chosen-single {
  border-color: #eb1d25 !important;
}

.form-group.center {
  text-align: center;
}

.form-title {
  font-size: 20px;
  font-family: "PT Serif",Times,serif;
  font-style: italic;
  color: #4a4d51;
  text-align: center;
}

@media (max-width: 1079px) {
  .form-title {
    font-size: 32px;
  }
}

@media (max-width: 619px) {
  .form-title {
    font-size: 16px;
  }
}

.form-rel {
  position: relative;
  margin: 20px 0;
  width: 320px;
}

.form-rel:first-child {
  margin-top: 0 !important;
}

.form-rel:last-child {
  margin-bottom: 0 !important;
}

.form-rel.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1079px) {
  .form-rel.flex {
    display: block;
  }
}

.form-rel.large {
  width: 640px;
}

.form-rel.auto {
  width: auto;
}

.form-rel .form-row {
  width: 150px;
}

.form-rel .comma-span span:after {
  content: ",";
}

.form-rel .comma-span span:last-child:after {
  content: "";
}

@media (max-width: 1079px) {
  .form-rel {
    width: auto;
    margin: 30px 0;
  }
}

@media (max-width: 619px) {
  .form-rel {
    margin: 10px 0;
  }
}

.form-profile,
.form-signup {
  display: inline-block;
  width: 500px;
  padding: 0 0 100px;
}

@media (max-width: 1079px) {
  .form-profile,
  .form-signup {
    width: 100%;
  }
}

.form-profile input[type=text],
.form-signup input[type=text],
.form-profile input[type=password],
.form-signup input[type=password],
.form-profile input[type=email],
.form-signup input[type=email] {
  width: 100%;
}

.form-profile>button,
.form-signup>button {
  min-width: 260px;
  letter-spacing: .5px;
}

.form-profile label,
.form-signup label {
  font-size: 15px;
  font-weight: normal;
}

@media (max-width: 1079px) {
  .form-profile label,
  .form-signup label {
    font-size: 26px;
  }
}

@media (max-width: 619px) {
  .form-profile label,
  .form-signup label {
    font-size: 15px;
  }
}

.form-profile label a,
.form-signup label a {
  color: #4a4d51;
  font-size: 15px;
  text-decoration: underline;
}

@media (max-width: 1079px) {
  .form-profile label a,
  .form-signup label a {
    font-size: 26px;
  }
}

@media (max-width: 619px) {
  .form-profile label a,
  .form-signup label a {
    font-size: 15px;
  }
}

.form-profile label a:hover,
.form-signup label a:hover {
  text-decoration: none;
}

.form-profile label .required:before,
.form-signup label .required:before {
  content: "*";
  padding-right: 5px;
  color: #eb1d25;
}

.form-profile .form-label,
.form-signup .form-label {
  font-size: 15px;
  color: #4a4d51;
  font-weight: normal;
}

@media (max-width: 1079px) {
  .form-profile .form-label,
  .form-signup .form-label {
    font-size: 24px;
  }
}

@media (max-width: 619px) {
  .form-profile .form-label,
  .form-signup .form-label {
    font-size: 12px;
  }
}

.form-profile .form-rel,
.form-signup .form-rel {
  margin: 6px 0;
  width: 100%;
}

.form-input,
.form-textarea {
  width: 100%;
}

.form-textarea {
  min-height: 120px;
}

@media (max-width: 1079px) {
  .form-textarea {
    min-height: 240px;
  }
}

.form-button {
  width: 100%;
}

.form-link {
  display: block;
  margin: 10px 0;
  font-size: 18px;
  color: #4a4d51;
}

.form-link:hover {
  color: #4a4d51;
}

.form-link:focus {
  outline: none;
}

.form-response {
  font-size: 20px;
}

.form-response .fa,
.form-response .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .form-response .search-choice-close,
.form-response .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .form-response .chosen-choices:after,
.form-response .chosen-container-single .chosen-search:before,
.chosen-container-single .form-response .chosen-search:before,
.form-response .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .form-response b,
.form-response .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .form-response abbr,
.form-response .select-dropdown button .icon-caret,
.select-dropdown button .form-response .icon-caret,
.form-response .input-search:before,
.form-response .input-date:before {
  font-size: 20px;
}

@media (max-width: 1079px) {
  .form-response .fa,
  .form-response .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
  .chosen-container-multi .chosen-choices li.search-choice .form-response .search-choice-close,
  .form-response .chosen-container-multi .chosen-choices:after,
  .chosen-container-multi .form-response .chosen-choices:after,
  .form-response .chosen-container-single .chosen-search:before,
  .chosen-container-single .form-response .chosen-search:before,
  .form-response .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-single div .form-response b,
  .form-response .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single .form-response abbr,
  .form-response .select-dropdown button .icon-caret,
  .select-dropdown button .form-response .icon-caret,
  .form-response .input-search:before,
  .form-response .input-date:before {
    font-size: 40px;
  }
}

@media (max-width: 619px) {
  .form-response .fa,
  .form-response .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
  .chosen-container-multi .chosen-choices li.search-choice .form-response .search-choice-close,
  .form-response .chosen-container-multi .chosen-choices:after,
  .chosen-container-multi .form-response .chosen-choices:after,
  .form-response .chosen-container-single .chosen-search:before,
  .chosen-container-single .form-response .chosen-search:before,
  .form-response .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-single div .form-response b,
  .form-response .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single .form-response abbr,
  .form-response .select-dropdown button .icon-caret,
  .select-dropdown button .form-response .icon-caret,
  .form-response .input-search:before,
  .form-response .input-date:before {
    font-size: 20px;
  }
}

@media (max-width: 1079px) {
  .form-response {
    position: static;
  }
}

.form-spinner {
  height: 20px;
  margin: 5px;
}

@media (max-width: 1079px) {
  .form-spinner {
    text-align: center;
    height: 40px;
    margin: 10px;
  }
}

@media (max-width: 619px) {
  .form-spinner {
    text-align: left;
    height: 20px;
    margin: 5px;
  }
}

.form-spinner .fa-spinner {
  color: #2e70ce;
}

.form-message {
  margin: 5px;
}

.form-message .fa,
.form-message .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .form-message .search-choice-close,
.form-message .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .form-message .chosen-choices:after,
.form-message .chosen-container-single .chosen-search:before,
.chosen-container-single .form-message .chosen-search:before,
.form-message .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .form-message b,
.form-message .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .form-message abbr,
.form-message .select-dropdown button .icon-caret,
.select-dropdown button .form-message .icon-caret,
.form-message .input-search:before,
.form-message .input-date:before {
  margin-right: 5px;
}

@media (max-width: 1079px) {
  .form-message {
    font-size: 26px;
    margin: 10px;
  }
}

@media (max-width: 619px) {
  .form-message {
    font-size: 15px;
    margin: 5px;
  }
}

.form-success {
  font-size: 34px;
  color: #191e24;
  font-weight: 700;
  text-align: center;
}

.form-success b {
  font-size: 34px;
  display: inline-block;
  font-family: FontAwesome;
  position: static !important;
  color: #191e24 !important;
}

.form-success b:before {
  content: "";
}

.form-error {
  color: #eb1d25;
}

:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-radio,
.form-check {
  display: inline-block;
  position: relative;
}

.form-radio input[type=radio],
.form-radio input[type=checkbox],
.form-check input[type=radio],
.form-check input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 6px;
  height: 15px;
  width: 15px;
  z-index: 1;
  margin: 0;
  opacity: 0;
}

.form-radio input[type=radio]:focus~.fa,
.form-radio .chosen-container-multi .chosen-choices li.search-choice input[type=radio]:focus~.search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .form-radio input[type=radio]:focus~.search-choice-close,
.form-radio .chosen-container-multi input[type=radio]:focus~.chosen-choices:after,
.chosen-container-multi .form-radio input[type=radio]:focus~.chosen-choices:after,
.form-radio .chosen-container-single input[type=radio]:focus~.chosen-search:before,
.chosen-container-single .form-radio input[type=radio]:focus~.chosen-search:before,
.form-radio .chosen-container-single .chosen-single div input[type=radio]:focus~b,
.chosen-container-single .chosen-single div .form-radio input[type=radio]:focus~b,
.form-radio .chosen-container-single .chosen-single input[type=radio]:focus~abbr,
.chosen-container-single .chosen-single .form-radio input[type=radio]:focus~abbr,
.form-radio .select-dropdown button input[type=radio]:focus~.icon-caret,
.select-dropdown button .form-radio input[type=radio]:focus~.icon-caret,
.form-radio input[type=radio]:focus~.input-search:before,
.form-radio input[type=radio]:focus~.input-date:before,
.form-radio input[type=checkbox]:focus~.fa,
.form-radio .chosen-container-multi .chosen-choices li.search-choice input[type=checkbox]:focus~.search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .form-radio input[type=checkbox]:focus~.search-choice-close,
.form-radio .chosen-container-multi input[type=checkbox]:focus~.chosen-choices:after,
.chosen-container-multi .form-radio input[type=checkbox]:focus~.chosen-choices:after,
.form-radio .chosen-container-single input[type=checkbox]:focus~.chosen-search:before,
.chosen-container-single .form-radio input[type=checkbox]:focus~.chosen-search:before,
.form-radio .chosen-container-single .chosen-single div input[type=checkbox]:focus~b,
.chosen-container-single .chosen-single div .form-radio input[type=checkbox]:focus~b,
.form-radio .chosen-container-single .chosen-single input[type=checkbox]:focus~abbr,
.chosen-container-single .chosen-single .form-radio input[type=checkbox]:focus~abbr,
.form-radio .select-dropdown button input[type=checkbox]:focus~.icon-caret,
.select-dropdown button .form-radio input[type=checkbox]:focus~.icon-caret,
.form-radio input[type=checkbox]:focus~.input-search:before,
.form-radio input[type=checkbox]:focus~.input-date:before,
.form-check input[type=radio]:focus~.fa,
.form-check .chosen-container-multi .chosen-choices li.search-choice input[type=radio]:focus~.search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .form-check input[type=radio]:focus~.search-choice-close,
.form-check .chosen-container-multi input[type=radio]:focus~.chosen-choices:after,
.chosen-container-multi .form-check input[type=radio]:focus~.chosen-choices:after,
.form-check .chosen-container-single input[type=radio]:focus~.chosen-search:before,
.chosen-container-single .form-check input[type=radio]:focus~.chosen-search:before,
.form-check .chosen-container-single .chosen-single div input[type=radio]:focus~b,
.chosen-container-single .chosen-single div .form-check input[type=radio]:focus~b,
.form-check .chosen-container-single .chosen-single input[type=radio]:focus~abbr,
.chosen-container-single .chosen-single .form-check input[type=radio]:focus~abbr,
.form-check .select-dropdown button input[type=radio]:focus~.icon-caret,
.select-dropdown button .form-check input[type=radio]:focus~.icon-caret,
.form-check input[type=radio]:focus~.input-search:before,
.form-check input[type=radio]:focus~.input-date:before,
.form-check input[type=checkbox]:focus~.fa,
.form-check .chosen-container-multi .chosen-choices li.search-choice input[type=checkbox]:focus~.search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .form-check input[type=checkbox]:focus~.search-choice-close,
.form-check .chosen-container-multi input[type=checkbox]:focus~.chosen-choices:after,
.chosen-container-multi .form-check input[type=checkbox]:focus~.chosen-choices:after,
.form-check .chosen-container-single input[type=checkbox]:focus~.chosen-search:before,
.chosen-container-single .form-check input[type=checkbox]:focus~.chosen-search:before,
.form-check .chosen-container-single .chosen-single div input[type=checkbox]:focus~b,
.chosen-container-single .chosen-single div .form-check input[type=checkbox]:focus~b,
.form-check .chosen-container-single .chosen-single input[type=checkbox]:focus~abbr,
.chosen-container-single .chosen-single .form-check input[type=checkbox]:focus~abbr,
.form-check .select-dropdown button input[type=checkbox]:focus~.icon-caret,
.select-dropdown button .form-check input[type=checkbox]:focus~.icon-caret,
.form-check input[type=checkbox]:focus~.input-search:before,
.form-check input[type=checkbox]:focus~.input-date:before {
  outline: 1px dotted;
}

.form-radio>.fa,
.chosen-container-multi .chosen-choices li.search-choice .form-radio>.search-choice-close,
.chosen-container-multi .form-radio>.chosen-choices:after,
.chosen-container-single .form-radio>.chosen-search:before,
.chosen-container-single .chosen-single div .form-radio>b,
.chosen-container-single .chosen-single .form-radio>abbr,
.select-dropdown button .form-radio>.icon-caret,
.form-radio>.input-search:before,
.form-radio>.input-date:before,
.form-check>.fa,
.chosen-container-multi .chosen-choices li.search-choice .form-check>.search-choice-close,
.chosen-container-multi .form-check>.chosen-choices:after,
.chosen-container-single .form-check>.chosen-search:before,
.chosen-container-single .chosen-single div .form-check>b,
.chosen-container-single .chosen-single .form-check>abbr,
.select-dropdown button .form-check>.icon-caret,
.form-check>.input-search:before,
.form-check>.input-date:before {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 16px;
  z-index: 0;
  cursor: pointer;
}

@media (max-width: 1079px) {
  .form-radio>.fa,
  .chosen-container-multi .chosen-choices li.search-choice .form-radio>.search-choice-close,
  .chosen-container-multi .form-radio>.chosen-choices:after,
  .chosen-container-single .form-radio>.chosen-search:before,
  .chosen-container-single .chosen-single div .form-radio>b,
  .chosen-container-single .chosen-single .form-radio>abbr,
  .select-dropdown button .form-radio>.icon-caret,
  .form-radio>.input-search:before,
  .form-radio>.input-date:before,
  .form-check>.fa,
  .chosen-container-multi .chosen-choices li.search-choice .form-check>.search-choice-close,
  .chosen-container-multi .form-check>.chosen-choices:after,
  .chosen-container-single .form-check>.chosen-search:before,
  .chosen-container-single .chosen-single div .form-check>b,
  .chosen-container-single .chosen-single .form-check>abbr,
  .select-dropdown button .form-check>.icon-caret,
  .form-check>.input-search:before,
  .form-check>.input-date:before {
    font-size: 28px;
    top: 6px;
  }
}

@media (max-width: 619px) {
  .form-radio>.fa,
  .chosen-container-multi .chosen-choices li.search-choice .form-radio>.search-choice-close,
  .chosen-container-multi .form-radio>.chosen-choices:after,
  .chosen-container-single .form-radio>.chosen-search:before,
  .chosen-container-single .chosen-single div .form-radio>b,
  .chosen-container-single .chosen-single .form-radio>abbr,
  .select-dropdown button .form-radio>.icon-caret,
  .form-radio>.input-search:before,
  .form-radio>.input-date:before,
  .form-check>.fa,
  .chosen-container-multi .chosen-choices li.search-choice .form-check>.search-choice-close,
  .chosen-container-multi .form-check>.chosen-choices:after,
  .chosen-container-single .form-check>.chosen-search:before,
  .chosen-container-single .chosen-single div .form-check>b,
  .chosen-container-single .chosen-single .form-check>abbr,
  .select-dropdown button .form-check>.icon-caret,
  .form-check>.input-search:before,
  .form-check>.input-date:before {
    font-size: 16px;
    top: 4px;
  }
}

.form-radio label,
.form-check label {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding: 0 0 0 25px;
  cursor: pointer;
  margin: 0;
  z-index: 2;
}

@media (max-width: 1079px) {
  .form-radio label,
  .form-check label {
    font-size: 26px;
    padding: 0 0 0 40px;
  }
}

@media (max-width: 619px) {
  .form-radio label,
  .form-check label {
    font-size: 15px;
    padding: 0 0 0 25px;
  }
}

.form-radio.disabled,
.form-check.disabled {
  opacity: .5;
}

.form-radio.disabled label,
.form-check.disabled label {
  cursor: default;
}

.form-radio>.fa,
.chosen-container-multi .chosen-choices li.search-choice .form-radio>.search-choice-close,
.chosen-container-multi .form-radio>.chosen-choices:after,
.chosen-container-single .form-radio>.chosen-search:before,
.chosen-container-single .chosen-single div .form-radio>b,
.chosen-container-single .chosen-single .form-radio>abbr,
.select-dropdown button .form-radio>.icon-caret,
.form-radio>.input-search:before,
.form-radio>.input-date:before {
  padding: 2px;
  height: 1em;
  width: 1em;
  border: 1px solid #4a4d51;
  border-radius: 50%;
}

.form-radio>.fa:before,
.chosen-container-multi .chosen-choices li.search-choice .form-radio>.search-choice-close:before,
.chosen-container-single .form-radio>.chosen-search:before,
.chosen-container-single .chosen-single div .form-radio>b:before,
.chosen-container-single .chosen-single .form-radio>abbr:before,
.select-dropdown button .form-radio>.icon-caret:before,
.form-radio>.input-search:before,
.form-radio>.input-date:before {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 100%;
  background: #4a4d51;
  border-radius: 50%;
}

.form-radio input:checked~.fa:before,
.form-radio .chosen-container-multi .chosen-choices li.search-choice input:checked~.search-choice-close:before,
.chosen-container-multi .chosen-choices li.search-choice .form-radio input:checked~.search-choice-close:before,
.form-radio .chosen-container-single input:checked~.chosen-search:before,
.chosen-container-single .form-radio input:checked~.chosen-search:before,
.form-radio .chosen-container-single .chosen-single div input:checked~b:before,
.chosen-container-single .chosen-single div .form-radio input:checked~b:before,
.form-radio .chosen-container-single .chosen-single input:checked~abbr:before,
.chosen-container-single .chosen-single .form-radio input:checked~abbr:before,
.form-radio .select-dropdown button input:checked~.icon-caret:before,
.select-dropdown button .form-radio input:checked~.icon-caret:before,
.form-radio input:checked~.input-search:before,
.form-radio input:checked~.input-date:before {
  content: "";
}

.form-check>.fa:before,
.chosen-container-multi .chosen-choices li.search-choice .form-check>.search-choice-close:before,
.chosen-container-single .form-check>.chosen-search:before,
.chosen-container-single .chosen-single div .form-check>b:before,
.chosen-container-single .chosen-single .form-check>abbr:before,
.select-dropdown button .form-check>.icon-caret:before,
.form-check>.input-search:before,
.form-check>.input-date:before {
  content: "";
}

.form-check input:checked~.fa,
.form-check .chosen-container-multi .chosen-choices li.search-choice input:checked~.search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .form-check input:checked~.search-choice-close,
.form-check .chosen-container-multi input:checked~.chosen-choices:after,
.chosen-container-multi .form-check input:checked~.chosen-choices:after,
.form-check .chosen-container-single input:checked~.chosen-search:before,
.chosen-container-single .form-check input:checked~.chosen-search:before,
.form-check .chosen-container-single .chosen-single div input:checked~b,
.chosen-container-single .chosen-single div .form-check input:checked~b,
.form-check .chosen-container-single .chosen-single input:checked~abbr,
.chosen-container-single .chosen-single .form-check input:checked~abbr,
.form-check .select-dropdown button input:checked~.icon-caret,
.select-dropdown button .form-check input:checked~.icon-caret,
.form-check input:checked~.input-search:before,
.form-check input:checked~.input-date:before {
  color: #2e70ce;
  font-size: 15px;
  line-height: 14px;
}

@media (max-width: 1079px) {
  .form-check input:checked~.fa,
  .form-check .chosen-container-multi .chosen-choices li.search-choice input:checked~.search-choice-close,
  .chosen-container-multi .chosen-choices li.search-choice .form-check input:checked~.search-choice-close,
  .form-check .chosen-container-multi input:checked~.chosen-choices:after,
  .chosen-container-multi .form-check input:checked~.chosen-choices:after,
  .form-check .chosen-container-single input:checked~.chosen-search:before,
  .chosen-container-single .form-check input:checked~.chosen-search:before,
  .form-check .chosen-container-single .chosen-single div input:checked~b,
  .chosen-container-single .chosen-single div .form-check input:checked~b,
  .form-check .chosen-container-single .chosen-single input:checked~abbr,
  .chosen-container-single .chosen-single .form-check input:checked~abbr,
  .form-check .select-dropdown button input:checked~.icon-caret,
  .select-dropdown button .form-check input:checked~.icon-caret,
  .form-check input:checked~.input-search:before,
  .form-check input:checked~.input-date:before {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 619px) {
  .form-check input:checked~.fa,
  .form-check .chosen-container-multi .chosen-choices li.search-choice input:checked~.search-choice-close,
  .chosen-container-multi .chosen-choices li.search-choice .form-check input:checked~.search-choice-close,
  .form-check .chosen-container-multi input:checked~.chosen-choices:after,
  .chosen-container-multi .form-check input:checked~.chosen-choices:after,
  .form-check .chosen-container-single input:checked~.chosen-search:before,
  .chosen-container-single .form-check input:checked~.chosen-search:before,
  .form-check .chosen-container-single .chosen-single div input:checked~b,
  .chosen-container-single .chosen-single div .form-check input:checked~b,
  .form-check .chosen-container-single .chosen-single input:checked~abbr,
  .chosen-container-single .chosen-single .form-check input:checked~abbr,
  .form-check .select-dropdown button input:checked~.icon-caret,
  .select-dropdown button .form-check input:checked~.icon-caret,
  .form-check input:checked~.input-search:before,
  .form-check input:checked~.input-date:before {
    font-size: 15px;
    line-height: 14px;
  }
}

.form-check input:checked~.fa:before,
.form-check .chosen-container-multi .chosen-choices li.search-choice input:checked~.search-choice-close:before,
.chosen-container-multi .chosen-choices li.search-choice .form-check input:checked~.search-choice-close:before,
.form-check .chosen-container-single input:checked~.chosen-search:before,
.chosen-container-single .form-check input:checked~.chosen-search:before,
.form-check .chosen-container-single .chosen-single div input:checked~b:before,
.chosen-container-single .chosen-single div .form-check input:checked~b:before,
.form-check .chosen-container-single .chosen-single input:checked~abbr:before,
.chosen-container-single .chosen-single .form-check input:checked~abbr:before,
.form-check .select-dropdown button input:checked~.icon-caret:before,
.select-dropdown button .form-check input:checked~.icon-caret:before,
.form-check input:checked~.input-search:before,
.form-check input:checked~.input-date:before {
  content: "";
}

h1 {
  font-size: 42px;
  letter-spacing: 0;
  line-height: 46px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 1079px) {
  h1 {
    font-size: 48px;
    line-height: 1.428571429;
  }
}

@media (max-width: 619px) {
  h1 {
    font-size: 24px;
    line-height: 1.3;
  }
}

h2 {
  font-size: 33px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 36px;
}

@media (max-width: 1079px) {
  h2 {
    font-size: 48px;
    line-height: 1.428571429;
  }
}

@media (max-width: 619px) {
  h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}

h3 {
  font-size: 18px;
  color: #191e24;
  line-height: 22px;
  margin: 10px 0;
}

@media (max-width: 1079px) {
  h3 {
    font-size: 36px;
    line-height: 1.428571429;
  }
}

@media (max-width: 619px) {
  h3 {
    font-size: 18px;
  }
}

.modal-message .modal-body h2,
.modal-suggest .modal-body h2,
.profile-title h2,
.signup-title h2,
.b-map .static-map .overlay h2,
.b-card h2 {
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 1079px) {
  .modal-message .modal-body h2,
  .modal-suggest .modal-body h2,
  .profile-title h2,
  .signup-title h2,
  .b-map .static-map .overlay h2,
  .b-card h2 {
    margin-top: 0;
    font-size: 60px;
  }
}

@media (max-width: 619px) {
  .modal-message .modal-body h2,
  .modal-suggest .modal-body h2,
  .profile-title h2,
  .signup-title h2,
  .b-map .static-map .overlay h2,
  .b-card h2 {
    font-size: 30px;
  }
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  background: #fff;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container .chosen-single {
  background: transparent !important;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  border-radius: 0 0 2px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #f8f6f3;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(34,31,31,.1);
          box-shadow: 2px 2px 2px 0 rgba(34,31,31,.1);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single {
  line-height: 40px;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-default {
  border-radius: 0;
  color: #4a4d51;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 10px;
  right: 35px;
  display: block;
  font-size: 20px;
  color: #f8f6f3;
  text-decoration: none;
}

.chosen-container-single .chosen-single abbr:hover {
  color: #4a4d51;
}

.chosen-container-single .chosen-single abbr:before {
  content: "";
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  text-align: center;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  color: #4a4d51;
  height: 22px;
  vertical-align: middle;
  font-size: 20px;
  background: none !important;
}

.chosen-container-single .chosen-single div b:before {
  content: "";
}

.chosen-container-single.select-tags {
  padding: 6px;
  background: #4a4d51;
}

.chosen-container-single.select-tags .chosen-single {
  height: 34px;
  border: 0 none;
  line-height: 34px;
  background: #fff;
}

.chosen-container-single.select-tags .chosen-single div {
  background: #fff;
  width: 30px;
}

.chosen-container-single.select-tags .chosen-single div:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 9px;
  width: 0px;
  border-left: 1px solid #f8f6f3;
}

.chosen-container-single.select-tags .chosen-single div b {
  height: 20px;
  color: #4a4d51;
}

.chosen-container-single.select-tags .chosen-single div b:before {
  content: "";
}

.chosen-container-single.select-tags .chosen-search:before {
  content: "";
}

.chosen-container-single.select-tags .chosen-drop {
  border-color: #f8f6f3;
  margin: 0;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 5px 5px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  border: 1px solid #f8f6f3;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  height: auto;
  line-height: normal;
  margin: 1px 0;
  outline: 0;
  padding: 4px 26px 4px 5px;
  width: 100%;
}

.chosen-container-single .chosen-search:before {
  content: "";
  position: absolute;
  font-size: 16px;
  color: #4a4d51;
  top: 12px;
  right: 12px;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
  border-color: #f8f6f3;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  color: #4a4d51;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 5px 5px 0;
  padding: 0 0 0 5px;
  max-height: 180px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px;
  list-style: none;
  line-height: 20px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  background-image: none !important;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #4a4d51;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  color: #4a4d51;
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  font-size: 16px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #2e70ce;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0px 30px 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #f8f6f3;
  background-color: #fff;
  cursor: text;
}

.chosen-container-multi .chosen-choices:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 9px;
  bottom: 9px;
  width: 0px;
  border-left: 1px solid #f8f6f3;
}

.chosen-container-multi .chosen-choices:after {
  content: "";
  position: absolute;
  font-size: 16px;
  color: #f8f6f3;
  top: 50%;
  right: 8px;
  margin-top: -8px;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  padding: 0 0 0 10px;
  height: 40px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4a4d51;
  font-size: 100%;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 4px 5px 4px 0;
  padding: 5px 30px 5px 12px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  background-image: none !important;
  background-color: #4a4d51;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  color: #fff;
  line-height: 22px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice:hover {
  background-color: #f8f6f3;
}

.chosen-container-multi .chosen-choices li.search-choice:active {
  background-color: #4a4d51;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 7px;
  right: 6px;
  display: block;
  font-size: 19px;
  color: #fff;
  text-decoration: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  color: #4a4d51;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "";
}

.chosen-container-multi .chosen-choices li.search-choice+.chosen-choices input[type=text] {
  color: #4a4d51;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #c4cad1;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled .search-choice-close {
  display: none;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(34,31,31,.1);
          box-shadow: 2px 2px 2px 0 rgba(34,31,31,.1);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #f8f6f3;
  border-radius: 2px 2px 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-radius: 2px 2px 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "";
}

.chosen-container-active.chosen-with-drop.select-tags .chosen-single div {
  background: inherit;
}

.chosen-container-active.chosen-with-drop.select-tags .chosen-single div b:before {
  content: "";
}

.chosen-container-active .chosen-choices {
  border: 1px solid #f8f6f3;
  -webkit-box-shadow: 0 0 5px rgba(248,246,243,.3);
          box-shadow: 0 0 5px rgba(248,246,243,.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.b-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.b-alert>span {
  padding: 20px 60px;
  display: inline-block;
  width: 80%;
}

.b-alert a {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.b-alert a:hover {
  text-decoration: none;
}

.b-alert.info {
  background: #115471;
}

.b-alert.error {
  background: #b80028;
}

.b-alert.success {
  background: #6cbc88;
}

@media (max-width: 1079px) {
  .b-alert {
    font-size: 26px;
    line-height: 1.428571429;
  }

  .b-alert a {
    font-size: 26px;
  }

  .b-alert>span {
    padding: 20px 30px;
  }
}

@media (max-width: 619px) {
  .b-alert {
    font-size: 18px;
  }

  .b-alert a {
    font-size: 18px;
  }
}

.b-close {
  background: none;
  border: 0 none;
  position: absolute;
  top: 20px;
  right: 60px;
}

@media (max-width: 1079px) {
  .b-close {
    font-size: 40px;
    line-height: 1;
    right: 30px;
  }
}

@media (max-width: 1079px) {
  .b-facts .carousel:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  }
}

@media (max-width: 619px) {
  .b-facts .carousel:after {
    height: 40px;
  }
}

.b-facts .carousel-inner>.item {
  width: 100%;
}

@media (max-width: 1079px) {
  .b-facts .carousel-inner>.item {
    height: 640px;
  }
}

@media (max-width: 619px) {
  .b-facts .carousel-inner>.item {
    height: 320px;
  }
}

.b-facts .carousel-inner>.item>img,
.b-facts .carousel-inner>.item>a>img {
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (max-width: 1079px) {
  .b-facts .carousel-inner>.item>img,
  .b-facts .carousel-inner>.item>a>img {
    height: 100%;
    max-width: none;
  }
}

.b-facts .carousel-inner>.active,
.b-facts .carousel-inner>.next,
.b-facts .carousel-inner>.prev {
  display: table;
}

.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: auto;
  cursor: pointer;
  text-shadow: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  opacity: .7;
  filter: alpha(opacity=70);
}

@media (max-width: 1079px) {
  .carousel-control {
    display: none;
  }
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-control.right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control:hover .glyphicon-chevron-left,
.carousel-control:hover .glyphicon-chevron-right,
.carousel-control:focus .glyphicon-chevron-left,
.carousel-control:focus .glyphicon-chevron-right {
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  background: url("/images/arrow.png") no-repeat;
  width: 32px;
  height: 60px;
  margin: -16px 0 0;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 20%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 20%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 32px;
  height: 60px;
  margin-top: -16px;
  margin-left: -30px;
}

.carousel-control .glyphicon-chevron-left:before {
  content: "";
}

.carousel-control .glyphicon-chevron-right:before {
  content: "";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  display: none;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

@media (max-width: 1079px) {
  .carousel-indicators {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 619px) {
  .carousel-indicators {
    display: block;
    margin-bottom: 0;
  }
}

.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  text-indent: -999px;
  border: 0 none;
  border-radius: 16px;
  cursor: pointer;
  background-color: rgba(255,255,255,.3);
}

@media (max-width: 619px) {
  .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 8px;
  }
}

.carousel-indicators .active {
  margin: 0 8px;
  width: 16px;
  height: 16px;
  background-color: #fff;
}

@media (max-width: 619px) {
  .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 8px;
  }
}

.carousel-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 -5px;
  -webkit-transition: margin linear .25s;
  transition: margin linear .25s;
}

.carousel-thumbnails li {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px;
  cursor: pointer;
  width: 118px;
  height: 80px;
  overflow: hidden;
}

.carousel-thumbnails li img {
  width: 100%;
  margin-top: -16%;
}

.carousel-number {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: inline-block;
  width: 41px;
  height: 40px;
  margin-left: -20px;
  color: #fff;
  font-family: "PT Serif",Times,serif;
  font-style: italic;
  font-size: 18px;
  z-index: 10;
}

.carousel-number p {
  line-height: 1;
}

.carousel-number p:first-child {
  text-align: left;
  margin: -2px 0 8px;
}

.carousel-number p:last-child {
  text-align: right;
}

@media (max-width: 1079px) {
  .carousel-number {
    display: none;
  }
}

.carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  display: table-cell;
  vertical-align: middle;
  bottom: 0;
  z-index: 10;
  padding: 0 20%;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

@media (max-width: 1079px) {
  .carousel-caption {
    padding: 0 5%;
  }
}

.carousel-caption h4 {
  font-size: 48px;
  font-family: "PT Serif",Times,serif;
  font-style: italic;
}

@media (max-width: 1079px) {
  .carousel-caption h4 {
    margin-top: 0;
  }
}

@media (max-width: 619px) {
  .carousel-caption h4 {
    font-size: 24px;
  }
}

.carousel-caption p {
  font-size: 20px;
}

@media (max-width: 1079px) {
  .carousel-caption p {
    font-size: 32px;
  }
}

@media (max-width: 619px) {
  .carousel-caption p {
    font-size: 18px;
  }
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 02.11.2018
 */

.home .b-main-cover {
  height: 100vh;
}

.home .b-main-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
  z-index: 1;
}

@media (max-width: 1079px) {
  .home .b-main-cover {
    padding: 180px 10% 90px;
  }
}

@media (max-width: 619px) {
  .home .b-main-cover {
    padding: 60px 16px 0;
  }
}

.home .b-main-cover .subscribe-wrapper {
  display: inline-block;
  padding: 40px 0 0;
}

@media (max-width: 1079px) {
  .home .b-main-cover .subscribe-wrapper {
    padding: 0;
    background: none;
  }
}

.home .b-main-cover .subscribe-wrapper.invited {
  padding: 20px;
}

.home .b-main-cover .subscribe-wrapper .form-response {
  text-align: left;
}

.home .b-main-cover .subscribe-wrapper b {
  position: absolute;
  left: 0;
  bottom: 100%;
}

@media (max-width: 1079px) {
  .home .b-main-cover .subscribe-wrapper b {
    position: static;
    text-align: center;
    margin: 10px 0;
  }
}

@media (max-width: 619px) {
  .home .b-main-cover .subscribe-wrapper b {
    margin: 5px 0;
  }
}

@media (min-width: 1080px) {
  .home .b-main-cover .signup-button {
    width: auto;
  }
}

.home .b-main-cover .b-card-subscribe {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 1080px) {
  .home .b-main-cover .b-card-subscribe {
    width: auto;
  }
}

.home .b-main-cover .b-card-subscribe input[type=text],
.home .b-main-cover .b-card-subscribe input[type=email] {
  border-radius: 12px;
  border: none;
}

@media (min-width: 1080px) {
  .home .b-main-cover .b-card-subscribe input[type=text],
  .home .b-main-cover .b-card-subscribe input[type=email] {
    margin-right: 8px;
  }
}

@media (max-width: 1079px) {
  .home .b-main-cover .b-card-subscribe input[type=text],
  .home .b-main-cover .b-card-subscribe input[type=email] {
    margin-bottom: 20px;
  }
}

@media (max-width: 619px) {
  .home .b-main-cover .b-card-subscribe input[type=text],
  .home .b-main-cover .b-card-subscribe input[type=email] {
    margin-bottom: 8px;
  }
}

.home .b-main-cover .b-card-subscribe input[type=submit] {
  border-radius: 12px;
  background: #191e24;
}

.home .b-main-cover .b-card-subscribe input[type=submit]:hover {
  background: #3bcbbd;
}

@media (max-width: 1079px) {
  .home .b-main-cover .b-card-subscribe input[type=submit] {
    margin: 0;
    min-height: 48px;
  }
}

.home .b-main-cover .b-card-subscribe b {
  color: #fff;
}

.b-card {
  text-align: center;
  position: relative;
  background: #fff;
  padding: 60px 0;
}

.b-card .cards-image {
  margin: -30px 0 -60px;
  width: 100%;
  padding: 0 20px 0 50px;
}

@media (max-width: 1079px) {
  .b-card .cards-image {
    width: 100%;
    margin: -20px -5%;
    padding: 0;
  }
}

@media (max-width: 619px) {
  .b-card .cards-image {
    margin-top: -7px;
  }
}

.b-card .text {
  padding: 40px 85px 0;
  font-size: 18px;
  text-align: justify;
}

@media (max-width: 1079px) {
  .b-card .text {
    padding: 40px 0 0;
    font-size: 28px;
  }
}

@media (max-width: 619px) {
  .b-card .text {
    padding: 20px 0 0;
    font-size: 18px;
  }
}

@media (max-width: 619px) {
  .b-card {
    padding: 50px 0;
  }
}

.b-card h2 {
  margin-top: 0;
}

.b-card .b-card-list,
.b-card ul.smm-responsive-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1079px) {
  .b-card .b-card-list,
  .b-card ul.smm-responsive-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 1079px) {
  .b-card .b-card-list li,
  .b-card ul.smm-responsive-ul li {
    display: block;
  }
}

.b-card-carousel .carousel-inner>.item,
.b-card .b-card-list li,
.b-card ul.smm-responsive-ul li {
  width: 316px;
  margin: 40px 0;
  text-align: center;
}

@media (max-width: 1079px) {
  .b-card-carousel .carousel-inner>.item,
  .b-card .b-card-list li,
  .b-card ul.smm-responsive-ul li {
    width: 100%;
  }
}

@media (max-width: 619px) {
  .b-card-carousel .carousel-inner>.item,
  .b-card .b-card-list li,
  .b-card ul.smm-responsive-ul li {
    margin: 25px 0;
  }
}

.b-card-carousel .carousel-inner>.item h3,
.b-card .b-card-list li h3,
.b-card ul.smm-responsive-ul li h3 {
  display: block;
  margin: 0 0 20px;
  font-size: 20px;
  letter-spacing: .5px;
  font-family: "PT Serif",Times,serif;
  font-style: italic;
  color: #191e24;
}

@media (max-width: 1079px) {
  .b-card-carousel .carousel-inner>.item h3,
  .b-card .b-card-list li h3,
  .b-card ul.smm-responsive-ul li h3 {
    font-size: 32px;
  }
}

@media (max-width: 619px) {
  .b-card-carousel .carousel-inner>.item h3,
  .b-card .b-card-list li h3,
  .b-card ul.smm-responsive-ul li h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.b-card-carousel .carousel-inner>.item p,
.b-card .b-card-list li p,
.b-card ul.smm-responsive-ul li p {
  font-size: 18px;
}

.b-card-carousel .carousel-inner>.item p a,
.b-card .b-card-list li p a,
.b-card ul.smm-responsive-ul li p a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

@media (max-width: 1079px) {
  .b-card-carousel .carousel-inner>.item p,
  .b-card .b-card-list li p,
  .b-card ul.smm-responsive-ul li p {
    font-size: 28px;
    padding: 0;
  }
}

@media (max-width: 619px) {
  .b-card-carousel .carousel-inner>.item p,
  .b-card .b-card-list li p,
  .b-card ul.smm-responsive-ul li p {
    font-size: 18px;
  }
}

.b-card-carousel .carousel-inner>.item em,
.b-card .b-card-list li em,
.b-card ul.smm-responsive-ul li em {
  display: block;
  margin: 0 0 10px;
  padding: 0 10px;
  font-size: 20px;
  font-family: "PT Serif",Times,serif;
  font-style: italic;
  color: #4a4d51;
}

@media (max-width: 1079px) {
  .b-card-carousel .carousel-inner>.item em,
  .b-card .b-card-list li em,
  .b-card ul.smm-responsive-ul li em {
    font-size: 32px;
    margin: 0 0 20px;
  }
}

@media (max-width: 619px) {
  .b-card-carousel .carousel-inner>.item em,
  .b-card .b-card-list li em,
  .b-card ul.smm-responsive-ul li em {
    font-size: 18px;
    margin: 0 0 10px;
  }
}

.b-card-carousel .carousel-inner>.item>span,
.b-card .b-card-list li>span,
.b-card ul.smm-responsive-ul li>span {
  color: #4a4d51;
  font-size: 13px;
}

@media (max-width: 1079px) {
  .b-card-carousel .carousel-inner>.item>span,
  .b-card .b-card-list li>span,
  .b-card ul.smm-responsive-ul li>span {
    font-size: 26px;
  }
}

@media (max-width: 619px) {
  .b-card-carousel .carousel-inner>.item>span,
  .b-card .b-card-list li>span,
  .b-card ul.smm-responsive-ul li>span {
    font-size: 13px;
  }
}

.b-card-carousel .carousel-inner>.item .card-image,
.b-card .b-card-list li .card-image,
.b-card ul.smm-responsive-ul li .card-image {
  width: 150px;
  height: 150px;
  margin: 0 0 40px;
}

@media (max-width: 1079px) {
  .b-card-carousel .carousel-inner>.item .card-image,
  .b-card .b-card-list li .card-image,
  .b-card ul.smm-responsive-ul li .card-image {
    margin: 0 0 20px;
  }
}

.b-card-carousel .carousel-inner>.item .circle-image,
.b-card .b-card-list li .circle-image,
.b-card ul.smm-responsive-ul li .circle-image {
  width: 300px;
  height: 300px;
  margin: 0 0 20px;
  border-radius: 50%;
}

@media (max-width: 619px) {
  .b-card-carousel .carousel-inner>.item .circle-image,
  .b-card .b-card-list li .circle-image,
  .b-card ul.smm-responsive-ul li .circle-image {
    width: 150px;
    height: 150px;
  }
}

.select-cards__circle {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  background: #191e24;
  line-height: 24px;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  text-align: center;
  position: relative;
  top: -70px;
  display: table;
  padding-left: 20px;
  text-align: left;
}

.select-cards__circle>span {
  display: table-cell;
  vertical-align: middle;
}

.b-price {
  background: #f4f7f9;
}

.b-price .select-cards {
  margin-bottom: 50px;
}

.b-price .info {
  width: 650px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #2e70ce;
}

@media (max-width: 1079px) {
  .b-price .info {
    width: auto;
    font-size: 30px;
  }
}

@media (max-width: 619px) {
  .b-price .info {
    font-size: 15px;
  }
}

@media (max-width: 1079px) {
  .b-testimonial .fb-like-box {
    margin: 50px 0 0;
  }
}

@media (max-width: 619px) {
  .b-testimonial .fb-like-box {
    margin: 25px 0 0;
  }
}

.b-equipment {
  padding: 100px 0;
  background: url("/images/equip-2880-min.jpg") no-repeat center center;
  background-size: cover;
}

@media (max-width: 1440px) {
  .b-equipment {
    background-image: url("/images/equip-1440-min.jpg");
  }
}

@media (max-width: 1079px) {
  .b-equipment {
    padding: 200px 0;
    background-image: url("/images/equip-1080-min.jpg");
  }
}

@media (max-width: 619px) {
  .b-equipment {
    padding: 100px 0;
  }
}

@media (min-width: 1080px) {
  .b-equipment .container {
    width: 600px;
  }
}

@media (min-width: 1080px) {
  .b-equipment h2 {
    margin-top: 125px;
  }
}

.b-equipment h2 {
  line-height: 1;
  margin-bottom: 50px;
}

.b-equipment p {
  font-size: 18px;
  margin: 0 0 30px;
}

@media (max-width: 1079px) {
  .b-equipment p {
    font-size: 30px;
  }
}

@media (max-width: 619px) {
  .b-equipment p {
    font-size: 15px;
  }
}

.b-equipment b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.b-equipment a {
  font-size: 20px;
  display: inline-block;
  margin: 20px 0;
  color: #2e70ce;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

@media (max-width: 1079px) {
  .b-equipment a {
    font-size: 30px;
  }
}

@media (max-width: 619px) {
  .b-equipment a {
    font-size: 15px;
  }
}

.b-map {
  text-align: center;
}

.b-map h2 {
  text-align: center;
}

.b-map .subtitle {
  text-align: center;
}

.b-map .usc-google-map {
  background: url("/images/loader.gif") no-repeat center center;
  margin: 20px 0 0;
  height: 580px;
}

@media (max-width: 1079px) {
  .b-map .usc-google-map {
    height: 580px;
  }
}

@media (max-width: 619px) {
  .b-map .usc-google-map {
    height: 300px;
  }
}

.b-map .b-map-nav {
  text-align: center;
  position: relative;
}

.b-map .b-map-nav .select-city {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 10px 0;
  display: inline-block;
}

@media (max-width: 1079px) {
  .b-map .b-map-nav .select-city {
    margin: 0;
    float: left;
  }
}

.b-map .b-map-nav .select-city li {
  display: inline-block;
  line-height: 36px;
}

.b-map .b-map-nav .select-city li:before {
  content: "•";
  margin: 0 .2em 0 .4em;
}

.b-map .b-map-nav .select-city li:first-child:before {
  display: none;
}

.b-map .b-map-nav .select-city li a {
  font-size: 15px;
  color: #4a4d51;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.b-map .b-map-nav .select-city li a:hover {
  color: #2e70ce;
}

.b-map .b-map-nav .select-city li a.active {
  color: #2e70ce;
}

@media (max-width: 619px) {
  .b-map .b-map-nav .select-city {
    padding: 0;
    line-height: 12px;
  }
}

.b-map .info-window {
  font-size: 15px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.b-map .gm-style .gm-style-iw+div {
  display: none;
}

.b-map .tab-nav {
  margin: 10px auto;
}

.b-map .tab-nav li>a {
  font-size: 15px;
  width: auto;
  padding: 0 17px;
}

@media (max-width: 1079px) {
  .b-map .tab-nav li>a {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    display: block;
  }

  .b-map .tab-nav li>a.active {
    display: none;
  }
}

@media (max-width: 619px) {
  .b-map .tab-nav li>a {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: block;
  }

  .b-map .tab-nav li>a.active {
    display: none;
  }
}

@media (min-width: 1080px) {
  .b-map .tab-nav li>a.tab-nav-map:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
  }

  .b-map .tab-nav li>a.tab-nav-list:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
  }
}

@media (min-width: 1080px) {
  .b-map .tab-nav {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.b-map .dashboard-title {
  padding: 0;
}

.b-map .timetable {
  table-layout: fixed;
}

.b-map .timetable th,
.b-map .timetable td {
  width: 195px !important;
}

.b-map .timetable thead tr {
  display: block;
  position: relative;
}

.b-map .timetable tbody {
  display: block;
  overflow: auto;
  width: 100%;
  height: 400px;
}

.b-map .form-rel {
  width: 100%;
}

.b-map .b-studios-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  grid-column-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin: 40px 0;
  text-align: left;
}

@media (max-width: 1079px) {
  .b-map .b-studios-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 619px) {
  .b-map .b-studios-list {
    margin: 20px 0;
  }
}

.b-map .b-studios-list li {
  padding: 3px 0;
  font-size: 18px;
  color: #4a4d51;
}

.b-map .b-studios-list li a,
.b-map .b-studios-list li>span {
  font-size: 18px;
  color: #4a4d51;
}

@media (max-width: 1079px) {
  .b-map .b-studios-list li a,
  .b-map .b-studios-list li>span {
    font-size: 28px;
  }
}

@media (max-width: 619px) {
  .b-map .b-studios-list li a,
  .b-map .b-studios-list li>span {
    font-size: 14px;
  }
}

.b-map .suggest_btn {
  width: 230px;
  min-width: 0;
  font-size: 18px;
  height: 37px;
  padding: 0 19px;
  width: auto;
  margin: 50px 0 0;
  line-height: 37px;
  background: #191e24;
}

.b-map .suggest_btn:hover {
  background: #2e70ce;
}

@media (max-width: 1079px) {
  .b-map .suggest_btn {
    width: 100%;
  }
}

.b-map .static-map {
  position: relative;
  margin: 20px 0 0;
  height: 480px;
  overflow: hidden;
}

.b-map .static-map img {
  width: 100%;
}

.b-map .static-map .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25,30,36,.9);
  display: table;
  text-align: center;
}

.b-map .static-map .overlay h2 {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.b-features {
  background: #191e24;
}

.b-features.desktop {
  background: #f4f7f9;
}

@media (min-width: 1080px) {
  .b-features .b-card-list li p,
  .b-features ul.smm-responsive-ul li p {
    font-size: 18px;
    color: #4a4d51;
  }

  .b-features .b-card-list li b,
  .b-features ul.smm-responsive-ul li b {
    font-size: 24px;
    color: #4a4d51;
  }

  .b-features .b-card-list li b:before,
  .b-features ul.smm-responsive-ul li b:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 14px;
  }
}

@media (max-width: 1079px) {
  .b-features .b-card-list li,
  .b-features ul.smm-responsive-ul li {
    color: #fff;
    margin: 20px 0;
  }

  .b-features .b-card-list li b,
  .b-features ul.smm-responsive-ul li b {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    padding: 0 10px;
  }
}

@media (max-width: 1079px)and (max-width: 1079px) {
  .b-features .b-card-list li b,
  .b-features ul.smm-responsive-ul li b {
    font-size: 32px;
  }
}

@media (max-width: 1079px)and (max-width: 619px) {
  .b-features .b-card-list li b,
  .b-features ul.smm-responsive-ul li b {
    font-size: 22px;
  }
}

@media (max-width: 1079px) {
  .b-features .b-card-list li>span,
  .b-features ul.smm-responsive-ul li>span {
    font-size: 15px;
    color: #fff;
  }
}

@media (max-width: 1079px)and (max-width: 1079px) {
  .b-features .b-card-list li>span,
  .b-features ul.smm-responsive-ul li>span {
    font-size: 26px;
  }
}

@media (max-width: 1079px)and (max-width: 619px) {
  .b-features .b-card-list li>span,
  .b-features ul.smm-responsive-ul li>span {
    font-size: 15px;
  }
}

@media (max-width: 1079px) {
  .b-features .b-card-list li .card-image,
  .b-features ul.smm-responsive-ul li .card-image {
    margin: 0 0 30px;
  }
}

.b-facts {
  position: relative;
  background: #fff;
  z-index: 10;
}

.b-main-slogan-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.b-main-slogan-nav_city-select>a {
  font-size: 62px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  line-height: 80px;
  text-shadow: 0 1px 1px rgba(27,23,26,.75);
  padding-right: 40px;
}

.b-media {
  background: #f4f7f9;
  padding: 50px 0;
}

@media (max-width: 619px) {
  .b-media {
    padding: 30px 0;
  }
}

.b-media .subtitle {
  margin: 0 0 20px;
}

.b-media .b-card-list,
.b-media ul.smm-responsive-ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.b-media .b-card-list li,
.b-media ul.smm-responsive-ul li {
  margin: 0;
}

@media (max-width: 1079px) {
  .b-media .b-card-list li,
  .b-media ul.smm-responsive-ul li {
    width: 50%;
  }
}

@media (max-width: 619px) {
  .b-media .b-card-list li,
  .b-media ul.smm-responsive-ul li {
    width: 40%;
    margin: 0 5%;
  }

  .b-media .b-card-list li img,
  .b-media ul.smm-responsive-ul li img {
    width: 100%;
  }
}

.b-hiw {
  padding-top: 60px;
}

.b-hiw .b-card-list li,
.b-hiw ul.smm-responsive-ul li {
  width: 320px;
}

.b-hiw .b-card-list li p,
.b-hiw ul.smm-responsive-ul li p {
  font-size: 24px;
}

.b-hiw .b-card-list li>span,
.b-hiw ul.smm-responsive-ul li>span {
  font-size: 18px;
}

.b-contact {
  background: #f4f7f9;
  padding: 50px 0;
}

@media (max-width: 619px) {
  .b-contact {
    padding: 20px 0;
  }
}

.b-contact .subtitle {
  margin: 0 0 30px;
}

.b-contact .b-card-subscribe {
  margin: 0;
}

@media (max-width: 1079px) {
  .b-contact .b-card-subscribe {
    padding: 0;
  }
}

@media (max-width: 619px) {
  .b-contact .b-card-subscribe {
    margin: 15px 0;
  }
}

@media (min-width: 1080px) {
  .b-contact .b-card-subscribe input[type=text],
  .b-contact .b-card-subscribe input[type=email] {
    margin-right: 8px;
  }

  .b-contact .b-card-subscribe input[type=text].phone,
  .b-contact .b-card-subscribe input[type=email].phone {
    width: 200px;
  }
}

@media (max-width: 1079px) {
  .b-contact .b-card-subscribe input[type=text],
  .b-contact .b-card-subscribe input[type=email] {
    margin-bottom: 20px;
  }
}

@media (max-width: 619px) {
  .b-contact .b-card-subscribe input[type=text],
  .b-contact .b-card-subscribe input[type=email] {
    margin-bottom: 10px;
  }
}

.b-contact .b-card-subscribe input[type=submit] {
  background: #191e24;
}

.b-contact .b-card-subscribe input[type=submit]:hover {
  background: #2e70ce;
}

@media (max-width: 1079px) {
  .b-contact .b-card-subscribe input[type=submit] {
    margin: 0;
  }
}

.b-contact .b-card-subscribe b {
  color: #fff;
}

.b-faq.b-card .b-card-list li,
.b-faq.b-card ul.smm-responsive-ul li {
  margin: 40px 5px;
}

.b-faq.b-card .b-card-list li p,
.b-faq.b-card ul.smm-responsive-ul li p {
  font-size: 15px;
}

.b-faq .faq-link {
  font-size: 20px;
  margin: 20px 0 0;
  color: #2e70ce;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

@media (max-width: 1079px) {
  .b-faq .faq-link {
    display: block;
    font-size: 30px;
    margin: 50px 0 0;
  }
}

@media (max-width: 619px) {
  .b-faq .faq-link {
    font-size: 18px;
    margin: 30px 0 0;
  }
}

.b-card-carousel .carousel-control {
  display: none;
}

.b-card-carousel .carousel-indicators {
  display: block;
  bottom: auto;
  bottom: initial;
  margin-bottom: 0;
  top: 100%;
}

.b-card-carousel .carousel-inner>.item img {
  display: inline;
}

.b-card-carousel .carousel-indicators li {
  background-color: rgba(74,77,81,.3);
}

.b-card-carousel .carousel-indicators .active {
  background-color: #4a4d51;
}

.b-faq .b-card-carousel .carousel-inner>.item p {
  font-size: 30px;
}

@media (max-width: 619px) {
  .b-faq .b-card-carousel .carousel-inner>.item p {
    font-size: 18px;
  }
}

.b-faq .b-card-carousel .carousel-inner>.item p a {
  display: block;
  font-size: 30px;
  margin: 30px 0 0;
}

@media (max-width: 619px) {
  .b-faq .b-card-carousel .carousel-inner>.item p a {
    font-size: 18px;
    margin: 20px 0 0;
  }
}

.main-filters select,
.form-signup .form-rel select,
.b-map .tab-nav select {
  -webkit-appearance: none;
  height: 40px;
  border: 1px solid #f8f6f3;
  font-size: 16px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #4a4d51;
  padding: 5px 36px 5px 12px;
  line-height: 30px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff url("/images/arrow-select.svg") no-repeat right 7px top 12px;
  background-size: 24px 14px;
}

.home .b-main-cover .b-main-slogan .chosen-container {
  background: none;
  position: relative;
  vertical-align: top;
  margin: -10px 0 0 0;
}

.home .b-main-cover .b-main-slogan .chosen-container.chosen-with-drop {
  background: rgba(0,0,0,.5);
}

.home .b-main-cover .b-main-slogan .chosen-container .chosen-drop {
  text-align: left;
  -webkit-box-shadow: 0 3px 5px rgba(119,119,119,.5);
          box-shadow: 0 3px 5px rgba(119,119,119,.5);
  border: 0;
  padding: 4px;
  width: 100%;
  margin: 0px;
}

.home .b-main-cover .b-main-slogan .chosen-container .chosen-drop .chosen-results {
  padding: 0;
  margin: 0;
}

.home .b-main-cover .b-main-slogan .chosen-container .chosen-drop .chosen-results li {
  display: block;
  font-size: 20px;
  color: #4a4d51;
  padding: 0 10px;
  border-radius: 0;
  line-height: 36px;
  outline: none;
  text-decoration: none;
  text-shadow: none;
}

.home .b-main-cover .b-main-slogan .chosen-container .chosen-drop .chosen-results li.result-selected,
.home .b-main-cover .b-main-slogan .chosen-container .chosen-drop .chosen-results li.highlighted {
  color: #4a4d51;
  background: #f8f6f3;
  text-decoration: none;
}

.home .b-main-cover .b-main-slogan .chosen-container .chosen-single {
  border: 0;
  color: #fff;
  height: auto;
  padding: 0;
}

.home .b-main-cover .b-main-slogan .chosen-container .chosen-single div {
  width: 35px;
}

.home .b-main-cover .b-main-slogan .chosen-container .chosen-single div b {
  color: #fff;
  font-size: 65px;
  line-height: 110px;
}

.home .b-main-cover .b-main-slogan .chosen-container .chosen-single div b:before {
  content: "";
}

.home .b-main-cover .b-main-slogan .chosen-container .chosen-single span {
  margin-left: 10px;
  padding: 5px 0 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 84px;
  line-height: 96px;
  letter-spacing: -3px;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(27,23,26,.75);
}

.home .b-main-cover .b-main-slogan .chosen-container-active .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1079px) {
  .home .b-main-cover .b-main-slogan select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/images/arrow-select-w.svg") no-repeat right 7px top 12px;
    background-size: 24px 14px;
    border: 0;
    padding: 0 36px 0 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 168px;
    width: auto;
  }

  .home .b-main-cover .b-main-slogan .chosen-container {
    margin: -3px 0 8px;
  }

  .home .b-main-cover .b-main-slogan .chosen-container .chosen-single span {
    padding: 5px 0 0;
    margin-right: 40px;
    font-size: 35px;
    line-height: 35px;
  }

  .home .b-main-cover .b-main-slogan .chosen-container .chosen-single div b {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 619px) {
  .home .b-main-cover .b-main-slogan .chosen-container .chosen-drop .chosen-results li {
    font-size: 16px;
  }
}

.signup-title {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 1079px) {
  .signup-title {
    padding: 90px 0 0;
  }
}

@media (max-width: 619px) {
  .signup-title {
    padding: 60px 0 0;
  }
}

.b-signup-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1079px) {
  .b-signup-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b-signup-list li {
  width: 235px;
  margin: 98px 0 0;
  text-align: center;
  background: url("/images/check-circle.svg") center top no-repeat;
  background-size: 50px 50px;
  padding-top: 70px;
}

@media (max-width: 1079px) {
  .b-signup-list li {
    width: 50%;
  }
}

.b-signup-list li b {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 10px;
}

@media (max-width: 1079px) {
  .b-signup-list li b {
    font-size: 30px;
  }
}

@media (max-width: 619px) {
  .b-signup-list li b {
    font-size: 15px;
  }
}

.b-signup-list li>span {
  font-size: 13px;
  color: #4a4d51;
}

@media (max-width: 1079px) {
  .b-signup-list li>span {
    font-size: 26px;
  }
}

@media (max-width: 619px) {
  .b-signup-list li>span {
    font-size: 13px;
  }
}

.b-signup-list li .check-circle {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.signup {
  padding: 0;
}

.b-order {
  text-align: center;
}

@media (max-width: 1079px) {
  .b-order {
    padding: 0;
  }
}

@media (max-width: 619px) {
  .b-order {
    font-size: 15px;
  }
}

.b-order .member-activate label {
  color: #4a4d51;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 1079px) {
  .b-order .member-activate label {
    display: block;
  }
}

.b-order .member-activate .input-date {
  width: 140px;
}

@media (max-width: 1079px) {
  .b-order .member-activate .input-date {
    width: 210px;
  }
}

@media (max-width: 619px) {
  .b-order .member-activate .input-date {
    width: 140px;
  }
}

.b-order .member-activate .input-date .form-input {
  background: none;
  height: 26px;
  border: 0 none;
  line-height: 26px;
}

@media (max-width: 1079px) {
  .b-order .member-activate .input-date .form-input {
    height: 52px;
    font-size: 30px;
    line-height: 52px;
  }
}

@media (max-width: 619px) {
  .b-order .member-activate .input-date .form-input {
    height: 26px;
    font-size: 15px;
    line-height: 26px;
  }
}

.b-order .member-activate .input-date:before {
  line-height: 23px;
}

@media (max-width: 1079px) {
  .b-order .member-activate .input-date:before {
    font-size: 24px;
    line-height: 48px;
    right: 8px;
  }
}

@media (max-width: 619px) {
  .b-order .member-activate .input-date:before {
    font-size: 18px;
    line-height: 23px;
  }
}

.special-offer {
  background: url("/images/offer.svg") no-repeat;
  width: 110px;
  height: 110px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  display: table;
  margin: 0 auto 10px;
}

.special-offer p {
  display: table-cell;
  vertical-align: middle;
}

.special-offer b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

#start_date-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: left;
  padding: 20px 30px;
  margin: 2px 0;
}

@media (min-width: 1079px) {
  #start_date-group ul {
    padding: 20px 40px;
    margin: 4px 0;
  }
}

@media (min-width: 619px) {
  #start_date-group ul {
    padding: 10px 20px;
    margin: 2px 0;
  }
}

#start_date-group ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 619px) {
  #start_date-group ul li {
    margin-bottom: 10px;
  }
}

#start_date-group ul li b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4a4d51;
}

#start_date-group ul li p {
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-weight: 700;
  font-size: 17px;
  color: #4a4d51;
  text-align: right;
}

#start_date-group ul .voucher-row {
  width: 100%;
  margin: 0;
}

.form-overview {
  width: 400px;
}

.form-overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: left;
  padding: 20px 30px;
  margin: 2px 0;
}

@media (min-width: 1079px) {
  .form-overview ul {
    padding: 20px 40px;
    margin: 4px 0;
  }
}

@media (min-width: 619px) {
  .form-overview ul {
    padding: 10px 20px;
    margin: 2px 0;
  }
}

.form-overview ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 619px) {
  .form-overview ul li {
    margin-bottom: 10px;
  }
}

.form-overview ul li b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4a4d51;
}

.form-overview ul li p {
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-weight: 700;
  font-size: 17px;
  color: #4a4d51;
  text-align: right;
}

.form-overview ul .voucher-row {
  width: 100%;
  margin: 0;
}

@media (max-width: 1079px) {
  .form-overview {
    width: auto;
    margin: 80px 0 60px;
  }
}

.form-overview .form-title {
  line-height: 52px;
  margin: 0;
  padding: 0 30px;
}

@media (max-width: 1079px) {
  .form-overview .form-title {
    line-height: 80px;
    text-align: center !important;
  }
}

@media (max-width: 619px) {
  .form-overview .form-title {
    line-height: 40px;
  }
}

.form-signup.form-checkout {
  width: 100%;
}

@media (min-width: 1080px) {
  .form-signup.form-checkout.negative-margin {
    margin-top: -400px;
  }
}

.form-signup.form-checkout .w-left,
.form-signup.form-checkout .w-clear {
  width: 500px;
}

@media (max-width: 1079px) {
  .form-signup.form-checkout .w-left,
  .form-signup.form-checkout .w-clear {
    width: auto;
  }
}

.form-signup.form-checkout .w-clear {
  margin: 0 auto;
}

.form-signup.form-checkout .w-clear .form-check .fa,
.form-signup.form-checkout .w-clear .form-check .select-dropdown button .icon-caret,
.select-dropdown button .form-signup.form-checkout .w-clear .form-check .icon-caret,
.form-signup.form-checkout .w-clear .form-check .input-search:before,
.form-signup.form-checkout .w-clear .form-check .input-date:before,
.form-signup.form-checkout .w-clear .form-check .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .form-signup.form-checkout .w-clear .form-check abbr,
.form-signup.form-checkout .w-clear .form-check .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .form-signup.form-checkout .w-clear .form-check b,
.form-signup.form-checkout .w-clear .form-check .chosen-container-single .chosen-search:before,
.chosen-container-single .form-signup.form-checkout .w-clear .form-check .chosen-search:before,
.form-signup.form-checkout .w-clear .form-check .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .form-signup.form-checkout .w-clear .form-check .chosen-choices:after,
.form-signup.form-checkout .w-clear .form-check .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .form-signup.form-checkout .w-clear .form-check .search-choice-close {
  color: #191e24;
}

.form-signup.form-checkout .info {
  display: block;
  font-size: 15px;
  margin: 10px 0 0;
  color: #4a4d51;
}

@media (max-width: 1079px) {
  .form-signup.form-checkout .info {
    font-size: 26px;
    margin: 20px 0 0;
  }
}

@media (max-width: 619px) {
  .form-signup.form-checkout .info {
    font-size: 13px;
    margin: 10px 0 0;
  }
}

.form-signup.form-checkout .payment-selector {
  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;
  margin: 0 0 20px;
}

.form-signup.form-checkout .payment-selector ul {
  margin: 0;
}

.form-signup.form-checkout .payment-selector ul li a {
  width: 170px;
  font-size: 16px;
}

@media (max-width: 1079px) {
  .form-signup.form-checkout .payment-selector ul li a {
    width: 140px;
  }
}

.form-signup.form-checkout .trial-message {
  color: #777;
  margin-top: 20px;
}

.form-signup.form-checkout .trial-message span.trial {
  text-decoration: underline;
}

.form-signup.form-checkout button {
  width: 100%;
}

.form-signup .form-group:first-child {
  margin-top: 0;
}

.form-signup .form-group.newsletter-step-1 {
  margin-bottom: 25px;
}

.form-signup .form-group.newsletter-step-1 .newsletter-row {
  margin-top: 20px;
}

.form-signup .form-group.newsletter-step-1 .newsletter-row .fa,
.form-signup .form-group.newsletter-step-1 .newsletter-row .select-dropdown button .icon-caret,
.select-dropdown button .form-signup .form-group.newsletter-step-1 .newsletter-row .icon-caret,
.form-signup .form-group.newsletter-step-1 .newsletter-row .input-search:before,
.form-signup .form-group.newsletter-step-1 .newsletter-row .input-date:before,
.form-signup .form-group.newsletter-step-1 .newsletter-row .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .form-signup .form-group.newsletter-step-1 .newsletter-row abbr,
.form-signup .form-group.newsletter-step-1 .newsletter-row .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .form-signup .form-group.newsletter-step-1 .newsletter-row b,
.form-signup .form-group.newsletter-step-1 .newsletter-row .chosen-container-single .chosen-search:before,
.chosen-container-single .form-signup .form-group.newsletter-step-1 .newsletter-row .chosen-search:before,
.form-signup .form-group.newsletter-step-1 .newsletter-row .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .form-signup .form-group.newsletter-step-1 .newsletter-row .chosen-choices:after,
.form-signup .form-group.newsletter-step-1 .newsletter-row .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .form-signup .form-group.newsletter-step-1 .newsletter-row .search-choice-close {
  color: #3bcbbd;
}

.form-signup .form-rel {
  margin: 0 0 10px;
}

@media (max-width: 619px) {
  .form-signup .form-rel {
    margin: 0 0 5px;
  }
}

.form-signup .form-rel select {
  display: block;
  width: 100%;
}

.form-signup .form-title {
  text-align: left;
}

@media (min-width: 1080px) {
  .form-signup .form-label {
    height: 20px;
    vertical-align: top;
  }
}

.form-signup .form-response {
  display: table;
  bottom: 0;
  left: 100%;
  top: auto;
  top: initial;
  width: 290px;
  height: 42px;
  margin: 0 15px;
}

@media (max-width: 1079px) {
  .form-signup .form-response {
    width: 100%;
  }
}

.form-signup .form-response .form-message {
  vertical-align: middle;
  display: table-cell;
}

.form-signup .form-error {
  font-size: 15px;
  color: #191e24;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 1079px) {
  .form-signup .form-error {
    font-size: 24px;
  }
}

@media (max-width: 619px) {
  .form-signup .form-error {
    font-size: 12px;
  }
}

.form-signup>button {
  width: 100%;
  background: #191e24;
}

.form-signup .two-third {
  width: 320px;
}

.form-signup .third {
  width: 160px;
}

@media (max-width: 1079px) {
  .form-signup .third {
    width: auto;
    margin: 0 0 10px;
  }
}

.form-signup .half {
  width: 240px;
}

@media (max-width: 1079px) {
  .form-signup .half {
    width: auto;
    margin: 0 0 10px;
  }
}

@media (max-width: 619px) {
  .form-signup .half {
    margin: 0 0 5px;
  }
}

.form-signup .form-link {
  font-size: 18px;
  display: inline-block;
  margin: 0 0 10px;
  color: #191e24;
  outline: none;
  text-decoration: none;
}

@media (max-width: 1079px) {
  .form-signup .form-link {
    font-size: 30px;
  }
}

@media (max-width: 619px) {
  .form-signup .form-link {
    font-size: 15px;
  }
}

.form-signup .text {
  font-size: 15px;
  text-align: left;
}

@media (max-width: 1079px) {
  .form-signup .text {
    font-size: 24px;
  }
}

@media (max-width: 619px) {
  .form-signup .text {
    font-size: 12px;
  }
}

.form-signup .credit-card {
  position: absolute;
  left: 100%;
  bottom: 0;
  margin: 6px 10px;
}

@media (max-width: 1079px) {
  .form-signup .credit-card {
    width: 74px;
    height: 48px;
    left: auto;
    left: initial;
    right: 60px;
    margin: 16px 10px;
  }
}

@media (max-width: 619px) {
  .form-signup .credit-card {
    width: 46px;
    height: 30px;
    right: 30px;
    margin: 5px 10px;
  }
}

.form-signup .check-valid {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 13px;
  color: #6cbc88;
}

@media (max-width: 1079px) {
  .form-signup .check-valid {
    margin: 26px;
  }
}

@media (max-width: 619px) {
  .form-signup .check-valid {
    margin: 13px;
  }
}

.form-signup .submit-voucher {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 60px;
  background-color: #191e24;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 1079px) {
  .form-signup .submit-voucher {
    height: 40px;
    line-height: 40px;
  }
}

.payment-provider.ng-animate.ng-move,
.payment-provider.ng-animate.ng-enter,
.payment-provider.ng-animate.ng-leave {
  -webkit-transition: none;
  transition: none;
}

.select-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 120px 0 0;
}

.select-cards.one-card {
  width: 500px;
  margin: 120px auto 500px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.select-cards.one-card .form-button {
  margin: 40px 0 0;
}

@media (max-width: 1079px) {
  .select-cards {
    display: block;
  }
}

.select-cards ul {
  width: 230px;
  text-align: left;
}

@media (max-width: 1079px) {
  .select-cards ul {
    width: auto;
  }
}

.select-cards .select-cards__title {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.select-cards .select-cards__title li {
  height: 42px;
  font-size: 15px;
  line-height: 42px;
  color: #4a4d51;
  margin-bottom: 2px;
}

.select-cards .select-cards__title li:first-child {
  height: 145px;
  margin: 0;
}

.select-cards .select-cards__title li:last-child {
  margin: 5px 0 0;
  padding: 0;
}

.select-cards .select-cards__card {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 18px;
}

@media (max-width: 1079px) {
  .select-cards .select-cards__card {
    margin: 150px 0 0;
  }
}

.select-cards .select-cards__card.ng-animate.ng-move,
.select-cards .select-cards__card.ng-animate.ng-enter,
.select-cards .select-cards__card.ng-animate.ng-leave {
  -webkit-transition: none;
  transition: none;
}

.select-cards .select-cards__card li {
  background: #fff;
  min-height: 42px;
  font-size: 18px;
  line-height: 42px;
  padding: 0 28px;
  margin-bottom: 2px;
}

.select-cards .select-cards__card li:first-child {
  height: 95px;
  margin: 0;
}

.select-cards .select-cards__card li.name {
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.select-cards .select-cards__card li:last-child {
  margin: 5px 0 0;
  padding: 0;
}

.select-cards .select-cards__card li .card-image {
  margin: -100px 0 0 -92px;
}

.select-cards .select-cards__card li strong,
.select-cards .select-cards__card li b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #191e24;
  font-weight: normal;
}

.select-cards .select-cards__card li strong.old,
.select-cards .select-cards__card li b.old {
  text-decoration: line-through;
  color: #2e70ce;
}

.select-cards .select-cards__card li button {
  background: #191e24;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  line-height: 1.5;
  min-height: 42px;
  padding: 0;
  width: 100%;
}

#modal-change-plan .select-cards_table,
#modal-status .select-cards_table {
  margin: 32px 0;
}

#modal-change-plan .select-cards_table td,
#modal-status .select-cards_table td {
  height: 40px;
  font-size: 15px;
  padding: 0 11px;
  border-bottom: 2px solid #f4f7f9;
}

#modal-change-plan .select-cards_table td.button,
#modal-status .select-cards_table td.button {
  border-width: 6px;
}

#modal-change-plan .select-cards_table td.button button,
#modal-status .select-cards_table td.button button {
  height: 40px;
  font-size: 15px;
}

#modal-change-plan .select-cards_table td:first-child,
#modal-status .select-cards_table td:first-child {
  font-size: 12px;
}

#modal-change-plan .card-image,
#modal-status .card-image {
  margin: -30px -5px 0 -21px;
  width: 150px;
}

.select-cards_table {
  width: 100%;
  margin: 120px 0 70px;
  text-align: left;
}

@media (max-width: 619px) {
  .select-cards_table {
    margin: 60px 0 30px;
  }
}

.select-cards_table tr td {
  width: 50%;
  background: #fff;
  height: 80px;
  font-size: 30px;
  padding: 0 22px;
  border-bottom: 2px solid #f4f7f9;
}

@media (max-width: 619px) {
  .select-cards_table tr td {
    height: 40px;
    font-size: 15px;
    padding: 0 11px;
    border-bottom: 2px solid #f4f7f9;
  }
}

.select-cards_table tr td.button {
  border-top: 8px solid #f4f7f9;
  padding: 0;
}

@media (max-width: 619px) {
  .select-cards_table tr td.button {
    border-width: 6px;
  }
}

.select-cards_table tr td.button button {
  background: #191e24;
  height: 80px;
  width: 100%;
  border: 0 none;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
  color: #fff;
  padding: 0;
}

@media (max-width: 619px) {
  .select-cards_table tr td.button button {
    height: 40px;
    font-size: 15px;
  }
}

.select-cards_table tr td:first-child {
  font-size: 24px;
  color: #4a4d51;
}

@media (max-width: 619px) {
  .select-cards_table tr td:first-child {
    font-size: 12px;
  }
}

.select-cards_table tr:first-child td {
  height: 120px;
  font-size: 32px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media (max-width: 619px) {
  .select-cards_table tr:first-child td {
    height: 60px;
    font-size: 18px;
  }
}

@media (max-width: 1079px) {
  .select-cards_table .card-image {
    margin: -60px -10px 0 -42px;
    width: 300px;
  }
}

@media (max-width: 619px) {
  .select-cards_table .card-image {
    margin: -30px -5px 0 -21px;
    width: 150px;
  }
}

.select-cards_table strong,
.select-cards_table b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #191e24;
  font-weight: normal;
}

.select-cards_table strong.old,
.select-cards_table b.old {
  text-decoration: line-through;
  color: #2e70ce;
}

.b-signup-info {
  width: 600px;
  margin: 60px auto -50px;
  font-size: 13px;
  text-align: center;
  color: #4a4d51;
}

@media (max-width: 1079px) {
  .b-signup-info {
    width: auto;
    font-size: 26px;
  }
}

@media (max-width: 619px) {
  .b-signup-info {
    margin: 100px auto -20px;
    font-size: 13px;
  }
}

.stripe-link {
  display: block;
  float: right;
  width: 100px;
  height: 22px;
}

@media (max-width: 1079px) {
  .stripe-link {
    width: 200px;
    height: 44px;
  }
}

@media (max-width: 619px) {
  .stripe-link {
    width: 100px;
    height: 22px;
  }
}

.stripe-link:focus {
  outline: none;
}

.profile-title {
  padding: 80px 0 0;
  line-height: 1;
  color: #fff;
}

.profile-title .subtitle {
  color: #fff;
}

.tab-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 0 60px;
}

.tab-nav li {
  display: inline-block;
  vertical-align: top;
  margin-left: -1px;
}

@media (max-width: 1079px) {
  .tab-nav li {
    margin: 0 5px;
  }
}

@media (max-width: 619px) {
  .tab-nav li {
    margin: 0;
  }
}

.tab-nav li a {
  display: block;
  color: #4a4d51;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  width: 190px;
  height: 36px;
  background: #fff;
  border: 1px solid #4a4d51;
  outline: none;
  text-decoration: none;
}

.tab-nav li a.active {
  background: #4a4d51;
  color: #fff;
}

@media (max-width: 1079px) {
  .tab-nav li a {
    border-width: 2px;
    height: 60px;
    font-size: 26px;
    line-height: 58px;
    padding: 0 20px;
    width: auto;
  }
}

@media (max-width: 619px) {
  .tab-nav li a {
    border-width: 1px;
    height: 36px;
    font-size: 16px;
    line-height: 34px;
    padding: 0 10px;
  }
}

.tab-nav li:first-child a {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.tab-nav li:last-child a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.profile {
  text-align: center;
  padding: 60px 0;
  background: #f8f6f3;
}

.form-profile {
  padding: 0;
}

.form-profile .form-response {
  top: 0;
  left: 100%;
  width: 290px;
  line-height: 30px;
  margin: 0 15px;
}

.form-profile .message {
  margin: -20px 0 20px;
  line-height: 20px;
  font-size: 18px;
}

.form-profile .message a {
  font-size: 18px;
}

.form-profile .spinner-wrapper {
  height: 42px;
  margin-bottom: 60px;
}

.form-profile button {
  margin-bottom: 60px;
}

.form-profile .cancel {
  margin: 20px 0 0;
}

.overview {
  margin-bottom: 30px;
}

.overview .w-left+.w-left {
  margin: 0 0 0 30px;
}

.overview .form-overview {
  width: 524px;
  margin: 0 0 30px;
  border: 0 none;
}

.overview .form-overview .form-title {
  padding: 0 20px;
  text-align: left;
}

.overview .form-overview p {
  max-width: 300px;
}

.overview .form-overview .form-link {
  text-decoration: underline;
  text-align: right;
}

.overview .form-overview .form-link.payment-link,
.overview .form-overview .form-link.edit-link {
  color: #2e70ce;
}

.overview .form-overview .form-link.edit-link {
  margin: 0;
  font-size: inherit;
}

.overview .form-overview+.form-overview {
  margin-top: 32px;
}

.overview .form-checkout {
  width: 524px;
  padding: 0;
  margin-top: 0;
}

@media (min-width: 620px) {
  .overview .form-overview .form-title {
    padding: 0 40px;
  }
}

@media (min-width: 1080px) {
  .overview .form-overview .form-title {
    padding: 0 30px;
  }
}

.modal {
  text-align: center;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

@media (max-width: 767px) {
  .modal-dialog {
    width: 92%;
  }
}

.modal-content {
  border-radius: 3px;
  background: #fff;
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px rgba(27,23,26,.2);
          box-shadow: 0 1px 3px rgba(27,23,26,.2);
}

.modal-content .form-spinner {
  text-align: center;
}

@media (max-width: 1079px) {
  .modal-content .form-spinner {
    height: 80px;
  }
}

@media (max-width: 619px) {
  .modal-content .form-spinner {
    height: 40px;
  }
}

@media (max-width: 1079px) {
  .modal-content .form-spinner .fa-spinner {
    font-size: 70px;
  }
}

@media (max-width: 619px) {
  .modal-content .form-spinner .fa-spinner {
    font-size: 40px;
  }
}

@media (max-width: 1079px) {
  .modal-body {
    padding-top: 60px;
  }
}

.modal-close {
  background: url("/images/close.svg") no-repeat;
  border: 0 none;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 20px;
  right: 20px;
}

@media (min-width: 1080px) {
  .modal-cancel .modal-dialog {
    width: 480px;
  }
}

.modal-cancel .modal-content .form-response {
  position: static;
}

.modal-cancel .modal-body {
  padding: 30px;
  text-align: center;
}

@media (max-width: 1079px) {
  .modal-cancel .modal-body {
    padding: 30px;
  }
}

@media (max-width: 1079px) {
  .modal-cancel .modal-body {
    padding: 15px;
  }
}

.modal-cancel .modal-body p,
.modal-cancel .modal-body .list {
  display: inline-block;
  width: 350px;
  text-align: left;
  font-size: 18px;
  margin: 10px 0;
}

.modal-cancel .modal-body.suspend p,
.modal-cancel .modal-body.suspend .list {
  width: 420px;
}

.modal-cancel .modal-body .list {
  padding: 0;
  margin: 0 0 50px;
  list-style-position: inside;
}

.modal-cancel .modal-body .reasons {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 20px;
}

.modal-cancel .modal-body .reasons input {
  margin: 0 5px 0 0;
}

.modal-cancel .modal-body .reasons label {
  font-weight: normal;
}

.modal-cancel .modal-body.suspend .form-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin: -20px 0 30px;
}

.modal-cancel .modal-body .form-date {
  margin: 20px 0 30px;
}

.modal-cancel .modal-body .form-date label {
  font-size: 15px;
}

.modal-cancel .modal-body .form-date .form-rel {
  width: auto;
  margin: 0;
}

.modal-cancel .modal-body .form-date .form-rel.half {
  width: 50%;
}

.modal-cancel .modal-body .subtitle {
  display: inline-block;
  width: 300px;
  margin: 0 0 30px;
}

.modal-cancel .modal-body .form-button {
  min-width: 0;
  width: 350px;
}

.modal-cancel .modal-body .form-checkout {
  width: 360px;
  margin-top: 0;
}

@media (min-width: 1080px) {
  .modal-attend .modal-dialog {
    width: 360px;
  }
}

.modal-attend .modal-body {
  padding: 30px 40px;
  text-align: center;
}

@media (max-width: 1079px) {
  .modal-attend .modal-body {
    padding: 40px;
  }
}

@media (max-width: 1079px) {
  .modal-attend .modal-body {
    padding: 20px;
  }
}

.modal-attend .modal-body .subtitle {
  display: inline-block;
  margin: 0;
}

.modal-attend .modal-body .form-button {
  min-width: 0;
  margin: 0 0 10px;
  width: 150px;
}

.modal-attend .modal-body .terms-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-align: left;
  margin: 30px 0;
}

.modal-attend .modal-body .terms-list li {
  margin: 20px 0;
}

.modal-attend .modal-body .terms-list li b {
  display: block;
}

.modal-attend .modal-body .terms-list li p {
  color: #4a4d51;
}

@media (min-width: 1080px) {
  .modal-suggest .modal-dialog {
    width: 660px;
  }
}

.modal-suggest .modal-body {
  padding: 60px;
  text-align: center;
}

@media (max-width: 1079px) {
  .modal-suggest .modal-body {
    padding: 30px;
  }
}

@media (max-width: 1079px) {
  .modal-suggest .modal-body {
    padding: 15px;
  }
}

.modal-suggest .modal-body h2 {
  line-height: 1;
  margin: 0;
}

@media (max-width: 1079px) {
  .modal-suggest .modal-body h2 {
    margin-top: 80px;
  }
}

@media (max-width: 619px) {
  .modal-suggest .modal-body h2 {
    margin-top: 30px;
  }
}

.modal-suggest .modal-body p {
  font-size: 18px;
}

.modal-suggest .modal-body .form-button {
  min-width: 0;
  width: 250px;
  margin: 20px 0;
}

.modal-suggest .studios-submit {
  width: 320px;
}

@media (max-width: 1079px) {
  .modal-suggest .studios-submit {
    width: 100%;
  }
}

@media (max-width: 1079px) {
  .modal-suggest .message-submit {
    width: 100%;
  }
}

.modal-suggest .b-card-subscribe {
  margin: 30px 0;
  padding: 0;
}

@media (max-width: 1079px) {
  .modal-suggest .b-card-subscribe {
    width: 100%;
  }
}

.modal-suggest .studios-submit,
.modal-suggest .message-submit,
.modal-suggest .b-card-subscribe {
  display: inline-block;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 1079px) {
  .modal-suggest .studios-submit,
  .modal-suggest .message-submit,
  .modal-suggest .b-card-subscribe {
    margin-top: 60px;
    display: block;
  }
}

@media (max-width: 619px) {
  .modal-suggest .studios-submit,
  .modal-suggest .message-submit,
  .modal-suggest .b-card-subscribe {
    margin-top: 20px;
  }
}

.modal-suggest .studios-submit input[type=text],
.modal-suggest .message-submit input[type=text],
.modal-suggest .b-card-subscribe input[type=text],
.modal-suggest .studios-submit input[type=email],
.modal-suggest .message-submit input[type=email],
.modal-suggest .b-card-subscribe input[type=email] {
  margin: 0 0 6px;
  display: block;
  width: 100%;
}

@media (max-width: 1079px) {
  .modal-suggest .studios-submit input[type=text],
  .modal-suggest .message-submit input[type=text],
  .modal-suggest .b-card-subscribe input[type=text],
  .modal-suggest .studios-submit input[type=email],
  .modal-suggest .message-submit input[type=email],
  .modal-suggest .b-card-subscribe input[type=email] {
    margin: 0 0 10px;
    width: 100%;
  }
}

.modal-suggest .studios-submit input[type=submit],
.modal-suggest .message-submit input[type=submit],
.modal-suggest .b-card-subscribe input[type=submit] {
  display: block;
  margin: 30px 0 0;
  width: 100%;
}

@media (max-width: 1079px) {
  .modal-suggest .studios-submit input[type=submit],
  .modal-suggest .message-submit input[type=submit],
  .modal-suggest .b-card-subscribe input[type=submit] {
    margin: 20px 0 0;
  }
}

@media (max-width: 619px) {
  .modal-suggest .studios-submit input[type=submit],
  .modal-suggest .message-submit input[type=submit],
  .modal-suggest .b-card-subscribe input[type=submit] {
    margin: 10px 0;
  }
}

.modal-suggest .studios-submit .form-response,
.modal-suggest .message-submit .form-response,
.modal-suggest .b-card-subscribe .form-response {
  text-align: left;
}

.modal-book .modal-footer {
  background: #f4f7f9;
  padding: 20px 30px 20px;
  border: 0 none;
  text-align: center;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.modal-book .modal-footer .form-button {
  min-width: 0;
  font-size: 14px;
  background: #fff;
  color: #2e70ce;
  margin: 0 0 15px;
  border: 1px solid #f8f6f3;
}

.modal-book .modal-footer p {
  font-size: 12px;
  color: #4a4d51;
}

.modal-book .modal-footer .form-response {
  position: static;
  height: 32px;
}

.modal-book .modal-body {
  padding: 18px 40px 20px;
  text-align: center;
}

.modal-book .modal-body p a {
  font-size: 14px;
}

.modal-book .modal-body p .fa,
.modal-book .modal-body p .select-dropdown button .icon-caret,
.select-dropdown button .modal-book .modal-body p .icon-caret,
.modal-book .modal-body p .input-search:before,
.modal-book .modal-body p .input-date:before,
.modal-book .modal-body p .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .modal-book .modal-body p abbr,
.modal-book .modal-body p .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .modal-book .modal-body p b,
.modal-book .modal-body p .chosen-container-single .chosen-search:before,
.chosen-container-single .modal-book .modal-body p .chosen-search:before,
.modal-book .modal-body p .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .modal-book .modal-body p .chosen-choices:after,
.modal-book .modal-body p .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .modal-book .modal-body p .search-choice-close {
  margin-right: 5px;
}

.modal-book .modal-body p>span:after {
  content: ",";
}

.modal-book .modal-body p>span:last-child:after {
  content: "";
}

.modal-book .modal-body .address {
  margin: 20px 0 0;
}

.modal-book .modal-body .description {
  color: #4a4d51;
  border-top: 1px solid #f8f6f3;
  padding: 15px 0 0;
  margin-top: 20px;
  word-wrap: break-word;
}

.modal-book .modal-body h2 {
  font-size: 26px;
  color: #2e70ce;
  margin-bottom: 20px;
}

.modal-book .modal-body h2 .time {
  font-size: 22px;
  display: block;
  line-height: 1;
}

.modal-book .modal-body .success,
.modal-book .modal-body .cancel {
  line-height: 40px;
}

.modal-book .modal-body .success .fa,
.modal-book .modal-body .success .select-dropdown button .icon-caret,
.select-dropdown button .modal-book .modal-body .success .icon-caret,
.modal-book .modal-body .success .input-search:before,
.modal-book .modal-body .success .input-date:before,
.modal-book .modal-body .success .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .modal-book .modal-body .success abbr,
.modal-book .modal-body .success .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .modal-book .modal-body .success b,
.modal-book .modal-body .success .chosen-container-single .chosen-search:before,
.chosen-container-single .modal-book .modal-body .success .chosen-search:before,
.modal-book .modal-body .success .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .modal-book .modal-body .success .chosen-choices:after,
.modal-book .modal-body .success .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .modal-book .modal-body .success .search-choice-close,
.modal-book .modal-body .cancel .fa,
.modal-book .modal-body .cancel .select-dropdown button .icon-caret,
.select-dropdown button .modal-book .modal-body .cancel .icon-caret,
.modal-book .modal-body .cancel .input-search:before,
.modal-book .modal-body .cancel .input-date:before,
.modal-book .modal-body .cancel .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .modal-book .modal-body .cancel abbr,
.modal-book .modal-body .cancel .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .modal-book .modal-body .cancel b,
.modal-book .modal-body .cancel .chosen-container-single .chosen-search:before,
.chosen-container-single .modal-book .modal-body .cancel .chosen-search:before,
.modal-book .modal-body .cancel .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .modal-book .modal-body .cancel .chosen-choices:after,
.modal-book .modal-body .cancel .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .modal-book .modal-body .cancel .search-choice-close {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: text-bottom;
}

.modal-book .modal-body .success {
  color: #191e24;
}

.modal-book .modal-body .cancel {
  color: #b80028;
}

.modal-book .modal-body .form-response {
  position: relative;
  font-size: 14px;
  height: 42px;
}

.modal-book .modal-body .form-button {
  min-width: 0;
  margin-top: 20px;
  font-size: 14px;
}

.modal-upload .modal-dialog {
  width: 950px;
}

.modal-upload .modal-dialog .upload-area {
  width: 100%;
  text-align: center;
  border: 2px dashed transparent;
}

.modal-upload .modal-dialog .upload-area.drop {
  border-color: #f8f6f3;
}

.modal-upload .modal-dialog .upload-area .controls {
  display: inline-block;
  vertical-align: top;
  margin: 50px auto;
}

.modal-upload .modal-dialog .upload-area .controls b {
  display: block;
  margin: 20px 0;
}

.modal-upload .modal-dialog .upload-area .controls .or {
  display: block;
  text-align: center;
  font-size: 18px;
}

.modal-upload .modal-dialog .upload-area .controls .button_upload {
  margin: 20px 0 0;
  cursor: pointer;
}

.modal-upload .modal-dialog .upload-area .preview {
  position: relative;
}

.modal-upload .modal-dialog .upload-area .preview .button-wrapper {
  position: absolute;
  right: 0px;
  bottom: 5px;
}

.modal-upload .modal-dialog .upload-area .preview .input-title {
  margin: 10px 0;
  width: 100%;
}

.modal-upload .modal-dialog .upload-area .preview .action {
  position: relative;
  text-align: center;
  height: 44px;
}

.modal-upload .modal-dialog .upload-area .preview .action .upload_button {
  display: inline-block;
  width: 300px;
  line-height: 30px;
  font-size: 18px;
}

.modal-upload .modal-dialog .upload-area .preview .action .spinner {
  top: 22px;
}

.modal-upload .modal-dialog .upload-area .loading {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  margin: 3px 5px;
  height: 26px;
  color: #f8f6f3;
}

.modal-message:before {
  display: none;
}

@media (min-width: 1080px) {
  .modal-message .modal-dialog {
    width: 660px;
  }
}

.modal-message .modal-body {
  padding: 80px;
  text-align: center;
}

@media (max-width: 1079px) {
  .modal-message .modal-body {
    padding: 30px;
  }
}

@media (max-width: 1079px) {
  .modal-message .modal-body {
    padding: 15px;
  }
}

.modal-message .modal-body h2 {
  line-height: 1;
  margin: 0;
  float: none;
}

@media (max-width: 1079px) {
  .modal-message .modal-body h2 {
    margin-top: 80px;
  }
}

@media (max-width: 619px) {
  .modal-message .modal-body h2 {
    margin-top: 30px;
  }
}

.modal-message .modal-body p {
  font-size: 18px;
  margin: 20px 0;
}

.modal-message .modal-body .form-button {
  min-width: 0;
  width: 250px;
  margin: 20px 0;
}

.modal-message .modal-body .form-button.en {
  width: 300px;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 10.01.2020
 */

body.city-is-trial .smm-header__menu-link.sign-up {
  display: none !important;
}

body.city-is-trial .smm-header__menu-link.sign-up.free-trial-sign-up {
  display: inline-block !important;
}

body.city-is-trial .signup-button {
  display: none !important;
}

body.city-is-trial .signup-button.free-trial-button {
  display: inline-block !important;
}

.smm-header__menu-link.sign-up.free-trial-sign-up,
.signup-button.free-trial-button {
  display: none !important;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

#venue-address.venue-address-landingPage .btn-primary,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

#venue-address.venue-address-landingPage .btn-primary,
.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#venue-address.venue-address-landingPage .btn-primary:hover,
.usc-button--primary:hover {
  background: #1c61c4 !important;
}

#venue-address.venue-address-landingPage .btn-primary:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button-rebrand--main,
.usc-button-rebrand--default {
  color: rgba(255,255,255,.95) !important;
  background: #2e70ce;
}

.usc-button-rebrand--main:hover,
.usc-button-rebrand--default:hover {
  text-decoration: none;
  color: rgba(255,255,255,.95) !important;
  background: #2457a0;
}

.usc-button-rebrand--main:active,
.usc-button-rebrand--default:active {
  background: #1c447c;
}

.usc-button-rebrand--main:disabled,
.usc-button-rebrand--default:disabled {
  opacity: .5;
}

.usc-button-rebrand--inverted {
  background: #146ceb;
  color: rgba(255,255,255,.95) !important;
}

.usc-button-rebrand--inverted:hover {
  text-decoration: none;
  color: rgba(255,255,255,.95) !important;
  background: #146ceb;
}

.usc-button-rebrand--inverted:disabled {
  opacity: .5;
}

.usc-button-rebrand--dim {
  color: #2e70ce !important;
  background: #f9f9f9;
}

.usc-button-rebrand--dim:hover {
  text-decoration: none;
  color: #2e70ce !important;
  background: #e7eaee;
}

.usc-button-rebrand--dim:disabled {
  opacity: .5;
}

.usc-button-rebrand--inverted {
  background: #2e3742;
  color: rgba(255,255,255,.95) !important;
}

.usc-button-rebrand--inverted:hover {
  text-decoration: none;
  color: rgba(255,255,255,.95) !important;
  background: #262d36;
}

.usc-button-rebrand--inverted:disabled {
  opacity: .5;
}

.usc-button-rebrand--negative {
  color: rgba(255,255,255,.95) !important;
  background: #3b4654;
}

.usc-button-rebrand--negative:hover {
  text-decoration: none;
  color: rgba(255,255,255,.95) !important;
  background: #262d36;
}

.usc-button-rebrand--negative:disabled {
  opacity: .5;
}

.usc-button-rebrand--inverted {
  background: #f9f9f9;
  color: #191e24 !important;
}

.usc-button-rebrand--inverted:hover {
  text-decoration: none;
  color: #191e24 !important;
  background: #c7c7c7;
}

.usc-button-rebrand--inverted:disabled {
  opacity: .5;
}

.usc-button-rebrand {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  border: none !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
  border-radius: 6px;
}

.usc-button-rebrand--small {
  padding: 6px 8px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.usc-button-rebrand--medium,
.usc-button-rebrand--default {
  padding: 12px 24px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.usc-button-rebrand--large {
  padding: 18px 32px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.45px;
}

.usc-button-rebrand:hover {
  text-decoration: none;
}

.usc-button-rebrand.focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: 4px;
}

.usc-button-rebrand:focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: 4px;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Prinzessinnenstr. 19-20, 10969 Berlin, http://urbansportsclub.com
 * @created 25.04.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

#venue-address.venue-address-landingPage .btn-primary,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

#venue-address.venue-address-landingPage .btn-primary,
.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#venue-address.venue-address-landingPage .btn-primary:hover,
.usc-button--primary:hover {
  background: #1c61c4 !important;
}

#venue-address.venue-address-landingPage .btn-primary:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

#modal-city::before {
  vertical-align: top;
  content: none;
}

#modal-city .modal-dialog {
  max-width: 375px;
}

@media (max-width: 620px) {
  #modal-city .modal-dialog {
    margin-top: 46px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: none;
  }
}

#modal-city .modal-content {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#modal-city .modal-body {
  padding: 0;
}

#modal-city .usc-city-dropdown {
  margin: auto;
  padding: 0 20px;
}

#modal-city .usc-city-dropdown.open {
  top: -42px;
}

#modal-city .usc-city-dropdown hr {
  margin: 24px -20px 0 -20px;
}

#modal-city .usc-city-dropdown__search-header {
  display: block;
}

#modal-city .usc-city-dropdown__search-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#modal-city #city_chosen {
  visibility: hidden;
  width: 100% !important;
}

.city-selector-link {
  font-size: 35px !important;
  font-weight: 700;
  line-height: 40px !important;
  letter-spacing: -0.3px;
  cursor: pointer;
  background: none;
  border: none;
  color: #2e70ce;
  padding: 0;
}

.city-selector-link:hover {
  text-decoration: none;
}

.city-selector-link__text {
  border-bottom: 3px solid;
}

.city-selector-link__arrow::after {
  content: "";
  font-family: "FontAwesome";
  color: #2e70ce;
}

.studio-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #f8f6f3;
}

.studio-tabs li {
  display: inline-block;
  vertical-align: top;
}

.studio-tabs li a {
  display: block;
  padding: 8px 20px;
  font-size: 18px;
  color: #4a4d51;
  outline: none;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

.studio-tabs li a.active {
  color: #4a4d51;
  border-color: #191e24;
}

.weekdays-wrapper {
  position: relative;
  display: inline-block;
  float: left;
}

@media (max-width: 1079px) {
  .weekdays-wrapper {
    float: none;
  }
}

.weekdays-dashboard {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.weekdays-dashboard li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding: 10px;
  margin: 0 8px;
  cursor: pointer;
  color: #4a4d51;
  border-bottom: 4px solid transparent;
}

.weekdays-dashboard li.current {
  color: #2e70ce;
  border-bottom: 4px solid #2e70ce;
  pointer-events: none;
}

.weekdays-dashboard li.disabled {
  color: #f8f6f3;
  pointer-events: none;
}

@media (max-width: 1079px) {
  .weekdays-dashboard li {
    font-size: 32px;
    margin: 0;
  }
}

.nav-button {
  display: inline-block;
  vertical-align: top;
  background: none;
  border: 1px solid #f8f6f3;
  width: 32px;
  height: 21px;
  margin: 10px 0 0;
  padding: 0;
  border-radius: 2px;
}

.nav-button.left {
  right: 100%;
}

.nav-button.right {
  left: 100%;
}

.nav-button[disabled] {
  border: 0 none;
  color: #4a4d51;
  background: none !important;
}

.nav-button:hover {
  border-color: #4a4d51;
}

.b-filters {
  position: relative;
  text-align: center;
}

.b-filters .filters-button {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  font-size: 15px;
  margin: 22px 0 0;
  line-height: 34px;
  color: #4a4d51;
  text-decoration: underline;
  outline: none;
  border-radius: 2px;
}

.b-filters .filters-button .fa,
.b-filters .filters-button .select-dropdown button .icon-caret,
.select-dropdown button .b-filters .filters-button .icon-caret,
.b-filters .filters-button .input-search:before,
.b-filters .filters-button .input-date:before,
.b-filters .filters-button .chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single .b-filters .filters-button abbr,
.b-filters .filters-button .chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-single div .b-filters .filters-button b,
.b-filters .filters-button .chosen-container-single .chosen-search:before,
.chosen-container-single .b-filters .filters-button .chosen-search:before,
.b-filters .filters-button .chosen-container-multi .chosen-choices:after,
.chosen-container-multi .b-filters .filters-button .chosen-choices:after,
.b-filters .filters-button .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-container-multi .chosen-choices li.search-choice .b-filters .filters-button .search-choice-close {
  margin-right: 5px;
}

.b-filters .filters-button.add {
  margin: 0;
}

.b-filters .filters-button:hover {
  text-decoration: none;
}

.b-filters .filters-button.active {
  color: #2e70ce;
}

@media (min-width: 1080px) {
  .main-filters select,
  .main-filters input[type=text] {
    width: 200px;
    vertical-align: top;
    line-height: 34px;
    height: 36px;
    font-size: 15px;
  }
}

.main-filters em {
  line-height: 36px;
  font-size: 15px;
  color: #4a4d51;
}

.main-filters .form-check {
  margin: 5px 0;
}

.main-filters .form-rel {
  margin: 0;
}

.main-filters .chosen-container,
.main-filters .form-rel {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 0 5px;
  text-align: left;
}

.main-filters .chosen-container .chosen-single,
.main-filters .form-rel .chosen-single {
  line-height: 34px;
  height: 36px;
  font-size: 14px;
}

.main-filters .chosen-container .chosen-single span,
.main-filters .form-rel .chosen-single span {
  margin-right: 46px;
}

.main-filters .chosen-container .chosen-single abbr,
.main-filters .form-rel .chosen-single abbr {
  top: 8px;
  right: 30px;
  z-index: 1;
}

.main-filters .chosen-container .chosen-results.scroll-wrapper,
.main-filters .form-rel .chosen-results.scroll-wrapper {
  height: 240px;
}

.main-filters .chosen-container.large,
.main-filters .form-rel.large {
  width: 320px;
}

.main-filters select {
  width: 100%;
  margin: 0 0 16px;
}

.main-filters .chosen-container {
  margin: 32px 0;
  text-align: left;
}

@media (max-width: 619px) {
  .main-filters .chosen-container {
    margin: 16px 0;
  }
}

.mobile-map-button {
  position: fixed;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mobile-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-controls .control-button {
  padding: 12px 16px;
  background-color: #2e3742;
  border-radius: 40px;
  border-color: #2e3742;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-controls .control-button span {
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
}

.mobile-controls .control-button img {
  margin-left: 10px;
}

.mobile-controls .form-rel {
  margin: 0;
  width: 100%;
}

.mobile-controls .form-rel.half {
  width: 48%;
}

.mobile-controls .input-date {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-switch-wrapper .filter-label {
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 24px;
}

#filters {
  background: #fff;
  padding: 0;
}

#filters h1,
#filters h2 {
  padding-top: 16px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #191e24;
  text-align: center;
}

#filters h1 .chosen-container,
#filters h2 .chosen-container {
  margin: -4px 0 0;
  vertical-align: top;
  width: auto !important;
}

@media (max-width: 480px) {
  #filters h1 .chosen-container,
  #filters h2 .chosen-container {
    position: static;
    display: contents;
  }
}

#filters h1 .chosen-container .chosen-single,
#filters h2 .chosen-container .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  line-height: 40px !important;
  height: 40px !important;
  height: auto !important;
  white-space: normal;
  padding: 0;
  display: inline;
  margin: 0;
}

#filters h1 .chosen-container .chosen-single span,
#filters h2 .chosen-container .chosen-single span {
  height: auto !important;
  white-space: normal;
  padding: 0;
  display: inline;
  margin: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 47px !important;
  color: #2e70ce;
  text-decoration: underline;
}

#filters h1 .chosen-container .chosen-single span:after,
#filters h2 .chosen-container .chosen-single span:after {
  content: "";
  color: #2e70ce;
  font-family: "FontAwesome";
  margin-left: 8px;
  text-decoration: none !important;
  font-family: "FontAwesome";
  display: inline-block;
}

#filters h1 .chosen-container .chosen-single div,
#filters h2 .chosen-container .chosen-single div {
  display: none;
}

#filters h1 .chosen-container .chosen-drop,
#filters h2 .chosen-container .chosen-drop {
  border-radius: 0;
  -webkit-box-shadow: 0 6px 10px 0 rgba(27,36,44,.16);
          box-shadow: 0 6px 10px 0 rgba(27,36,44,.16);
  border: none;
}

#filters h1 .chosen-container .chosen-drop .chosen-results,
#filters h2 .chosen-container .chosen-drop .chosen-results {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: right;
}

#filters h1 .chosen-container .chosen-drop .chosen-results .active-result,
#filters h2 .chosen-container .chosen-drop .chosen-results .active-result {
  color: #4a4d51;
}

#filters h1 .chosen-container .chosen-drop .chosen-results .result-selected,
#filters h1 .chosen-container .chosen-drop .chosen-results .highlighted,
#filters h2 .chosen-container .chosen-drop .chosen-results .result-selected,
#filters h2 .chosen-container .chosen-drop .chosen-results .highlighted {
  color: #4a4d51;
  background-color: #f8f6f3;
}

#filters h1 .chosen-container.chosen-with-drop .chosen-single span::after,
#filters h2 .chosen-container.chosen-with-drop .chosen-single span::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

#filters h1 .chosen-container.chosen-with-drop .chosen-drop,
#filters h2 .chosen-container.chosen-with-drop .chosen-drop {
  left: auto;
  right: 0;
  width: auto;
}

@media (max-width: 480px) {
  #filters h1 .chosen-container.chosen-with-drop .chosen-drop,
  #filters h2 .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    position: absolute !important;
    margin: 0 auto;
  }
}

#filters .main-filters {
  height: auto !important;
}

@media (max-width: 1079px) {
  #filters .main-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    position: static;
  }

  #filters .main-filters .chosen-container {
    position: static;
    margin-right: 4px !important;
  }

  #filters .main-filters .chosen-container .chosen-single,
  #filters .main-filters .chosen-container .chosen-single span {
    height: 48px !important;
    line-height: 48px !important;
    font-size: 17px !important;
  }

  #filters .main-filters .chosen-container .chosen-drop {
    padding: 10px;
  }

  #filters .main-filters .chosen-container#type_chosen .chosen-drop {
    padding: 0;
    width: 100%;
  }

  #filters .main-filters .chosen-container#type_chosen .chosen-drop .dropdown-menu {
    width: 100%;
  }
}

#filters .main-filters select {
  margin-bottom: 20px;
  width: 100%;
  height: 76px;
}

#filters .main-filters em {
  line-height: normal;
}

#filters .weekdays-wrapper li {
  min-width: 55px;
  padding: 10px 0;
}

#filters .filter-label {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #4a4d51;
}

#filters #main-filters .chosen-container {
  margin: 8px 0;
  width: 100% !important;
  max-width: 200px;
}

#filters #main-filters .chosen-container.chosen-with-drop .chosen-single {
  border-radius: 6px 6px 0 0;
}

#filters #main-filters .chosen-container .chosen-single {
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
}

#filters #main-filters .chosen-container .chosen-single span {
  font-size: 18px;
  height: 38px;
  line-height: 38px;
}

#filters #main-filters .chosen-container .chosen-single {
  border-radius: 6px;
  border: 1px solid #8c9bb0;
  color: #4a4d51;
}

#filters #main-filters .chosen-container .chosen-single div b {
  color: #8c9bb0;
}

#filters #main-filters .chosen-container .chosen-search:before {
  color: #4a4d51;
}

#filters #main-filters .chosen-container .chosen-search input[type=text] {
  background: none !important;
}

#filters #main-filters .chosen-container .chosen-search input[type=text].focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

#filters #main-filters .chosen-container .chosen-search input[type=text]:focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

#filters #main-filters .chosen-container .chosen-results {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #4a4d51;
}

#filters #main-filters .chosen-container .chosen-results .active-result {
  border-radius: 0;
}

#filters #main-filters .chosen-container .chosen-results .highlighted {
  color: #4a4d51;
  background: #f8f6f3;
}

#filters #main-filters .chosen-container .chosen-results.smm-scrollbar {
  padding-right: 4px !important;
}

#filters #main-filters .chosen-container#district_chosen .area {
  font-weight: bold;
}

#filters #main-filters .chosen-container#district_chosen .area-district {
  padding-left: 15px;
}

#filters .mobile-controls {
  display: block;
}

#filters .mobile-controls .row {
  overflow: visible;
}

#filters .mobile-controls .control-button .fa-calendar,
#filters .mobile-controls .control-button .fa-sliders {
  margin: 0 4px 0 0;
}

#filters .mobile-controls .control-button.mobile-filters-button {
  padding-right: 16px;
}

#filters .mobile-controls .control-button.mobile-filters-button .fa-check-circle {
  margin: 0;
  display: none;
  float: right;
  color: #2e70ce;
  line-height: 40px;
}

#filters .mobile-controls .control-button.mobile-filters-button.selected .fa-check-circle {
  display: inline-block;
}

#filters .mobile-controls .control-button.mobile-filters-button:active,
#filters .mobile-controls .control-button.mobile-filters-button.active {
  border-color: #2e70ce;
}

#filters .radio-group {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 15px;
}

@media (max-width: 619px) {
  #filters .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
    margin-top: 8px;
  }
}

#filters .radio-group label {
  margin: 0 0 0 10px;
  padding: 0 !important;
  display: inline-block;
  color: #4a4d51;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  cursor: pointer;
}

#filters .radio-group .radio-input {
  float: right;
  margin-left: 5px;
  margin-right: 8px !important;
}

#mobile-datepicker {
  margin: 18px 4px 18px 0;
}

@media (min-width: 1080px) {
  #mobile-datepicker {
    display: none;
  }
}

@media (max-width: 619px) {
  #mobile-datepicker {
    margin: 8px 4px 8px 0;
  }
}

#mobile-datepicker .bootstrap-datetimepicker-widget {
  margin-top: 24px;
}

@media (max-width: 619px) {
  #mobile-datepicker .bootstrap-datetimepicker-widget {
    margin-top: 14px;
  }
}

#mobile-datepicker button {
  padding: 13px 16px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #f8f6f3;
}

#mobile-datepicker button span {
  color: #4a4d51;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}

#mobile-datepicker button .fa-calendar {
  margin-right: 10px !important;
}

#mobile-datepicker button .fa-angle-down {
  margin-top: 4px;
  margin-left: 16px;
  font-size: 1.55em !important;
  line-height: .75em !important;
}

#mobile-datepicker input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -999;
  visibility: hidden;
}

#mobile-datepicker .picker-switch.accordion-toggle {
  display: none;
}

#filter-calendar {
  display: none;
}

#filter-time {
  top: 5px;
}

@media (max-width: 620px) {
  #filter-time {
    margin-top: 8px;
  }
}

#filter-time .labels:before,
#filter-time .labels:after {
  display: table;
  content: " ";
}

#filter-time .labels:after {
  clear: both;
}

#filter-time .labels .timeLabel {
  width: 42px;
  position: relative;
  top: 0;
  margin-top: 5px;
  font-size: 14px;
}

#filter-time .highlightPanel {
  width: 100%;
}

#filter-time .leftLabel {
  left: 0;
  float: left;
}

#filter-time .rightLabel {
  float: right;
  right: 0;
  text-align: left;
}

#filter-time .is_clickable {
  cursor: hand;
  cursor: pointer;
}

#filter-time .nstSlider {
  cursor: hand;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 20px;
  margin: 0;
}

#filter-time .nstSlider.focused .leftGrip,
#filter-time .nstSlider.focused .rightGrip {
  -webkit-box-shadow: 0 1px 2px #f8f6f3;
          box-shadow: 0 1px 2px #f8f6f3;
}

#filter-time .nstSlider .rightGrip,
#filter-time .nstSlider .leftGrip {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #2e70ce;
  border: 3px solid #fff;
}

#filter-time .nstSlider .bar {
  border-radius: 10px;
  position: absolute;
  background: #2e70ce;
  height: 4px;
  top: 8px;
}

#filter-time .nstSlider .highlightPanel {
  border-radius: 10px;
  position: absolute;
  background: #f8f6f3;
  height: 4px;
  top: 8px;
}

#results .smm-easter-banner,
#results .smm-xmas-banner,
#results .smm-booking-banner,
#results .smm-checkin-banner,
#results .smm-merger-banner {
  padding-top: 20px;
}

#results .dashboard {
  padding: 18px 0 40px;
}

#results .dashboard.smm-scrollbar.scroll-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#results .dashboard .smm-checkin-banner {
  display: none;
}

#filters #main-filters .chosen-container#category_chosen .chosen-results li[data-option-array-index],
#filters #main-filters .chosen-container#district_chosen .chosen-results li[data-option-array-index],
#filters #main-filters .chosen-container#venue_chosen .chosen-results li[data-option-array-index],
#filters #main-filters .chosen-container#type_chosen .chosen-results li[data-option-array-index] {
  padding-left: 36px;
  text-indent: -32px;
  color: #4a4d51;
}

#filters #main-filters .chosen-container#category_chosen .chosen-results li[data-option-array-index].group-option,
#filters #main-filters .chosen-container#district_chosen .chosen-results li[data-option-array-index].group-option,
#filters #main-filters .chosen-container#venue_chosen .chosen-results li[data-option-array-index].group-option,
#filters #main-filters .chosen-container#type_chosen .chosen-results li[data-option-array-index].group-option {
  padding-left: 51px;
}

#filters #main-filters .chosen-container#category_chosen .chosen-results li[data-option-array-index].area-district,
#filters #main-filters .chosen-container#district_chosen .chosen-results li[data-option-array-index].area-district,
#filters #main-filters .chosen-container#venue_chosen .chosen-results li[data-option-array-index].area-district,
#filters #main-filters .chosen-container#type_chosen .chosen-results li[data-option-array-index].area-district {
  padding-left: 51px;
}

@media (min-width: 620px) {
  #filters #main-filters .chosen-container#category_chosen .chosen-results li[data-option-array-index].area-district,
  #filters #main-filters .chosen-container#district_chosen .chosen-results li[data-option-array-index].area-district,
  #filters #main-filters .chosen-container#venue_chosen .chosen-results li[data-option-array-index].area-district,
  #filters #main-filters .chosen-container#type_chosen .chosen-results li[data-option-array-index].area-district {
    padding-left: 66px;
  }
}

@media (min-width: 1080px) {
  #filters #main-filters .chosen-container#category_chosen .chosen-results li[data-option-array-index].area-district,
  #filters #main-filters .chosen-container#district_chosen .chosen-results li[data-option-array-index].area-district,
  #filters #main-filters .chosen-container#venue_chosen .chosen-results li[data-option-array-index].area-district,
  #filters #main-filters .chosen-container#type_chosen .chosen-results li[data-option-array-index].area-district {
    padding-left: 51px;
  }
}

#filters #main-filters .chosen-container#category_chosen .chosen-results li[data-option-array-index]:before,
#filters #main-filters .chosen-container#district_chosen .chosen-results li[data-option-array-index]:before,
#filters #main-filters .chosen-container#venue_chosen .chosen-results li[data-option-array-index]:before,
#filters #main-filters .chosen-container#type_chosen .chosen-results li[data-option-array-index]:before {
  margin-right: 16px;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "";
  color: #4a4d51;
  font-size: 20px;
  vertical-align: middle;
}

#filters #main-filters .chosen-container#category_chosen .chosen-results li[data-option-array-index].checked:before,
#filters #main-filters .chosen-container#district_chosen .chosen-results li[data-option-array-index].checked:before,
#filters #main-filters .chosen-container#venue_chosen .chosen-results li[data-option-array-index].checked:before,
#filters #main-filters .chosen-container#type_chosen .chosen-results li[data-option-array-index].checked:before {
  content: "";
}

#filters #main-filters .chosen-container#category_chosen .chosen-results li[data-option-array-index].active-result.checked:before,
#filters #main-filters .chosen-container#district_chosen .chosen-results li[data-option-array-index].active-result.checked:before,
#filters #main-filters .chosen-container#venue_chosen .chosen-results li[data-option-array-index].active-result.checked:before,
#filters #main-filters .chosen-container#type_chosen .chosen-results li[data-option-array-index].active-result.checked:before {
  color: #2e70ce;
}

#filters #main-filters .chosen-container#category_chosen .chosen-results li[data-option-array-index].disabled-result,
#filters #main-filters .chosen-container#category_chosen .chosen-results li[data-option-array-index].disabled-result:before,
#filters #main-filters .chosen-container#district_chosen .chosen-results li[data-option-array-index].disabled-result,
#filters #main-filters .chosen-container#district_chosen .chosen-results li[data-option-array-index].disabled-result:before,
#filters #main-filters .chosen-container#venue_chosen .chosen-results li[data-option-array-index].disabled-result,
#filters #main-filters .chosen-container#venue_chosen .chosen-results li[data-option-array-index].disabled-result:before,
#filters #main-filters .chosen-container#type_chosen .chosen-results li[data-option-array-index].disabled-result,
#filters #main-filters .chosen-container#type_chosen .chosen-results li[data-option-array-index].disabled-result:before {
  color: #f8f6f3;
}

#results .dashboard {
  padding-top: 0;
}

#results .dashboard .smm-pagination .smm-spinner {
  background: #2e70ce;
}

#results .smm-studio-snippet {
  margin: 0 0 24px;
  display: inline-block;
  width: 100%;
}

#results .smm-class-snippet .smm-class-checkin {
  display: none;
}

#results .smm-empty-snippet {
  margin: 40px auto;
}

#view-container #results .dashboard.scroll-content {
  padding-right: 0 !important;
}

#view-container #results .dashboard .container.cf {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#view-container #results .dashboard .container.cf .smm-pagination {
  width: 100%;
}

#appointment.appointment-list #results .dashboard .container.cf,
#venue-address.venue-address-landingPage.active #results .dashboard .container.cf {
  padding: 15px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
          box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  background: #fff;
}

#appointment.appointment-list #results .dashboard .smm-pagination,
#venue-address.venue-address-landingPage.active #results .dashboard .smm-pagination {
  padding: 40px 16px !important;
}

#appointment.appointment-list #results .dashboard .smm-pagination .smm-spinner:after,
#venue-address.venue-address-landingPage.active #results .dashboard .smm-pagination .smm-spinner:after {
  background: #fff;
}

#appointment.appointment-list #results .dashboard .smm-empty-snippet h3,
#appointment.appointment-list #results .dashboard .smm-empty-snippet__text,
#venue-address.venue-address-landingPage.active #results .dashboard .smm-empty-snippet h3,
#venue-address.venue-address-landingPage.active #results .dashboard .smm-empty-snippet__text {
  color: #4a4d51 !important;
}

#appointment.appointment-list #results .dashboard .smm-empty-snippet__link,
#venue-address.venue-address-landingPage.active #results .dashboard .smm-empty-snippet__link {
  color: #2e70ce !important;
}

#venue-address.venue-address-landingPage.active .b-studio-map .angular-google-map-container {
  height: 500px;
  height: 100vh;
}

.smm-pagination .smm-simple-button {
  margin: 0 auto;
  width: auto;
}

#view-container .dashboard {
  padding: 0;
}

#view-container #map .usc-studio-map {
  margin: 0;
}

#view-container #map .usc-studio-map .angular-google-map-container {
  height: 500px;
  height: 100vh;
}

#view-container #map .usc-studio-map .smm-info-window {
  cursor: pointer;
}

#view-container #map .usc-studio-map .smm-info-window__border {
  border-radius: 0 !important;
}

#view-container #map .usc-studio-map .smm-info-window__text {
  text-align: center;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  cursor: pointer;
}

#view-container #map .usc-studio-map .smm-info-window__directions-link {
  display: none;
}

#view-container #map .usc-studio-map>.smm-info-window {
  display: none;
}

#view-container.view-results #results {
  display: block;
}

#view-container.view-results #map {
  display: none;
}

#view-container.view-map #results {
  display: none;
}

#view-container.view-map #map {
  display: block;
}

#wished-class-snippet-container {
  display: none !important;
}

.discipline-icons div {
  background: #4d4d4d;
  height: 35px;
  width: 35px;
  margin-left: 5px;
  float: left;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px;
}

.discipline-icons img {
  height: 25px;
  width: 25px;
}

@media (min-width: 768px) {
  #view-container #results .dashboard .container.cf {
    padding-left: 5%;
    padding-right: 5%;
  }

  #results .smm-studio-snippet {
    margin: 0 36px 36px 0;
    width: calc((100% - 36px)/2);
  }

  #results .smm-studio-snippet:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 620px) {
  #appointment.appointment-list #results .dashboard .container.cf,
  #venue-address.venue-address-landingPage.active #results .dashboard .container.cf {
    padding: 30px;
  }

  #filters h1,
  #filters h2 {
    padding-top: 32px;
  }

  #filters .mobile-controls .control-button.mobile-filters-button .fa-check-circle {
    line-height: 78px;
  }

  #filters .main-filters select {
    display: none;
  }

  #filters #main-filters .chosen-container {
    margin: 18px 0;
  }

  #filters #main-filters .chosen-container .chosen-single {
    height: 76px;
    line-height: 76px;
  }

  #filters #main-filters .chosen-container .chosen-single span {
    font-size: 28px;
    height: 74px;
    line-height: 74px;
  }

  #filters #main-filters .chosen-container#district_chosen .area-district {
    padding-left: 30px;
  }
}

@media (min-width: 1080px) {
  #appointment.appointment-list #filters #main-filters .chosen-container,
  #venue-address.venue-address-landingPage.active #filters #main-filters .chosen-container {
    min-width: 180px;
  }

  #appointment.appointment-list #results .dashboard .container.cf,
  #venue-address.venue-address-landingPage.active #results .dashboard .container.cf {
    padding: 20px 30px;
  }

  #venue-address.venue-address-landingPage.active .b-studio-map .angular-google-map-container {
    max-height: 500px;
  }

  #venue-address.venue-address-landingPage.inactive #view-container #results .dashboard {
    min-height: auto;
  }

  .map-switch-wrapper {
    float: right;
    position: relative;
    background-color: #2e3742;
    padding: 12px 10px;
    border-radius: 6px;
    cursor: pointer;
  }

  .map-switch-wrapper input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
  }

  .map-switch-wrapper label {
    margin: 5px 0 0 10px;
    border-radius: 72px;
    float: right;
    cursor: pointer;
    text-indent: -9999px;
    width: 36px;
    height: 16px;
    background: #cad1db;
    display: block;
    position: relative;
  }

  .map-switch-wrapper label:after {
    border-radius: 50%;
    -webkit-transition: 150ms ease;
    transition: 150ms ease;
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    background: #fff;
    width: 20px;
    height: 20px;
  }

  .map-switch-wrapper input:checked+label {
    background: #2e70ce;
  }

  .map-switch-wrapper input:checked+label:after {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  #filters .main-filters {
    text-align: center;
    padding: 32px 0;
  }
}

@media (min-width: 1080px)and (min-width: 1080px) {
  #filters .main-filters {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1080px) {
  #filters .hidden-lg {
    display: none;
  }
}

@media (min-width: 1080px) {
  #filters #main-filters .chosen-container {
    margin: 0 16px 0 0;
    width: 12% !important;
  }

  #filters #main-filters .chosen-container .chosen-single {
    height: 48px;
    line-height: 48px;
  }

  #filters #main-filters .chosen-container .chosen-single span {
    font-size: 15px;
    height: 48px;
    line-height: 48px;
  }

  #filters #main-filters .chosen-container#district_chosen .area-district {
    padding-left: 15px;
  }
}

@media (min-width: 1080px) {
  #filters .mobile-controls .collapse {
    display: block;
    visibility: visible;
  }
}

@media (min-width: 1080px) {
  #filters .smm-search-filters {
    padding-bottom: 20px;
  }
}

@media (min-width: 1080px) {
  #filter-calendar {
    display: block;
  }
}

@media (min-width: 1080px) {
  #filter-time {
    float: right;
    position: relative;
    height: 34px !important;
  }

  #filter-time .nstSlider {
    width: 200px;
    margin: 5px 45px 5px 40px;
  }

  #filter-time .labels {
    position: absolute;
    width: 100%;
  }

  #filter-time .leftLabel {
    float: left;
  }

  #filter-time .rightLabel {
    float: right;
    right: -4px;
  }
}

@media (min-width: 1080px) {
  #results .dashboard {
    padding: 0 0 40px;
  }
}

@media (min-width: 1080px) {
  #view-container.view-results #results {
    display: block;
  }

  #view-container.view-results #results .smm-studio-snippet {
    width: calc((100% - 48px)/4);
    margin: 0 16px 48px 0;
  }

  #view-container.view-results #results .smm-studio-snippet:nth-child(4n) {
    margin-right: 0;
  }

  #view-container.view-results #map {
    display: none;
  }

  #view-container.view-map {
    position: relative;
  }

  #view-container.view-map #results {
    display: block;
    width: 50%;
  }

  #view-container.view-map #results .dashboard .container.cf {
    padding-left: 10%;
    padding-right: 0;
  }

  #view-container.view-map #results .smm-studio-snippet {
    margin: 1%;
    width: 48%;
  }

  #view-container.view-map #map {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    width: 50%;
    height: 100vh;
    height: calc(100vh - 64px);
  }

  #view-container.view-map #map.fixed-top {
    position: fixed;
    top: 64px;
  }

  #view-container.view-map #map.fixed-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
  }

  #view-container #results .dashboard {
    display: block !important;
    min-height: 680px;
    min-height: 100vh;
  }

  #view-container #map .usc-studio-map .usc-google-map {
    height: 680px;
    height: 100vh;
    height: calc(100vh - 64px);
  }
}

@media (min-width: 1080px) {
  #view-container.view-map.map-loading .smm-studio-snippet {
    display: none !important;
  }

  #view-container.view-map.map-loading .smm-pagination .smm-spinner {
    display: block !important;
  }

  #view-container.view-map.map-loading .smm-pagination .smm-simple-button {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  #appointment.appointment-list #filters #main-filters .chosen-container,
  #venue-address.venue-address-landingPage.active #filters #main-filters .chosen-container {
    min-width: 180px;
  }

  #filters #main-filters .chosen-container {
    width: 12% !important;
  }
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Prinzessinnenstr. 19-20, 10969 Berlin, http://urbansportsclub.com
 * @created 21.02.2018
 */

#venue-address.venue-address-landingPage #studio-info-container {
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding-bottom: 25px;
}

#venue-address.venue-address-landingPage #studio-info-container .usc-studio-status-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  grid-gap: 7px;
  gap: 7px;
}

#venue-address.venue-address-landingPage #studio-info-container .usc-studio-status-wrapper .usc-studio-status-label {
  margin: 0;
}

#venue-address.venue-address-landingPage #studio-info-container .usc-studio-status-wrapper .my-clubs {
  height: 18px;
  padding: 0;
  margin: 0;
}

#venue-address.venue-address-landingPage #studio-info-container h1 {
  margin: 24px 0 0;
  padding: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #191e24;
  text-align: left;
}

#venue-address.venue-address-landingPage #studio-info-container h2 {
  margin: 0 0 15px;
  padding: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #191e24;
  text-align: left;
}

#venue-address.venue-address-landingPage #studio-info-container p.disciplines {
  margin: 24px 0 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #4a4d51;
  text-align: left;
}

#venue-address.venue-address-landingPage #studio-info-container p.description {
  margin: 24px 0 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px !important;
  line-height: 23px !important;
  color: #4a4d51;
  text-align: left;
  white-space: pre-line;
}

#venue-address.venue-address-landingPage #studio-info-container p.hint {
  margin: 0 0 8px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #4a4d51;
  text-align: left;
}

#venue-address.venue-address-landingPage #studio-info-container p.hint.indent {
  margin-left: 30px !important;
  position: relative;
}

#venue-address.venue-address-landingPage #studio-info-container p.hint.indent .studio-info-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
}

#venue-address.venue-address-landingPage #studio-info-container p.hint.indent .studio-info-icon.address {
  width: 10px;
  height: 15px;
  background-image: url('/images/venue-address/address.png');
  background-size: 10px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  #venue-address.venue-address-landingPage #studio-info-container p.hint.indent .studio-info-icon.address {
    background-image: url('/images/venue-address/address@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  #venue-address.venue-address-landingPage #studio-info-container p.hint.indent .studio-info-icon.address {
    background-image: url('/images/venue-address/address@3x.png');
  }
}

#venue-address.venue-address-landingPage #studio-info-container p.hint.indent .studio-info-icon.visit-limits {
  width: 15px;
  height: 15px;
  background-image: url('/images/venue-address/visit-limits.png');
  background-size: 15px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  #venue-address.venue-address-landingPage #studio-info-container p.hint.indent .studio-info-icon.visit-limits {
    background-image: url('/images/venue-address/visit-limits@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  #venue-address.venue-address-landingPage #studio-info-container p.hint.indent .studio-info-icon.visit-limits {
    background-image: url('/images/venue-address/visit-limits@3x.png');
  }
}

#venue-address.venue-address-landingPage #studio-info-container p.hint.indent .studio-info-icon.important-info {
  width: 15px;
  height: 15px;
  background-image: url('/images/venue-address/important-info.png');
  background-size: 15px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  #venue-address.venue-address-landingPage #studio-info-container p.hint.indent .studio-info-icon.important-info {
    background-image: url('/images/venue-address/important-info@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  #venue-address.venue-address-landingPage #studio-info-container p.hint.indent .studio-info-icon.important-info {
    background-image: url('/images/venue-address/important-info@3x.png');
  }
}

#venue-address.venue-address-landingPage #studio-info-container p.hint span.pre-line {
  white-space: pre-line;
}

#venue-address.venue-address-landingPage #studio-info-container p.hint a {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #2e70ce;
  text-align: left;
  text-decoration: underline;
}

#venue-address.venue-address-landingPage #studio-info-container p.hint a:hover {
  color: #2e70ce;
}

#venue-address.venue-address-landingPage #studio-info-container .usc-studio-map {
  margin: 0 -15px;
}

#venue-address.venue-address-landingPage #studio-info-container .usc-studio-map .usc-google-map {
  height: 320px;
}

#venue-address.venue-address-landingPage #studio-carousel {
  margin: 24px -15px 0;
  height: 400px;
  overflow: hidden;
}

#venue-address.venue-address-landingPage #studio-carousel .carousel-inner,
#venue-address.venue-address-landingPage #studio-carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
}

#venue-address.venue-address-landingPage #studio-carousel .studio-carousel-image,
#venue-address.venue-address-landingPage #studio-carousel .studio-carousel-lazy-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

#venue-address.venue-address-landingPage .studio-info-section {
  margin: 30px 0 0;
}

#venue-address.venue-address-landingPage .studio-info-section:first-child {
  margin: 24px 0 0;
}

#venue-address.venue-address-landingPage #filters {
  border-top: 1px solid #f8f6f3;
}

#venue-address.venue-address-landingPage #filters .main-filters {
  display: none;
}

#venue-address.venue-address-landingPage .smm-class-details__employee {
  display: block;
}

#venue-address.venue-address-landingPage .smm-studio-link {
  display: none !important;
}

#venue-address.venue-address-landingPage #results .smm-class-snippet .smm-class-checkin {
  display: none;
}

@media (min-width: 620px) {
  #venue-address.venue-address-landingPage #studio-carousel {
    margin: 24px -30px 0;
  }

  #venue-address.venue-address-landingPage #studio-info-container .usc-studio-map {
    margin: 0 -30px;
  }
}

@media (min-width: 992px) {
  #venue-address.venue-address-landingPage #studio-info-container .usc-studio-map {
    margin: 0;
  }

  #venue-address.venue-address-landingPage #studio-info-container .usc-studio-map .usc-google-map {
    height: 220px;
  }
}

@media (min-width: 1080px) {
  #venue-address.venue-address-landingPage #studio-info-container {
    padding-bottom: 50px;
  }

  #venue-address.venue-address-landingPage #studio-carousel {
    margin: 24px 0 0;
  }
}

@media (min-width: 1200px) {
  #venue-address.venue-address-landingPage #studio-info-container .usc-studio-map .usc-google-map {
    height: 270px;
  }
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 21.03.2020
 */

#appointment.appointment-listOnline #results .dashboard {
  padding-top: 40px;
}

@media (min-width: 1080px) {
  #appointment.appointment-listOnline #filters #main-filters {
    display: inline-block;
  }

  #appointment.appointment-listOnline #filters #main-filters .chosen-container#venue_chosen {
    margin-right: 16px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-city-dropdown {
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.28);
          box-shadow: 0 0 4px 0 rgba(0,0,0,.28);
  -webkit-transition: height 150ms ease-out,opacity 150ms ease-out,visibility 150ms ease-out,top 150ms ease-out;
  transition: height 150ms ease-out,opacity 150ms ease-out,visibility 150ms ease-out,top 150ms ease-out;
  position: absolute;
  top: -23.5px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  text-align: left;
  width: 100%;
  min-width: 250px;
  max-width: 325px;
  background: #fff;
  display: none;
  padding: 12px 22px;
  border-radius: 22px;
}

.usc-city-dropdown.open {
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: auto;
  width: 310px;
  margin: 0 auto;
}

.usc-city-dropdown.open [role=status].sr-only {
  display: block;
}

@media (min-width: 619px) {
  .usc-city-dropdown.open {
    left: inherit;
  }
}

.usc-city-dropdown hr {
  margin: 24px -22px 0 -22px;
}

.usc-city-dropdown__search-box {
  padding: 4px;
  position: relative;
  background: #fff;
}

.usc-city-dropdown__search-box .box-icon {
  font-size: 18px !important;
  position: absolute;
  top: 11px;
  -webkit-transition: color 150ms ease-out;
  transition: color 150ms ease-out;
}

.usc-city-dropdown__search-box .search-icon {
  left: 18px;
  color: #191e24;
}

.usc-city-dropdown__search-box .remove-icon {
  right: 18px;
  display: none;
  top: 16px;
}

.usc-city-dropdown__search-box.active .search-icon,
.usc-city-dropdown__search-box.active .remove-icon {
  display: inline;
  display: initial;
}

.usc-city-dropdown__search-box.active .remove-icon {
  cursor: pointer;
}

.usc-city-dropdown__search-header {
  display: none;
}

.usc-city-dropdown__search-close {
  display: none;
}

.usc-city-dropdown__search-close button {
  padding: 26px 4px 18px 1px;
  color: #191e24;
  font-size: 16px;
  border: none;
  background: none;
}

.usc-city-dropdown__search-input {
  padding-left: 50px !important;
  padding-right: 50px !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px !important;
  color: #4a4d51 !important;
  text-transform: none;
  outline: none;
  height: 40px !important;
  max-height: 40px !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #e7eaee !important;
  border-radius: 6px !important;
}

.usc-city-dropdown__search-input:-moz-placeholder {
  color: #4a4d51;
  opacity: .66;
}

.usc-city-dropdown__search-input::-moz-placeholder {
  color: #4a4d51;
  opacity: .66;
}

.usc-city-dropdown__search-input:-ms-placeholder {
  color: #4a4d51;
  opacity: .66;
}

.usc-city-dropdown__search-input::-webkit-input-placeholder {
  color: #4a4d51;
  opacity: .66;
}

.usc-city-dropdown__search-input.placeholder {
  color: #4a4d51;
  opacity: .66;
}

.usc-city-dropdown__search-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.usc-city-dropdown__search-input.focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

.usc-city-dropdown__search-input:focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

.usc-city-dropdown__no-results-box {
  position: relative;
  text-align: center;
  display: block;
  height: 0 !important;
  overflow: hidden;
  line-height: 1 !important;
}

.usc-city-dropdown__no-results-box.visible {
  height: auto !important;
  overflow: auto;
}

.usc-city-dropdown__no-results-icon {
  margin: 50px 0 0;
  opacity: 0;
  position: relative;
  top: 23.5px;
  -webkit-transition: opacity 150ms ease-out,visibility 150ms ease-out,top 150ms ease-out;
  transition: opacity 150ms ease-out,visibility 150ms ease-out,top 150ms ease-out;
  width: 100px;
  height: 81px;
  background-image: url('/images/city-dropdown/illustration.png');
  background-size: 100px 81px;
  display: inline-block;
  visibility: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .usc-city-dropdown__no-results-icon {
    background-image: url('/images/city-dropdown/illustration@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .usc-city-dropdown__no-results-icon {
    background-image: url('/images/city-dropdown/illustration@3x.png');
  }
}

.usc-city-dropdown__no-results-text {
  color: rgba(74,77,81,.66) !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 20px !important;
  margin-bottom: 50px !important;
  margin-top: 20px !important;
  opacity: 0;
  position: relative;
  top: 23.5px;
  -webkit-transition: opacity 150ms ease-out,visibility 150ms ease-out,top 150ms ease-out;
  transition: opacity 150ms ease-out,visibility 150ms ease-out,top 150ms ease-out;
  visibility: hidden;
}

.usc-city-dropdown__no-results-box.visible .usc-city-dropdown__no-results-icon,
.usc-city-dropdown__no-results-box.visible .usc-city-dropdown__no-results-text {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.usc-city-dropdown__country-link,
.usc-city-dropdown__city-link {
  color: #000 !important;
  text-decoration: none !important;
}

.usc-city-dropdown__country-link {
  position: relative;
  padding: 13px 16px;
  display: block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px !important;
  line-height: 24px !important;
  letter-spacing: -0.3px;
  text-transform: none;
  background: #fff;
  border: none;
  border-bottom: 1px solid #e7eaee;
  width: 100%;
  text-align: left;
}

.usc-city-dropdown__country-link:first-child {
  border-top: 1px solid #e7eaee;
  margin-bottom: -1px;
}

.usc-city-dropdown__country-link .fa {
  position: relative;
  top: -2px;
  float: right;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}

.usc-city-dropdown__country-link.open {
  border-bottom: none;
}

.usc-city-dropdown__country-link.open .fa {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.usc-city-dropdown__country-link.focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

.usc-city-dropdown__country-link:focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

.usc-city-dropdown__city-link {
  background: transparent;
  display: block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  letter-spacing: -0.3px;
  font-weight: 400;
  font-size: 17px !important;
  line-height: 21px !important;
  opacity: 1;
  padding: 13px 16px;
  position: relative;
  -webkit-transition: background 150ms ease-out,height 150ms ease-out,opacity 150ms ease-out,visibility 150ms ease-out;
  transition: background 150ms ease-out,height 150ms ease-out,opacity 150ms ease-out,visibility 150ms ease-out;
  visibility: visible;
  border: none;
  width: 100%;
  text-align: left;
}

.usc-city-dropdown__city-link:hover,
.usc-city-dropdown__city-link:focus {
  background: #f9f9f9;
}

.usc-city-dropdown__city-link.focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

.usc-city-dropdown__city-link:focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

.usc-city-dropdown__city-link img {
  display: none;
}

.usc-city-dropdown__city-link.active img {
  display: inline;
  display: initial;
  float: right;
}

.usc-city-dropdown__city-link.initial img {
  display: none;
}

.usc-city-dropdown__city-link.excluded {
  padding-top: 0;
  padding-bottom: 0;
  height: 0 !important;
  opacity: 0;
  visibility: hidden;
}

.usc-city-dropdown__city-link .fa {
  position: relative;
  top: -4px;
  right: -8px;
  float: right;
  display: none;
}

.usc-city-dropdown__city-link.active .fa {
  display: inline-block;
}

.usc-city-dropdown .smm-scrollbar {
  padding-right: 2px !important;
}

.usc-city-dropdown .smm-scrollbar>.scroll-element .scroll-bar {
  opacity: 1;
}

.usc-city-dropdown .smm-scrollbar.scroll-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.usc-city-dropdown .smm-scrollbar.scroll-wrapper.with-scrollbar:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}

.usc-city-dropdown .dropdown-menu {
  padding: 0;
  min-width: 0;
}

.usc-city-dropdown .panel {
  -webkit-transition: height 150ms ease-out,opacity 150ms ease-out,visibility 150ms ease-out;
  transition: height 150ms ease-out,opacity 150ms ease-out,visibility 150ms ease-out;
}

.usc-city-dropdown .panel.excluded {
  padding-top: 0;
  padding-bottom: 0;
  height: 0 !important;
  opacity: 0;
  visibility: hidden;
}

.usc-city-dropdown .panel.excluded .panel-heading {
  height: 0 !important;
  overflow: hidden;
}

.usc-city-dropdown .panel-heading {
  padding: 0 !important;
}

.usc-city-dropdown .panel-heading .panel-title {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.usc-city-dropdown .panel-body {
  padding: 0;
  overflow: auto;
  background: #fff;
  max-height: 188px;
}

.usc-city-dropdown .panel-group {
  margin: 0;
  margin-top: -1px;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.usc-city-dropdown .panel-group .panel {
  border-radius: 0;
  border: 0;
}

.usc-city-dropdown .panel-group .panel+.panel {
  margin-top: 0;
}

.usc-city-dropdown h2 {
  color: #000 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 40px !important;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1.2px;
  margin: 0 0 24px 0;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-emergency-banner {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  position: fixed;
  z-index: 1000000;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eb1d25;
  display: none;
}

.usc-emergency-banner .fa {
  margin-right: 5px;
  color: #fff;
  font-size: 14px !important;
}

.usc-emergency-banner__text {
  margin-right: 5px;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px !important;
}

.usc-emergency-banner__text a {
  color: #fff !important;
  text-decoration: underline;
}

.usc-emergency-banner__dismiss-button {
  margin: 0;
  padding: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  color: #fff;
  background: none;
  border: none;
  outline: none !important;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-promotional-banner {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
  position: fixed;
  z-index: 2147483643;
  border-radius: 4px 4px 0 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #2e70ce;
  display: none;
}

.usc-promotional-banner__text {
  margin-right: 5px;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.usc-promotional-banner__text a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.usc-promotional-banner__dismiss-button {
  margin: 0;
  padding: 0;
  top: 15px !important;
  right: 15px !important;
  height: 18px;
  width: 18px;
  background: url("/images/cross-white.svg") no-repeat;
  display: block;
  position: absolute;
  cursor: pointer;
  border: none;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-data-info-banner {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
  position: fixed;
  z-index: 2147483643;
  border-radius: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #8c9bb0;
  display: none;
}

.usc-data-info-banner__icon {
  margin: 0;
  padding: 0;
  top: 15px;
  left: 15px;
  height: 18px;
  width: 18px;
  background: url("/images/info.svg") no-repeat;
  display: block;
  position: absolute;
}

.usc-data-info-banner__text {
  margin-right: 5px;
  color: #191e24;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.usc-data-info-banner__text a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.usc-data-info-banner__dismiss-button {
  margin: 0;
  padding: 0;
  top: 15px;
  right: 15px;
  height: 18px;
  width: 18px;
  background: url("/images/cross.svg") no-repeat;
  display: block;
  position: absolute;
  cursor: pointer;
  border: none;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-login-widget .form_button,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.smm-login-widget .form_button,
.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.smm-login-widget .form_button:hover,
.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.smm-login-widget .form_button:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-login-widget {
  display: inline-block;
}

.smm-login-widget>p {
  margin: 0 0 10px;
  color: #4a4d51;
  font-size: 12px !important;
}

.smm-login-widget>p span:after {
  content: " " !important;
}

.smm-login-widget>p a {
  font-size: 12px !important;
  text-decoration: underline;
}

.smm-login-widget #remember-me-group {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.smm-login-widget #remember-me-group label {
  padding: 0 !important;
  color: #4a4d51;
  font-size: 12px;
}

.smm-login-widget #remember-me-group label .checkbox-input {
  margin: 0 5px 0 0 !important;
  border-radius: 0;
  display: inline-block;
  position: static;
  height: 14px;
  width: 14px;
  background-color: #f8f6f3;
  background-size: 100% auto !important;
  border: none;
}

.smm-login-widget #remember-me-group label .checkbox-input.checked {
  background-color: #2e70ce;
  border: none;
}

.smm-login-widget #password-recovery-group {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.smm-login-widget #login-link-group {
  padding: 20px 0 0;
  margin: 0;
  text-align: center;
}

.smm-login-widget #login-group,
.smm-login-widget #recover-group {
  clear: both;
  text-align: center;
}

.smm-login-widget a {
  padding: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #4a4d51 !important;
  text-decoration: none;
}

.smm-login-widget .form-input {
  padding: 2px 25px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #4a4d51;
  background: #f8f6f3;
  height: auto;
  min-height: 25px;
  line-height: 25px;
  border: none;
  outline: none;
}

.smm-login-widget .form-input::-webkit-input-placeholder {
  color: #4a4d51;
}

.smm-login-widget .form-input::-moz-placeholder {
  color: #4a4d51;
}

.smm-login-widget .form-input:-ms-input-placeholder {
  color: #4a4d51;
}

.smm-login-widget .form-input::-ms-input-placeholder {
  color: #4a4d51;
}

.smm-login-widget .form-input::placeholder {
  color: #4a4d51;
}

.smm-login-widget .form-input:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(46,112,206,.4);
          box-shadow: 0px 0px 0px 2px rgba(46,112,206,.4);
}

.smm-login-widget .form-input#email-group {
  margin: 0 0 10px;
}

.smm-login-widget .form-input#password-group {
  margin: 0 0 20px;
}

.smm-login-widget .alert {
  margin-left: 25px;
  color: #b80028 !important;
  font-size: 12px;
}

@media (min-width: 480px) {
  .smm-login-widget {
    width: 280px;
  }

  .smm-login-widget #remember-me-group {
    margin: 0;
    text-align: left;
  }

  .smm-login-widget #password-recovery-group {
    margin: 0;
    text-align: right;
  }

  .smm-login-widget #login-group .form_button {
    margin: 0 0 30px;
    padding: 2px 50px 0;
    width: auto !important;
    position: relative;
    top: 30px;
  }

  .smm-login-widget #recover-group .form_button {
    margin: 0 0 10px;
    padding: 2px 25px 0;
    width: auto !important;
    position: relative;
    top: 20px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 04.10.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-header {
  -webkit-box-shadow: 0 24px 48px 0 rgba(25,30,36,.04);
          box-shadow: 0 24px 48px 0 rgba(25,30,36,.04);
  width: 100%;
  height: 64px;
  position: relative;
  background: #fff !important;
  z-index: 1030 !important;
}

body.no-header .smm-header {
  display: none !important;
}

.smm-header.transparent {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent !important;
}

.smm-header .container {
  margin: 0;
  width: auto;
}

.smm-header__brand-link {
  padding: 16px 16px 14px 24px;
  display: inline-block;
  line-height: 1;
}

.smm-header .usc-gift-icon {
  position: absolute;
  top: 14px;
  left: -4px;
}

.smm-header .smm-customer-avatar {
  float: left;
  margin: 12px 8px 12px 0;
}

.smm-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.smm-header__menu.right {
  float: right;
}

.smm-header__menu-item {
  margin: 0;
  float: left;
  display: inline-block;
}

.smm-header__menu-item.language-switch {
  padding: 20px 0;
}

.smm-header__menu-item.language-switch.no-nav-buttons {
  margin-right: 32px;
}

.smm-header__menu-item.language-switch .usc-language-switch__language-link {
  color: #191e24;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  background: none;
  border: none;
}

.smm-header__menu-item.language-switch .usc-language-switch__language-link .fa {
  font-weight: normal;
}

.smm-header__menu-item.sign-up {
  margin: 16px 0 16px 16px;
}

.smm-header__menu-item.sign-up.no-login {
  margin-right: 32px;
}

.smm-header__menu-item.login {
  margin: 16px 24px 16px 8px;
}

.smm-header__menu-item.customer {
  margin: 0 16px;
  max-height: 64px;
}

.smm-header__menu-link {
  padding: 0 16px;
  -webkit-transition: none;
  transition: none;
  display: inline-block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 64px;
  height: 64px;
  color: #4a4d51;
  text-decoration: none !important;
  position: relative;
}

.smm-header__menu-link.customer-info {
  padding: 0 0 0 6px;
}

.smm-header__menu-link.customer-info:hover:after {
  display: none !important;
}

.smm-header__menu-link.customer-menu {
  padding-left: 10px;
  padding-right: 14px;
  float: right;
  border: none;
  color: #191e24 !important;
  text-decoration: none !important;
  background: none;
}

.smm-header__menu-link.customer-menu:hover {
  border-bottom: none;
}

.smm-header__menu-link.customer-menu:hover:after {
  display: none !important;
}

.smm-header__menu-link.customer-menu .fa {
  font-size: 19px;
}

.smm-header__menu-link.customer-menu.open .fa {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}

.smm-header__menu-link.sign-up,
.smm-header__menu-link.login {
  line-height: 20px;
  height: 32px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 700;
}

.smm-header__menu-link.sign-up:hover:after,
.smm-header__menu-link.login:hover:after {
  display: none !important;
}

.smm-header__menu-link.active,
.smm-header__menu-link:hover {
  border-bottom: 2px solid #3b4654;
  color: inherit;
}

.smm-header.transparent .smm-header__menu-item.language-switch .usc-language-switch__language-link {
  color: #fff;
}

.smm-header.transparent .smm-header__menu-link {
  color: #fff;
}

.smm-header.transparent .smm-header__menu-link.open,
.smm-header.transparent .smm-header__menu-link:hover,
.smm-header.transparent .smm-header__menu-link:focus {
  color: #fff;
}

.smm-header.fixed {
  position: fixed !important;
  top: 0;
}

.smm-header.trial-toast {
  height: 118px;
}

.smm-header__customer-name {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-weight: 700;
  color: #191e24;
}

.smm-header.transparent .smm-header__menu-link.active,
.smm-header.transparent .smm-header__menu-link:hover,
.smm-header.transparent .smm-header__customer-name.active,
.smm-header.transparent .smm-header__customer-name:hover {
  border-bottom: 2px solid #fff;
}

.smm-header.transparent .smm-header__menu-link.active:after,
.smm-header.transparent .smm-header__menu-link:hover:after,
.smm-header.transparent .smm-header__customer-name.active:after,
.smm-header.transparent .smm-header__customer-name:hover:after {
  border-bottom: none;
}

.smm-header__customer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 4px 0;
  border: 1px solid #e7eaee;
  border-radius: 6px;
  -webkit-transition: opacity .2s ease-out,visibility .2s ease-out,top .2s ease-out;
  transition: opacity .2s ease-out,visibility .2s ease-out,top .2s ease-out;
  position: absolute;
  background: #fff;
  visibility: hidden;
  top: 47px;
  right: 0;
  opacity: 0;
  z-index: -1;
}

.smm-header__customer-menu.open {
  top: 64px;
  visibility: visible;
  opacity: 1;
  z-index: auto;
}

.smm-header__customer-menu.open:before {
  position: absolute;
  content: "";
  top: -6px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #e7eaee;
}

.smm-header__customer-menu.open:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid #fff;
}

.smm-header__customer-menu-item {
  text-align: right;
  display: block;
}

.smm-header__customer-menu-link {
  padding: 4px 16px;
  display: block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #4a4d51 !important;
  outline: none;
  font-weight: 400;
}

.smm-header__customer-menu-link.active {
  border-left: 3px solid #2e70ce;
  text-decoration: none;
}

.smm-header__customer-menu-link:hover {
  background: #f9f9f9;
  text-decoration: none;
}

.smm-header__customer-menu-link.focus-visible {
  outline-offset: -1px;
}

.smm-header__customer-menu-link:focus-visible {
  outline-offset: -1px;
}

.smm-header.customer-menu-open .smm-header__menu-item.customer {
  height: 64px;
}

.smm-header.customer-menu-open .smm-header__menu-link.customer-info,
.smm-header.customer-menu-open .smm-header__menu-link.customer-menu {
  height: 64px;
}

.smm-header .usc-nav-more {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  position: relative;
}

.smm-header .usc-nav-more__link .fa {
  font-size: 19px;
}

.smm-header .usc-nav-more__link:focus {
  color: #2e3742;
}

.smm-header .usc-nav-more__link.open {
  color: #2e3742;
}

.smm-header .usc-nav-more__link.open:hover {
  border-bottom: none;
}

.smm-header .usc-nav-more__link.open .fa {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}

.smm-header .usc-nav-more__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  background: #fff;
  -webkit-transition: opacity 150ms ease-out,visibility 150ms ease-out,top 150ms ease-out;
  transition: opacity 150ms ease-out,visibility 150ms ease-out,top 150ms ease-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  min-width: 100px;
  left: calc(50% - 75px);
  border-radius: 6px;
  border: 1px solid #e7eaee;
}

.smm-header .usc-nav-more__menu:after {
  position: absolute;
  content: "";
  top: -4px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid #fff;
}

.smm-header .usc-nav-more__menu::before {
  position: absolute;
  content: "";
  top: -6px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #e7eaee;
}

.smm-header .usc-nav-more__menu.open {
  visibility: visible;
  opacity: 100;
}

.smm-header .usc-nav-more__menu .smm-header__menu-item {
  display: block;
  text-align: left;
  float: none;
  white-space: nowrap;
}

.smm-header .usc-nav-more__menu .smm-header__menu-item:hover {
  background: #f9f9f9;
}

.smm-header .usc-nav-more__menu .smm-header__menu-item .smm-header__menu-link {
  color: #2e3742 !important;
  line-height: 24px;
  padding: 4px 16px;
  height: inherit;
  display: block;
}

.smm-header .usc-nav-more__menu .smm-header__menu-item .smm-header__menu-link:hover {
  border: none;
}

.smm-header .usc-nav-more__menu .smm-header__menu-item .smm-header__menu-link:hover::after {
  content: none;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

div.free-trial-toast-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: sticky;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1d8f6d;
}

@media only screen and (max-width: 768px) {
  div.free-trial-toast-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

div.free-trial-toast-container div.free-trial-toast {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.free-trial-toast-container div.free-trial-toast a.toast-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px;
  cursor: pointer;
}

div.free-trial-toast-container div.free-trial-toast a.toast-content:hover {
  text-decoration: none;
}

div.free-trial-toast-container div.free-trial-toast a.toast-content p.trial-toast-text {
  font-size: 18px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

div.free-trial-toast-container div.free-trial-toast a.toast-content p.trial-toast-text.header {
  font-weight: 700;
}

div.free-trial-toast-container div.free-trial-toast a.toast-content p.trial-toast-text.header span {
  display: inline;
}

div.free-trial-toast-container div.free-trial-toast a.toast-content p.trial-toast-text.body {
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  div.free-trial-toast-container div.free-trial-toast {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  div.free-trial-toast-container div.free-trial-toast a.toast-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px 42px 14px 14px;
  }

  div.free-trial-toast-container div.free-trial-toast a.toast-content p.trial-toast-text.header span {
    display: none;
  }
}

div.free-trial-toast-container button.toast-dismiss-button {
  margin: 0;
  padding: 0;
  right: 16px;
  height: 18px;
  width: 18px;
  background: url("/images/cross-white.svg") no-repeat;
  display: block;
  position: absolute;
  cursor: pointer;
  border: none;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Prinzessinnenstr. 19-20, 10969 Berlin, http://urbansportsclub.com
 * @created 28.02.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-impersonation-banner {
  padding: 20px 60px 20px 80px;
  border-radius: 5px;
  -webkit-box-shadow: 8px 8px 8px -4px rgba(74,77,81,.15);
          box-shadow: 8px 8px 8px -4px rgba(74,77,81,.15);
  -webkit-transition: opacity .5s ease-in-out,visibility .5s ease-in-out;
  transition: opacity .5s ease-in-out,visibility .5s ease-in-out;
  border: 1px solid #191e24;
  background: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px !important;
  max-width: 88%;
  z-index: 1030;
  opacity: 0;
  visibility: hidden;
}

.usc-impersonation-banner.visible {
  opacity: .85;
  visibility: visible;
}

.usc-impersonation-banner.visible:hover {
  opacity: .65 !important;
}

.usc-impersonation-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 60px;
  background: #191e24;
  content: "";
}

.usc-impersonation-banner:after {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  font-family: "FontAwesome";
  content: "";
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
}

.usc-impersonation-banner__dismiss-button {
  position: absolute;
  top: 20px;
  right: 20px;
}

.usc-impersonation-banner__text {
  font-size: 16px;
}

.usc-impersonation-banner__text a {
  font-size: inherit;
}

@media (min-width: 620px) {
  .usc-impersonation-banner {
    max-width: 75%;
  }
}

@media (min-width: 1080px) {
  .usc-impersonation-banner {
    max-width: 33.3333333333%;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2017 Urban Sports GmbH, Prinzessinnenstr. 19-20, 10969 Berlin, http://urbansportsclub.com
 * @created 12.12.2017
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-language-switch {
  position: relative;
}

.usc-language-switch__language-link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none !important;
  position: relative;
  text-transform: uppercase;
}

.usc-language-switch__language-link .fa {
  font-size: 19px;
}

.usc-language-switch__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 4px 0;
  border-radius: 4px;
  border: 1px solid #e7eaee;
  background: #fff;
  display: none;
  left: -8px;
  opacity: 0;
  position: absolute;
  top: 8px;
  -webkit-transition: opacity 150ms ease-out,visibility 150ms ease-out,top 150ms ease-out;
  transition: opacity 150ms ease-out,visibility 150ms ease-out,top 150ms ease-out;
  visibility: hidden;
  z-index: -1;
}

.usc-language-switch__menu:before {
  position: absolute;
  content: "";
  top: -6px;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #e7eaee;
}

.usc-language-switch__menu:after {
  position: absolute;
  content: "";
  top: -4px;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid #fff;
}

.usc-language-switch__menu-item {
  display: block;
}

.usc-language-switch__menu-item-link {
  padding: 4px 16px;
  text-align: left;
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
  color: #2e3742;
  background: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
}

.usc-language-switch__menu-item-link:hover,
.usc-language-switch__menu-item-link:focus {
  background: #f9f9f9;
  color: #2e3742;
}

.usc-language-switch__menu-item-link.focus-visible {
  outline-offset: -2px;
}

.usc-language-switch__menu-item-link:focus-visible {
  outline-offset: -2px;
}

.usc-language-switch__menu-item-link.selected {
  border-left: 3px solid #2e70ce;
  padding-left: 13px;
}

.usc-language-switch.open .usc-language-switch__language-link .fa {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}

.usc-language-switch.open .usc-language-switch__menu {
  visibility: visible;
  top: 30px;
  opacity: 1;
  z-index: auto;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-navmenu {
  text-align: left;
  background: #191e24;
  border: none;
  z-index: 1051 !important;
}

.smm-navmenu .usc-language-switch {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 24px;
  bottom: 12px;
  font-weight: bold;
}

.smm-navmenu__navmenu-brand {
  margin: 16px 0 !important;
  padding: 12px 24px !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  line-height: 28px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.45px;
  color: #fff !important;
  display: table !important;
  width: 100%;
}

.smm-navmenu__navmenu-brand.active,
.smm-navmenu__navmenu-brand:hover {
  border-left: 3px solid #2e70ce;
  padding-left: 21px !important;
  background: #2e3742 !important;
}

.smm-navmenu__navmenu-brand-content {
  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;
}

.smm-navmenu__navmenu-brand-content .smm-customer-avatar {
  margin-top: -6px;
  margin-bottom: -6px;
}

.smm-navmenu__customer-name {
  display: inline-block;
  font-size: 22px;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.smm-navmenu__nav {
  padding: 32px 0;
  margin: 0;
  border-top: 1px solid #3b4654;
}

.smm-navmenu__menu-link {
  padding: 12px 24px !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #fff !important;
  letter-spacing: -0.45px;
}

.smm-navmenu__menu-link.active,
.smm-navmenu__menu-link:hover {
  border-left: 4px solid #2e70ce;
  padding-left: 20px !important;
  background: #2e3742 !important;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Prinzessinnenstr. 19-20, 10969 Berlin, http://urbansportsclub.com
 * @created 10.04.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.modal-open.body-modal-open .modal-backdrop.fade.in {
  opacity: .5;
  bottom: 0;
  visibility: visible;
}

.modal-open.body-modal-open .modal-dialog {
  top: auto;
}

.modal-open.body-modal-open .modal.modal-book {
  padding-right: 0 !important;
}

.modal-open.body-modal-open .modal.modal-book .modal-content {
  border-radius: 0;
}

.modal-open.body-modal-open .modal.modal-book .modal-footer {
  padding: 20px 40px;
  border-radius: 0;
}

.modal-open.body-modal-open .smm-header,
.modal-open.body-modal-open .smm-navbar,
.modal-open.body-modal-open .smm-progress-bar,
.modal-open.body-modal-open .usc-impersonation-banner {
  z-index: 10 !important;
}

.modal-open.body-modal-open.body-modal-login .smm-header,
.modal-open.body-modal-open.body-modal-login .smm-navbar {
  z-index: 1030 !important;
}

.body-modal-login.modal-open {
  padding-right: 0 !important;
  overflow: visible;
}

.modal-backdrop,
.modal:before {
  opacity: 0;
  visibility: hidden;
}

.modal-backdrop {
  z-index: 11;
}

.modal .sr-only {
  display: none;
  color: #fff;
}

.modal form [role=alert].sr-only {
  display: block;
}

#modal-login .modal-dialog {
  width: auto !important;
}

#modal-login .modal-dialog .modal-content {
  border-radius: 0;
}

#modal-login .modal-dialog .modal-content .modal-body {
  padding: 35px 50px;
}

#modal-login .modal-dialog .modal-content .modal-body h5 {
  margin: 0 0 20px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 65px !important;
  line-height: 78px !important;
  color: #191e24;
}

#modal-class .modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

#modal-class .modal-body,
#modal-class .modal-footer {
  text-align: left;
}

#modal-class .modal-body {
  padding: 0;
}

#modal-image .modal-dialog {
  max-width: 380px;
}

#modal-image .modal-dialog .modal-body {
  padding: 32px 16px;
}

#modal-shipping-address .modal-dialog {
  max-width: 480px;
}

#modal-shipping-address .modal-dialog .modal-body {
  padding: 60px 16px 30px;
}

#membership-card.fade:not(.in) .modal-dialog {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

#membership-card .modal-dialog {
  max-width: 375px;
}

#membership-card .modal-dialog .modal-content {
  border-radius: 0;
  background: transparent;
}

#membership-card .modal-dialog .modal-content .modal-body {
  padding: 0;
  background: transparent;
}

#membership-card .modal-dialog .modal-content .modal-body .modal-content-content {
  background: transparent;
}

#modal-booking-cancel-confirm .modal-dialog {
  max-width: 350px;
}

#modal-booking-cancel-confirm .modal-dialog .modal-content {
  border-radius: 0;
}

#modal-booking-cancel-confirm .modal-dialog .modal-content .modal-body {
  padding: 16px !important;
}

#modal-booking-agreements-confirm .modal-dialog {
  max-width: 620px;
}

#modal-booking-agreements-confirm .modal-content {
  border-radius: 0;
}

#modal-booking-agreements-confirm .modal-content .modal-body {
  padding: 50px 50px 25px !important;
}

#modal-price-info .modal-content {
  border-radius: 0;
  overflow: hidden;
}

#modal-price-info .modal-content .modal-header {
  padding: 24px 16px 8px;
  border-bottom: none;
}

#modal-price-info .modal-content .modal-header .modal-title {
  text-align: center;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  color: #4a4d51;
}

#modal-price-info .modal-content .modal-body {
  padding: 0 16px 24px;
}

#modal-price-info .modal-content .modal-body p {
  text-align: center;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #4a4d51;
}

#modal-price-info .modal-content .modal-body p b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

#modal-price-info .modal-content .modal-footer {
  padding: 0;
  border-top: 1px solid #cdd3da;
}

#modal-price-info .modal-content .modal-footer button {
  background: #fff !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2e70ce;
  width: 100%;
  min-height: 50px;
}

#modal-payment-method-failed .modal-body {
  padding: 32px;
}

#modal-payment-method-add .modal-body,
#modal-payment-method-verifying .modal-body {
  padding: 40px 16px;
}

#modal-booking-policy .modal-body,
#modal-partner-change .modal-body {
  padding: 32px 16px;
}

#modal-class-checkin .modal-body {
  padding: 16px;
}

#modal-refer-friend .modal-close {
  top: 10px;
  right: 10px;
  z-index: 1;
}

#modal-refer-friend .modal-body {
  padding: 40px 16px 16px;
}

#modal-welcome-tutorial .modal-dialog {
  max-width: 480px;
}

#modal-welcome-tutorial .modal-dialog .modal-body {
  padding: 1px 8px 16px;
}

#modal-welcome-tutorial .modal-dialog .modal-body .modal-close {
  display: none;
}

#modal-reactivation .modal-dialog {
  max-width: 620px;
}

#modal-reactivation .modal-content {
  border-radius: 0;
}

#modal-reactivation .modal-content .modal-body {
  padding: 50px 50px 35px !important;
}

#modal-plan-conversion .modal-dialog .modal-body {
  padding: 40px 0;
}

#modal-plan-conversion .modal-dialog .modal-body .smm-membership-plans {
  overflow: hidden;
}

#modal-plan-conversion .modal-dialog .modal-body .smm-membership-plans h2.title,
#modal-plan-conversion .modal-dialog .modal-body .smm-membership-plans h3.title {
  font-size: 35px !important;
  line-height: 35px !important;
  color: #191e24 !important;
}

#modal-plan-conversion .modal-dialog .modal-body .smm-membership-plans__text.subtitle {
  margin: 0 0 20px;
  font-size: 14px !important;
  color: #4a4d51;
}

#modal-plan-conversion .modal-dialog .modal-body .smm-membership-plans__scroll-title,
#modal-plan-conversion .modal-dialog .modal-body .smm-membership-plans__scroll-button {
  color: #4a4d51 !important;
}

#modal-plan-conversion .modal-dialog .modal-body .smm-membership-plans h4.disclaimer {
  color: #4a4d51;
}

#modal-company-subscribe .modal-content-content,
#modal-venue-subscribe .modal-content-content,
#modal-newsletter-subscribe .modal-content-content,
#modal-voucher-remove .modal-content-content {
  padding-top: 35px;
}

#modal-company-subscribe .modal-content-content h4,
#modal-venue-subscribe .modal-content-content h4,
#modal-newsletter-subscribe .modal-content-content h4,
#modal-voucher-remove .modal-content-content h4 {
  margin: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  line-height: 27px !important;
  color: #4a4d51;
}

#modal-company-subscribe .modal-content-content .btn,
#modal-venue-subscribe .modal-content-content .btn,
#modal-newsletter-subscribe .modal-content-content .btn,
#modal-voucher-remove .modal-content-content .btn {
  margin: 20px 0;
}

@media (min-width: 620px) {
  #modal-class .modal-body {
    padding: 0;
  }

  #modal-booking-policy .modal-body,
  #modal-partner-change .modal-body {
    padding: 32px 0 40px;
  }

  #modal-class-checkin .modal-dialog {
    max-width: 380px;
  }

  #modal-refer-friend .modal-body {
    padding: 40px 32px 32px;
  }

  #modal-refer-friend .modal-dialog {
    max-width: 540px;
  }

  #modal-payment-method-add .modal-body,
  #modal-payment-method-verifying .modal-body {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  #modal-class .modal-dialog {
    width: 92%;
  }
}

@media (min-width: 1080px) {
  #modal-class .modal-dialog {
    width: auto;
  }

  #modal-image .modal-dialog {
    max-width: none;
    width: 680px;
  }

  #modal-image .modal-dialog .modal-body {
    padding: 60px 60px 60px;
  }

  #modal-shipping-address .modal-dialog {
    max-width: none;
    width: 680px;
  }

  #modal-shipping-address .modal-dialog .modal-body {
    padding: 60px 60px 60px;
  }

  #modal-payment-method-failed .modal-dialog {
    width: 540px;
  }

  #modal-booking-policy .modal-dialog,
  #modal-partner-change .modal-dialog {
    width: 640px;
  }

  #modal-welcome-tutorial .modal-dialog {
    max-width: 1060px;
    width: auto !important;
  }

  #modal-welcome-tutorial .modal-dialog .modal-body {
    padding: 40px 0 25px;
  }

  #modal-welcome-tutorial .modal-dialog .modal-body .modal-close {
    display: inline-block;
  }

  #modal-plan-conversion .modal-dialog {
    max-width: 1060px;
    width: auto !important;
  }

  #modal-refer-friend .modal-dialog {
    width: 540px;
  }
}

@media (min-width: 1200px) {
  #modal-welcome-tutorial .modal-dialog {
    max-width: 1140px;
  }

  #modal-welcome-tutorial .modal-dialog .modal-body {
    padding: 40px 40px 25px;
  }

  #modal-plan-conversion .modal-dialog {
    max-width: 1190px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-image-widget {
  display: inline-block;
  position: relative;
}

.smm-image-widget.small {
  width: 80px;
  height: 80px;
}

.smm-image-widget.medium {
  width: 130px;
  height: 130px;
}

.smm-image-widget.normal {
  width: 180px;
  height: 180px;
}

.smm-image-widget__placeholder,
.smm-image-widget__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.smm-image-widget__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.smm-image-widget__img.placeholder {
  padding: 50%;
  background-image: url('/images/image-widget/placeholder.png');
  background-size: contain;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-image-widget__img.placeholder {
    background-image: url('/images/image-widget/placeholder@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-image-widget__img.placeholder {
    background-image: url('/images/image-widget/placeholder@3x.png');
  }
}

.smm-image-widget__image-link {
  left: 0;
  position: absolute;
  cursor: pointer;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none !important;
}

.smm-image-widget__image-link-content {
  display: table-cell;
}

.smm-image-widget__image-link.upload .smm-image-widget__image-link-content {
  position: absolute;
  height: 22px;
  bottom: 0;
  width: 100%;
  opacity: 0;
}

.smm-image-widget__image-link.upload:hover .smm-image-widget__image-link-content {
  background: #f8f6f3;
  opacity: .9;
}

.smm-image-widget__camera-icon {
  width: 22px;
  height: 22px;
  background-image: url('/images/image-widget/camera.png');
  background-size: 22px 22px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-image-widget__camera-icon {
    background-image: url('/images/image-widget/camera@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-image-widget__camera-icon {
    background-image: url('/images/image-widget/camera@3x.png');
  }
}

.smm-image-widget.small .smm-image-widget__image-link.upload .smm-image-widget__image-link-content {
  background: #f8f6f3;
  opacity: .9;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.complete-profile-alert__button.form-button,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.complete-profile-alert__button.form-button {
  padding: 5px 20px !important;
  letter-spacing: -0.1px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.complete-profile-alert__button.form-button {
  background: #f9f9f9 !important;
  color: #2e70ce !important;
}

.complete-profile-alert__button.form-button:hover {
  background: #e7eaee !important;
}

.complete-profile-alert__button.form-button:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.complete-profile-alert {
  padding: 12px;
  border-radius: 0;
}

.complete-profile-alert__modal-link {
  color: #fff !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  text-decoration: none !important;
}

.complete-profile-alert.default {
  background: #2e70ce;
  position: relative;
}

.complete-profile-alert.booking {
  background: #fc861f;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
}

.complete-profile-alert.default .complete-profile-alert__modal-link.booking {
  display: none;
}

.complete-profile-alert.default .complete-profile-alert__modal-link.default {
  display: block;
}

.complete-profile-alert.booking .complete-profile-alert__modal-link.default {
  display: none;
}

.complete-profile-alert.booking .complete-profile-alert__modal-link.booking {
  display: block;
}

.complete-profile-alert__button.form-button {
  margin: 0 6px 0 !important;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 10.01.2020
 *
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-image-dropzone__image-widget-wrapper {
  position: relative;
}

.smm-image-dropzone__title {
  margin: 40px 0 0 !important;
  padding: 0 !important;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 36px !important;
  color: #4a4d51 !important;
}

@media (max-width: 1080px) {
  .smm-image-dropzone__title {
    margin: 32px 0 0 !important;
  }
}

.smm-image-dropzone__info {
  margin: 16px 0 0 !important;
  text-align: center !important;
  font-size: 14px !important;
  color: #4a4d51 !important;
}

.smm-image-dropzone__notice {
  margin: 20px 0 20px;
  padding: 20px 20px;
  background: #d3eef9;
  color: #2e70ce;
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .smm-image-dropzone__notice {
    margin: 20px 0 40px;
    padding: 20px 40px;
  }
}

.smm-image-dropzone__upload-button,
.smm-image-dropzone__dismiss-button {
  margin: 90px 0 0 !important;
}

@media (max-width: 1080px) {
  .smm-image-dropzone__upload-button,
  .smm-image-dropzone__dismiss-button {
    margin: 32px 0 0 !important;
  }
}

.smm-image-dropzone__file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}

.smm-image-dropzone__dismiss-link {
  margin: 16px 0 0 !important;
  font-size: 11px !important;
  color: #4a4d51 !important;
  text-decoration: underline;
  display: block;
}

.smm-image-dropzone.default .smm-image-dropzone__dismiss-link,
.smm-image-dropzone.done .smm-image-dropzone__dismiss-link {
  display: none;
}

.smm-image-dropzone__title.done,
.smm-image-dropzone__info.done,
.smm-image-dropzone__dismiss-button {
  display: none !important;
}

.smm-image-dropzone.done .smm-image-dropzone__title,
.smm-image-dropzone.done .smm-image-dropzone__info {
  display: none !important;
}

.smm-image-dropzone.done .smm-image-dropzone__upload-button {
  display: none !important;
}

.smm-image-dropzone.done .smm-image-dropzone__title.done,
.smm-image-dropzone.done .smm-image-dropzone__info.done {
  display: block !important;
}

.smm-image-dropzone.done .smm-image-dropzone__dismiss-button {
  display: inline-block !important;
}

.smm-image-dropzone.default *.welcome {
  display: none !important;
}

.smm-image-dropzone .dz-details,
.smm-image-dropzone .dz-image,
.smm-image-dropzone .dz-success-mark,
.smm-image-dropzone .dz-error-mark {
  display: none;
}

.smm-image-dropzone .dz-error-message {
  margin: 15px auto 0;
  max-width: 300px;
  color: #b80028;
}

.smm-image-dropzone .smm-image-widget__placeholder {
  display: inline-block !important;
}

.smm-image-dropzone .smm-image-widget__image,
.smm-image-dropzone .smm-image-widget__image-link.upload {
  display: none !important;
}

.smm-image-dropzone.done .smm-image-widget__placeholder {
  display: none !important;
}

.smm-image-dropzone.done .smm-image-widget__image {
  display: inline-block !important;
}

.smm-image-dropzone .smm-spinner {
  margin: 90px auto 0;
}

@media (min-width: 1080px) {
  .smm-image-dropzone__title {
    margin: 0 !important;
    font-size: 55px !important;
    line-height: 66px !important;
  }

  .smm-image-dropzone__info {
    margin: 32px 0 0 !important;
    color: #4a4d51 !important;
  }

  .smm-image-dropzone__image-widget-wrapper {
    margin: 40px 0 0;
  }

  .smm-image-dropzone__upload-button,
  .smm-image-dropzone__dismiss-button {
    margin: 32px 0 0 !important;
    width: auto;
  }

  .smm-image-dropzone__dismiss-link {
    color: #4a4d51 !important;
  }

  .smm-image-dropzone .smm-spinner {
    margin: 40px auto 0;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-welcome-tutorial h2 {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 55px !important;
  line-height: 66px !important;
  color: #191e24 !important;
}

.smm-welcome-tutorial h3 {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 36px !important;
  color: #191e24 !important;
}

.smm-welcome-tutorial__slide-text {
  margin: 0 8px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #4a4d51 !important;
}

.smm-welcome-tutorial__dismiss-link {
  margin: -16px 16px 0 !important;
  float: right;
  font-size: 11px !important;
  color: #2e70ce !important;
  display: none;
}

.smm-welcome-tutorial__carousel {
  margin: 32px 0;
}

.smm-welcome-tutorial__slide {
  vertical-align: top !important;
}

.smm-welcome-tutorial__slide-image.slide-1 {
  margin: 0 0 -3px;
}

.smm-welcome-tutorial__slide-title.slide-4 {
  margin: 30px 0 10px;
}

.smm-welcome-tutorial__slide-image.slide-1 {
  width: 218px;
  height: 313px;
  background-image: url('/images/welcome-tutorial/slide-1-en.png');
  background-size: 218px 313px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-welcome-tutorial__slide-image.slide-1 {
    background-image: url('/images/welcome-tutorial/slide-1-en@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-welcome-tutorial__slide-image.slide-1 {
    background-image: url('/images/welcome-tutorial/slide-1-en@3x.png');
  }
}

body[data-locale=de_DE] .smm-welcome-tutorial__slide-image.slide-1 {
  width: 218px;
  height: 313px;
  background-image: url('/images/welcome-tutorial/slide-1-de.png');
  background-size: 218px 313px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  body[data-locale=de_DE] .smm-welcome-tutorial__slide-image.slide-1 {
    background-image: url('/images/welcome-tutorial/slide-1-de@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  body[data-locale=de_DE] .smm-welcome-tutorial__slide-image.slide-1 {
    background-image: url('/images/welcome-tutorial/slide-1-de@3x.png');
  }
}

body[data-locale=fr_FR] .smm-welcome-tutorial__slide-image.slide-1 {
  width: 218px;
  height: 313px;
  background-image: url('/images/welcome-tutorial/slide-1-fr.png');
  background-size: 218px 313px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  body[data-locale=fr_FR] .smm-welcome-tutorial__slide-image.slide-1 {
    background-image: url('/images/welcome-tutorial/slide-1-fr@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  body[data-locale=fr_FR] .smm-welcome-tutorial__slide-image.slide-1 {
    background-image: url('/images/welcome-tutorial/slide-1-fr@3x.png');
  }
}

.smm-welcome-tutorial__slide-image.slide-2 {
  width: 218px;
  height: 313px;
  background-image: url('/images/welcome-tutorial/slide-2-en.png');
  background-size: 218px 313px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-welcome-tutorial__slide-image.slide-2 {
    background-image: url('/images/welcome-tutorial/slide-2-en@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-welcome-tutorial__slide-image.slide-2 {
    background-image: url('/images/welcome-tutorial/slide-2-en@3x.png');
  }
}

body[data-locale=de_DE] .smm-welcome-tutorial__slide-image.slide-2 {
  width: 218px;
  height: 313px;
  background-image: url('/images/welcome-tutorial/slide-2-de.png');
  background-size: 218px 313px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  body[data-locale=de_DE] .smm-welcome-tutorial__slide-image.slide-2 {
    background-image: url('/images/welcome-tutorial/slide-2-de@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  body[data-locale=de_DE] .smm-welcome-tutorial__slide-image.slide-2 {
    background-image: url('/images/welcome-tutorial/slide-2-de@3x.png');
  }
}

body[data-locale=fr_FR] .smm-welcome-tutorial__slide-image.slide-2 {
  width: 218px;
  height: 313px;
  background-image: url('/images/welcome-tutorial/slide-2-fr.png');
  background-size: 218px 313px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  body[data-locale=fr_FR] .smm-welcome-tutorial__slide-image.slide-2 {
    background-image: url('/images/welcome-tutorial/slide-2-fr@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  body[data-locale=fr_FR] .smm-welcome-tutorial__slide-image.slide-2 {
    background-image: url('/images/welcome-tutorial/slide-2-fr@3x.png');
  }
}

.smm-welcome-tutorial__slide-image.slide-3 {
  width: 218px;
  height: 313px;
  background-image: url('/images/welcome-tutorial/slide-3.png');
  background-size: 218px 313px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-welcome-tutorial__slide-image.slide-3 {
    background-image: url('/images/welcome-tutorial/slide-3@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-welcome-tutorial__slide-image.slide-3 {
    background-image: url('/images/welcome-tutorial/slide-3@3x.png');
  }
}

.smm-welcome-tutorial__carousel-indicators {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block !important;
  bottom: -32px !important;
}

.smm-welcome-tutorial__carousel-indicator {
  margin: 0 4px !important;
  border-radius: 8px !important;
  width: 8px !important;
  height: 8px !important;
  border: 1px solid #f8f6f3 !important;
  background: #f8f6f3 !important;
}

.smm-welcome-tutorial__carousel-indicator.active {
  border: 1px solid #4a4d51 !important;
  background: #4a4d51 !important;
}

.smm-welcome-tutorial .smm-checkin-banner {
  margin: 50px 25px;
}

.smm-welcome-tutorial .smm-checkin-banner .container {
  width: 100%;
  background: transparent;
}

.smm-welcome-tutorial .smm-checkin-banner__banner-image,
.smm-welcome-tutorial .smm-checkin-banner__title,
.smm-welcome-tutorial .smm-checkin-banner__text,
.smm-welcome-tutorial .smm-checkin-banner__dismiss-button {
  display: none !important;
}

.smm-welcome-tutorial .smm-checkin-banner__content {
  margin: 0;
  width: 100%;
}

@media (min-width: 1080px) {
  .smm-welcome-tutorial__carousel {
    margin: 32px 0 0;
    pointer-events: none;
  }

  .smm-welcome-tutorial__slide {
    margin: 0 20px;
    display: inline-block !important;
    width: 310px;
  }

  .smm-welcome-tutorial__slide-text {
    margin: 0;
  }

  .smm-welcome-tutorial__slide-title.slide-4,
  .smm-welcome-tutorial__slide-image.slide-4 {
    display: none;
  }

  .smm-welcome-tutorial__slide-text.slide-4 {
    margin: 50px 0 0;
  }

  .smm-welcome-tutorial__carousel-indicators {
    display: none !important;
  }

  .smm-welcome-tutorial .smm-checkin-banner {
    margin: 16px 0 0;
    pointer-events: auto;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Prinzessinnenstr. 19-20, 10969 Berlin, http://urbansportsclub.com
 * @created 26.04.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-pagination {
  margin: 0 !important;
  padding: 40px 16px !important;
  background: none !important;
  border: none !important;
}

.smm-pagination .smm-spinner:after {
  background: #f8f6f3;
}

.smm-pagination__message {
  text-align: center;
  display: none;
}

@media (min-width: 1080px) {
  .smm-pagination {
    padding-bottom: 48px !important;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-empty-snippet {
  background: transparent;
  text-align: center;
  display: none;
}

.smm-empty-snippet h3 {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #191e24 !important;
}

.smm-empty-snippet__text,
.smm-empty-snippet__link {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px !important;
  line-height: 18px !important;
  color: #4a4d51 !important;
  display: inline-block;
}

.smm-empty-snippet__link {
  text-decoration: underline;
}

.smm-empty-snippet__image {
  margin: 20px auto 0;
  width: 90px;
  height: 211px;
  background-image: url('/images/empty-snippet/lockerroom.png');
  background-size: 90px 211px;
  display: inline-block;
  display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-empty-snippet__image {
    background-image: url('/images/empty-snippet/lockerroom@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-empty-snippet__image {
    background-image: url('/images/empty-snippet/lockerroom@3x.png');
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-refer-friend__send-button,
.smm-refer-friend__refer-button,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.smm-refer-friend__send-button,
.smm-refer-friend__refer-button,
.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.smm-refer-friend__send-button:hover,
.smm-refer-friend__refer-button:hover,
.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.smm-refer-friend__send-button,
.smm-refer-friend__refer-button {
  width: 100% !important;
  text-align: center !important;
}

.smm-refer-friend__send-button:hover,
.smm-refer-friend__refer-button:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-refer-friend .container {
  padding: 0;
}

.smm-refer-friend .container .row {
  margin: 0;
}

.smm-refer-friend .container .row .col-sm-8,
.smm-refer-friend .container .row .col-sm-4 {
  padding: 8px 0 0;
}

.smm-refer-friend__controls {
  margin: 0;
  padding: 24px 16px;
  background: #fff;
}

.smm-refer-friend h3 {
  margin: 0 !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #191e24;
}

.smm-refer-friend__share-buttons {
  margin: 24px 0 0 !important;
}

.smm-refer-friend__share-buttons .col-xs-4 {
  padding: 0 4px;
}

.smm-refer-friend__share-buttons .col-xs-4:first-child {
  padding-left: 0;
}

.smm-refer-friend__share-buttons .col-xs-4:last-child {
  padding-right: 0;
}

.smm-refer-friend__button {
  display: block;
  height: 50px;
  background: #fff;
  border: 1px solid #cdd3da;
}

.smm-refer-friend__button.disabled {
  background: #cdd3da;
  cursor: not-allowed;
  pointer-events: none;
}

.smm-refer-friend__button-icon {
  margin: 15px 0;
}

.smm-refer-friend__button-icon.facebook {
  width: 10px;
  height: 18px;
  background-image: url('/images/refer-friend/facebook.png');
  background-size: 10px 18px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-refer-friend__button-icon.facebook {
    background-image: url('/images/refer-friend/facebook@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-refer-friend__button-icon.facebook {
    background-image: url('/images/refer-friend/facebook@3x.png');
  }
}

.smm-refer-friend__button-icon.messenger {
  width: 18px;
  height: 18px;
  background-image: url('/images/refer-friend/messenger.png');
  background-size: 18px 18px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-refer-friend__button-icon.messenger {
    background-image: url('/images/refer-friend/messenger@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-refer-friend__button-icon.messenger {
    background-image: url('/images/refer-friend/messenger@3x.png');
  }
}

.smm-refer-friend__button-icon.twitter {
  width: 19px;
  height: 16px;
  background-image: url('/images/refer-friend/twitter.png');
  background-size: 19px 16px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-refer-friend__button-icon.twitter {
    background-image: url('/images/refer-friend/twitter@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-refer-friend__button-icon.twitter {
    background-image: url('/images/refer-friend/twitter@3x.png');
  }
}

.smm-refer-friend__button-icon.gmail {
  width: 20px;
  height: 20px;
  background-image: url('/images/refer-friend/gmail.png');
  background-size: 20px 20px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-refer-friend__button-icon.gmail {
    background-image: url('/images/refer-friend/gmail@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-refer-friend__button-icon.gmail {
    background-image: url('/images/refer-friend/gmail@3x.png');
  }
}

.smm-refer-friend__form {
  margin: 0;
}

.smm-refer-friend__form .form-group {
  margin: 0 !important;
}

.smm-refer-friend__form .form-group#send-group .panel-body {
  padding: 0;
}

.smm-refer-friend__email-input,
.smm-refer-friend__send-button,
.smm-refer-friend__refer-button {
  min-height: 40px;
}

.smm-refer-friend__email-input {
  padding: 0 16px 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #4a4d51;
  background: #f8f6f3;
  height: auto;
  min-height: 50px;
  line-height: 20px;
  border: 1px solid #cdd3da;
  outline: none;
}

.smm-refer-friend__email-input::-webkit-input-placeholder {
  color: #4a4d51;
}

.smm-refer-friend__email-input::-moz-placeholder {
  color: #4a4d51;
}

.smm-refer-friend__email-input:-ms-input-placeholder {
  color: #4a4d51;
}

.smm-refer-friend__email-input::-ms-input-placeholder {
  color: #4a4d51;
}

.smm-refer-friend__email-input::placeholder {
  color: #4a4d51;
}

.smm-refer-friend__email-input:focus {
  border: 1px solid #2e70ce;
}

.smm-refer-friend__email-input.invalid {
  border: 1px solid #eb1d25 !important;
}

.smm-refer-friend__send-button,
.smm-refer-friend__refer-button {
  padding: 0;
  width: 100%;
  outline: none !important;
}

.smm-refer-friend__send-button :first-child,
.smm-refer-friend__refer-button :first-child {
  display: none;
}

.smm-refer-friend__send-button.success,
.smm-refer-friend__refer-button.success {
  background: #2e70ce !important;
}

.smm-refer-friend__send-button.success :first-child,
.smm-refer-friend__refer-button.success :first-child {
  display: inline-block;
}

.smm-refer-friend__send-button.success :last-child,
.smm-refer-friend__refer-button.success :last-child {
  display: none;
}

.smm-refer-friend__send-button {
  margin: 8px 0 0;
}

.smm-refer-friend__refer-button {
  margin: 16px 0 !important;
}

.smm-refer-friend__checkmark {
  width: 18px;
  height: 13px;
  background-image: url('/images/refer-friend/checkmark.png');
  background-size: 18px 13px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-refer-friend__checkmark {
    background-image: url('/images/refer-friend/checkmark@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-refer-friend__checkmark {
    background-image: url('/images/refer-friend/checkmark@3x.png');
  }
}

.smm-refer-friend__separator {
  margin: 32px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #cdd3da;
  line-height: .1em;
}

.smm-refer-friend__separator-text {
  padding: 0 16px;
  background: #fff;
  color: #4a4d51;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.smm-refer-friend__sidebar {
  margin: 0;
  padding: 24px 0;
  background: #fff;
}

.smm-refer-friend__subtitle {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #4a4d51;
}

.smm-refer-friend__subtitle.balance {
  margin: 0 0 16px;
}

.smm-refer-friend__subtitle.voucher-code {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.smm-refer-friend__info-link {
  vertical-align: middle;
}

.smm-refer-friend__info-link.for-popover {
  display: none;
}

.smm-refer-friend__info-link.for-modal {
  display: inline-block;
}

.smm-refer-friend__info-icon {
  width: 14px;
  height: 14px;
  background-image: url('/images/refer-friend/info.png');
  background-size: 14px 14px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-refer-friend__info-icon {
    background-image: url('/images/refer-friend/info@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-refer-friend__info-icon {
    background-image: url('/images/refer-friend/info@3x.png');
  }
}

.smm-refer-friend__hint {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.smm-refer-friend__hint.disclaimer {
  padding: 24px 16px 40px;
  color: #4a4d51;
}

.smm-refer-friend__hint.error {
  padding: 8px 16px 0;
  color: #eb1d25;
}

.smm-refer-friend__hint b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.smm-refer-friend__balance-modal .modal-content {
  border-radius: 0;
  overflow: hidden;
}

.smm-refer-friend__balance-modal .modal-content .modal-header {
  padding: 24px 16px 8px;
  border-bottom: none;
}

.smm-refer-friend__balance-modal .modal-content .modal-header .modal-title {
  text-align: center;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  color: #4a4d51;
}

.smm-refer-friend__balance-modal .modal-content .modal-body {
  padding: 0 16px 24px;
}

.smm-refer-friend__balance-modal .modal-content .modal-body p {
  text-align: center;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #4a4d51;
}

.smm-refer-friend__balance-modal .modal-content .modal-body p b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.smm-refer-friend__balance-modal .modal-content .modal-footer {
  padding: 0;
  border-top: 1px solid #cdd3da;
}

.smm-refer-friend__balance-modal .modal-content .modal-footer button {
  background: #fff !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2e70ce;
  width: 100%;
  min-height: 50px;
}

@media (min-width: 768px) {
  .smm-refer-friend .container {
    padding: 0 30px;
  }

  .smm-refer-friend .container .row .col-sm-8 {
    padding-right: 16px;
  }

  .smm-refer-friend__controls {
    padding: 24px 32px;
  }

  .smm-refer-friend__share-buttons {
    margin: 32px 0 0 !important;
  }

  .smm-refer-friend__sidebar {
    padding: 24px 0 16px;
  }

  .smm-refer-friend__info-link.for-popover {
    display: inline-block;
  }

  .smm-refer-friend__info-link.for-modal {
    display: none;
  }

  .smm-refer-friend__hint.error {
    padding: 8px 32px 0;
  }
}

@media (min-width: 1080px) {
  .smm-refer-friend .container {
    padding: 0;
  }
}


.adyen-checkout__spinner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.adyen-checkout__spinner__wrapper--inline{display:inline-block;height:auto;margin-right:8px}[dir=rtl] .adyen-checkout__spinner__wrapper--inline{margin-left:8px;margin-right:0}.adyen-checkout__spinner{-webkit-animation:rotate-spinner 1.5s linear infinite;animation:rotate-spinner 1.5s linear infinite;border:3px solid #0075ff;border-radius:50%;border-top-color:transparent;height:43px;width:43px}.adyen-checkout__spinner--large{height:43px;width:43px}.adyen-checkout__spinner--small{border-width:2px;height:16px;width:16px}.adyen-checkout__spinner--medium{height:28px;width:28px}@-webkit-keyframes rotate-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.adyen-checkout__button{background:#00112c;border:0;border-radius:6px;color:#fff;cursor:pointer;font-size:1em;font-weight:500;height:48px;margin:0;padding:15px;text-decoration:none;-webkit-transition:background .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background .3s ease-out,box-shadow .3s ease-out;transition:background .3s ease-out,box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out;width:100%}.adyen-checkout__button:focus{-webkit-box-shadow:0 0 0 2px #3070ed;box-shadow:0 0 0 2px #3070ed;outline:0}.adyen-checkout__button:hover{background:#1c3045;-webkit-box-shadow:0 0,0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14);box-shadow:0 0,0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14)}.adyen-checkout__button:active{background:#3a4a5c}.adyen-checkout__button:hover:focus{-webkit-box-shadow:0 0 0 2px #3070ed,0 3px 4px rgba(0,15,45,.2);box-shadow:0 0 0 2px #3070ed,0 3px 4px rgba(0,15,45,.2)}.adyen-checkout__button:disabled,.adyen-checkout__button:disabled:hover{-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;opacity:.4;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.adyen-checkout__button.adyen-checkout__button--loading{background:#687282;-webkit-box-shadow:none;box-shadow:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout__button.adyen-checkout__button--pay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:24px}.adyen-checkout__button.adyen-checkout__button--pay:disabled{opacity:.4}.adyen-checkout__button.adyen-checkout__button--standalone{margin-top:0}.adyen-checkout__button.adyen-checkout__button--inline{display:block;font-size:.81em;height:auto;padding:10px 8px;width:auto}.adyen-checkout__button.adyen-checkout__button--ghost{background:none;border:0;color:#00112c}.adyen-checkout__button.adyen-checkout__button--ghost:hover{background:#f7f8f9;-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--ghost:active{background:#e6e9eb;-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--secondary{background:#fff;border:1px solid #00112c;color:#00112c;padding:10px 12px}.adyen-checkout__button.adyen-checkout__button--secondary:hover{background:#f7f8f9;-webkit-box-shadow:0 2px 4px rgba(27,42,60,.2),0 4px 5px rgba(27,42,60,.14);box-shadow:0 2px 4px rgba(27,42,60,.2),0 4px 5px rgba(27,42,60,.14)}.adyen-checkout__button.adyen-checkout__button--secondary:active,.adyen-checkout__button.adyen-checkout__button--secondary:active:hover{background:#f7f8f9;-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--secondary:disabled,.adyen-checkout__button.adyen-checkout__button--secondary:disabled:hover{background-color:#f7f8f9;border-color:#99a3ad;-webkit-box-shadow:none;box-shadow:none;cursor:not-allowed;opacity:.5;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner{border-color:transparent #00112c #00112c}.adyen-checkout__button.adyen-checkout__button--action{background:rgba(0,102,255,.1);border:1px solid transparent;color:#0075ff;padding:10px 12px}.adyen-checkout__button.adyen-checkout__button--action:hover{background:rgba(0,102,255,.2);-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--action:active,.adyen-checkout__button.adyen-checkout__button--action:active:hover{background:rgba(0,102,255,.3);-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--link{background:transparent;border:1px solid transparent;border-radius:3px;color:#0075ff;font-weight:400;padding:2px}.adyen-checkout__button.adyen-checkout__button--link:hover{background:transparent;-webkit-box-shadow:none;box-shadow:none;text-decoration:underline}.adyen-checkout__button.adyen-checkout__button--completed,.adyen-checkout__button.adyen-checkout__button--completed:active,.adyen-checkout__button.adyen-checkout__button--completed:active:hover,.adyen-checkout__button.adyen-checkout__button--completed:hover{background:#089a43;color:#fff}.adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.adyen-checkout__button__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.adyen-checkout__button__icon{margin-right:12px}[dir=rtl] .adyen-checkout__button__icon{margin-left:12px;margin-right:0}.adyen-checkout__button__text{display:block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__button .adyen-checkout__spinner{border-color:transparent #fff #fff}.checkout-secondary-button__text{font-size:.85em;margin-left:5px;margin-top:1px}.adyen-checkout__iframe{border:0}[dir="ltr"] .adyen-checkout__fieldset{margin-right:0}[dir="rtl"] .adyen-checkout__fieldset{margin-left:0}[dir="ltr"] .adyen-checkout__fieldset{margin-left:0}[dir="rtl"] .adyen-checkout__fieldset{margin-right:0}[dir="ltr"] .adyen-checkout__fieldset{padding-right:0}[dir="rtl"] .adyen-checkout__fieldset{padding-left:0}[dir="ltr"] .adyen-checkout__fieldset{padding-left:0}[dir="rtl"] .adyen-checkout__fieldset{padding-right:0}.adyen-checkout__fieldset{border:none;display:block;margin:0;padding-top:0;padding-bottom:8px;padding-bottom:0;width:100%}.adyen-checkout__fieldset:last-of-type{padding-bottom:0}.adyen-checkout__fieldset+.adyen-checkout__fieldset{margin-top:16px}.adyen-checkout__fieldset__title{color:#687282;display:block;font-size:.68em;font-weight:700;letter-spacing:1px;margin:0;padding:0 0 12px;text-transform:uppercase}.adyen-checkout__field-group,.adyen-checkout__fieldset__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media(min-width: 480px){.adyen-checkout__field-group:last-of-type .adyen-checkout__field{margin-bottom:0}}.adyen-checkout__field-group:last-of-type .adyen-checkout__field:last-of-type,:not(.adyen-checkout__field-group)>.adyen-checkout__field:last-of-type{margin-bottom:0}.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields{color:#00112c;font-size:.81em;line-height:19px;margin:0}.adyen-checkout__field{display:block;margin-bottom:16px;width:100%}.adyen-checkout__label{display:block;position:relative}.adyen-checkout__helper-text,.adyen-checkout__label__text{color:#00112c;display:block;font-size:.81em;font-weight:400;line-height:13px;padding-bottom:5px}.adyen-checkout__label-adornment--end{position:absolute;right:0;top:0}.adyen-checkout__helper-text{color:#687282}.adyen-checkout__label__text{display:block;overflow:hidden;text-overflow:ellipsis;-webkit-transition:color .1s ease-out;transition:color .1s ease-out;white-space:nowrap}.adyen-checkout__label__text--error{color:#c12424}.adyen-checkout__label--focused .adyen-checkout__label__text{color:#0075ff}.adyen-checkout__error-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#c12424;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.75em;font-weight:400;margin-top:4px}.adyen-checkout__field-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}@media(min-width: 480px){.adyen-checkout__field--20{width:20%}.adyen-checkout__field--30{width:30%}.adyen-checkout__field--40{width:40%}.adyen-checkout__field--50{width:50%}.adyen-checkout__field--60{width:60%}.adyen-checkout__field--70{width:70%}.adyen-checkout__field--80{width:80%}.adyen-checkout__field--col-70{width:calc(70% - 8px)}.adyen-checkout__field--col-30{width:calc(30% - 8px)}.adyen-checkout__field--col-50{width:calc(50% - 8px)}}.adyen-checkout__field-wrapper>.adyen-checkout__field:first-child{margin-right:8px}[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:first-child{margin-left:8px;margin-right:0}.adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2){margin-left:8px}[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2){margin-left:0;margin-right:8px}.adyen-checkout__field-wrapper:last-of-type>.adyen-checkout__field{margin-bottom:0}.adyen-checkout__input{background:#fff;border:1px solid #b9c4c9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;caret-color:#0075ff;color:#00112c;display:block;font-family:inherit;font-size:1em;height:40px;outline:none;padding:5px 8px;position:relative;-webkit-transition:border .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border .2s ease-out,box-shadow .2s ease-out;transition:border .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;width:100%}.adyen-checkout__input:hover{border-color:#99a3ad}.adyen-checkout__input:required{-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__input--disabled,.adyen-checkout__input[readonly]{background:#e6e9eb;border-color:#e6e9eb}.adyen-checkout__input--disabled:hover{border-color:#e6e9eb}.adyen-checkout__input-wrapper{display:block;position:relative}.adyen-checkout__input-wrapper--block{display:block}.adyen-checkout-input__inline-validation{height:16px;position:absolute;right:14px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}[dir=rtl] .adyen-checkout-input__inline-validation{left:14px;right:auto}[dir=ltr] .adyen-checkout-input__inline-validation{left:auto;right:14px}.adyen-checkout-input__inline-validation--valid{color:#089a43}.adyen-checkout-input__inline-validation--invalid{color:#c12424}.adyen-checkout__input--valid{border-bottom-color:#089a43}.adyen-checkout__input--error,.adyen-checkout__input--error:hover,.adyen-checkout__input--invalid,.adyen-checkout__input--invalid:hover{border-color:#c12424}.adyen-checkout__input::-moz-placeholder{color:#707070;font-weight:200}.adyen-checkout__input::-webkit-input-placeholder{color:#707070;font-weight:200}.adyen-checkout__input:-ms-input-placeholder{color:#707070;font-weight:200}.adyen-checkout__input::-ms-input-placeholder{color:#707070;font-weight:200}.adyen-checkout__input::placeholder{color:#707070;font-weight:200}.adyen-checkout__input--date{padding-right:30px}.adyen-checkout__input--focus,.adyen-checkout__input--focus:hover,.adyen-checkout__input:active,.adyen-checkout__input:active:hover,.adyen-checkout__input:focus,.adyen-checkout__input:focus:hover{border:1px solid #0075ff;-webkit-box-shadow:0 0 0 2px #3070ed;box-shadow:0 0 0 2px #3070ed}.adyen-checkout__input[readonly],.adyen-checkout__input[readonly]:hover{background-color:#e6e9eb;border-color:transparent;color:#687282;cursor:default}.adyen-checkout__fieldset--personalDetails .adyen-checkout__field--gender .adyen-checkout__radio_group{display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper{margin-right:20px}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper:last-child{margin:0}.adyen-checkout__radio_group+.adyen-checkout-input__inline-validation{display:none}.adyen-checkout__radio_group__input{opacity:0;position:absolute}.adyen-checkout__radio_group__label{color:inherit;display:block;font-size:.81em;font-weight:400;line-height:16px;overflow:visible;padding-bottom:0;padding-left:24px;position:relative}.adyen-checkout__label--focused .adyen-checkout__radio_group__label{color:inherit}.adyen-checkout__radio_group__label:before{background-color:#fff;border:1px solid #b9c4c9;border-radius:50%;content:"";height:16px;left:0;position:absolute;top:0;-webkit-transition:border-color .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border-color .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border-color .2s ease-out,box-shadow .2s ease-out;transition:border-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;width:16px}.adyen-checkout__radio_group__label:hover:before{border-color:#99a3ad;-webkit-box-shadow:0 0 0 2px #d4d9db;box-shadow:0 0 0 2px #d4d9db;cursor:pointer}.adyen-checkout__radio_group__label:after{background-color:#fff;border-radius:50%;-webkit-box-shadow:0 1px 1px rgba(0,15,45,.25);box-shadow:0 1px 1px rgba(0,15,45,.25);content:"";display:block;height:6px;left:5px;margin:0 auto;position:absolute;top:5px;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out, -webkit-transform .2s ease-out;width:6px}.adyen-checkout__radio_group__label:hover{border-color:#0075ff;cursor:pointer}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__label--selected{background-color:#0075ff;border:0;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:after{-webkit-transform:scale(1);transform:scale(1)}.adyen-checkout__radio_group__input:focus+.adyen-checkout__radio_group__label:before{border-color:#0075ff;-webkit-box-shadow:0 0 0 2px rgba(0,102,255,.4);box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:hover:before,.adyen-checkout__radio_group__input:checked:active+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__input:checked:focus+.adyen-checkout__radio_group__label:before{-webkit-box-shadow:0 0 0 2px rgba(0,102,255,.4);box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before{border:1px solid #c12424}.Select-module_adyen-checkout__dropdown__0Mj-n{position:relative}.Select-module_adyen-checkout__dropdown__button__yTyqq{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.Select-module_adyen-checkout__dropdown__button__yTyqq:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath fill='%23687282' d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:6px;position:absolute;right:16px;width:8px}[dir=rtl] .Select-module_adyen-checkout__dropdown__button__yTyqq:after{left:16px;right:auto}.Select-module_adyen-checkout__dropdown__button--active__Ej-JR:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.Select-module_adyen-checkout__filter-input__CwPBS{background:#fff;border:0;caret-color:#0075ff;color:#00112c;font-family:inherit;font-size:1em;height:100%;padding:0;width:100%}.Select-module_adyen-checkout__filter-input__CwPBS::-moz-placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__CwPBS::-webkit-input-placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__CwPBS:-ms-input-placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__CwPBS::-ms-input-placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__CwPBS::placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__CwPBS:active,.Select-module_adyen-checkout__filter-input__CwPBS:focus{outline:0}.Select-module_adyen-checkout__filter-input__CwPBS[readonly]{background:#e6e9eb;border-color:transparent;color:#00112c;cursor:not-allowed}.Select-module_adyen-checkout__dropdown__list__YtEzj{background:#fff;display:none;list-style:none;margin:0 0 50px;overflow-y:auto;padding:0;position:absolute;width:100%;z-index:1}.Select-module_adyen-checkout__dropdown__list__YtEzj.Select-module_adyen-checkout__dropdown__list--active__Gegw2{display:block}.Select-module_adyen-checkout__dropdown__element__ORU4-{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout__image{opacity:0;-webkit-transition:opacity .6s ease-out;transition:opacity .6s ease-out}.adyen-checkout__image--loaded{opacity:1}.adyen-checkout__dropdown__button-icon--left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.adyen-checkout__dropdown__button-icon--left>img{margin-left:0;margin-right:12px}.adyen-checkout__dropdown{font-size:1em;max-width:100%;width:100%}.adyen-checkout__dropdown__button{background:#fff;border:1px solid #b9c4c9;border-radius:6px;color:#00112c;font-size:1em;height:40px;line-height:20px;outline:0;padding:7px 24px 7px 12px;text-decoration:none;-webkit-transition:border .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border .2s ease-out,box-shadow .2s ease-out;transition:border .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}[dir=rtl] .adyen-checkout__dropdown__button{padding:7px 12px 7px 24px}.adyen-checkout__dropdown__button:hover{border-color:#99a3ad}.adyen-checkout__dropdown__button__icon{border-radius:3px;height:26px;margin-right:12px;max-width:40px}.adyen-checkout__dropdown__button--disabled{opacity:.4}.adyen-checkout__dropdown__button--active,.adyen-checkout__dropdown__button--active:hover,.adyen-checkout__dropdown__button:active,.adyen-checkout__dropdown__button:focus{border-color:#0075ff;-webkit-box-shadow:0 0 0 2px #3070ed;box-shadow:0 0 0 2px #3070ed}.adyen-checkout__dropdown__button--readonly,.adyen-checkout__dropdown__button--readonly--active,.adyen-checkout__dropdown__button--readonly:focus,.adyen-checkout__dropdown__button--readonly:hover{background:#e6e9eb;border-color:transparent;color:#00112c;cursor:not-allowed}.adyen-checkout__dropdown__button--readonly:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath fill='%23B9C4C9' d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z'/%3E%3C/svg%3E")}.adyen-checkout__dropdown__button--invalid{border-color:#c12424}.adyen-checkout__dropdown__button--valid{border-bottom-color:#089a43}.adyen-checkout__dropdown__button__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;pointer-events:none;text-align:left;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__dropdown__button__secondary-text{margin-right:16px}.adyen-checkout__dropdown__list{border-radius:6px;-webkit-box-shadow:0 2px 7px rgba(0,15,45,.3);box-shadow:0 2px 7px rgba(0,15,45,.3);max-height:375px;z-index:2}.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active{margin-top:2px}.adyen-checkout__dropdown__element{border:1px solid transparent;cursor:pointer;font-size:.81em;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:20px;outline:0;padding:8px;-webkit-transition:background .2s ease-out,border-color .2s ease-out;transition:background .2s ease-out,border-color .2s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;word-break:break-word}.adyen-checkout__dropdown__element .adyen-checkout__icon{position:absolute;right:8px}.adyen-checkout__dropdown__element:last-child{border-bottom:0}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active{background:rgba(230,233,235,.6)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected{background:rgba(0,102,255,.1)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:active,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:focus,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:hover{background:rgba(0,102,255,.15)}.adyen-checkout__dropdown__element--disabled{cursor:not-allowed;opacity:.4}.adyen-checkout__dropdown__element__icon{border-radius:3px;margin-right:12px;max-height:26px;max-width:40px}.adyen-checkout__dropdown__element__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.adyen-checkout__dropdown__element__secondary-text:not(:last-child){margin-right:8px}.adyen-checkout__dropdown__element__flag{margin-left:8px;margin-right:10px;max-height:18px;max-width:27px}.adyen-checkout__dropdown+.adyen-checkout-input__inline-validation{right:32px}.adyen-checkout__address-search{position:relative}.adyen-checkout__address-search .adyen-checkout__dropdown__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23687282' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45Zm0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:16px;left:12px;position:absolute;width:16px}.adyen-checkout__address-search .adyen-checkout__dropdown__button--active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%2300112C' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45Zm0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");-webkit-transform:none;transform:none}.adyen-checkout__address-search .adyen-checkout__filter-input{padding-left:24px}.adyen-checkout__address-search__manual-add{position:absolute;right:0;top:0}.adyen-checkout__address-search__manual-add .adyen-checkout__address-search__manual-add__button{border:0;padding:0}.adyen-checkout__checkbox{display:block}.adyen-checkout__checkbox__label{color:#00112c;cursor:pointer;font-size:.81em;font-weight:400;line-height:19px;padding-left:24px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[dir=rtl] .adyen-checkout__checkbox__label{padding-left:0;padding-right:24px}.adyen-checkout__checkbox__input{opacity:0;pointer-events:none;position:absolute}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:before{opacity:1}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:after{background-color:#0075ff;border:1px solid #0075ff}.adyen-checkout__checkbox__input:checked:hover+.adyen-checkout__checkbox__label:after{border-color:#0075ff;-webkit-box-shadow:0 0 0 2px rgba(0,102,255,.4);box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__checkbox__input:focus+.adyen-checkout__checkbox__label:after{border:1px solid #0075ff;-webkit-box-shadow:0 0 0 2px #3070ed;box-shadow:0 0 0 2px #3070ed}.adyen-checkout__checkbox__input:hover:not(:focus)+.adyen-checkout__checkbox__label:after{border-color:#99a3ad;-webkit-box-shadow:0 0 0 2px #d4d9db;box-shadow:0 0 0 2px #d4d9db}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{border-color:transparent #fff #fff transparent;border-radius:0 2px 1px;border-style:solid;border-width:1px 2px 2px 1px;content:"";height:11px;left:1px;opacity:0;position:absolute;top:2px;-webkit-transform:rotate(37deg);transform:rotate(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:6px;z-index:1}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{left:auto;right:8px}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{background-color:#fff;border:1px solid #b9c4c9;border-radius:3px;content:"";height:16px;left:0;position:absolute;top:0;-webkit-transition:background .15s ease-out,border .05s ease-out,-webkit-box-shadow .1s ease-out;transition:background .15s ease-out,border .05s ease-out,-webkit-box-shadow .1s ease-out;transition:background .15s ease-out,border .05s ease-out,box-shadow .1s ease-out;transition:background .15s ease-out,border .05s ease-out,box-shadow .1s ease-out,-webkit-box-shadow .1s ease-out;width:16px;z-index:0}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{left:auto;right:0}.adyen-checkout__field--consentCheckbox{background:#e6e9eb;border:1px solid #e6e9eb;border-radius:6px;padding:14px 14px 13px}[dir=rtl] .adyen-checkout__field--consentCheckbox{padding:14px 14px 13px}.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error{border-color:#c12424}.adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation{right:-5px;top:10px}.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress{margin-bottom:16px}.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress{margin-top:24px;padding-bottom:8px}.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress{margin-bottom:0}.adyen-checkout__input--separateDeliveryAddress+.adyen-checkout__checkbox__label,.adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox{margin-top:16px}.adyen-checkout-form-instruction{color:#687282;font-size:.81em;font-weight:400;line-height:19px;margin-top:0}[dir=rtl] .adyen-checkout-form-instruction{padding-right:0}.adyen-checkout__amazonpay__button{margin:auto}.adyen-checkout__amazonpay .adyen-checkout__button--ghost{display:block;margin:8px auto 0;width:auto}@supports(-webkit-appearance: -apple-pay-button){.ApplePayButton-module_apple-pay-button__l5g-d,.ApplePayButton-module_apple-pay__gYjuP{-webkit-appearance:-apple-pay-button}.ApplePayButton-module_apple-pay-button__l5g-d{cursor:pointer;display:inline-block}.ApplePayButton-module_apple-pay-button-black__istwW{-apple-pay-button-style:#000}.ApplePayButton-module_apple-pay-button-white__-wLaE{-apple-pay-button-style:#fff}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7{-apple-pay-button-style:white-outline}.ApplePayButton-module_apple-pay-button--type-plain__ycfNl{-apple-pay-button-type:plain}.ApplePayButton-module_apple-pay-button--type-buy__9m8AB{-apple-pay-button-type:buy}.ApplePayButton-module_apple-pay-button--type-donate__HmRdK{-apple-pay-button-type:donate}.ApplePayButton-module_apple-pay-button--type-check-out__XdGWd{-apple-pay-button-type:check-out}.ApplePayButton-module_apple-pay-button--type-book__-v-VY{-apple-pay-button-type:book}.ApplePayButton-module_apple-pay-button--type-subscribe__WxWIF{-apple-pay-button-type:subscribe}.ApplePayButton-module_apple-pay-button--type-add-money__zeBA8{-apple-pay-button-type:add-money}.ApplePayButton-module_apple-pay-button--type-contribute__G3E8e{-apple-pay-button-type:contribute}.ApplePayButton-module_apple-pay-button--type-order__ggI6j{-apple-pay-button-type:order}.ApplePayButton-module_apple-pay-button--type-reload__QbgLd{-apple-pay-button-type:reload}.ApplePayButton-module_apple-pay-button--type-rent__VzC-E{-apple-pay-button-type:rent}.ApplePayButton-module_apple-pay-button--type-support__6EjmY{-apple-pay-button-type:support}.ApplePayButton-module_apple-pay-button--type-tip__bdzGK{-apple-pay-button-type:tip}.ApplePayButton-module_apple-pay-button--type-top-up__Eb3qR{-apple-pay-button-type:top-up}}@supports not (-webkit-appearance: -apple-pay-button){.ApplePayButton-module_apple-pay-button__l5g-d{background-position:50% 50%;background-repeat:no-repeat;background-size:100% 60%;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;max-height:64px;min-height:32px;min-width:200px;padding:0}.ApplePayButton-module_apple-pay-button-black__istwW{background-color:#000;background-image:-webkit-named-image(apple-pay-logo-white)}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7,.ApplePayButton-module_apple-pay-button-white__-wLaE{background-color:#fff;background-image:-webkit-named-image(apple-pay-logo-black)}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7{border:.5px solid #000}}.adyen-checkout__applepay__button{height:48px;width:240px}.adyen-checkout__dropin .adyen-checkout__applepay__button{width:100%}.adyen-checkout__issuer-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:none;border-radius:6px;-webkit-box-shadow:inset 0 0 0 1px #b9c4c9;box-shadow:inset 0 0 0 1px #b9c4c9;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:47%;flex-basis:47%;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;font-size:.81em;height:40px;padding:0 12px;-webkit-transition:background .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background .3s ease-out,box-shadow .3s ease-out;transition:background .3s ease-out,box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out}.adyen-checkout__issuer-button:active{color:#000}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus{-webkit-box-shadow:inset 0 0 0 2px #99a3ad;box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected).focus-visible{-webkit-box-shadow:inset 0 0 0 2px #99a3ad;box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible{-webkit-box-shadow:inset 0 0 0 2px #99a3ad;box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):hover{-webkit-box-shadow:inset 0 0 0 2px #99a3ad;box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button--selected{background:#fff;-webkit-box-shadow:inset 0 0 0 2px #0075ff;box-shadow:inset 0 0 0 2px #0075ff;color:#0075ff;font-weight:500;height:40px;-webkit-transition:none;transition:none}.adyen-checkout__issuer-button-img{margin-right:8px;max-height:26px}.adyen-checkout__issuer-button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:16px 16px;gap:16px 16px}.adyen-checkout__content-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#687282;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:19px;margin-bottom:16px;margin-top:16px;white-space:nowrap}.adyen-checkout__content-separator:after,.adyen-checkout__content-separator:before{background:#e6e9eb;content:"";display:block;height:1px;width:100%}.adyen-checkout__content-separator:after{margin-left:20px}.adyen-checkout__content-separator:before{margin-right:20px}.adyen-checkout__field--issuer-list{margin-bottom:0}.adyen-checkout__issuer-list__termsAndConditions{text-align:center}.adyen-checkout-disclaimer__label{color:#687282;display:inline-block;font-size:.81em;font-weight:400;line-height:19px;margin-top:16px;padding-left:0}[dir=rtl] .adyen-checkout-disclaimer__label{padding-right:0}.js-iframe{border:none;height:100%;overflow:hidden;width:100%}.adyen-checkout__card-input__form{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.adyen-checkout__card__cardNumber{max-width:400px}.adyen-checkout__card__cardNumber__input{padding:5px 8px}.adyen-checkout__card__exp-date__input--oneclick{font-weight:400;line-height:30px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__field--storedCard .adyen-checkout__input[readonly],.adyen-checkout__field--storedCard .adyen-checkout__input[readonly]:hover{color:#00112c}.adyen-checkout__card__holderName,.adyen-checkout__field--expiryDate,.adyen-checkout__field--storedCard{margin-bottom:0}.adyen-checkout__card-input .adyen-checkout__fieldset--billingAddress,.adyen-checkout__card__holderName,.adyen-checkout__card__kcp-authentication,.adyen-checkout__card__socialSecurityNumber,.adyen-checkout__installments,.adyen-checkout__store-details{margin-top:16px}.adyen-checkout__card-input.adyen-checkout__card-input--loading{pointer-events:none}.adyen-checkout__card__holderName:first-child{margin:0 0 16px}.adyen-checkout__field--cardNumber .adyen-checkout__input--error .adyen-checkout__card__cardNumber__brandIcon,.adyen-checkout__field--cardNumber .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand)+.adyen-checkout-input__inline-validation--valid{display:none}.adyen-checkout__field--securityCode.adyen-checkout__field--error .adyen-checkout__card__cvc__hint,.adyen-checkout__field--securityCode.adyen-checkout__field--valid .adyen-checkout__card__cvc__hint{opacity:0}@-webkit-keyframes cvc-indicate-location{0%{opacity:1}to{opacity:.3}}@keyframes cvc-indicate-location{0%{opacity:1}to{opacity:.3}}.adyen-checkout__label--focused .adyen-checkout__field__cvc--back-hint .adyen-checkout__card__cvc__hint--back .adyen-checkout__card__cvc__hint__location,.adyen-checkout__label--focused .adyen-checkout__field__cvc--front-hint .adyen-checkout__card__cvc__hint--front .adyen-checkout__card__cvc__hint__location{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:cvc-indicate-location;animation-name:cvc-indicate-location}.adyen-checkout__card__cvc__hint__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-backface-visibility:visible;backface-visibility:visible;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;margin:0 10px;position:absolute;right:0;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transform-origin:center;transform-origin:center;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:-webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:-webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);transition:transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);width:27px;will-change:transform}.adyen-checkout__field__cvc--front-hint.adyen-checkout__card__cvc__hint__wrapper{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.adyen-checkout__card__cvc__hint{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.adyen-checkout__field__exp-date_hint_wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;right:0;top:0;-webkit-transition:opacity .1s linear;transition:opacity .1s linear}.adyen-checkout__field__exp-date_hint_wrapper.adyen-checkout__field__exp-date_hint_wrapper--hidden{opacity:0}.adyen-checkout__field__exp-date_hint{height:18px;margin:0 10px 0 0;width:27px}.adyen-checkout__card__cvc__hint--front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}@media(prefers-reduced-motion: reduce){.adyen-checkout__card__cvc__hint__wrapper{-webkit-transition:none;transition:none}}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__fieldset__fields{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group__input-wrapper{margin-top:20px}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__field--revolving-plan-installments{margin-left:15px;position:relative;top:42px;width:30%}.LoadingWrapper-module_loading-input__form__ffCKa{opacity:1}.LoadingWrapper-module_loading-input__form--loading__7GmVo{opacity:0}.LoadingWrapper-module_loading-input__spinner__GxA51{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.LoadingWrapper-module_loading-input__spinner--active__ENNBS{display:block}.CardInput-module_card-input__wrapper__wXSCw{position:relative}.CardInput-module_card-input__wrapper__wXSCw *,.CardInput-module_card-input__wrapper__wXSCw :after,.CardInput-module_card-input__wrapper__wXSCw :before{-webkit-box-sizing:border-box;box-sizing:border-box}.CardInput-module_card-input__icon__3Cz5M{border-radius:3px;height:18px;margin-left:7px;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:27px}.CardInput-module_card-input__form__fRo1r{opacity:1}.CardInput-module_card-input__spinner__-j2Qi{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.CardInput-module_card-input__spinner--active__slD7w{display:block}.CardInput-module_card-input__form--loading__rrmdj{opacity:0}.CardInput-module_adyen-checkout__input__11tlB{display:block;max-height:100px}.CardInput-module_adyen-checkout__card__cvc__input--hidden__VIlHV,.CardInput-module_adyen-checkout__card__exp-date__input--hidden__evi6-{display:none}.CardInput-module_adyen-checkout__card__exp-cvc__exp-date__input--hidden__YC3VT{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.CardInput-module_revolving-plan-installments__disabled__VhNj2{opacity:.4;pointer-events:none}.adyen-checkout__card__dual-branding__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:.4;pointer-events:none}.adyen-checkout__card__dual-branding__buttons--active{opacity:1;pointer-events:auto}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon{cursor:pointer;opacity:1}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon:first-child{right:40px}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon--not-selected{opacity:.5}.adyen-checkout__card__brands{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-negative:1;flex-shrink:1;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-gap:4px;gap:4px;height:16px;margin-bottom:16px;margin-top:-8px;overflow:hidden;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.adyen-checkout__card__brands--hidden{height:0;margin:-8px 0 8px;opacity:0}.adyen-checkout__card__brands img{border-radius:3px;height:16px;width:24px}.adyen-checkout__card__brands__brand-wrapper{display:inline-block;height:16px;position:relative;width:24px}.adyen-checkout__card__brands__brand-wrapper:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout-ctp__otp-resend-code{color:#0075ff;cursor:pointer;font-size:13px;font-weight:400;margin-left:auto}.adyen-checkout-ctp__otp-resend-code--confirmation,.adyen-checkout-ctp__otp-resend-code--disabled{color:#687282;cursor:default;font-size:13px;font-weight:400;margin-left:auto;pointer-events:none}.adyen-checkout-ctp__otp-resend-code--confirmation{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout-ctp__otp-resend-code--confirmation>img{margin-left:4px}.adyen-checkout-ctp__otp-resend-code-counter{color:#000;cursor:default;display:inline-block;font-size:13px;font-weight:400;margin-left:auto;text-align:right}.adyen-checkout-ctp__section>.adyen-checkout__field.adyen-checkout__field--otp{margin-bottom:12px}.adyen_checkout-ctp__brand-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:18px}.adyen_checkout-ctp__brand-logo{margin-right:6px;width:24px}.adyen_checkout-ctp__brand-pipe{height:15px;margin-right:6px}.adyen_checkout-ctp__brand-scheme{margin-right:6px;-o-object-fit:none;object-fit:none}.adyen_checkout-ctp__brand-scheme-mc{width:27px}.adyen_checkout-ctp__brand-scheme-visa{width:35px}.adyen-checkout__modal-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;overflow-y:auto;overscroll-behavior-y:contain;padding:24px;position:fixed;top:0;visibility:hidden;width:100%;z-index:10}.adyen-checkout__modal-wrapper:before{background:rgba(0,17,44,.5);content:"";height:100%;left:0;opacity:0;position:fixed;top:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;width:100%;z-index:10}.adyen-checkout__modal-wrapper--open{visibility:visible}.adyen-checkout__modal-wrapper--open .adyen-checkout__modal,.adyen-checkout__modal-wrapper--open:before{opacity:1}.adyen-checkout__modal{background-color:#fff;border-radius:12px;-webkit-box-shadow:0 8px 24px rgba(0,17,44,.15);box-shadow:0 8px 24px rgba(0,17,44,.15);margin:auto;opacity:0;padding:16px;position:relative;-webkit-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease;z-index:11}@media(max-width: 480px){.adyen-checkout__modal-wrapper{padding:0}.adyen-checkout__modal{border-radius:0;height:100%}}.adyen-checkout__ctp-modal-header-image{display:block;margin:auto}.adyen-checkout__ctp-modal-title{font-size:20px;font-weight:700;line-height:24px;margin:0 0 12px;padding:0}.adyen-checkout__ctp-modal-text{font-size:13px;font-weight:400;line-height:19px;margin-bottom:16px}.adyen-checkout__ctp-modal-benefits{margin-left:0;padding-left:20px}.adyen-checkout__ctp-modal-benefits li{list-style:disc;margin-bottom:16px}.adyen-checkout__modal-wrapper--ctp .adyen-checkout__modal{max-width:464px}.adyen_checkout-ctp__brand-wrapper--popup{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px}.adyen-web__ctp-info-button{background-color:transparent;border:0;cursor:pointer;padding:0}.adyen-checkout-ctp__section-logout-button{color:#0075ff;cursor:pointer;font-size:13px;font-weight:400;line-height:19px;margin-left:auto}.adyen-checkout-ctp__section-logout-button--disabled{color:#687282;pointer-events:none}.adyen-checkout-ctp__section{background-color:#fff;border-radius:12px;-webkit-box-shadow:0 6px 12px rgba(0,17,44,.08),0 2px 4px rgba(0,17,44,.04);box-shadow:0 6px 12px rgba(0,17,44,.08),0 2px 4px rgba(0,17,44,.04);padding:16px;position:relative}.adyen-checkout-ctp__section-brand{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;margin-bottom:16px}.adyen-checkout-ctp__section--standalone{all:unset}.adyen-checkout-ctp__section .adyen-checkout__fieldset{margin-bottom:24px}.adyen-checkout-ctp__section-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout-ctp__section-header-title{font-size:17px;font-weight:600;line-height:22px;margin:0;padding:0;width:auto}@media screen and (max-width: 400px){.adyen-checkout-ctp__section-header-title{font-size:15px}}.adyen-checkout-ctp__section-header-adornment{margin-left:5px}.adyen-checkout-ctp__section-text{color:#707070;font-size:13px;font-weight:400;line-height:19px;margin:0 0 16px}.adyen-checkout-ctp__separator{color:#00112c;font-size:13px;font-weight:400}.adyen-checkout-ctp__otp-subtitle--highlighted{color:#00112c;font-weight:500}.adyen-checkout-ctp__otp-checkbox-container{background-color:#f7f8f9;border-radius:6px;margin-bottom:16px;padding:12px}.adyen-checkout-ctp__otp-checkbox-container--checked{background-color:#f2f8ff}.adyen-checkout-ctp__otp-checkbox-container label{cursor:pointer}.adyen-checkout-ctp__section .adyen-checkout__field.adyen-checkout-ctp__otp-checkbox-container{margin-bottom:4px}.adyen-checkout-ctp__otp-checkbox-info{color:#707070;font-size:13px;font-weight:400;line-height:19px;margin:4px 0 0}.adyen-checkout-ctp__otp-readmore-button{all:unset;color:#0075ff;cursor:pointer;text-transform:lowercase}.adyen-checkout-ctp__card-list-single-card{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f7f8f9;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;font-weight:400;height:40px;line-height:19px;padding:12px}.adyen-checkout-ctp__card-list-single-card-expired{color:#687282;text-decoration:line-through}.adyen-checkout-ctp__expired-label{color:#687282;font-weight:500;line-height:17px;margin-left:auto}.adyen-checkout-ctp__card-image{border-radius:3px;height:24px;margin-right:8px}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled{opacity:1}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__text{margin:0;opacity:.4;text-decoration:line-through}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__secondary-text{color:#687282;font-weight:500;line-height:17px}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled{opacity:1}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__text{opacity:.4;text-decoration:line-through}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__secondary-text{color:#687282;font-weight:500;opacity:1}.adyen-checkout-ctp__card{background-color:#fff;border:none;border-radius:4px;-webkit-box-shadow:0 0 0 2px #999595;box-shadow:0 0 0 2px #999595;cursor:pointer;height:40px;margin:0 0 20px;width:100%}.adyen-checkout-ctp__empty-cards{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f7f8f9;border-radius:6px;color:#687282;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;font-weight:400;height:40px;line-height:19px;margin-bottom:24px;padding:12px 16px}.adyen-checkout__iframe--ctpIframe{pointer-events:auto}.adyen-checkout__iframe--ctpIframe-hidden{display:none}@-webkit-keyframes card-bounce{0%{-webkit-animation-timing-function:cubic-bezier(0.17, 0.17, 0.32, 1);animation-timing-function:cubic-bezier(0.17, 0.17, 0.32, 1);-webkit-translate:0 -60%;-moz-translate:0 -60%;-ms-translate:0 -60%;translate:0 -60%}9.70874%{-webkit-animation-timing-function:cubic-bezier(0.41, 0, 0.49, 1);animation-timing-function:cubic-bezier(0.41, 0, 0.49, 1);-webkit-translate:0 8.5%;-moz-translate:0 8.5%;-ms-translate:0 8.5%;translate:0 8.5%}23.4466%{-webkit-animation-timing-function:cubic-bezier(0.29, 0, 0.26, 1);animation-timing-function:cubic-bezier(0.29, 0, 0.26, 1);-webkit-translate:0 -22.5%;-moz-translate:0 -22.5%;-ms-translate:0 -22.5%;translate:0 -22.5%}47.7184%{-webkit-translate:0;-moz-translate:0;-ms-translate:0;translate:0}63.8835%{-webkit-animation-timing-function:cubic-bezier(1, 0, 0.78, 1);animation-timing-function:cubic-bezier(1, 0, 0.78, 1);-webkit-translate:0;-moz-translate:0;-ms-translate:0;translate:0}86.5534%{-webkit-translate:0 40.7%;-moz-translate:0 40.7%;-ms-translate:0 40.7%;translate:0 40.7%}to{-webkit-translate:0 40.7%;-moz-translate:0 40.7%;-ms-translate:0 40.7%;translate:0 40.7%}}@keyframes card-bounce{0%{-webkit-animation-timing-function:cubic-bezier(0.17, 0.17, 0.32, 1);animation-timing-function:cubic-bezier(0.17, 0.17, 0.32, 1);-webkit-translate:0 -60%;-moz-translate:0 -60%;-ms-translate:0 -60%;translate:0 -60%}9.70874%{-webkit-animation-timing-function:cubic-bezier(0.41, 0, 0.49, 1);animation-timing-function:cubic-bezier(0.41, 0, 0.49, 1);-webkit-translate:0 8.5%;-moz-translate:0 8.5%;-ms-translate:0 8.5%;translate:0 8.5%}23.4466%{-webkit-animation-timing-function:cubic-bezier(0.29, 0, 0.26, 1);animation-timing-function:cubic-bezier(0.29, 0, 0.26, 1);-webkit-translate:0 -22.5%;-moz-translate:0 -22.5%;-ms-translate:0 -22.5%;translate:0 -22.5%}47.7184%{-webkit-translate:0;-moz-translate:0;-ms-translate:0;translate:0}63.8835%{-webkit-animation-timing-function:cubic-bezier(1, 0, 0.78, 1);animation-timing-function:cubic-bezier(1, 0, 0.78, 1);-webkit-translate:0;-moz-translate:0;-ms-translate:0;translate:0}86.5534%{-webkit-translate:0 40.7%;-moz-translate:0 40.7%;-ms-translate:0 40.7%;translate:0 40.7%}to{-webkit-translate:0 40.7%;-moz-translate:0 40.7%;-ms-translate:0 40.7%;translate:0 40.7%}}@-webkit-keyframes card-fade-100{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}8.1068%{opacity:1}78.4466%{opacity:1}86.5534%{opacity:0}to{opacity:0}}@keyframes card-fade-100{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}8.1068%{opacity:1}78.4466%{opacity:1}86.5534%{opacity:0}to{opacity:0}}@-webkit-keyframes card-fade-60{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}8.1068%{opacity:.6}78.4466%{opacity:.6}86.5534%{opacity:0}to{opacity:0}}@keyframes card-fade-60{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}8.1068%{opacity:.6}78.4466%{opacity:.6}86.5534%{opacity:0}to{opacity:0}}@-webkit-keyframes card-fade-20{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}8.1068%{opacity:.2}78.4466%{opacity:.2}86.5534%{opacity:0}to{opacity:0}}@keyframes card-fade-20{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}8.1068%{opacity:.2}78.4466%{opacity:.2}86.5534%{opacity:0}to{opacity:0}}.adyen-checkout-ctp__card-animation{aspect-ratio:1/.438;-webkit-filter:grayscale(1);filter:grayscale(1);margin:40px auto 50px;max-width:100%;position:relative;width:140px}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer{background-size:contain !important;height:100%;opacity:0;position:absolute;width:100%}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:first-of-type{-webkit-animation:card-bounce 2.06s linear infinite both,card-fade-100 2.06s linear infinite both;animation:card-bounce 2.06s linear infinite both,card-fade-100 2.06s linear infinite both;-webkit-animation-delay:.1s;animation-delay:.1s;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056c.002-.012.002-.025.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849a.3.3 0 0 1-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118.104-.061.204-.122.301-.183 2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836c-.001.007.031.018.093.032.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539z'/%3E%3Cpath stroke='%23fff' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056c.002-.012.002-.025.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849a.3.3 0 0 1-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118.104-.061.204-.122.301-.183 2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836c-.001.007.031.018.093.032.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539'/%3E%3Cpath fill='%23fff' fill-opacity='.9' fill-rule='evenodd' d='M418.95 242.813c-1.166.08-3.042-.372-4.121-.994-.702-.405-.941-.755-1.527-2.243-2.373-6.017-6.517-11.028-13.679-16.54-6.921-5.325-13.863-9.053-24.178-12.987-2.215-.844-4.182-1.652-4.368-1.795-.687-.528-.979-1.482-.612-1.986.505-.691 2.349-1.081 3.824-.809.567.103 2.521.743 4.345 1.421 7.215 2.687 13.99 5.937 20.009 9.598 3.723 2.267 9.803 6.823 12.219 9.164 4.462 4.317 7.493 8.422 9.4 12.73 1.153 2.604 1.269 3.77.4 4.003a2.41 2.41 0 0 0-.548.23c-.132.08-.653.173-1.164.208zm-16.069-.701c-1.791.122-4.29-.719-4.965-1.671-.163-.23-.697-1.349-1.19-2.485-2.083-4.815-6.346-9.43-12.427-13.455-4.994-3.305-8.797-5.218-15.392-7.737-4.424-1.69-4.929-2-5.087-3.117-.146-1.06 1.961-1.804 4.061-1.431 1.457.258 8.467 2.972 11.969 4.634 11.594 5.498 19.993 12.484 23.913 19.889 2.008 3.792 1.779 5.192-.882 5.373zm-16.492-.659c-1.224-.015-2.768-.406-3.758-.951-.603-.332-.912-.797-1.614-2.437-2.575-6.024-8.768-10.833-18.898-14.676-4.447-1.688-5.038-2.104-4.718-3.324.158-.605.358-.757 1.34-1.02 1.642-.44 3.175-.146 7.121 1.365 6.068 2.325 10.298 4.621 14.525 7.881 4.345 3.352 6.465 5.882 8.069 9.62.915 2.141.839 2.79-.389 3.282-.375.149-1.131.266-1.678.26zm-15.379-.611c-.949.006-2.546-.385-3.476-.851-1.035-.519-1.424-1.045-1.796-2.434-.477-1.786-1.147-2.632-3.558-4.488s-3.719-2.531-6.931-3.584c-1.089-.356-2.302-.809-2.698-1.003-1.658-.818-1.914-2.296-.508-2.936 1.187-.544 2.67-.406 5.617.522 8.533 2.685 14.934 7.611 15.941 12.27.357 1.645-.521 2.495-2.591 2.504z'/%3E%3Crect width='110' height='74' fill='url(%23a)' rx='10' transform='matrix(.96593 -.25882 .7925 .60987 199.717 245.906)'/%3E%3Cg stroke='%23000' stroke-opacity='.8' stroke-width='2'%3E%3Cpath d='m233.447 236.868 46.846 36.05c.876.673.72 1.451-.347 1.737l-31.799 8.521M266.657 262.424l-33.731 9.038m17.126-21.816-33.73 9.038m115.215 13.423-46.846-36.05c-.875-.673-.72-1.451.347-1.737l31.799-8.52M298.327 246.551l33.731-9.038m-17.126 21.816 33.731-9.038'/%3E%3Crect width='112' height='76' x='-1.758' y='-.351' rx='11' style='mix-blend-mode:soft-light' transform='matrix(.96593 -.25882 .7925 .60987 199.935 245.314)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-12.604' x2='99.193' y1='0' y2='88.114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='.484' stop-color='%23b3b3b3'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49 638.209-50.009z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81L711.119 6.099z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187L791.162 67.695z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;opacity:1;z-index:3}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(2){-webkit-animation:card-bounce 2.06s linear infinite both,card-fade-60 2.06s linear infinite both;animation:card-bounce 2.06s linear infinite both,card-fade-60 2.06s linear infinite both;-webkit-animation-delay:50ms;animation-delay:50ms;opacity:.6;-webkit-transform:translateY(25%);transform:translateY(25%);z-index:2}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(2),.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(3){background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49 638.209-50.009z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81L711.119 6.099z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187L791.162 67.695z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(3){-webkit-animation:card-bounce 2.06s linear infinite both,card-fade-20 2.06s linear infinite both;animation:card-bounce 2.06s linear infinite both,card-fade-20 2.06s linear infinite both;opacity:.2;-webkit-transform:translateY(50%);transform:translateY(50%);z-index:1}.adyen-checkout-ctp__loading-subtitle{font-size:16px;line-height:19px;margin:0 auto 58px;max-width:280px;text-align:center}.adyen-checkout-ctp__section>.adyen-checkout__field.adyen-checkout__field--shopperLogin{margin-bottom:20px}.adyen-checkout__cashapp>.adyen-checkout__store-details{margin-bottom:16px;margin-top:0}.adyen-checkout__button-group{background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.adyen-checkout__button-group .adyen-checkout__button{background:transparent;border:0;-webkit-box-shadow:inset 0 0 0 1px #99a3ad;box-shadow:inset 0 0 0 1px #99a3ad;color:#00112c;font-size:.81em;font-weight:400;height:40px;line-height:40px;margin-right:8px;padding:0;text-align:center}.adyen-checkout__button-group .adyen-checkout__button:last-child{margin-right:0}.adyen-checkout__button-group .adyen-checkout__button:hover{background:transparent;-webkit-box-shadow:inset 0 0 0 2px #99a3ad;box-shadow:inset 0 0 0 2px #99a3ad}.adyen-checkout__button-group .adyen-checkout__button:active{background:#f7f8f9;-webkit-box-shadow:inset 0 0 0 2px #99a3ad;box-shadow:inset 0 0 0 2px #99a3ad}.adyen-checkout__button-group .adyen-checkout__button--disabled,.adyen-checkout__button-group .adyen-checkout__button--disabled:hover{cursor:not-allowed;opacity:.4;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout__button-group .adyen-checkout__button--selected,.adyen-checkout__button-group .adyen-checkout__button--selected:active,.adyen-checkout__button-group .adyen-checkout__button--selected:active:hover,.adyen-checkout__button-group .adyen-checkout__button--selected:hover{background:#e5efff;-webkit-box-shadow:inset 0 0 0 2px #0075ff;box-shadow:inset 0 0 0 2px #0075ff;color:#0075ff;font-weight:500;height:40px;-webkit-transition:none;transition:none}.adyen-checkout__button-group .adyen-checkout__button .adyen-checkout__button-group__input{opacity:0;pointer-events:none;position:absolute}.adyen-checkout__adyen-giving .adyen-checkout__status__icon{display:block;margin:56px auto 32px}.adyen-checkout__adyen-giving .adyen-checkout__status__text{color:#00112c;margin-bottom:56px;text-align:center}.adyen-checkout__campaign{background:#00112c;border-radius:6px;height:227px;overflow:hidden;position:relative}.adyen-checkout__campaign-link:hover .adyen-checkout__campaign-description{text-decoration:underline}.adyen-checkout__campaign-container{height:100%}.adyen-checkout__campaign-logo{border:2px solid rgba(255,255,255,.4);border-radius:3px;display:block;height:48px;margin-bottom:16px;overflow:hidden;width:48px}.adyen-checkout__campaign-background-image{background-color:#00112c;background-position:50%;background-size:cover;height:100%}.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:before{background:inherit;content:"";height:100%;position:absolute;-webkit-transition:-webkit-transform .6s ease-out;transition:-webkit-transform .6s ease-out;transition:transform .6s ease-out;transition:transform .6s ease-out, -webkit-transform .6s ease-out;width:100%}.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:hover:before{-webkit-transform:scale(1.1);transform:scale(1.1)}.adyen-checkout__campaign-link .adyen-checkout__campaign-content{pointer-events:none}.adyen-checkout__campaign-content{bottom:0;padding:16px;position:absolute;z-index:2}.adyen-checkout__campaign-description,.adyen-checkout__campaign-title{color:#fff;font-weight:400;margin:0}.adyen-checkout__campaign-title{font-size:1em;margin-bottom:8px}.adyen-checkout__campaign-description{font-size:.81em;line-height:19px}.adyen-checkout__adyen-giving-actions{margin-top:16px;text-align:center}.adyen-checkout__button.adyen-checkout__button--donate{margin:16px auto 8px}.adyen-checkout__button.adyen-checkout__button--decline{display:block;margin:auto;width:auto}.adyen-checkout__paywithgoogle{height:48px}.adyen-checkout__paywithgoogle>div>button,.adyen-checkout__paywithgoogle>div>button.long,.adyen-checkout__paywithgoogle>div>button.short{height:48px;-webkit-transition:background-color .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background-color .3s ease-out,-webkit-box-shadow .3s ease-out;transition:background-color .3s ease-out,box-shadow .3s ease-out;transition:background-color .3s ease-out,box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out}.adyen-checkout__paywithgoogle>div>button.long:focus,.adyen-checkout__paywithgoogle>div>button.short:focus,.adyen-checkout__paywithgoogle>div>button:focus{-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff;outline:0}.adyen-checkout__paywithgoogle>div>button.gpay-button{padding:15px 24px 13px}.adyen-checkout__econtext-input__field>.adyen-checkout__button--pay:only-child{margin-top:0}.adyen-checkout__voucher-result{border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;text-align:center}.adyen-checkout__voucher-result__bottom,.adyen-checkout__voucher-result__top{background:#fff;border:1px solid #d4d9db}.adyen-checkout__voucher-result__top{border-bottom:0;border-radius:12px 12px 0 0;padding:40px 0 24px}.adyen-checkout__voucher-result__bottom{border-radius:0 0 12px 12px;border-top:0}.adyen-checkout__voucher-result__separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:13px;margin:0 auto;position:relative;width:calc(100% - 14px)}.adyen-checkout__voucher-result__separator:after,.adyen-checkout__voucher-result__separator:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0ibTAgMCA1IDIgMS41IDRIN1YwSDBabTAgMTMgNS0yIDEuNS00SDd2NkgwWiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggc3Ryb2tlPSIjRDREOURCIiBkPSJNNi40MjMgNi41QzYuNDIzIDMuMzEyIDMuNzgzLjc1Ni41LjUxOGMzLjM4Ni4yMzYgNiAyLjg1NSA2IDUuOTgyIDAgMy4xMjctMi42MTQgNS43NDYtNiA1Ljk4M3YtLjAwMWMzLjI4NC0uMjM3IDUuOTIzLTIuNzk0IDUuOTIzLTUuOTgyWiIvPjxwYXRoIGZpbGw9IiNENEQ5REIiIGQ9Ik0wIDBoMXYxSDB6TTAgMTJoMXYxSDB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg3djEzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+")}.adyen-checkout__voucher-result__separator:before{left:-7px}.adyen-checkout__voucher-result__separator:after,.adyen-checkout__voucher-result__separator:before{background-position:100%;background-repeat:no-repeat;content:"";height:13px;position:absolute;top:0;width:7px}.adyen-checkout__voucher-result__separator:after{right:-7px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.adyen-checkout__voucher-result__separator__inner{border-top:1px solid #e6e9eb;width:100%}.adyen-checkout__voucher-result__image{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px;width:100%}.adyen-checkout__link--voucher-result-instructions{display:inline-block}.adyen-checkout__voucher-result__image__wrapper{display:block;height:48px;margin:0 24px;position:relative}.adyen-checkout__voucher-result__image__wrapper:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout__voucher-result__image__wrapper:nth-child(2):before{border-left:1px solid #d4d9db;content:"";height:64px;left:-24.5px;position:absolute;top:-8px;width:1px}.adyen-checkout__voucher-result__image__brand,.adyen-checkout__voucher-result__image__issuer{border-radius:3px;height:48px}.adyen-checkout__voucher-result__introduction{color:#00112c;font-size:.81em;line-height:19px;margin:0 auto;max-width:400px;text-align:center}.adyen-checkout__voucher-result__amount{color:#00112c;font-size:1em;font-weight:700;margin:24px auto 0;text-align:center}.adyen-checkout__voucher-result__surcharge{color:#687282;display:block;font-size:.81em;font-weight:400;line-height:19px;text-align:center}.adyen-checkout__voucher-result__code__label{display:block;font-weight:400;left:0;line-height:19px;margin:0 auto;position:absolute;right:0;top:-2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:auto}.adyen-checkout__voucher-result__code__label:before{content:"";position:absolute}.adyen-checkout__voucher-result__code__label__text{background:#fff;color:#00112c;font-size:13px;letter-spacing:normal;line-height:1;padding:0 8px}.adyen-checkout__voucher-result__code__barcode{display:block;height:56px;margin:0 auto 8px;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout__voucher-result__code{border-width:1px 0;color:#00112c;display:inline-block;font-size:1.5em;font-weight:700;letter-spacing:1px;line-height:1.2;margin:0 auto;padding:16px 48px;position:relative;text-align:center;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;width:100%;word-break:break-word}.adyen-checkout__voucher-result__details{list-style:none;margin:-1px auto 0;padding:0}.adyen-checkout__voucher-result__details__item{border-top:1px solid #e6e9eb;color:#00112c;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.81em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 24px;word-break:break-word}.adyen-checkout__voucher-result__details__item:last-child{margin-bottom:0}.adyen-checkout__voucher-result__details__label{max-width:50%;text-align:left}.adyen-checkout__voucher-result__details__value{font-weight:700;max-width:50%;text-align:right}.adyen-checkout__voucher-result__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0 auto 32px;max-width:100%;min-width:200px;padding:0;width:300px}.adyen-checkout__voucher-result__actions__item{margin:0 4px}.adyen-checkout__paypal__buttons{position:relative;z-index:0}.adyen-checkout__paypal__button{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}.adyen-checkout__paypal__button:empty{display:none}.adyen-checkout__paypal__status--pending{margin:16px 0}.adyen-checkout__paypal__status--processing{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px 0}.adyen-checkout__paypal-processing .adyen-checkout__paypal__button{display:none}.adyen-checkout__payment-method .adyen-checkout__paypal__status--pending{margin:-16px 0 38px}.adyen-checkout__payment-method .adyen-checkout__paypal__status--processing{padding:20px 0 65px}.adyen-checkout__phone-input{direction:ltr}.adyen-checkout__phone-input .adyen-checkout__input-wrapper{width:100%}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input{height:auto;padding:0}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input:focus{border:1px solid #0075ff;-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button{border:0;border-bottom-right-radius:0;border-top-right-radius:0;height:35px;width:auto}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after{-webkit-box-sizing:revert;box-sizing:revert;height:10px;left:60px}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input--phoneNumber{border:1px solid transparent;height:35px;margin-left:8px;padding-left:15px}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput:focus{border:1px solid #0075ff;-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__phoneNumber{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:65px;width:100%}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__countryFlag{position:absolute}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover{-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__threeds2__challenge,.adyen-checkout__threeds2__challenge-container{background-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;height:inherit;min-height:400px;overflow:hidden;position:relative;width:100%}.adyen-checkout__threeds2__challenge--01,.adyen-checkout__threeds2__challenge--01 .adyen-checkout__iframe--threeDSIframe{height:400px;width:250px}.adyen-checkout__threeds2__challenge--02,.adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe{height:400px;width:390px}.adyen-checkout__threeds2__challenge--03,.adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe{height:600px;width:500px}.adyen-checkout__threeds2__challenge--04,.adyen-checkout__threeds2__challenge--04 .adyen-checkout__iframe--threeDSIframe{height:400px;width:600px}.adyen-checkout__threeds2__challenge--05,.adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe{height:100%;width:100%}.adyen-checkout__iframe--threeDSIframe{border:0;left:0;position:absolute;top:0}.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__icon{display:block;margin:56px auto 32px}.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__text{color:#c12424;margin-bottom:56px;text-align:center}.adyen-checkout__qr-loader{background:#fff;border:1px solid #d4d9db;border-radius:12px;padding:40px;text-align:center}.adyen-checkout__qr-loader--result{padding:100px}.adyen-checkout__qr-loader--app{border:0;border-radius:0;padding:0}.adyen-checkout__qr-loader__brand-logo{border-radius:3px;width:74px}.adyen-checkout__qr-loader__subtitle{margin:32px auto 0;max-width:400px}.adyen-checkout__qr-loader__subtitle--result{margin-bottom:32px}.adyen-checkout__qr-loader__payment_amount,.adyen-checkout__qr-loader__subtitle{color:#00112c;font-size:1em;line-height:19px}.adyen-checkout__qr-loader__icon{height:88px;width:88px}.adyen-checkout__qr-loader__payment_amount{font-weight:700}.adyen-checkout__qr-loader__progress{background:#d4d9db;border-radius:24px;height:4px;margin:32px auto 12px;padding-right:3%;width:152px}[dir=rtl] .adyen-checkout__qr-loader__progress{padding-left:3%;padding-right:0}.adyen-checkout__qr-loader__percentage{background:#0075ff;border-radius:24px;display:block;height:100%}.adyen-checkout__qr-loader__countdown{color:#687282;font-size:.81em}.adyen-checkout__qr-loader>.adyen-checkout__spinner__wrapper{margin:60px 0}.adyen-checkout__qr-loader__app-link{display:none}.adyen-checkout__button.adyen-checkout__button--qr-loader{margin-top:24px;text-decoration:none}.adyen-checkout__qr-loader__instructions{color:#687282;font-size:1em;line-height:1.5;margin-top:32px}.adyen-checkout__qr-loader__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:32px}@media only screen and (max-device-width: 1200px){.adyen-checkout__qr-loader__app-link{display:block}}.adyen-checkout__voucher-result--boletobancario .adyen-checkout__voucher-result__code{font-size:.81em;line-height:19px;padding:24px;word-break:break-all}.adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code{font-size:.81em;line-height:19px;padding:24px;word-break:break-all}.adyen-checkout__alert-message{border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.81em;margin:0 0 16px;padding:12px;text-align:left}.adyen-checkout__alert-message--error{background:#fbe6ed}.adyen-checkout__alert-message--warning{background:#ffeacc}.adyen-checkout__alert-message--info{background:#e5efff}.adyen-checkout__alert-message__icon{height:14px;margin-right:8px;width:14px}.adyen-checkout__giftcard-result__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:1em;font-weight:400;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;width:100%}.adyen-checkout__giftcard-result__header__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout__giftcard-result__name{margin-left:8px}.adyen-checkout__giftcard-result__balance{list-style:none;margin:16px 0 0;padding:0}.adyen-checkout__giftcard-result__balance__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.adyen-checkout__giftcard-result__balance__item .adyen-checkout__giftcard-result__balance__title--transactionLimit{color:#687282}.adyen-checkout__giftcard-result__balance__item:last-child{margin-bottom:0}.adyen-checkout__giftcard-result__balance__value--amount{font-weight:700}.adyen-checkout__giftcard-result__remaining-balance{color:#687282;font-size:13px;line-height:19px;margin:8px auto 0;text-align:center}.DropinComponent-module_adyen-checkout__payment-methods-list__mAjAm{list-style:none;margin:0;padding:0}.DropinComponent-module_adyen-checkout__payment-method__nWdwg{display:block;max-height:60px}.DropinComponent-module_adyen-checkout__payment-method__details__-rsW7{display:none}.DropinComponent-module_adyen-checkout__payment-method__image__nB80V{height:26px;width:40px}.DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA{margin-right:8px}[dir=rtl] .DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA{margin-left:8px;margin-right:0}.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF{max-height:100%}.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF .DropinComponent-module_adyen-checkout__payment-method__details__-rsW7{display:block}.adyen-checkout__payment-method__disable-confirmation{background:#c12424;border-left:1px solid #b82222;border-right:1px solid #b82222;color:#fff;font-size:.81em;margin:0 -17px;max-height:0;opacity:0;overflow:hidden;-webkit-transition:opacity .15s ease-out,max-height .15s linear,margin-bottom .1s linear;transition:opacity .15s ease-out,max-height .15s linear,margin-bottom .1s linear}.adyen-checkout__payment-method__disable-confirmation.adyen-checkout__payment-method__disable-confirmation--open{margin-bottom:16px;max-height:62px;opacity:1}.adyen-checkout__payment-method__disable-confirmation__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px 16px}.adyen-checkout__payment-method__disable-confirmation__buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout__payment-method__disable-confirmation__button{background:#c12424;border:1px solid transparent;border-radius:6px;color:#fff;cursor:pointer;display:block;height:auto;line-height:14px;margin:0 0 0 8px;padding:8px;width:auto}.adyen-checkout__payment-method__disable-confirmation__button:hover,.adyen-checkout__payment-method__disable-confirmation__button:hover:focus{background:#ac2020;-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__payment-method__disable-confirmation__button:active,.adyen-checkout__payment-method__disable-confirmation__button:hover:active{background:#961c1c;-webkit-box-shadow:none;box-shadow:none}.adyen-checkout__payment-method__disable-confirmation__button--remove,.adyen-checkout__payment-method__disable-confirmation__button--remove:disabled{border-color:#fff}.adyen-checkout__payment-method__disable-confirmation__button--cancel,.adyen-checkout__payment-method__disable-confirmation__button--cancel:disabled{border-color:transparent}.adyen-checkout__payment-method{background:#fff;border:1px solid #e6e9eb;cursor:pointer;margin-top:-1px;position:relative;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;width:100%}.adyen-checkout__payment-method:focus{outline:0}.adyen-checkout__payment-method--selected+.adyen-checkout__payment-method,.adyen-checkout__payment-method:first-child{border-top-left-radius:12px;border-top-right-radius:12px;margin-top:0}.adyen-checkout__payment-method--next-selected,.adyen-checkout__payment-method:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px;margin-bottom:0}.adyen-checkout__payment-method--loading{opacity:.2}.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading{opacity:.9}.adyen-checkout__payment-method--confirming .adyen-checkout__payment-method__details__content,.adyen-checkout__payment-method--disabling{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout__payment-method--disabling{opacity:.3}.adyen-checkout__payment-method__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#00112c;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:1em;font-weight:400;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 16px 12px 44px;position:relative;-webkit-transition:background .1s ease-out;transition:background .1s ease-out;width:100%}[dir=rtl] .adyen-checkout__payment-method__header{padding:12px 44px 12px 12px}.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header{padding:16px}.adyen-checkout__payment-method__header__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;border:none;color:#00112c;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;font-size:1em;font-weight:400;margin-right:16px;max-width:100%;padding:4px}[dir=rtl] .adyen-checkout__payment-method__header__title{margin-left:16px;margin-right:0}.adyen-checkout__payment-method__surcharge{color:#687282;margin-left:5px}.adyen-checkout__payment-method--selected{background:#f7f8f9;border:1px solid #e6e9eb;border-radius:12px;cursor:default;margin:8px 0;-webkit-transition:margin .15s cubic-bezier(0.4, 0, 0.2, 1) 0ms,opacity .3s ease-out;transition:margin .15s cubic-bezier(0.4, 0, 0.2, 1) 0ms,opacity .3s ease-out}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header{-ms-flex-wrap:wrap;flex-wrap:wrap}.adyen-checkout__payment-method__details{padding:0 16px;position:relative}.adyen-checkout__payment-method__details__content>:last-child{margin-bottom:16px}.adyen-checkout__payment-method__image__wrapper{height:26px;position:relative;width:40px}.adyen-checkout__payment-method__image__wrapper--outline:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout__payment-method__image{border-radius:3px;display:block}.adyen-checkout__payment-method__brands{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-negative:1;flex-shrink:1;-ms-flex-wrap:wrap;flex-wrap:wrap;height:16px;margin:4px 0;overflow:hidden;text-align:right}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__brand-number{color:#687282;font-size:13px}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands{height:auto;overflow:visible;text-align:left}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper{display:inline-block;height:16px;margin-right:4px;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:24px}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:last-child{margin:0}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper{margin-bottom:4px}.adyen-checkout__payment-method__brands img{height:16px;width:24px}.adyen-checkout__payment-method__image__wrapper--disabled{opacity:.25}.adyen-checkout__payment-method__radio{background-color:#fff;border:1px solid #b9c4c9;border-radius:50%;height:16px;left:16px;position:absolute;-webkit-transition:border-color .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border-color .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border-color .2s ease-out,box-shadow .2s ease-out;transition:border-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;width:16px}[dir=rtl] .adyen-checkout__payment-method__radio{left:auto;right:16px}.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__radio{display:none}.adyen-checkout__payment-method__radio:after{background-color:#fff;border-radius:50%;content:"";display:block;height:6px;left:0;margin:0 auto;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;width:6px}.adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) .adyen-checkout__payment-method__radio{border-color:#99a3ad;-webkit-box-shadow:0 0 0 2px #d4d9db;box-shadow:0 0 0 2px #d4d9db;cursor:pointer}.adyen-checkout__payment-method__radio--selected{background-color:#0075ff;border:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.adyen-checkout__payment-method__radio--selected:hover{-webkit-box-shadow:0 0 0 2px rgba(0,102,255,.4);box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__payment-method__radio--selected:after{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.adyen-checkout__payment-method__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__payment-method__name--selected{font-weight:500}.adyen-checkout__payment-method__additional-info{color:#687282;font-size:.81em}.adyen-checkout__payment-method__name_wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.adyen-checkout__order-payment-methods-list{list-style:none;margin:0 auto 16px;padding:0}.adyen-checkout__order-payment-method{background:#fff;border:1px solid #e6e9eb;margin-top:-1px;position:relative;width:100%}.adyen-checkout__order-payment-method:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.adyen-checkout__order-payment-method:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.adyen-checkout__order-payment-method__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#00112c;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:1em;font-weight:500;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px;position:relative;-webkit-transition:background .1s ease-out;transition:background .1s ease-out;width:100%}.adyen-checkout__order-payment-method__header .adyen-checkout__payment-method__header__title{padding:0}.adyen-checkout__order-payment-method__details{padding:0 16px 16px}.adyen-checkout__order-payment-method__deducted-amount{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;line-height:1em}.adyen-checkout__order-payment-method__deducted-amount__label{font-size:.81em}.adyen-checkout__order-payment-method__deducted-amount__value{font-weight:500}.adyen-checkout__order-remaining-amount{background:#ffeacc;border-radius:6px;color:#7f4a00;display:block;font-size:.81em;margin-bottom:16px;padding:8px 16px;width:100%}.adyen-checkout__order-remaining-amount strong{font-weight:700}.adyen-checkout__status{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid #d4d9db;border-radius:6px;color:#00112c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1em;height:350px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:32px;text-align:center}.adyen-checkout__status__icon{margin-bottom:24px}.adyen-checkout__status .adyen-checkout__spinner__wrapper{max-height:88px}.adyen-checkout__dropin,.adyen-checkout__dropin *,.adyen-checkout__dropin :after,.adyen-checkout__dropin :before{-webkit-box-sizing:border-box;box-sizing:border-box}.adyen-checkout__payment-methods-list--loading{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout__instant-payment-methods-list{list-style:none;margin:0;padding:0}.adyen-checkout__instant-payment-methods-list li:not(:last-child){margin-bottom:8px}.adyen-checkout__link{color:#0075ff;text-decoration:none}.adyen-checkout__link:hover{text-decoration:underline}.AchInput-module_sf-input__wrapper__lfdiv{position:relative}.AchInput-module_sf-input__wrapper__lfdiv *,.AchInput-module_sf-input__wrapper__lfdiv :after,.AchInput-module_sf-input__wrapper__lfdiv :before{-webkit-box-sizing:border-box;box-sizing:border-box}.AchInput-module_adyen-checkout__input__8WwCR{display:block;max-height:100px}.adyen-checkout__loading-input__form{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.adyen-checkout__pm__holderName{margin-bottom:0}.adyen-checkout__fieldset__title+.adyen-checkout__ach-sf__form{margin-top:0}.adyen-checkout__ach-input .adyen-checkout__fieldset--address,.adyen-checkout__ach-sf__form{margin-top:16px}.adyen-checkout__loading-input__form{-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.adyen-checkout-phone-input--new{direction:ltr}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper{width:100%}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input{height:auto;padding:0}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input[focus-within]{border:1px solid #0075ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within{border:1px solid #0075ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input[focus-within] .adyen-checkout-dropdown--countrycode-selector{border-right:1px solid #0075ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within .adyen-checkout-dropdown--countrycode-selector{border-right:1px solid #0075ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button{border:0;border-bottom-right-radius:0;border-top-right-radius:0;height:35px;width:auto}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after{-webkit-box-sizing:revert;box-sizing:revert;height:10px}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover{-webkit-box-shadow:none;box-shadow:none}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number{border:1px solid transparent;height:35px;line-height:35px;min-height:35px;padding-bottom:0;padding-left:15px;padding-top:0}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number[focus-within]{border:1px solid #0075ff;-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number:focus-within{border:1px solid #0075ff;-webkit-box-shadow:0 0 0 2px #99c2ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-dropdown--countrycode-selector{border-right:1px solid #dce0e5;min-width:144px;width:144px}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input-holder--phone-input{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-phone-number{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:3;-ms-flex:3;flex:3}.adyen-checkout-phone-input--new .adyen-checkout-phone-input__error-holder{margin-top:-10px}.adyen-checkout__await{background:#fff;border:1px solid #d4d9db;border-radius:12px;padding:40px;text-align:center}.adyen-checkout__await--result{padding:100px}.adyen-checkout__qr-loader--app{border:0;border-radius:0;padding:0}.adyen-checkout__await__brand-logo{border-radius:3px;width:74px}.adyen-checkout__await__indicator-text,.adyen-checkout__await__subtitle{color:#00112c;font-size:1em;line-height:19px;margin-top:32px}.adyen-checkout__await__indicator-holder .adyen-checkout__await__indicator-text{margin-left:10px;margin-top:6px}.adyen-checkout__await__indicator-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;margin-top:32px}.adyen-checkout__await__subtitle--result{margin-bottom:32px}.adyen-checkout__await__icon{height:88px;width:88px}.adyen-checkout__await__progress{background:#d4d9db;border-radius:24px;height:4px;margin:32px auto 12px;width:152px}.adyen-checkout__await__percentage{background:#0075ff;border-radius:24px;display:block;height:100%}.adyen-checkout__await__countdown{color:#687282;font-size:.81em}.adyen-checkout__await>.adyen-checkout__spinner__wrapper{margin:60px 0}.adyen-checkout__await__app-link{display:none;margin-top:16px}@media only screen and (max-device-width: 1200px){.adyen-checkout__await__app-link{display:block}}.adyen-checkout__blik__helper{color:#00112c;font-size:1em;font-weight:400;margin:0 0 16px;padding:0}.adyen-checkout__bankTransfer__introduction{color:#00112c;font-size:.81em;font-weight:400;margin:0 0 16px;padding:0}.adyen-checkout__bankTransfer__emailField{margin:0 0 16px}.adyen-checkout__bacs--confirm{position:relative}.adyen-checkout__bacs--confirm .adyen-checkout-input__inline-validation--valid{display:none}.adyen-checkout__bacs .adyen-checkout__field--inactive{pointer-events:none}.adyen-checkout__bacs .adyen-checkout__bacs--edit{cursor:pointer;position:absolute;right:0;top:-25px;width:20%}.adyen-checkout__bacs .adyen-checkout__bacs--edit-dropin{top:-50px}[dir="ltr"] .adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button{text-align:right}[dir="rtl"] .adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button{text-align:left}.adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button{background:none;border:none;color:#0075ff;cursor:pointer;text-decoration:underline}.adyen-checkout__voucher-result__introduction{font-size:1em;max-width:420px}.adyen-checkout__klarna-widget{pointer-events:all}.adyen-checkout__field--vpa{margin-bottom:0}.adyen-checkout__segmented-control{background:#fff;border:1px solid #b9c4c9;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:4px;gap:4px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4px 5px}.adyen-checkout__segmented-control--disabled{pointer-events:none}.adyen-checkout__segmented-control--disabled>.adyen-checkout__segmented-control-segment{color:#8390a3}.adyen-checkout__segmented-control--disabled>.adyen-checkout__segmented-control-segment--selected{background:#f3f6f9;border:1.5px solid #8390a3}.adyen-checkout__segmented-control-segment{background:#fff;border:0;border-radius:6px;color:#0075ff;cursor:pointer;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-weight:500;height:40px;text-align:center;-webkit-transition:background .3s ease-out;transition:background .3s ease-out;width:100%}.adyen-checkout__segmented-control-segment:not(.adyen-checkout__segmented-control-segment--selected):hover{background-color:#f7f8f9}.adyen-checkout__segmented-control-segment:active{background-color:#f7f8f9;border:1.5px solid #687282}.adyen-checkout__segmented-control-segment--selected{background:#e5f1ff;border:1.5px solid #0075ff;color:#0075ff;font-weight:700}.adyen-checkout-radio-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;border:none;color:#00112c;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;font-size:1em;font-weight:400;max-width:100%;padding:4px}.adyen-checkout-radio-button[aria-checked=false]:hover>.adyen-checkout-radio-button__radio{border-color:#99a3ad;-webkit-box-shadow:0 0 0 2px #d4d9db;box-shadow:0 0 0 2px #d4d9db;cursor:pointer}.adyen-checkout-radio-button__radio{background-color:#fff;border:1px solid #b9c4c9;border-radius:50%;height:16px;-webkit-transition:border-color .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border-color .2s ease-out,-webkit-box-shadow .2s ease-out;transition:border-color .2s ease-out,box-shadow .2s ease-out;transition:border-color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;width:16px}[dir=rtl] .adyen-checkout-radio-button__radio{left:auto;right:16px}.adyen-checkout-radio-button__radio:after{background-color:#fff;border-radius:50%;content:"";display:block;height:6px;left:0;margin:0 auto;position:relative;right:0;top:50%;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;width:6px}.adyen-checkout-radio-button__radio--selected{background-color:#0075ff;border:0;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.adyen-checkout-radio-button__radio--selected:hover{-webkit-box-shadow:0 0 0 2px rgba(0,102,255,.4);box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout-radio-button__radio--selected:after{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.adyen-checkout-upi-app-item-header{padding:6px 16px 6px 32px;position:relative}.adyen-checkout-upi-app-item{cursor:pointer;margin-top:-1px;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;width:100%}.adyen-checkout-upi-app-item:first-child{margin-top:0}.adyen-checkout-upi-app-item--selected{cursor:default;-webkit-transition:margin .15s cubic-bezier(0.4, 0, 0.2, 1) 0ms,opacity .3s ease-out;transition:margin .15s cubic-bezier(0.4, 0, 0.2, 1) 0ms,opacity .3s ease-out}.adyen-checkout-upi-app-item .adyen-checkout-radio-button__radio{left:0;position:absolute}.adyen-checkout-upi-app-list{list-style:none;margin:0;padding:0}.adyen-checkout-upi-app-list--loading{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adyen-checkout_upi-mode-selection-text{font-size:13px;font-weight:400;line-height:19px;margin-bottom:7px;margin-top:0}.adyen-checkout__segmented-control--upi-margin-bottom{margin-bottom:16px}.adyen-checkout-upi-area-intent .adyen-checkout__button--pay{margin-top:16px}.adyen-checkout-upi-area-qr-code .adyen-checkout__button--pay{margin-top:0}.adyen-checkout-trustly{margin-bottom:16px}.adyen-checkout-trustly__descriptor{font-size:1em;font-weight:500;margin:0 0 4px}.adyen-checkout-trustly__description-list{font-size:.81em;line-height:1.5;list-style-type:disc;margin:0;padding-left:20px}.adyen-checkout-payme-instructions{color:#5c687c;font-size:.81em;line-height:20px;text-align:center}[dir="ltr"] .adyen-checkout-payme-instructions__steps{padding-left:0}[dir="rtl"] .adyen-checkout-payme-instructions__steps{padding-right:0}.adyen-checkout-payme-instructions__steps{list-style-position:inside;margin:16px 0;padding-bottom:8px}.adyen-checkout-sr-panel{font-size:.75em;margin-bottom:20px}.adyen-checkout-sr-panel--sr-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2019 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 26.03.2019
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.usc-dropin-container #dropin-container {
  margin: 0 0 10px;
}

.usc-dropin-container #sepa-notification {
  display: none;
}

.usc-dropin-container .form-payment-info-container {
  background: #f7f8f9;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 16px 16px 56px;
  border: 1px solid #e6e9eb;
}

.usc-dropin-container .form-payment-info-container::before {
  content: "";
  background: url("/images/info.svg") no-repeat;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  margin-right: 20px;
  left: 20px;
}

.usc-dropin-container .form-payment-info-container .form-payment-info {
  padding-top: 0;
  max-width: 95%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .5px;
  color: #2e3742;
  margin-top: 0;
  text-align: left;
}

.usc-dropin-container .form-payment-info-container .form-payment-info b {
  font-weight: 700;
}

#account #form-payment #validation-error {
  display: none;
}

#account #form-payment #validation-error.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#account #form-payment #back-group {
  display: none;
}

#account #form-payment #submit-group {
  width: auto;
}

#account #form-payment #submit-group input[type=submit] {
  margin-left: 0;
}

#account #form-payment #dropin-container ul.adyen-checkout__payment-methods-list {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1080px) {
  .container.dropin .payment-form-drop-in__buttons.mobile {
    display: none;
  }
}

@media (max-width: 1080px) {
  .container.dropin .payment-form-drop-in__buttons.desktop,
  .container.dropin #back-group-duplicate,
  .container.dropin #submit-group-duplicate {
    display: none;
  }
}

.container.dropin .payment-form-drop-in__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  width: 100%;
}

.container.dropin #data_protection-group-duplicate,
.container.dropin #additional-legal-group-duplicate {
  display: none !important;
}

.payment-form-drop-in-container #AdyenApi-createSession {
  display: none;
}

.payment-form-drop-in-container #first_name-group {
  margin-top: 0;
}

@media (min-width: 768px) {
  .payment-form-drop-in-container #last_name-group {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .payment-form-drop-in-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.payment-form-drop-in__card {
  border: 1px solid #e7eaee;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .payment-form-drop-in__card {
    border: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 0;
  }
}

.payment-form-drop-in__card.open {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
          box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
}

.payment-form-drop-in__card.open .payment-form-drop-in__card-header {
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #e7eaee;
}

.payment-form-drop-in__card.open .payment-form-drop-in__card-header svg.complete {
  display: none;
}

.payment-form-drop-in__card.open.billing-info .payment-form-drop-in__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment-form-drop-in__card.open.payment-info .payment-form-drop-in__card-body {
  display: block;
}

.payment-form-drop-in__card.complete .payment-form-drop-in__card-header svg.complete,
.payment-form-drop-in__card.complete .payment-form-drop-in__card-header button {
  display: block;
}

.payment-form-drop-in__card.complete.open .payment-form-drop-in__card-header button {
  display: none;
}

.payment-form-drop-in__card-header {
  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;
  border-bottom: 1px solid #e7eaee;
  padding: 16px 24px;
  background-color: #f9f9f9;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: .5px;
  text-align: left;
  border-radius: 6px;
  border-bottom: none;
}

@media (max-width: 480px) {
  .payment-form-drop-in__card-header {
    border-top: 1px solid #e7eaee;
    border-bottom: 1px solid #e7eaee;
    border-radius: 0 !important;
  }
}

.payment-form-drop-in__card-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-form-drop-in__card-header button {
  display: none;
  background: none;
  border: none;
  padding: 0;
  color: #2e70ce;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.payment-form-drop-in__card-header svg {
  margin-right: 14px;
  display: none;
}

.payment-form-drop-in__card-header svg.complete {
  display: none;
}

.payment-form-drop-in__card-body {
  padding: 32px 24px;
  display: none;
}

.payment-form-drop-in__card.payment-info .payment-form-drop-in__card-body #validation-error.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 480px) {
  .payment-form-drop-in__card.billing-info {
    margin-bottom: 24px;
  }
}

.payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .confirm-button {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in .form-group {
  margin: 16px 0;
}

.payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in .form-group.alert.alert-danger {
  position: absolute;
  margin: 4px 0 0 0;
}

@media (max-width: 768px) {
  .payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in .form-group {
    margin: 24px 0;
  }
}

.payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in #country-group,
.payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in #data_protection-group {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in #country-group,
  .payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in #data_protection-group {
    margin-bottom: 24px;
  }
}

.payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in #data_protection-group,
.payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in #additional-legal-group {
  display: block !important;
}

@media (min-width: 768px) {
  .payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in .col-sm-6+.col-sm-6,
  .payment-form-drop-in__card.billing-info .payment-form-drop-in__card-body .payment-form-drop-in #city-group {
    padding-left: 16px;
  }
}

.payment-form-drop-in__card.billing-info .smm-payment-form__billing-info,
.payment-form-drop-in__card.billing-info #back-group,
.payment-form-drop-in__card.billing-info #submit-group {
  display: none !important;
}

.smm-payment-form input,
.smm-payment-form select,
.smm-payment-form .chosen-container,
.smm-payment-form .secureField {
  padding: 12px 16px;
  background-color: #f9f9f9;
  border: 1px solid #e7eaee;
  border-radius: 6px;
  width: 100%;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #2e3742;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.smm-payment-form input::-webkit-input-placeholder,
.smm-payment-form select::-webkit-input-placeholder,
.smm-payment-form .chosen-container::-webkit-input-placeholder,
.smm-payment-form .secureField::-webkit-input-placeholder {
  color: #8c9bb0;
}

.smm-payment-form input::-moz-placeholder,
.smm-payment-form select::-moz-placeholder,
.smm-payment-form .chosen-container::-moz-placeholder,
.smm-payment-form .secureField::-moz-placeholder {
  color: #8c9bb0;
}

.smm-payment-form input:-ms-input-placeholder,
.smm-payment-form select:-ms-input-placeholder,
.smm-payment-form .chosen-container:-ms-input-placeholder,
.smm-payment-form .secureField:-ms-input-placeholder {
  color: #8c9bb0;
}

.smm-payment-form input::-ms-input-placeholder,
.smm-payment-form select::-ms-input-placeholder,
.smm-payment-form .chosen-container::-ms-input-placeholder,
.smm-payment-form .secureField::-ms-input-placeholder {
  color: #8c9bb0;
}

.smm-payment-form input::placeholder,
.smm-payment-form select::placeholder,
.smm-payment-form .chosen-container::placeholder,
.smm-payment-form .secureField::placeholder {
  color: #8c9bb0;
}

.smm-payment-form input:focus,
.smm-payment-form select:focus,
.smm-payment-form .chosen-container:focus,
.smm-payment-form .secureField:focus {
  border-color: #2e70ce;
  -webkit-box-shadow: 0 0 0 1px #2e70ce;
          box-shadow: 0 0 0 1px #2e70ce;
}

.smm-payment-form input:hover,
.smm-payment-form select:hover,
.smm-payment-form .chosen-container:hover,
.smm-payment-form .secureField:hover {
  background-color: #e7eaee;
}

.smm-payment-form input:disabled,
.smm-payment-form select:disabled,
.smm-payment-form .chosen-container:disabled,
.smm-payment-form .secureField:disabled {
  opacity: .5;
}

.smm-payment-form input[type=radio],
.smm-payment-form select[type=radio],
.smm-payment-form .chosen-container[type=radio],
.smm-payment-form .secureField[type=radio] {
  border: 1px solid #8c9bb0;
  border-radius: 50%;
}

.smm-payment-form input[type=submit],
.smm-payment-form select[type=submit],
.smm-payment-form .chosen-container[type=submit],
.smm-payment-form .secureField[type=submit] {
  padding: 12px 24px !important;
  background-color: #2e70ce !important;
  font-weight: 700;
  color: #fff;
  width: auto !important;
}

.smm-payment-form label {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #2e3742;
  padding-bottom: 4px;
  margin: 0;
}

.smm-payment-form .checkbox-input[\:has\(ins.focus-visible\)] {
  outline: 2px solid #2e70ce;
  outline-offset: 2px;
}

.smm-payment-form .checkbox-input:has(ins.focus-visible) {
  outline: 2px solid #2e70ce;
  outline-offset: 2px;
}

.smm-payment-form .checkbox-input[\:has\(ins\:focus-visible\)] {
  outline: 2px solid #2e70ce;
  outline-offset: 2px;
}

.smm-payment-form .checkbox-input:has(ins:focus-visible) {
  outline: 2px solid #2e70ce;
  outline-offset: 2px;
}

.smm-payment-form .alert-danger {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b80028 !important;
}

.smm-payment-form .alert-danger a {
  font-size: 15px;
}

.smm-payment-form .form-group[\:has\(.alert-danger\:not\(\:empty\)\)] label {
  color: #b80028;
}

.smm-payment-form .form-group:has(.alert-danger:not(:empty)) label {
  color: #b80028;
}

.smm-payment-form .form-group[\:has\(.alert-danger\:not\(\:empty\)\)] input,
.smm-payment-form .form-group[\:has\(.alert-danger\:not\(\:empty\)\)] select {
  border: 2px solid #b80028;
}

.smm-payment-form .form-group:has(.alert-danger:not(:empty)) input,
.smm-payment-form .form-group:has(.alert-danger:not(:empty)) select {
  border: 2px solid #b80028;
}

.smm-payment-form .form-group[\:has\(.alert-danger\:not\(\:empty\)\)] input:focus,
.smm-payment-form .form-group[\:has\(.alert-danger\:not\(\:empty\)\)] select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.smm-payment-form .form-group:has(.alert-danger:not(:empty)) input:focus,
.smm-payment-form .form-group:has(.alert-danger:not(:empty)) select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.smm-payment-form h3 {
  margin: 0 0 30px;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #4a4d51;
}

.smm-payment-form__payment-subtitle {
  text-align: left;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0 0 32px 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1.2px;
  color: #191e24;
}

.smm-payment-form__payment-method-buttons {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.smm-payment-form__payment-method-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  min-height: 25px;
  color: #4a4d51 !important;
  background: transparent;
  outline: none !important;
  white-space: normal;
  overflow: hidden;
  padding: 32px 8px 32px 34px;
  border-bottom: 1px solid #e7eaee !important;
  font-size: 16px;
  text-align: left;
  display: block;
  float: none;
  width: 100% !important;
  position: relative;
}

.smm-payment-form__payment-method-button:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 0;
}

.smm-payment-form__payment-method-button.active {
  background: none !important;
  color: #4a4d51 !important;
}

.smm-payment-form__payment-method-button.active:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #2e70ce;
  position: absolute;
  top: 34px;
  left: 4px;
}

.smm-payment-form__billing-info {
  margin-top: 48px;
}

.smm-payment-form .AdyenApi-saveSepaPaymentMethod {
  background: url("/images/payment-methods/Mastercard.png") no-repeat center right !important;
}

.smm-payment-form .AdyenApi-savePaymentMethod {
  background: url("/images/payment-methods/CreditCards.png") no-repeat center right !important;
}

.smm-payment-form .Braintree-savePaymentMethod {
  background: url("/images/payment-methods/Paypal.png") no-repeat center right !important;
}

.smm-payment-form__security-hint {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  color: #4a4d51;
}

.smm-payment-form__security-hint:before {
  margin-right: 5px;
  font-family: "FontAwesome";
  content: "";
}

.smm-payment-form fieldset {
  padding: 12px 0;
  border-bottom: 1px solid #e7eaee !important;
}

.smm-payment-form fieldset .panel-body {
  padding: 0;
}

.smm-payment-form fieldset .row {
  margin: 0;
}

.smm-payment-form label {
  padding-bottom: 0;
}

.smm-payment-form .form-group {
  padding: 0;
  clear: both;
  margin: 20px 0;
}

.smm-payment-form .form-payment-info-container {
  padding: 16px;
  background: #e7eaee;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 56px;
}

.smm-payment-form .form-payment-info-container::before {
  content: "";
  background: url("/images/info.svg") no-repeat;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  margin-right: 20px;
  left: 20px;
}

.smm-payment-form .form-payment-info-container .form-payment-info {
  padding-top: 0;
  max-width: 95%;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #2e3742;
  margin-top: 0;
  text-align: left;
}

.smm-payment-form .form-payment-info-container .form-payment-info b {
  font-weight: 700;
}

.smm-payment-form .form-payment-title,
.smm-payment-form .form-payment-link,
.smm-payment-form .form-payment-smallinfo {
  display: none;
}

.smm-payment-form .form-payment-note {
  margin: 20px 0;
  color: #4a4d51;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #191e24;
}

.smm-payment-form .popover {
  padding: 0;
  margin: 0;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  max-width: 200px;
  width: 200px;
  position: absolute !important;
  z-index: 4;
}

.smm-payment-form .popover .arrow {
  display: none;
}

.smm-payment-form .popover .popover-content {
  padding: 0;
  margin: 0;
}

.smm-payment-form .popover .popover-content .cvc-popover-image {
  width: 200px;
  height: 130px;
  background-image: url('/images/checkout-payment/cvc.png');
  background-size: 200px 130px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-payment-form .popover .popover-content .cvc-popover-image {
    background-image: url('/images/checkout-payment/cvc@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-payment-form .popover .popover-content .cvc-popover-image {
    background-image: url('/images/checkout-payment/cvc@3x.png');
  }
}

.smm-payment-form #cvc-group label .fa {
  margin-left: 5px;
}

.smm-payment-form #cvc-group label .fa:hover {
  color: #4a4d51;
}

.smm-payment-form #expirationYear-group label {
  visibility: hidden;
  display: none;
}

.smm-payment-form #country_chosen {
  width: 100% !important;
}

.smm-payment-form #terms-group a {
  font-size: 14px;
  color: #4a4d51;
  text-decoration: underline;
}

.smm-payment-form #terms-group a:hover {
  color: #4a4d51;
}

.smm-payment-form #submit-group .alert-danger {
  padding: 0 0 25px;
  font-size: 14px;
}

.smm-payment-form #submit-group input[type=submit] {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .smm-payment-form .form-group {
    clear: none;
  }

  .smm-payment-form .form-group.checkbox-group {
    clear: both;
  }

  .smm-payment-form #number-group {
    padding-right: 15px;
  }

  .smm-payment-form #city-group {
    padding-left: 15px;
  }

  .smm-payment-form #expirationYear-group label {
    display: block;
  }
}

.smm-payment-form .secureField {
  height: 42px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #f8f6f3;
}

.smm-payment-form .secureField:hover {
  background: #f9f9f9 !important;
}

.smm-payment-form #holderName-group input:hover {
  background: #f9f9f9 !important;
}

.smm-payment-form #holderName-group input:focus {
  border: 1px solid #e7eaee;
}

.smm-payment-form__free-trial-info-title,
.smm-payment-form__free-trial-info-paragraph,
.smm-payment-form__free-trial-info-notice {
  display: none;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: #4a4d51;
}

@media (min-width: 1080px) {
  .smm-payment-form__free-trial-info-title,
  .smm-payment-form__free-trial-info-paragraph,
  .smm-payment-form__free-trial-info-notice {
    display: block;
  }
}

.smm-payment-form__free-trial-info-title--duplicate,
.smm-payment-form__free-trial-info-paragraph--duplicate,
.smm-payment-form__free-trial-info-notice--duplicate {
  display: block;
}

@media (min-width: 1080px) {
  .smm-payment-form__free-trial-info-title--duplicate,
  .smm-payment-form__free-trial-info-paragraph--duplicate,
  .smm-payment-form__free-trial-info-notice--duplicate {
    display: none;
  }
}

.smm-payment-form__free-trial-info-title {
  margin: 20px 0 8px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.smm-payment-form__free-trial-info-title--duplicate {
  margin-top: 40px;
}

.smm-payment-form__free-trial-info-notice {
  width: 100%;
  margin-top: 40px;
  clear: both;
}

.smm-payment-form__free-trial-info-notice:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  font-family: "FontAwesome";
}

@media (max-width: 1079px) {
  .smm-payment-form__payment-method-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .smm-payment-form__payment-method-button {
    padding-right: 0;
  }

  .smm-payment-form__payment-method-button:first-child {
    margin-top: 0;
    left: -1px;
  }
}

.smm-payment-form.with-checkout-summary #data_protection-group,
.smm-payment-form.with-checkout-summary #additional-legal-group,
.smm-payment-form.with-checkout-summary #terms-group,
.smm-payment-form.with-checkout-summary #submit-group,
.smm-payment-form.with-checkout-summary #back-group {
  display: none;
}

@media (min-width: 1080px) {
  .smm-payment-form.with-checkout-summary #data_protection-group,
  .smm-payment-form.with-checkout-summary #additional-legal-group,
  .smm-payment-form.with-checkout-summary #terms-group,
  .smm-payment-form.with-checkout-summary #submit-group,
  .smm-payment-form.with-checkout-summary #back-group {
    display: block;
  }
}

.smm-payment-form.with-checkout-summary #submit-group,
.smm-payment-form.with-checkout-summary #back-group {
  padding: 0;
}

body.checkout-payment #back-group-duplicate {
  padding: 0 16px 0 0;
  margin: 15px 16px 15px 0;
}

@media (min-width: 620px) {
  body.checkout-payment #back-group-duplicate {
    margin: 35px 0;
  }
}

body.checkout-payment #submit-group-duplicate {
  padding: 0;
}

body.checkout-payment #data_protection-group label,
body.checkout-payment #data_protection-group-duplicate label {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

@media (min-width: 620px) {
  body.checkout-payment #data_protection-group label,
  body.checkout-payment #data_protection-group-duplicate label {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

body.checkout-payment #data_protection-group-duplicate,
body.checkout-payment #additional-legal-group-duplicate,
body.checkout-payment #terms-group-duplicate,
body.checkout-payment #submit-group-duplicate,
body.checkout-payment #back-group-duplicate {
  display: block;
}

@media (min-width: 1080px) {
  body.checkout-payment #data_protection-group-duplicate,
  body.checkout-payment #additional-legal-group-duplicate,
  body.checkout-payment #terms-group-duplicate,
  body.checkout-payment #submit-group-duplicate,
  body.checkout-payment #back-group-duplicate {
    display: none;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-payment-method-failed-alert {
  padding-right: 40px;
  background: #b80028;
  position: relative;
  display: none;
}

.smm-payment-method-failed-alert__link {
  color: #fff !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  text-decoration: none !important;
}

.smm-payment-method-failed-alert__dismiss-button {
  margin: 0;
  padding: 0;
  top: 15px !important;
  right: 15px !important;
  height: 18px;
  width: 18px;
  background: url("/images/close-white.svg");
}

@media (min-width: 1080px) {
  .smm-payment-method-failed-alert {
    padding-left: 80px;
    padding-right: 80px;
  }

  .smm-payment-method-failed-alert__dismiss-button {
    right: 40px !important;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-payment-method-failed__button,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.smm-payment-method-failed__button,
.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.smm-payment-method-failed__button:hover,
.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.smm-payment-method-failed__button:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-payment-method-failed__exclamation {
  margin: 0 0 25px;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 64px;
  height: 64px;
  width: 64px;
  color: #b80028;
  border: 2px solid #b80028;
}

.smm-payment-method-failed h3 {
  margin: 0 0 25px !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #191e24;
}

.smm-payment-method-failed__title,
.smm-payment-method-failed__subtitle {
  color: #4a4d51 !important;
  text-align: center !important;
}

.smm-payment-method-failed__button {
  margin: 25px 0 0;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-payment-method-add-alert__button.form-button,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-payment-method-add-alert__button.form-button {
  padding: 5px 20px !important;
  letter-spacing: -0.1px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-payment-method-add-alert__button.form-button {
  background: #f9f9f9 !important;
  color: #2e70ce !important;
}

.usc-payment-method-add-alert__button.form-button:hover {
  background: #e7eaee !important;
}

.usc-payment-method-add-alert__button.form-button:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.usc-payment-method-add {
  overflow: scroll;
}

.usc-payment-method-add-alert {
  background: #2e70ce;
  cursor: pointer;
  position: relative;
  display: none;
}

.usc-payment-method-add-alert__message {
  color: #fff !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  text-decoration: none !important;
}

.usc-payment-method-add-alert__button.form-button {
  margin: 0 6px 0 !important;
  position: relative;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 30.11.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button-rebrand--main,
.usc-button-rebrand--default {
  color: rgba(255,255,255,.95) !important;
  background: #2e70ce;
}

.usc-button-rebrand--main:hover,
.usc-button-rebrand--default:hover {
  text-decoration: none;
  color: rgba(255,255,255,.95) !important;
  background: #2457a0;
}

.usc-button-rebrand--main:active,
.usc-button-rebrand--default:active {
  background: #1c447c;
}

.usc-button-rebrand--main:disabled,
.usc-button-rebrand--default:disabled {
  opacity: .5;
}

.usc-button-rebrand--inverted {
  background: #146ceb;
  color: rgba(255,255,255,.95) !important;
}

.usc-button-rebrand--inverted:hover {
  text-decoration: none;
  color: rgba(255,255,255,.95) !important;
  background: #146ceb;
}

.usc-button-rebrand--inverted:disabled {
  opacity: .5;
}

.usc-button-rebrand--dim {
  color: #2e70ce !important;
  background: #f9f9f9;
}

.usc-button-rebrand--dim:hover {
  text-decoration: none;
  color: #2e70ce !important;
  background: #e7eaee;
}

.usc-button-rebrand--dim:disabled {
  opacity: .5;
}

.usc-button-rebrand--inverted {
  background: #2e3742;
  color: rgba(255,255,255,.95) !important;
}

.usc-button-rebrand--inverted:hover {
  text-decoration: none;
  color: rgba(255,255,255,.95) !important;
  background: #262d36;
}

.usc-button-rebrand--inverted:disabled {
  opacity: .5;
}

.usc-button-rebrand--negative {
  color: rgba(255,255,255,.95) !important;
  background: #3b4654;
}

.usc-button-rebrand--negative:hover {
  text-decoration: none;
  color: rgba(255,255,255,.95) !important;
  background: #262d36;
}

.usc-button-rebrand--negative:disabled {
  opacity: .5;
}

.usc-button-rebrand--inverted {
  background: #f9f9f9;
  color: #191e24 !important;
}

.usc-button-rebrand--inverted:hover {
  text-decoration: none;
  color: #191e24 !important;
  background: #c7c7c7;
}

.usc-button-rebrand--inverted:disabled {
  opacity: .5;
}

.smm-reactivation__payment-method-button,
.usc-button-rebrand {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  border: none !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
  border-radius: 6px;
}

.usc-button-rebrand--small {
  padding: 6px 8px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

.usc-button-rebrand--medium,
.usc-button-rebrand--default {
  padding: 12px 24px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

.usc-button-rebrand--large {
  padding: 18px 32px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.45px;
}

.smm-reactivation__payment-method-button:hover,
.usc-button-rebrand:hover {
  text-decoration: none;
}

.smm-reactivation__payment-method-button.focus-visible,
.usc-button-rebrand.focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: 4px;
}

.smm-reactivation__payment-method-button:focus-visible,
.usc-button-rebrand:focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: 4px;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-reactivation__title {
  margin: 30px 0 15px !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #4a4d51 !important;
}

.smm-reactivation__subtitle {
  font-size: 14px !important;
  color: #4a4d51;
}

.smm-reactivation .smm-payment-saved-method,
.smm-reactivation__payment-form-wrapper {
  padding: 16px 8px;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  cursor: pointer;
}

.smm-reactivation .smm-payment-saved-method .usc-dropin-container,
.smm-reactivation__payment-form-wrapper .usc-dropin-container {
  margin-top: 24px;
}

.smm-reactivation .smm-payment-saved-method.active,
.smm-reactivation .smm-payment-saved-method.hover,
.smm-reactivation__payment-form-wrapper.active,
.smm-reactivation__payment-form-wrapper.hover {
  background: transparent;
}

.smm-reactivation .smm-payment-form {
  display: none;
}

.smm-reactivation__payment-form-wrapper.active .smm-payment-form {
  display: block;
}

.smm-reactivation__payment-form-text {
  font-size: 16px;
  color: #191e24;
}

.smm-reactivation__payment-method-form ul {
  padding: 0;
  margin: 0;
}

.smm-reactivation__payment-method-button-wrapper {
  text-align: left;
  display: none;
}

.smm-reactivation__payment-method-button-wrapper :first-child {
  margin-right: 12px !important;
}

@media (min-width: 1080px) {
  .smm-reactivation__payment-method-button-wrapper {
    display: block;
  }
}

.smm-reactivation__payment-method-button {
  margin: 32px 0 !important;
  position: relative;
}

.smm-reactivation.payment .container {
  width: auto !important;
}

.smm-reactivation.payment .form-overview {
  margin: 16px 0 !important;
}

.smm-reactivation.payment .form-overview.w-right {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 620px) {
  .smm-reactivation .smm-payment-saved-method,
  .smm-reactivation__payment-form-wrapper {
    padding: 16px;
  }
}

.smm-reactivation #back-group-duplicate {
  padding: 0 16px 0 0;
  margin: 15px 16px 15px 0;
}

@media (min-width: 620px) {
  .smm-reactivation #back-group-duplicate {
    margin: 35px 0;
  }
}

.smm-reactivation #submit-group-duplicate {
  padding: 0;
}

.smm-reactivation #submit-group-duplicate input[type=submit],
.smm-reactivation #back-group-duplicate .smm-registration-form__back {
  display: none;
}

.smm-reactivation #reactivation-submit-group {
  display: none;
}

@media (min-width: 1080px) {
  .smm-reactivation #reactivation-submit-group {
    display: block;
  }
}

.smm-reactivation.payment #data_protection-group-duplicate {
  display: none;
}

@media (min-width: 1080px) {
  .smm-reactivation.payment #data_protection-group-duplicate {
    display: none !important;
  }
}

.smm-reactivation #reactivation-submit-group-duplicate {
  display: block;
}

@media (min-width: 1080px) {
  .smm-reactivation #reactivation-submit-group-duplicate {
    display: none !important;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 30.11.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.usc-reactivation-modal__title {
  margin: 0;
  padding: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #4a4d51;
}

.usc-reactivation-modal__subtitle {
  margin: 25px 0;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: left !important;
}

.usc-reactivation-modal__buttons {
  margin: 25px 0 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.usc-reactivation-modal__button.form-button {
  margin: 0 0 15px !important;
  position: relative;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-voucher-alert__button.form-button,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-voucher-alert__button.form-button {
  padding: 5px 20px !important;
  letter-spacing: -0.1px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-voucher-alert__button.form-button {
  background: #f9f9f9 !important;
  color: #2e70ce !important;
}

.usc-voucher-alert__button.form-button:hover {
  background: #e7eaee !important;
}

.usc-voucher-alert__button.form-button:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.usc-voucher-alert {
  display: none;
  padding-right: 40px;
}

.usc-voucher-alert.default {
  background: #2e70ce;
  position: relative;
}

.usc-voucher-alert__message {
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 14px !important;
}

.usc-voucher-alert__button.form-button {
  margin: 0 6px 0 !important;
  position: relative;
  display: inline-block;
}

.usc-voucher-alert__dismiss-button {
  margin: 0;
  padding: 0;
  top: 15px !important;
  right: 15px !important;
  height: 18px;
  width: 18px;
  background: url("/images/close-white.svg");
}

.voucher-alert-popup h3 {
  margin: 0 0 25px !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #191e24;
}

.voucher-alert-popup p {
  text-align: left;
  color: #4d4d4d;
  margin: 0 0 25px;
  padding: 0;
  font-size: 16px;
}

.voucher-alert-popup button {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700;
  font-size: 16px !important;
  height: auto !important;
  line-height: 24px !important;
  min-height: 44px;
  background: #115471 !important;
  color: #fff !important;
  outline: 0;
  white-space: normal;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

#type_chosen .chosen-drop {
  width: 270px;
}

#type_chosen .chosen-drop .dropdown-menu {
  display: block;
}

#type_chosen .chosen-drop .info {
  color: #636e7d;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .26px;
  line-height: 17px;
  padding: 15px;
  border-top: 1px solid #f8f6f3;
}

#type_chosen .chosen-drop .switches {
  width: 100%;
  padding: 0 15px;
}

#type_chosen .chosen-drop .switches .form-switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 15px 0;
}

#type_chosen .chosen-drop .switches .form-switch label {
  color: #4a4d51;
  cursor: pointer;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  letter-spacing: .26px;
  line-height: 17px;
  display: inline-block;
  padding: 8px 0;
}

#type_chosen .chosen-drop .switches .form-switch i {
  position: relative;
  right: 0;
  float: right;
  width: 50px;
  height: 30px;
  background-color: #f8f6f3;
  border-radius: 23px;
  vertical-align: text-bottom;
}

#type_chosen .chosen-drop .switches .form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 30px;
  background-color: #f8f6f3;
  border-radius: 15px;
  -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
          transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  -webkit-transition: background .25s linear;
  transition: background .25s linear;
}

#type_chosen .chosen-drop .switches .form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.24);
          box-shadow: 0 2px 2px rgba(0,0,0,.24);
  -webkit-transform: translate3d(2px, 2px, 0);
          transform: translate3d(2px, 2px, 0);
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

#type_chosen .chosen-drop .switches .form-switch:active i::after {
  width: 28px;
  -webkit-transform: translate3d(2px, 2px, 0);
          transform: translate3d(2px, 2px, 0);
}

#type_chosen .chosen-drop .switches .form-switch:active input:checked+i::after {
  -webkit-transform: translate3d(16px, 2px, 0);
          transform: translate3d(16px, 2px, 0);
}

#type_chosen .chosen-drop .switches .form-switch input {
  display: none;
}

#type_chosen .chosen-drop .switches .form-switch input:checked+i {
  background-color: #2e70ce;
}

#type_chosen .chosen-drop .switches .form-switch input:checked+i::before {
  -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
          transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

#type_chosen .chosen-drop .switches .form-switch input:checked+i::after {
  -webkit-transform: translate3d(22px, 2px, 0);
          transform: translate3d(22px, 2px, 0);
}

@media (max-width: 768px) {
  #type_chosen .chosen-drop {
    width: 100% !important;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

#business_type_chosen {
  min-width: 226px !important;
}

#business_type_chosen a.chosen-single.chosen-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#business_type_chosen a.chosen-single.chosen-default svg {
  margin-right: 8px;
}

@media (max-width: 1079px) {
  #business_type_chosen div.chosen-drop {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  #business_type_chosen div.chosen-drop {
    width: 100% !important;
  }
}

#business_type_chosen div.chosen-drop div.dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 14px 6px;
}

@media (max-width: 1080px) {
  #business_type_chosen div.chosen-drop div.dropdown-menu {
    width: 100%;
  }
}

[dir="ltr"] #business_type_chosen div.chosen-drop div.dropdown-menu ul.options-container {
  padding-left: 0;
}

[dir="rtl"] #business_type_chosen div.chosen-drop div.dropdown-menu ul.options-container {
  padding-right: 0;
}

#business_type_chosen div.chosen-drop div.dropdown-menu ul.options-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  list-style: none;
  padding: 0;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
}

#business_type_chosen div.chosen-drop div.dropdown-menu ul.options-container li.business-type {
  cursor: pointer;
  color: #636e7d;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  padding: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#business_type_chosen div.chosen-drop div.dropdown-menu ul.options-container li.business-type:hover {
  background-color: #f8f6f3;
}

#business_type_chosen div.chosen-drop div.dropdown-menu ul.options-container li.business-type svg {
  margin-right: 8px;
}

#business_type_chosen div.chosen-drop div.dropdown-menu ul.options-container li.business-type input {
  display: none;
}

#business_type_chosen div.chosen-drop div.dropdown-menu ul.options-container li.business-type-active {
  color: #2e3742;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.main-filters #plan_type_chosen .plan-type-filter {
  margin: 8px 0;
  display: inline-block;
}

.main-filters #plan_type_chosen .plan-type-filter .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 8px;
}

.main-filters #plan_type_chosen .plan-type-filter .radio-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-filters #plan_type_chosen .filter-label {
  margin-bottom: 10px;
}

.main-filters #plan_type_chosen .chosen-drop {
  width: 100%;
  padding: 15px;
}

.main-filters #plan_type_chosen .radio-group label {
  margin: 0 18px 0 0;
  font-size: 14px;
  letter-spacing: .26px;
  line-height: 17px;
}

.main-filters #plan_type_chosen .radio-group .radio-input {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}

.main-filters #plan_type_chosen .your-plan {
  padding: 10px;
  margin-top: 25px;
  border-top: 1px solid #f8f6f3;
  font-size: 14px;
  letter-spacing: .26px;
  line-height: 17px;
  opacity: .54;
  color: #4a4d51;
}

@media (min-width: 1080px) {
  #appointment.appointment-list #filters .plan-type-filter,
  #venue-address.venue-address-landingPage.active #filters .plan-type-filter {
    float: left;
  }
}

@media (min-width: 1200px) {
  #filters .plan-type-filter .filter-label {
    display: inline-block;
  }

  .main-filters #plan_type_chosen .chosen-drop {
    width: 240px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
            box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    top: calc(100% + 1px);
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 02.11.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.usc-social-links--gray .usc-social-links__link {
  color: #4a4d51;
  border-color: #4a4d51;
}

.usc-social-links--gray .usc-social-links__link:hover {
  color: #4a4d51;
}

.usc-social-links__list-item {
  display: inline-block;
  margin-right: 16px;
}

.usc-social-links__link {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}

.usc-social-links__link:hover {
  color: #fff;
}

.usc-social-links__link:first-child {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .usc-social-links__link {
    width: 40px;
    height: 40px;
  }
}

.usc-social-links__icon.fa {
  font-size: 15px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .usc-social-links__icon.fa {
    font-size: 20px;
    line-height: 40px;
  }
}

.smm-footer {
  background: #191e24;
  color: #fff;
}

body.no-header .smm-footer {
  display: none !important;
}

.smm-footer .smm-logo-unicorn {
  display: table;
  width: 28px;
  height: 40px;
  margin-bottom: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("/images/footer/usc-logo-unicorn.png");
  background-size: 28px 40px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-footer .smm-logo-unicorn {
    background-image: url("/images/footer/usc-logo-unicorn@2x.png");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-footer .smm-logo-unicorn {
    background-image: url("/images/footer/usc-logo-unicorn@3x.png");
  }
}

.smm-footer .usc-accordion .panel-group {
  float: left;
  margin-bottom: 0;
  margin-top: -30px;
  width: 100%;
  border: none;
}

.smm-footer .usc-accordion .panel-group:last-child {
  border-bottom: 1px solid rgba(255,255,255,.4);
}

.smm-footer .usc-accordion .panel-group .panel+.panel {
  margin-top: 0;
}

.smm-footer .usc-accordion .panel-group .panel-default {
  background: none;
  border: none;
  border-top: 1px solid rgba(255,255,255,.4);
  border-radius: 0;
  overflow: hidden;
}

.smm-footer .usc-accordion .panel-group .panel-default>.panel-heading {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.smm-footer .usc-accordion .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}

.smm-footer .usc-accordion .panel-group .list-group {
  margin-bottom: 0;
}

.smm-footer .usc-accordion .panel-group .list-group .list-group-item {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
}

.smm-footer .usc-accordion .panel-group .list-group .list-group-item a {
  margin-bottom: 0;
  white-space: nowrap;
}

.smm-footer .usc-accordion .panel-group .list-group .list-group-item a.focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

.smm-footer .usc-accordion .panel-group .list-group .list-group-item a:focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

.smm-footer .usc-accordion .panel-group .panel-title {
  display: block;
  background: none;
  border: none;
  color: #fff !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  padding: 12px 0;
}

.smm-footer .usc-accordion .panel-group .panel-title:focus,
.smm-footer .usc-accordion .panel-group .panel-title:active {
  outline: none;
}

.smm-footer .usc-accordion .panel-group .panel-title.focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

.smm-footer .usc-accordion .panel-group .panel-title:focus-visible {
  outline: 2px solid #2e70ce;
  outline-offset: -2px;
}

.smm-footer .usc-accordion .panel-group .usc-scroll {
  min-width: 170px;
  max-width: calc(100% - 15px);
  max-height: 141px;
  margin: 0 0 20px;
  overflow-y: auto;
}

@supports (-moz-appearance: none) {
  .smm-footer .usc-accordion .panel-group .usc-scroll {
    min-width: calc(100% - 12px);
  }
}

.smm-footer .usc-accordion .panel-group .usc-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
          box-shadow: inset 0 0 2px rgba(0,0,0,.3);
  background-color: rgba(255,255,255,.4);
}

.smm-footer .usc-accordion .panel-group .usc-scroll::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(255,255,255,.4);
}

.smm-footer .usc-accordion .panel-group .usc-scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.smm-footer .container.footer,
.smm-footer .container-fluid.footer {
  padding-top: 25px;
  max-width: none;
}

.smm-footer .container.footer>.row,
.smm-footer .container-fluid.footer>.row {
  padding-bottom: 10px;
}

.smm-footer .fa-angle-down {
  float: right;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.smm-footer .fa-angle-down.up {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.smm-footer .separator {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.smm-footer .clear-float {
  display: block;
  clear: both;
}

.smm-footer .templateContainer {
  display: none;
}

.smm-footer .b-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.smm-footer .b-footer-nav ul.b-footer-nav__menu {
  margin: 0;
  padding: 0;
}

.smm-footer .b-footer-nav ul.b-footer-nav__menu li a {
  padding: 0 10px 0 0;
  font-size: 14px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700;
  line-height: 22px !important;
  color: #fff !important;
}

.smm-footer .b-footer-nav ul.b-footer-nav__menu li:before {
  padding-right: 10px;
  display: inline-block;
  content: "∣";
  font-size: 10px !important;
  color: #fff !important;
}

.smm-footer .b-footer-nav ul.b-footer-nav__menu li:first-child:before {
  display: none;
}

.smm-footer__text {
  color: #fff !important;
  margin: 0 0 20px !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  text-align: left;
}

.smm-footer__careers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.smm-footer__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.smm-footer__label {
  background: #fff;
  color: #191e24;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: 12px;
  padding: 4px 3px 1px 3px;
  margin-left: 12px;
  white-space: nowrap;
}

.smm-footer__link,
.smm-footer .usc-accordion .panel-group .list-group .list-group-item a {
  color: #fff !important;
  margin: 0 0 15px !important;
  display: block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 22px !important;
}

.smm-footer__link.active,
.smm-footer .usc-accordion .panel-group .list-group .list-group-item a.active,
.smm-footer__link:hover,
.smm-footer .usc-accordion .panel-group .list-group .list-group-item a:hover {
  color: #fff !important;
}

.smm-footer .b-footer-copyright {
  color: #fff !important;
  font-size: 14px !important;
  margin: auto 32px;
  white-space: nowrap;
}

.smm-footer .smm-checkin-banner .container {
  width: 100%;
  background: transparent;
}

.smm-footer .smm-checkin-banner__banner-image,
.smm-footer .smm-checkin-banner__title,
.smm-footer .smm-checkin-banner__text,
.smm-footer .smm-checkin-banner__dismiss-button {
  display: none !important;
}

.smm-footer .smm-checkin-banner__content {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.smm-footer .smm-checkin-banner__app-link {
  margin-right: 12px;
  margin-bottom: 32px;
}

.smm-footer .climate-action-link:hover {
  text-decoration: none;
}

.smm-footer .climate-action-link img {
  max-width: 115px;
  width: 100%;
  margin-right: 16px;
}

.smm-footer .container,
.smm-footer .container-fluid {
  padding: 0;
}

.smm-footer .container.footer,
.smm-footer .container-fluid.footer {
  padding: 100px 24px 75px;
}

.smm-footer .container .b-footer-nav ul.b-footer-nav__menu,
.smm-footer .container-fluid .b-footer-nav ul.b-footer-nav__menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  line-height: 40px;
}

.smm-footer .container .col-xs-6,
.smm-footer .container .col-xs-12,
.smm-footer .container-fluid .col-xs-6,
.smm-footer .container-fluid .col-xs-12 {
  margin-bottom: 50px;
}

.smm-footer .container .col-xs-12:last-child,
.smm-footer .container-fluid .col-xs-12:last-child {
  margin-bottom: 100px;
}

.smm-footer .container .b-footer__wrapper,
.smm-footer .container-fluid .b-footer__wrapper {
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smm-footer .container .row.hidden-lg .col-xs-6,
.smm-footer .container .row.hidden-lg .col-xs-12,
.smm-footer .container-fluid .row.hidden-lg .col-xs-6,
.smm-footer .container-fluid .row.hidden-lg .col-xs-12 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .smm-footer .container.footer,
  .smm-footer .container-fluid.footer {
    padding: 100px 48px 75px;
  }

  .smm-footer .container.footer .b-footer__wrapper,
  .smm-footer .container-fluid.footer .b-footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .smm-footer .container.footer .usc-accordion,
  .smm-footer .container-fluid.footer .usc-accordion {
    max-width: 190px;
  }
}

@media (min-width: 620px) {
  .smm-footer .container,
  .smm-footer .container-fluid {
    padding: 0;
  }

  .smm-footer .container.footer,
  .smm-footer .container-fluid.footer {
    padding: 100px 48px 75px;
  }

  .smm-footer .container.footer .b-footer-nav ul.b-footer-nav__menu,
  .smm-footer .container-fluid.footer .b-footer-nav ul.b-footer-nav__menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px;
  }

  .smm-footer .container.footer .b-footer-copyright,
  .smm-footer .container-fluid.footer .b-footer-copyright {
    line-height: 40px;
  }

  .smm-footer .container.footer .col-sm-4:last-child,
  .smm-footer .container-fluid.footer .col-sm-4:last-child {
    margin-bottom: 100px;
  }

  .smm-footer .container.footer .usc-accordion,
  .smm-footer .container-fluid.footer .usc-accordion {
    max-width: 190px;
  }

  .smm-footer .container.footer .row .col-sm-4:nth-child(2),
  .smm-footer .container.footer .row .col-sm-4:nth-child(3),
  .smm-footer .container-fluid.footer .row .col-sm-4:nth-child(2),
  .smm-footer .container-fluid.footer .row .col-sm-4:nth-child(3) {
    padding-left: 24px;
    padding-right: 24px;
  }

  .smm-footer .container.footer .row .col-sm-4:nth-child(5),
  .smm-footer .container-fluid.footer .row .col-sm-4:nth-child(5) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .smm-footer .container .b-footer-nav ul.b-footer-nav__menu,
  .smm-footer .container-fluid .b-footer-nav ul.b-footer-nav__menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .smm-footer .smm-checkin-banner .container {
    display: contents;
  }
}

@media (min-width: 1200px) {
  .smm-footer .container.footer,
  .smm-footer .container-fluid.footer {
    max-width: 1200px !important;
    padding: 100px 0 75px;
  }

  .smm-footer .container.footer .b-footer__wrapper,
  .smm-footer .container-fluid.footer .b-footer__wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .smm-footer .container.footer>.row:first-child,
  .smm-footer .container-fluid.footer>.row:first-child {
    padding-bottom: 112px;
  }

  .smm-footer .container.footer .col-lg-3,
  .smm-footer .container-fluid.footer .col-lg-3 {
    width: 20%;
  }

  .smm-footer .container.footer .col-sm-4:last-child,
  .smm-footer .container-fluid.footer .col-sm-4:last-child {
    margin-left: 60px;
  }

  .smm-footer .container.footer .clear-float,
  .smm-footer .container-fluid.footer .clear-float {
    display: none;
  }

  .smm-footer .container.footer .row .col-sm-4:nth-child(2),
  .smm-footer .container.footer .row .col-sm-4:nth-child(3),
  .smm-footer .container.footer .row .col-sm-4:nth-child(5),
  .smm-footer .container-fluid.footer .row .col-sm-4:nth-child(2),
  .smm-footer .container-fluid.footer .row .col-sm-4:nth-child(3),
  .smm-footer .container-fluid.footer .row .col-sm-4:nth-child(5) {
    padding-left: 24px;
    padding-right: 24px;
  }

  .smm-footer .b-footer-nav ul.b-footer-nav__menu li:before,
  .smm-footer .b-footer-nav ul.b-footer-nav__menu li a {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 700;
  }

  .smm-footer .b-footer-nav ul.b-footer-nav__menu li:first-child {
    padding-left: 0;
  }

  .smm-footer .b-footer-nav {
    font-size: 14px !important;
  }

  .smm-footer__text {
    color: #fff !important;
    text-align: left !important;
  }

  .smm-footer__link,
  .smm-footer .usc-accordion .panel-group .list-group .list-group-item a {
    color: #fff !important;
    text-align: left !important;
    font-weight: 700;
  }

  .smm-footer__social-links {
    text-align: right;
  }

  .smm-footer .smm-checkin-banner {
    float: left;
  }
}

#checkout .smm-footer {
  background: #f8f6f3;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#checkout .smm-footer__social-links,
#checkout .smm-footer .separator {
  display: none;
}

#checkout .smm-footer .container.footer,
#checkout .smm-footer .container-fluid.footer {
  padding: 27px 25px;
}

@media (min-width: 992px) {
  #checkout .smm-footer .container.footer,
  #checkout .smm-footer .container-fluid.footer {
    padding: 32px 30px;
  }
}

@media (min-width: 1080px) {
  #checkout .smm-footer .container.footer .col-lg-5,
  #checkout .smm-footer .container-fluid.footer .col-lg-5 {
    width: 50%;
  }
}

#checkout .smm-footer .container.footer>.row,
#checkout .smm-footer .container-fluid.footer>.row {
  padding-bottom: 0;
}

#checkout .smm-footer .b-footer-copyright,
#checkout .smm-footer .b-footer-nav ul.b-footer-nav__menu li a {
  color: #4a4d51 !important;
  font-size: 12px !important;
  letter-spacing: .17px;
}

#checkout .smm-footer .b-footer-nav ul.b-footer-nav__menu li:before {
  color: #4a4d51 !important;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.forced-conversion-alert__button.form-button,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.forced-conversion-alert__button.form-button {
  padding: 5px 20px !important;
  letter-spacing: -0.1px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.forced-conversion-alert__button.form-button {
  background: #f9f9f9 !important;
  color: #2e70ce !important;
}

.forced-conversion-alert__button.form-button:hover {
  background: #e7eaee !important;
}

.forced-conversion-alert__button.form-button:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.forced-conversion-alert {
  padding: 12px;
  border-radius: 0;
}

.forced-conversion-alert__modal-link {
  color: #fff !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  text-decoration: none !important;
}

.forced-conversion-alert.default {
  background: #2e70ce;
  position: relative;
}

.forced-conversion-alert.booking {
  background: #fc861f;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
}

.forced-conversion-alert.default .forced-conversion-alert__modal-link.booking {
  display: none;
}

.forced-conversion-alert.default .forced-conversion-alert__modal-link.default {
  display: block;
}

.forced-conversion-alert.booking .forced-conversion-alert__modal-link.default {
  display: none;
}

.forced-conversion-alert.booking .forced-conversion-alert__modal-link.booking {
  display: block;
}

.forced-conversion-alert__button.form-button {
  margin: 0 6px 0 !important;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

@media (min-width: 1080px) {
  #modal-forced-conversion .modal-dialog {
    min-width: 666px;
  }
}

#modal-forced-conversion .modal-dialog .modal-content {
  border-radius: 18px;
}

@media (min-width: 1080px) {
  #modal-forced-conversion .modal-dialog .modal-body {
    padding: 70px 86px;
  }
}

#modal-forced-conversion .forced-conversion {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal-forced-conversion .forced-conversion__icon {
  width: 89px;
  height: 89px;
  background: url("/images/info-oval.svg");
  display: block;
}

#modal-forced-conversion .forced-conversion__cancel {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #8c9bb0;
  padding: 12px 24px;
}

#modal-forced-conversion .forced-conversion__controls {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal-forced-conversion .forced-conversion h2 {
  color: #000 !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 29px !important;
  line-height: 36px;
  letter-spacing: -0.75px;
}

#modal-forced-conversion .forced-conversion p {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #000;
  margin-bottom: 20px;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.forced-update-alert__button.form-button,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.forced-update-alert__button.form-button {
  padding: 5px 20px !important;
  letter-spacing: -0.1px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.forced-update-alert__button.form-button {
  background: #f9f9f9 !important;
  color: #2e70ce !important;
}

.forced-update-alert__button.form-button:hover {
  background: #e7eaee !important;
}

.forced-update-alert__button.form-button:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.forced-update-alert {
  padding: 12px;
  border-radius: 0;
}

.forced-update-alert__modal-link {
  color: #fff !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  text-decoration: none !important;
}

.forced-update-alert.default {
  background: #2e70ce;
  position: relative;
}

.forced-update-alert.booking {
  background: #fc861f;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
}

.forced-update-alert.default .forced-update-alert__modal-link.booking {
  display: none;
}

.forced-update-alert.default .forced-update-alert__modal-link.default {
  display: block;
}

.forced-update-alert.booking .forced-update-alert__modal-link.default {
  display: none;
}

.forced-update-alert.booking .forced-update-alert__modal-link.booking {
  display: block;
}

.forced-update-alert__button.form-button {
  margin: 0 6px 0 !important;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

#modal-forced-update.in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#modal-forced-update .modal-dialog {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 666px;
}

#modal-forced-update .modal-dialog .modal-content {
  border-radius: 18px;
}

#modal-forced-update .modal-dialog .modal-body {
  padding: 18px 16px 20px;
}

@media (min-width: 1080px) {
  #modal-forced-update .modal-dialog .modal-body {
    padding: 70px 80px;
  }
}

#modal-forced-update .forced-update {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal-forced-update .forced-update__icon {
  width: 89px;
  height: 89px;
  background: url("/images/info-oval.svg");
  display: block;
}

@media (max-height: 741px) {
  #modal-forced-update .forced-update__icon {
    display: none !important;
  }
}

#modal-forced-update .forced-update__cancel {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #8c9bb0;
  padding: 12px 24px;
}

#modal-forced-update .forced-update__controls {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal-forced-update .forced-update__overview {
  display: inline-block;
  border: 1px solid #e7eaee;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
  max-width: 480px;
}

#modal-forced-update .forced-update__overview div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #191e24;
  margin-bottom: 16px;
}

#modal-forced-update .forced-update__overview div label {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.3px;
  margin-bottom: 11px;
  text-align: left;
  max-width: 120px;
  padding: 0;
  margin: 0;
}

@media (min-width: 1080px) {
  #modal-forced-update .forced-update__overview div label {
    max-width: none;
  }
}

#modal-forced-update .forced-update__overview div p {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.3px;
}

#modal-forced-update .forced-update__overview div p.old {
  text-decoration: line-through;
}

#modal-forced-update .forced-update__overview div p.new {
  color: #2e70ce;
}

#modal-forced-update .forced-update__overview h3 {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.45px;
  margin-top: 0;
}

#modal-forced-update .forced-update h2 {
  color: #000 !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 29px !important;
  line-height: 36px;
  letter-spacing: -0.75px;
  margin-bottom: 32px;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.contract-renewal-alert__button.form-button,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.contract-renewal-alert__button.form-button {
  padding: 5px 20px !important;
  letter-spacing: -0.1px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.contract-renewal-alert__button.form-button {
  background: #f9f9f9 !important;
  color: #2e70ce !important;
}

.contract-renewal-alert__button.form-button:hover {
  background: #e7eaee !important;
}

.contract-renewal-alert__button.form-button:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.contract-renewal-alert {
  padding: 0;
  border-radius: 0;
}

.contract-renewal-alert__modal-link {
  color: #fff !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 15px !important;
  text-decoration: none !important;
  line-height: 20px;
  letter-spacing: -0.15px;
  padding: 8px;
  display: block;
}

.contract-renewal-alert.default {
  background: #2e70ce;
  position: relative;
}

.contract-renewal-alert.booking {
  background: #fc861f;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
}

.contract-renewal-alert__button.form-button {
  font-weight: 700 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  line-height: 20px !important;
  letter-spacing: -0.15px !important;
  margin: 0 16px 0 !important;
  padding: 6px 8px !important;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

#modal-contract-renewal .modal-close {
  background: url(/images/x-mark.svg) no-repeat;
  border: 0 none;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 22px;
  right: 22px;
}

#modal-contract-renewal .modal-body {
  padding: 64px 32px;
}

#modal-contract-renewal .modal-dialog {
  max-width: 597px;
}

#modal-contract-renewal .contract-renewal {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal-contract-renewal .contract-renewal__content {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #2e3742;
}

#modal-contract-renewal .contract-renewal__controls {
  margin-top: 24px;
  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%;
}

#modal-contract-renewal .contract-renewal__controls .usc-button-rebrand {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

@media (max-width: 768px) {
  #modal-contract-renewal .contract-renewal__controls .renew-button {
    padding: 12px 20px;
  }
}

#modal-contract-renewal .contract-renewal__controls .convert-button {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.3px;
  background-color: #3b4654;
}

@media (max-width: 768px) {
  #modal-contract-renewal .contract-renewal__controls .convert-button {
    background: none;
    color: #2e70ce !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    padding: 0;
  }
}

#modal-contract-renewal .contract-renewal h2 {
  color: #000 !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 29px !important;
  line-height: 36px;
  letter-spacing: -0.75px;
  margin-bottom: 24px;
  margin-top: 0;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

#modal-contract-renewal-congrats .modal-close {
  background: url(/images/x-mark.svg) no-repeat;
  border: 0 none;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 22px;
  right: 22px;
}

#modal-contract-renewal-congrats .modal-body {
  padding: 64px 32px;
}

#modal-contract-renewal-congrats .modal-dialog {
  max-width: 597px;
}

#modal-contract-renewal-congrats .contract-renewal-congrats {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal-contract-renewal-congrats .contract-renewal-congrats__content {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #2e3742;
}

#modal-contract-renewal-congrats .contract-renewal-congrats__controls {
  margin-top: 24px;
  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%;
}

#modal-contract-renewal-congrats .contract-renewal-congrats__controls .usc-button-rebrand {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

#modal-contract-renewal-congrats .contract-renewal-congrats h2 {
  color: #000 !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 29px !important;
  line-height: 36px;
  letter-spacing: -0.75px;
  margin-bottom: 24px;
  margin-top: 0;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

#modal-contract-renewal-error .modal-close {
  background: url(/images/x-mark.svg) no-repeat;
  border: 0 none;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 22px;
  right: 22px;
}

#modal-contract-renewal-error .modal-body {
  padding: 64px 32px;
}

#modal-contract-renewal-error .modal-dialog {
  max-width: 597px;
}

#modal-contract-renewal-error .contract-renewal-error {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#modal-contract-renewal-error .contract-renewal-error__content {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #2e3742;
}

#modal-contract-renewal-error .contract-renewal-error__content a {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

#modal-contract-renewal-error .contract-renewal-error__controls {
  margin-top: 24px;
  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%;
}

#modal-contract-renewal-error .contract-renewal-error__controls .usc-button-rebrand {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.15px;
}

#modal-contract-renewal-error .contract-renewal-error h2 {
  color: #000 !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 29px !important;
  line-height: 36px;
  letter-spacing: -0.75px;
  margin-bottom: 24px;
  margin-top: 0;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-logo {
  display: inline-block;
  width: 22px;
  height: 32px;
  background-image: url("/images/header/logo-white.svg");
}

.smm-logo.dark {
  background-image: url("/images/header/logo-dark.svg");
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 04.10.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-navbar {
  margin: 0;
  -webkit-box-shadow: 0 16px 16px -8px rgba(74,77,81,.1);
          box-shadow: 0 16px 16px -8px rgba(74,77,81,.1);
  background: #fff;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  z-index: 1030 !important;
}

.smm-navbar.dark {
  background: #191e24;
}

.smm-navbar.dark .usc-language-switch .usc-language-switch__language-link {
  color: #fff;
}

.smm-navbar.mobile .smm-navbar__navbar-header .sign-up {
  position: absolute;
  top: 16px;
  right: 56px;
}

@media (min-width: 620px) {
  .smm-navbar.mobile .smm-navbar__navbar-header .sign-up {
    right: 72px;
  }
}

body.no-header .smm-navbar {
  display: none !important;
}

.smm-navbar.sticky {
  position: sticky !important;
  top: 0;
}

.smm-navbar .smm-logo {
  margin: 13px 0 0;
}

.smm-navbar .usc-language-switch {
  position: absolute;
  top: 20px;
  right: 0;
}

.smm-navbar .usc-language-switch .usc-language-switch__language-link {
  color: #191e24;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  background: none;
  border: none;
}

.smm-navbar .container-fluid {
  background: #fff;
}

.smm-navbar .container-fluid.dark {
  background: #191e24;
}

.smm-navbar__navbar-header {
  margin: 0 !important;
  text-align: center;
  width: 100%;
  height: 64px;
  position: relative;
}

.smm-navbar__navbar-toggle {
  float: none;
  margin: 11px 0 11px 0;
  padding-left: 5px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: transparent !important;
}

.smm-navbar__navbar-logo {
  float: none;
  margin: 16px 0 16px 24px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  background: transparent !important;
}

.smm-navbar__navbar-brand {
  float: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  display: inline-block;
  height: 64px;
  position: relative;
}

.smm-navbar__card-link {
  margin: 10px 16px 10px 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  right: 0;
  display: inline-block;
}

@media (min-width: 620px) {
  .smm-navbar .usc-language-switch {
    right: 15px;
  }

  .smm-navbar__navbar-toggle {
    margin-left: 15px;
    display: inline-block !important;
  }

  .smm-navbar__card-link {
    margin-right: 45px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-customer-avatar {
  border: 2px solid #2e70ce;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-checkin-banner .container {
  padding: 0 !important;
  background: #fff;
  overflow: hidden;
}

.smm-checkin-banner__content {
  margin: 16px 20px 32px;
}

.smm-checkin-banner__title {
  margin: 0;
  float: none !important;
  font-size: 30px;
  color: #2e70ce;
}

.smm-checkin-banner__text {
  margin: 0 0 16px;
  font-size: 16px;
}

.smm-checkin-banner__text b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.smm-checkin-banner__banner-image.desktop {
  margin: 16px 0 0;
  float: left;
  width: 320px;
  height: 150px;
  background-image: url('/images/checkin-banner/check-in-banner-web.png');
  background-size: 320px 150px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-checkin-banner__banner-image.desktop {
    background-image: url('/images/checkin-banner/check-in-banner-web@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-checkin-banner__banner-image.desktop {
    background-image: url('/images/checkin-banner/check-in-banner-web@3x.png');
  }
}

.smm-checkin-banner__app-link {
  padding: 0;
  display: inline-block;
}

.smm-checkin-banner__store-icon {
  margin: 0;
  padding: 0;
}

.smm-checkin-banner__store-icon.appstore {
  width: 135px;
  height: 40px;
  background-image: url('/images/checkin-banner/appstore-badge.png');
  background-size: 135px 40px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-checkin-banner__store-icon.appstore {
    background-image: url('/images/checkin-banner/appstore-badge@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-checkin-banner__store-icon.appstore {
    background-image: url('/images/checkin-banner/appstore-badge@3x.png');
  }
}

.smm-checkin-banner__store-icon.appstore.de_DE {
  width: 135px;
  height: 40px;
  background-image: url('/images/checkin-banner/appstore-badge-de_DE.png');
  background-size: 135px 40px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-checkin-banner__store-icon.appstore.de_DE {
    background-image: url('/images/checkin-banner/appstore-badge-de_DE@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-checkin-banner__store-icon.appstore.de_DE {
    background-image: url('/images/checkin-banner/appstore-badge-de_DE@3x.png');
  }
}

.smm-checkin-banner__store-icon.appstore.fr_FR {
  width: 135px;
  height: 40px;
  background-image: url('/images/checkin-banner/appstore-badge-fr_FR.png');
  background-size: 135px 40px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-checkin-banner__store-icon.appstore.fr_FR {
    background-image: url('/images/checkin-banner/appstore-badge-fr_FR@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-checkin-banner__store-icon.appstore.fr_FR {
    background-image: url('/images/checkin-banner/appstore-badge-fr_FR@3x.png');
  }
}

.smm-checkin-banner__store-icon.appstore.nl_NL {
  width: 135px;
  height: 45px;
  background-image: url('/images/checkin-banner/appstore-badge-nl_NL.png');
  background-size: 135px 45px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-checkin-banner__store-icon.appstore.nl_NL {
    background-image: url('/images/checkin-banner/appstore-badge-nl_NL@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-checkin-banner__store-icon.appstore.nl_NL {
    background-image: url('/images/checkin-banner/appstore-badge-nl_NL@3x.png');
  }
}

.smm-checkin-banner__store-icon.googleplay {
  width: 134px;
  height: 40px;
  background-image: url('/images/checkin-banner/googleplay-badge.png');
  background-size: 134px 40px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-checkin-banner__store-icon.googleplay {
    background-image: url('/images/checkin-banner/googleplay-badge@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-checkin-banner__store-icon.googleplay {
    background-image: url('/images/checkin-banner/googleplay-badge@3x.png');
  }
}

.smm-checkin-banner__store-icon.googleplay.de_DE {
  width: 134px;
  height: 40px;
  background-image: url('/images/checkin-banner/googleplay-badge-de_DE.png');
  background-size: 134px 40px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-checkin-banner__store-icon.googleplay.de_DE {
    background-image: url('/images/checkin-banner/googleplay-badge-de_DE@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-checkin-banner__store-icon.googleplay.de_DE {
    background-image: url('/images/checkin-banner/googleplay-badge-de_DE@3x.png');
  }
}

.smm-checkin-banner__store-icon.googleplay.fr_FR {
  width: 134px;
  height: 40px;
  background-image: url('/images/checkin-banner/googleplay-badge-fr_FR.png');
  background-size: 134px 40px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-checkin-banner__store-icon.googleplay.fr_FR {
    background-image: url('/images/checkin-banner/googleplay-badge-fr_FR@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-checkin-banner__store-icon.googleplay.fr_FR {
    background-image: url('/images/checkin-banner/googleplay-badge-fr_FR@3x.png');
  }
}

.smm-checkin-banner__store-icon.googleplay.nl_NL {
  width: 135px;
  height: 40px;
  background-image: url('/images/checkin-banner/googleplay-badge-nl_NL.png');
  background-size: 135px 40px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-checkin-banner__store-icon.googleplay.nl_NL {
    background-image: url('/images/checkin-banner/googleplay-badge-nl_NL@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-checkin-banner__store-icon.googleplay.nl_NL {
    background-image: url('/images/checkin-banner/googleplay-badge-nl_NL@3x.png');
  }
}

.smm-checkin-banner__dismiss-button {
  margin: 0;
  padding: 0;
  top: 16px !important;
  right: 16px !important;
  height: 18px;
  width: 18px;
  background: url("/images/close.svg");
}

@media (min-width: 620px) {
  .smm-checkin-banner .container {
    padding: 0 30px !important;
  }
}

@media (min-width: 1080px) {
  .smm-checkin-banner .container {
    padding: 0 !important;
    position: relative;
  }

  .smm-checkin-banner__content {
    margin: 16px 0 32px 16px;
    display: inline-block;
    width: 650px;
  }

  .smm-checkin-banner__title {
    font-size: 36px;
  }

  .smm-checkin-banner__text {
    margin: 0 0 24px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Prinzessinnenstr. 19-20, 10969 Berlin, http://urbansportsclub.com
 * @created 27.04.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-studio-snippet {
  border-radius: 0 !important;
  text-align: left !important;
  background-color: #fff;
  vertical-align: top;
}

.smm-studio-snippet:before,
.smm-studio-snippet:after {
  display: table;
  content: " ";
}

.smm-studio-snippet:after {
  clear: both;
}

.smm-studio-snippet__image-link {
  display: block;
  position: relative;
  line-height: 1 !important;
  overflow: hidden;
  height: 174px;
  background: #8c9bb0;
  border-radius: 6px;
}

.smm-studio-snippet__image-link:hover {
  text-decoration: none;
}

.smm-studio-snippet__image-link img {
  min-width: 100%;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
}

.smm-studio-snippet__image-link .usc-studio-status-label.container {
  margin: 0;
  padding: 4px 8px;
  position: absolute;
  top: 12px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 8px;
  gap: 8px;
  width: 100%;
}

.smm-studio-snippet__image-link .usc-studio-status-label.my-clubs {
  width: 72.46px;
  height: 28px;
  min-width: unset;
  padding: 0;
  margin: 0;
}

.smm-studio-snippet__image-link .usc-studio-status-label.featured {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  background-color: #cd460b;
}

@media (max-width: 1079px) {
  .smm-studio-snippet__image-link {
    max-height: 640px;
  }
}

@media (max-width: 619px) {
  .smm-studio-snippet__image-link {
    max-height: 320px;
  }
}

.smm-studio-snippet__image-link:before {
  background: rgba(0,0,0,.53);
  bottom: 2px;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
  z-index: 1;
}

.smm-studio-snippet__details-text {
  -webkit-transition: opacity .1s ease-in,top .1s ease-in;
  transition: opacity .1s ease-in,top .1s ease-in;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  z-index: 2;
  visibility: hidden;
}

.smm-studio-snippet__title {
  margin: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.smm-studio-snippet__studio-link {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #191e24;
  display: inline-block !important;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.smm-studio-snippet .tooltip-arrow {
  border-top-color: #2e3742 !important;
}

.smm-studio-snippet .tooltip-inner {
  background-color: #2e3742;
  padding: 4px 10px;
  text-align: left;
  font-size: 14px;
  max-width: 300px;
  font-weight: 400;
  border-radius: 5px;
}

@media (max-width: 620px) {
  .smm-studio-snippet .tooltip-inner {
    max-width: 400px;
  }
}

.smm-studio-snippet .tooltip.in {
  opacity: 1;
}

.smm-studio-snippet__b2b-only-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  padding: 3px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 15px;
  border: 1px solid #8c9bb0;
}

.smm-studio-snippet__studio-plan {
  margin: 0;
  padding: 6px 4px;
  display: inline-block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 10px;
  color: #2e70ce;
  border: 1px solid #e7eaee;
  min-width: 24px;
  text-align: center;
  font-weight: 400;
  border-radius: 2px;
}

.smm-studio-snippet__studio-plan:first-child {
  margin-left: 0;
}

.smm-studio-snippet__studio-plan:not(:last-child) {
  margin-right: 1px;
}

.smm-studio-snippet__disciplines {
  margin: 0 !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #2e3742;
}

.smm-studio-snippet__disciplines .disciplines {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smm-studio-snippet__addresses {
  margin: 0 0 16px;
}

.smm-studio-snippet__address {
  margin: 0 0 4px !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #636e7d;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smm-studio-snippet__address .smm-studio-snippet__address-street {
  display: inline !important;
}

.smm-studio-snippet:hover {
  text-decoration: none;
}

.smm-studio-snippet:hover .smm-studio-snippet__image-link:before {
  opacity: 1;
}

.smm-studio-snippet:hover .smm-studio-snippet__details-text {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.smm-studio-snippet:hover .usc-studio-status-label.featured {
  background-color: rgba(205,70,11,.53);
  border-color: rgba(205,70,11,.53);
  color: rgba(255,255,255,.53);
}

@media (min-width: 620px) {
  .smm-studio-snippet__title {
    margin: 16px 0 0;
  }

  .smm-studio-snippet__disciplines {
    margin: 0 !important;
  }

  .smm-studio-snippet__addresses {
    margin: 0 0 14px;
  }

  .smm-studio-snippet__address {
    margin: 0 0 8px !important;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 19.11.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-class-snippet {
  width: 100%;
  padding: 0;
  margin: 0 0 8px;
  background: #fff;
  color: #4a4d51;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  border: 1px solid #cdd3da;
  position: relative;
}

.smm-class-snippet__image {
  margin: 0 0 24px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f8f6f3;
}

.smm-class-snippet .time,
.smm-class-snippet .title {
  font-size: 16px;
}

.smm-class-snippet .time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.smm-class-snippet .time div.tooltip-arrow {
  border-top-color: #2e3742 !important;
}

.smm-class-snippet .time div.tooltip-inner {
  background-color: #2e3742;
  padding: 4px 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.smm-class-snippet .time div.tooltip.in {
  width: 100%;
  opacity: 1;
}

.smm-class-snippet__class-time-plans-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.smm-class-snippet__class-plans {
  display: block;
}

.smm-class-snippet__class-plan {
  margin: 0 0 4px;
  padding: 6px 4px;
  display: inline-block;
  font: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 10px;
  color: #2e70ce;
  border: 1px solid #e7eaee;
  min-width: 24px;
  border-radius: 2px;
  font-weight: 400;
  text-align: center;
}

.smm-class-snippet__class-plan:first-child {
  margin-left: 0;
}

.smm-class-snippet__class-plan:not(:last-child) {
  margin-right: 1px;
}

.smm-class-snippet__b2b-only-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  padding: 6px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  gap: 8px;
  border-radius: 15px;
  border: 1px solid #8c9bb0;
  position: absolute;
  right: 0;
}

.smm-class-snippet .title {
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.smm-class-snippet .title .smm-class-link {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #4a4d51;
}

.smm-class-snippet .title .smm-class-link.active,
.smm-class-snippet .title .smm-class-link:hover {
  color: #2e70ce;
  text-decoration: none;
}

.smm-class-snippet .title .booking-state-label-wrapper {
  font-size: 12px;
  line-height: 100%;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 4px;
  gap: 4px;
}

.smm-class-snippet .title .booking-state-label-wrapper .smm-booking-state-label {
  margin: 0;
}

.smm-class-snippet .title .booking-state-label-wrapper .my-clubs {
  margin: 0;
  width: 52px;
  height: 18px;
}

.smm-class-snippet .address,
.smm-class-snippet .address .smm-studio-link {
  font-size: 16px;
  color: #4a4d51;
}

.smm-class-snippet .address .smm-studio-link {
  text-decoration: underline;
  -webkit-text-decoration-color: #f8f6f3;
          text-decoration-color: #f8f6f3;
  position: relative;
}

.smm-class-snippet .address .smm-studio-link.active,
.smm-class-snippet .address .smm-studio-link:hover {
  color: #2e70ce;
  -webkit-text-decoration-color: #2e70ce;
          text-decoration-color: #2e70ce;
}

.smm-class-snippet .address .fa-map-marker {
  position: absolute;
  left: -15px;
  top: 2px;
}

.smm-class-snippet .address .district {
  display: block;
  color: #4a4d51;
  font-size: 12px;
}

.smm-class-snippet .details {
  padding-top: 24px;
  padding-bottom: 24px;
}

.smm-class-snippet .details a {
  margin: 4px 0;
  width: 100% !important;
  text-align: center;
}

.smm-class-snippet__price-link {
  text-decoration: none !important;
  text-decoration: none !important;
  font-size: 16px !important;
  float: right;
}

.smm-class-snippet__price-link.for-popover {
  display: none;
}

.smm-class-snippet__price-link.for-modal {
  display: inline-block;
}

.smm-class-snippet__price-label {
  padding: 1px 8px 0;
  border-radius: 0;
  border: 1px solid #f8f6f3;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px !important;
  font-weight: normal;
  color: #4a4d51;
  background: #fff;
}

.smm-class-snippet .popover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(74,77,81,.5);
          box-shadow: 0 2px 8px 0 rgba(74,77,81,.5);
  border-radius: 0;
  border: none;
  max-width: 300px;
}

.smm-class-snippet .popover>.arrow {
  border-top-color: #cdd3da;
}

.smm-class-snippet .popover .popover-content {
  padding: 16px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #4a4d51;
  text-align: center;
}

.smm-class-snippet .popover .popover-content b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.smm-class-snippet .smm-class-checkin {
  display: inline-block;
}

.smm-class-snippet .smm-class-checkin .smm-spinner {
  margin: 0 32px;
  top: 8px;
}

.smm-class-snippet .smm-class-checkin__class-info {
  display: none;
}

.smm-class-snippet .smm-class-checkin__button.check-in {
  padding: 0 8px;
  border-radius: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px !important;
  height: auto;
  min-height: 36px;
  line-height: 36px;
  width: auto !important;
  min-width: auto;
}

.smm-class-snippet .smm-class-checkin__button.check-in>span {
  margin: 0;
}

@media (min-width: 480px) {
  .smm-class-snippet__image {
    height: 300px;
  }

  .smm-class-snippet .booking-state-label-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 620px) {
  .smm-class-snippet {
    padding: 0 16px;
  }

  .smm-class-snippet__image {
    height: 400px;
  }

  .smm-class-snippet .details {
    text-align: center;
  }

  .smm-class-snippet .details a {
    padding: 8px 32px;
    width: auto !important;
  }

  .smm-class-snippet .smm-class-checkin__button.check-in {
    padding: 0 16px;
    font-size: 17px !important;
  }
}

@media (min-width: 992px) {
  .smm-class-snippet {
    padding: 24px;
  }

  .smm-class-snippet__image {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    width: 16.6666666667%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  .smm-class-snippet__price-link.for-popover {
    display: inline-block;
  }

  .smm-class-snippet__price-link.for-modal {
    display: none;
  }

  .smm-class-snippet .smm-class-checkin {
    display: none;
  }

  .smm-class-snippet .details {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1080px) {
  .smm-class-snippet .details a {
    width: 110%;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 02.10.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-class-details .container {
  padding: 0 !important;
}

.smm-class-details h3 {
  margin: 0;
  padding: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #191e24;
}

.smm-class-details h4 {
  margin: 0 0 8px;
  padding: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #4a4d51;
}

.smm-class-details__panel {
  padding: 16px 40px;
  background: #fff;
  border-bottom: 1px solid #f8f6f3;
}

.smm-class-details__panel.image {
  padding: 0;
}

.smm-class-details__panel.controls {
  padding: 40px 25px;
}

.smm-class-details .usc-studio-map {
  padding: 0;
}

.smm-class-details .usc-studio-map .usc-google-map {
  height: 250px !important;
}

.smm-class-details__image {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.smm-class-details__datetime {
  margin: 0 0 8px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px !important;
  line-height: 28px !important;
  color: #4a4d51;
}

.smm-class-details__class-plans {
  margin: 8px 0;
}

.smm-class-details__class-plan {
  margin: 0 0 0 8px;
  display: inline-block;
  font-size: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  color: #2e70ce;
}

.smm-class-details__class-plan:first-child {
  margin-left: 0;
}

.smm-class-details__text,
.smm-class-details__hint {
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px !important;
  line-height: 16px !important;
}

.smm-class-details__text {
  color: #4a4d51 !important;
}

.smm-class-details__text a {
  font-size: 12px !important;
  color: #4a4d51 !important;
}

.smm-class-details__hint {
  color: #4a4d51 !important;
}

.smm-class-details__panel.general .smm-class-details__hint,
.smm-class-details__panel.important-info .smm-class-details__text {
  margin: 0 0 16px !important;
  padding-left: 45px !important;
  position: relative;
}

.smm-class-details__panel.general .smm-class-details__hint:last-child,
.smm-class-details__panel.important-info .smm-class-details__text:last-child {
  margin: 0 !important;
}

.smm-class-details__pre-line {
  white-space: pre-line;
}

.smm-class-details__pre-line:after {
  display: none;
}

.smm-class-details__panel.controls .smm-class-details__hint {
  margin: 0 0 16px !important;
  padding-left: 32px !important;
  position: relative;
  display: none;
}

.smm-class-details__panel.controls .smm-class-details__hint.visible {
  display: block;
}

.smm-class-details__panel.controls .smm-class-details__hint:last-child {
  margin: 0 !important;
}

.smm-class-details__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.smm-class-details__icon.disciplines {
  width: 12px;
  height: 12px;
  background-image: url('/images/class-details/disciplines.png');
  background-size: 12px 12px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.disciplines {
    background-image: url('/images/class-details/disciplines@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.disciplines {
    background-image: url('/images/class-details/disciplines@3x.png');
  }
}

.smm-class-details__icon.full-address {
  width: 10px;
  height: 15px;
  background-image: url('/images/class-details/full-address.png');
  background-size: 10px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.full-address {
    background-image: url('/images/class-details/full-address@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.full-address {
    background-image: url('/images/class-details/full-address@3x.png');
  }
}

.smm-class-details__icon.visit-limits {
  width: 15px;
  height: 15px;
  background-image: url('/images/class-details/visit-limits.png');
  background-size: 15px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.visit-limits {
    background-image: url('/images/class-details/visit-limits@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.visit-limits {
    background-image: url('/images/class-details/visit-limits@3x.png');
  }
}

.smm-class-details__icon.important-info {
  width: 15px;
  height: 15px;
  background-image: url('/images/class-details/important-info.png');
  background-size: 15px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.important-info {
    background-image: url('/images/class-details/important-info@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.important-info {
    background-image: url('/images/class-details/important-info@3x.png');
  }
}

.smm-class-details__icon.participant-limits {
  width: 16px;
  height: 15px;
  background-image: url('/images/class-details/participant-limits.png');
  background-size: 16px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.participant-limits {
    background-image: url('/images/class-details/participant-limits@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.participant-limits {
    background-image: url('/images/class-details/participant-limits@3x.png');
  }
}

.smm-class-details__icon.captain {
  width: 20px;
  height: 19px;
  background-image: url('/images/class-details/captain.png');
  background-size: 20px 19px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.captain {
    background-image: url('/images/class-details/captain@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.captain {
    background-image: url('/images/class-details/captain@3x.png');
  }
}

.smm-class-details__icon.teacher {
  width: 16px;
  height: 15px;
  background-image: url('/images/class-details/teacher.png');
  background-size: 16px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.teacher {
    background-image: url('/images/class-details/teacher@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.teacher {
    background-image: url('/images/class-details/teacher@3x.png');
  }
}

.smm-class-details__icon.booking-hint {
  width: 15px;
  height: 15px;
  background-image: url('/images/class-details/booking-hint.png');
  background-size: 15px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.booking-hint {
    background-image: url('/images/class-details/booking-hint@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.booking-hint {
    background-image: url('/images/class-details/booking-hint@3x.png');
  }
}

.smm-class-details__icon.cancellation-hint {
  width: 15px;
  height: 15px;
  background-image: url('/images/class-details/cancellation-hint.png');
  background-size: 15px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.cancellation-hint {
    background-image: url('/images/class-details/cancellation-hint@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.cancellation-hint {
    background-image: url('/images/class-details/cancellation-hint@3x.png');
  }
}

.smm-class-details__icon.calendar-hint {
  width: 15px;
  height: 14px;
  background-image: url('/images/class-details/calendar-hint.png');
  background-size: 15px 14px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.calendar-hint {
    background-image: url('/images/class-details/calendar-hint@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.calendar-hint {
    background-image: url('/images/class-details/calendar-hint@3x.png');
  }
}

.smm-class-details__icon.free-spots-hint {
  width: 16px;
  height: 15px;
  background-image: url('/images/class-details/free-spots-hint.png');
  background-size: 16px 15px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-class-details__icon.free-spots-hint {
    background-image: url('/images/class-details/free-spots-hint@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-class-details__icon.free-spots-hint {
    background-image: url('/images/class-details/free-spots-hint@3x.png');
  }
}

.smm-class-details__button.form-button {
  margin: 0 0 32px !important;
  position: relative;
  display: none;
}

.smm-class-details__button.form-button .fa-bolt {
  margin-right: 5px;
  color: #fe9900 !important;
}

.smm-class-details__button.form-button.visible {
  display: block;
}

.smm-class-details__button.link {
  margin: 0 !important;
  padding: 0 !important;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #4a4d51 !important;
  text-decoration: underline;
  display: none;
}

.smm-class-details__button.link.disabled {
  color: #f8f6f3 !important;
  pointer-events: none;
}

.smm-class-details__button.link.visible {
  display: inline-block;
}

.smm-class-details__phone-number {
  display: block;
  font-size: 75% !important;
}

.smm-class-details__free-spots {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #4a4d51;
}

.smm-class-details__free-spots:after {
  display: none;
}

.smm-class-details .usc-google-map {
  height: 250px;
}

.smm-class-details .smm-booking-state-label {
  position: relative;
  top: -20px;
}

.smm-class-details .smm-class-checkin {
  margin: 0 -16px 16px;
}

.smm-class-details .smm-class-checkin__class-info {
  display: none;
}

.smm-class-details .smm-spinner {
  margin: 10px auto 40px !important;
}

.smm-class-details .modal-close {
  background: url(/images/close-white.svg) no-repeat;
  background-size: 16px;
  background-position: center;
}

.smm-class-details .modal-close--circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(74,77,81,.66);
  top: 10px;
  right: 25px;
  z-index: 1;
}

@media (min-width: 480px) {
  .smm-class-details__image {
    height: 250px;
  }

  .smm-class-details .modal-close--circle {
    width: 36px;
    height: 36px;
    top: 15px;
    right: 30px;
  }
}

@media (min-width: 1080px) {
  .smm-class-details__image {
    height: 300px;
  }

  .smm-class-details .smm-class-checkin {
    display: none;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 11.05.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

@media (max-width: 768px) {
  #modal-class .modal-body {
    overflow: auto;
    height: 100vh;
  }

  #modal-class .modal-body .sticky .modal-close.mobile {
    position: fixed;
    right: 15px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-booking-state-alert {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.smm-booking-state-alert .fa {
  margin-right: 5px;
  color: #fff;
  font-size: 14px !important;
  display: none;
}

.smm-booking-state-alert__message {
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 14px !important;
}

.smm-booking-state-alert__dismiss-button {
  margin: 0;
  padding: 0;
  top: 15px !important;
  right: 15px !important;
  height: 18px;
  width: 18px;
  background: url("/images/close-white.svg");
  display: none;
}

.smm-booking-state-alert.requested,
.smm-booking-state-alert.scheduled {
  padding-right: 40px;
}

.smm-booking-state-alert.scheduled .fa.fa-check,
.smm-booking-state-alert.success .fa.fa-check {
  display: inline-block;
}

.smm-booking-state-alert.requested .fa.fa-bell-o {
  display: inline-block;
}

.smm-booking-state-alert.cancel_customer .fa.fa-times,
.smm-booking-state-alert.error .fa.fa-times {
  display: inline-block;
}

.smm-booking-state-alert.scheduled {
  background: #2e70ce;
}

.smm-booking-state-alert.booked {
  background: #6cbc88;
}

.smm-booking-state-alert.requested {
  background: #fc861f;
}

.smm-booking-state-alert.cancel_customer {
  background: #b80028;
}

.smm-booking-state-alert.error {
  background: #b80028;
}

.smm-booking-state-alert.success {
  background: #6cbc88;
}

@media (min-width: 1080px) {
  .smm-booking-state-alert__dismiss-button {
    right: 40px !important;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-booking-state-label {
  padding: 3px 10px;
  display: none !important;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-weight: normal;
}

.smm-booking-state-label.booked {
  display: inline-block !important;
  color: #15664d;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #15664d;
  font-weight: 700;
}

.smm-booking-state-label.scheduled {
  display: inline-block !important;
  color: #2e70ce;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #2e70ce;
  font-weight: 700;
}

.smm-booking-state-label.requested {
  display: inline-block !important;
  color: #cd460b;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #cd460b;
  font-weight: 700;
}

.smm-booking-state-label.declined {
  display: inline-block !important;
  color: #b80028;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #b80028;
  font-weight: 700;
}

.smm-booking-state-label.cancelled_no_confirm {
  display: inline-block !important;
  color: #4a4d51;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #4a4d51;
  font-weight: 700;
}

.smm-booking-state-label.cancel_customer {
  display: inline-block !important;
  color: #b80028;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #b80028;
  font-weight: 700;
}

.smm-booking-state-label.cancel_studio {
  display: inline-block !important;
  color: #b80028;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #b80028;
  font-weight: 700;
}

.smm-booking-state-label.late {
  display: inline-block !important;
  color: #b80028;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #b80028;
  font-weight: 700;
}

.smm-booking-state-label.noshow {
  display: inline-block !important;
  color: #b80028;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #b80028;
  font-weight: 700;
}

.smm-booking-state-label.done {
  display: inline-block !important;
  color: #15664d;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #15664d;
  font-weight: 700;
}

.smm-booking-state-label.is_online {
  display: inline-block !important;
  color: #cd460b;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #cd460b;
  font-weight: 700;
}

.smm-booking-state-label.is_online {
  background: #cd460b;
  color: #fff;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-booking-cancel-confirm__title {
  margin: 16px 0 32px !important;
  text-align: center;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #4a4d51;
}

.smm-booking-cancel-confirm__button {
  line-height: 24px !important;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 05.11.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.usc-booking-agreements-confirm__title {
  margin: 0;
  padding: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #4a4d51;
}

.usc-booking-agreements-confirm__subtitle {
  margin: 25px 0;
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: left !important;
}

.usc-booking-agreements-confirm__subtitle a {
  font-size: inherit !important;
  color: #4a4d51 !important;
  text-decoration: underline;
}

.usc-booking-agreements-confirm__buttons {
  margin: 25px 0 0;
  text-align: left;
}

.usc-booking-agreements-confirm__button {
  width: 100% !important;
}

@media (min-width: 480px) {
  .usc-booking-agreements-confirm__button {
    width: 46% !important;
  }

  .usc-booking-agreements-confirm__button.confirm {
    float: right;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-studio-status-label {
  padding: 3px 10px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 10px;
  margin-top: 8px;
  display: inline-block;
  border-radius: 0;
}

.usc-studio-status-label.inactive {
  color: #eb1d25;
  background: transparent;
  border: 1px solid #eb1d25;
}

.usc-studio-status-label.featured {
  color: #fff;
  background: #cd460b;
  border: 1px solid #cd460b;
  border-radius: 2px;
  font-weight: 700;
}

.usc-studio-status-label.plus-checkins {
  background: #795ccc;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  right: -28px;
  bottom: -13px;
  padding: 0 25px 25px;
  z-index: 0;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 01.10.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-studio-map {
  position: relative;
}

.usc-studio-map .usc-google-map {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.usc-studio-map .usc-map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -13px;
}

.usc-studio-map .smm-info-window {
  cursor: default !important;
  max-width: 200px;
}

.usc-studio-map .smm-info-window__border {
  border-radius: 0 !important;
}

.usc-studio-map .smm-info-window__directions-link {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #2e70ce;
}

.usc-studio-map>.smm-info-window {
  display: none;
}

.usc-studio-map .popover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(74,77,81,.5);
  box-shadow: 0 2px 8px 0 rgba(74,77,81,.5);
  border-radius: 0;
  border: none;
  max-width: 300px;
  z-index: auto;
}

.usc-studio-map .popover>.arrow {
  margin-bottom: 1px;
  border-bottom-color: #cdd3da;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-map-marker {
  width: 18px;
  height: 26px;
  background-image: url('/images/map/map-pin-default.png');
  background-size: 18px 26px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .usc-map-marker {
    background-image: url('/images/map/map-pin-default@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .usc-map-marker {
    background-image: url('/images/map/map-pin-default@3x.png');
  }
}

.usc-map-marker.active {
  width: 18px;
  height: 26px;
  background-image: url('/images/map/map-pin-active.png');
  background-size: 18px 26px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .usc-map-marker.active {
    background-image: url('/images/map/map-pin-active@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .usc-map-marker.active {
    background-image: url('/images/map/map-pin-active@3x.png');
  }
}

.usc-map-marker.inactive {
  width: 18px;
  height: 26px;
  background-image: url('/images/map/map-pin-default.png');
  background-size: 18px 26px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .usc-map-marker.inactive {
    background-image: url('/images/map/map-pin-default@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .usc-map-marker.inactive {
    background-image: url('/images/map/map-pin-default@3x.png');
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 02.10.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-info-window {
  text-align: left;
  position: relative;
  overflow: visible;
  width: auto;
}

.smm-info-window__text {
  margin: 0 !important;
  text-align: left;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #4a4d51;
}

.smm-info-window__directions-icon {
  width: 14px;
  height: 14px;
  background-image: url('/images/get-direction.png');
  background-size: 14px 14px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-info-window__directions-icon {
    background-image: url('/images/get-direction@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-info-window__directions-icon {
    background-image: url('/images/get-direction@3x.png');
  }
}

.smm-info-window__directions-link {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #2e70ce !important;
}

.smm-info-window__wrapper {
  border-radius: 0 !important;
  overflow: visible !important;
  cursor: pointer !important;
}

.smm-info-window__wrapper button {
  display: none !important;
}

.smm-info-window__wrapper.active {
  background-clip: content-box !important;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-categories__header,
.smm-categories__results {
  padding: 16px 0;
}

.smm-categories__header-title {
  margin: 16px 0 0 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #4a4d51;
  text-align: center;
}

.smm-categories__header-title .chosen-container {
  margin: -4px 0 0;
  vertical-align: top;
  width: auto !important;
}

@media (max-width: 480px) {
  .smm-categories__header-title .chosen-container {
    position: static;
    display: contents;
  }
}

.smm-categories__header-title .chosen-container .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  line-height: 40px !important;
  height: 40px !important;
  height: auto !important;
  white-space: normal;
  padding: 0;
  display: inline;
  margin: 0;
}

.smm-categories__header-title .chosen-container .chosen-single span {
  height: auto !important;
  white-space: normal;
  padding: 0;
  display: inline;
  margin: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 47px !important;
  color: #2e70ce;
  text-decoration: underline;
}

.smm-categories__header-title .chosen-container .chosen-single span:after {
  content: "";
  color: #2e70ce;
  font-family: "FontAwesome";
  margin-left: 8px;
  text-decoration: none !important;
  font-family: "FontAwesome";
  display: inline-block;
}

.smm-categories__header-title .chosen-container .chosen-single div {
  display: none;
}

.smm-categories__header-title .chosen-container .chosen-drop {
  border-radius: 0;
  -webkit-box-shadow: 0 6px 10px 0 rgba(27,36,44,.16);
          box-shadow: 0 6px 10px 0 rgba(27,36,44,.16);
  border: none;
}

.smm-categories__header-title .chosen-container .chosen-drop .chosen-results {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: right;
}

.smm-categories__header-title .chosen-container .chosen-drop .chosen-results .active-result {
  color: #4a4d51;
}

.smm-categories__header-title .chosen-container .chosen-drop .chosen-results .result-selected,
.smm-categories__header-title .chosen-container .chosen-drop .chosen-results .highlighted {
  color: #4a4d51;
  background-color: #f8f6f3;
}

.smm-categories__header-title .chosen-container.chosen-with-drop .chosen-single span::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.smm-categories__header-title .chosen-container.chosen-with-drop .chosen-drop {
  left: auto;
  right: 0;
  width: auto;
}

@media (max-width: 480px) {
  .smm-categories__header-title .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    position: absolute !important;
    margin: 0 auto;
  }
}

.smm-categories__results {
  font-size: 0;
  min-height: 90vh;
}

@media (min-width: 480px) {
  .smm-categories__header,
  .smm-categories__results {
    padding: 24px 0;
  }
}

@media (min-width: 620px) {
  .smm-categories__header,
  .smm-categories__results {
    padding: 32px 0;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-category-snippet__button,
.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.smm-category-snippet__button {
  padding: 5px 20px !important;
  letter-spacing: -0.1px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.smm-category-snippet__button {
  background: #f9f9f9 !important;
  color: #2e70ce !important;
}

.smm-category-snippet__button:hover {
  background: #e7eaee !important;
}

.smm-category-snippet__button:hover,
.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-category-snippet {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: transparent;
}

.smm-category-snippet:before {
  display: block;
  content: "";
  margin-top: 100%;
}

.smm-category-snippet__wrapper {
  position: absolute;
  top: 8px;
  left: 0;
  bottom: 8px;
  right: 0;
  cursor: pointer;
}

.smm-category-snippet__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 6px;
}

.smm-category-snippet__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: visibility 0s,opacity .25s linear;
  transition: visibility 0s,opacity .25s linear;
}

.smm-category-snippet__content.default {
  visibility: visible;
  opacity: 1;
}

.smm-category-snippet__content.hover {
  background: rgba(0,0,0,.6);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  border-radius: 6px;
}

.smm-category-snippet__content-table {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.smm-category-snippet__content-cell {
  display: table-cell;
  vertical-align: middle;
}

.smm-category-snippet__content-title {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.smm-category-snippet__content-header {
  padding: 24px 42px 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 56px;
  right: 0;
  text-align: center;
  overflow: hidden;
}

.smm-category-snippet__content-text {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 16px;
}

.smm-category-snippet__content-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 56px;
  text-align: center;
}

.smm-category-snippet__button {
  margin: 0 !important;
}

.smm-category-snippet__wrapper:hover .smm-category-snippet__content.default {
  visibility: hidden;
  opacity: 0;
}

.smm-category-snippet__wrapper:hover .smm-category-snippet__content.hover {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 480px) {
  .smm-category-snippet {
    width: 50%;
  }

  .smm-category-snippet__wrapper {
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
  }
}

@media (min-width: 768px) {
  .smm-category-snippet {
    width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .smm-category-snippet {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .smm-category-snippet {
    width: 20%;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2019 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 20.09.2019
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-category-info-section .container-fluid {
  position: relative;
}

.usc-category-info-section h1,
.usc-category-info-section h2,
.usc-category-info-section h3 {
  margin: 0;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px !important;
  line-height: 40px !important;
  color: #191e24;
}

.usc-category-info-section h1 b,
.usc-category-info-section h2 b,
.usc-category-info-section h3 b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #2e70ce !important;
}

.usc-category-info-section .mobile-image-wrapper {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.usc-category-info-section .mobile-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.usc-category-info-section .cover-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.usc-category-info-section .mobile-image-wrapper:before,
.usc-category-info-section .cover-image:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0,0,0,.29);
}

.usc-category-info-section .cover-image:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.usc-category-info-section .content-wrapper .content-block {
  font-size: 16px;
  color: #4a4d51;
}

.usc-category-info-section .content-wrapper .content-block * {
  font-size: 16px;
  color: #4a4d51;
}

@media (min-width: 768px) {
  .usc-category-info-section .hero-content-wrapper {
    background: #636e7d;
  }
}

.usc-category-info-section .category-content-block {
  white-space: pre-line;
}

.usc-category-info-section .usc-button {
  margin: 30px auto 0;
}

.usc-category-info-section--header .container-fluid,
.usc-category-info-section--total .container-fluid {
  position: relative;
  padding-bottom: 30px;
}

.usc-category-info-section--header .container-fluid:last-child,
.usc-category-info-section--total .container-fluid:last-child {
  background: #f8f6f3;
}

.usc-category-info-section--header h1,
.usc-category-info-section--header h3,
.usc-category-info-section--total h1,
.usc-category-info-section--total h3 {
  margin-bottom: 20px;
}

.usc-category-info-section--header h2,
.usc-category-info-section--total h2 {
  margin-top: 30px;
  float: left;
}

.usc-category-info-section--footer {
  text-align: center;
}

.usc-category-info-section--footer .container-fluid {
  padding-top: 52px;
  padding-bottom: 52px;
}

.usc-category-info-section--footer h2 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .usc-category-info-section .container-fluid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .usc-category-info-section--header h1,
  .usc-category-info-section--header h3,
  .usc-category-info-section--total h1,
  .usc-category-info-section--total h3 {
    margin-bottom: 0;
  }

  .usc-category-info-section--header h2,
  .usc-category-info-section--total h2 {
    margin: 32px 0 20px;
  }

  .usc-category-info-section--header .map-switch-wrapper,
  .usc-category-info-section--total .map-switch-wrapper {
    margin: 32px 0 20px;
  }

  .usc-category-info-section--header .container-fluid,
  .usc-category-info-section--total .container-fluid {
    padding-bottom: 0;
  }

  .usc-category-info-section--header .content-wrapper,
  .usc-category-info-section--total .content-wrapper {
    padding-top: 52px;
    padding-bottom: 52px;
    height: 50vh;
    min-height: 400px;
  }

  .usc-category-info-section--header .content-wrapper .content-block,
  .usc-category-info-section--total .content-wrapper .content-block {
    color: #fff;
  }

  .usc-category-info-section--header .content-wrapper .content-block *,
  .usc-category-info-section--total .content-wrapper .content-block * {
    color: #fff;
  }

  .usc-category-info-section--header .category-content-block,
  .usc-category-info-section--total .category-content-block {
    font-weight: 700;
  }

  .usc-category-info-section--header .category-content-block *,
  .usc-category-info-section--total .category-content-block * {
    font-weight: 700;
  }

  .usc-category-info-section h1,
  .usc-category-info-section h3 {
    font-size: 65px !important;
    line-height: 78px !important;
  }

  .usc-category-info-section .content-wrapper {
    display: table;
    width: 100%;
  }

  .usc-category-info-section .content-wrapper .content-block {
    display: table-cell;
    vertical-align: middle;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 19.11.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-service-type-tabs .dashboard {
  padding: 40px 0 0 !important;
  text-align: center;
}

.smm-service-type-tabs .dashboard .container {
  padding: 0;
}

.smm-service-type-tabs__tab-group {
  margin: 0;
  padding-left: 15px;
  text-align: left;
}

.smm-service-type-tabs__tab {
  display: inline-block;
  margin-left: -20px;
}

.smm-service-type-tabs__tab .fa {
  margin-right: 2px;
  display: none;
}

.smm-service-type-tabs__tab-link {
  text-decoration: none !important;
  color: #4a4d51 !important;
  background: #f8f8fa;
  position: relative;
  display: inline-block;
  margin: 0 22px;
  padding: 2px 12px;
  font-size: 16px !important;
  line-height: 24px !important;
  border-radius: 7px 7px 0 0;
  cursor: pointer;
}

.smm-service-type-tabs__tab-link:focus {
  outline: none;
}

.smm-service-type-tabs__tab-link.focus-visible {
  outline: none;
}

.smm-service-type-tabs__tab-link:focus-visible {
  outline: none;
}

.smm-service-type-tabs__tab-link.focus-visible span {
  outline: 2px solid #2e70ce;
  outline-offset: 2px;
  position: relative;
  z-index: 1;
}

.smm-service-type-tabs__tab-link:focus-visible span {
  outline: 2px solid #2e70ce;
  outline-offset: 2px;
  position: relative;
  z-index: 1;
}

.smm-service-type-tabs__tab-link:before,
.smm-service-type-tabs__tab-link:after {
  content: "";
  position: absolute;
  top: 0;
  width: 23px;
  height: 100%;
  background-color: inherit;
}

.smm-service-type-tabs__tab-link:before {
  border-radius: 12px 0 0 0;
  left: -13px;
  -webkit-transform: skew(-24deg);
          transform: skew(-24deg);
}

.smm-service-type-tabs__tab-link:after {
  border-radius: 0 12px 0 0;
  right: -13px;
  -webkit-transform: skew(24deg);
          transform: skew(24deg);
}

.smm-service-type-tabs__tab.active .smm-service-type-tabs__tab-link {
  background: #fff;
  z-index: 1;
}

.smm-service-type-tabs__tab.highlighted .smm-service-type-tabs__tab-link {
  color: #2e70ce !important;
}

@media (min-width: 620px) {
  .smm-service-type-tabs__tab-group {
    padding-left: 18px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.smm-simple-button {
  display: block;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-spinner {
  margin: 0 auto;
  display: none;
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
  background: #4a4d51;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  position: relative;
}

.smm-spinner:before,
.smm-spinner:after {
  content: "";
  position: absolute;
}

.smm-spinner:before {
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0.9))) 0% 0%,-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.6))) 100% 0%,-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.3))) 100% 100%,-webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0))) 0% 100%;
  background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0.9) 100%) 0% 0%,linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%) 100% 0%,linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%) 100% 100%,linear-gradient(360deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) 0% 100%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.smm-spinner:after {
  background: #fff;
  border-radius: 50%;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2017 Urban Sports GmbH, Prinzessinnenstr. 19-20, 10969 Berlin, http://urbansportsclub.com
 * @created 21.12.2017
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-search-controls {
  padding-top: 16px;
  padding-bottom: 16px;
  background: #fff;
  min-width: auto;
}

@media (min-width: 620px) {
  .usc-search-controls {
    min-width: 1300px;
  }
}

.usc-search-controls.fixed {
  position: fixed;
  width: 100%;
  top: 64px;
  z-index: 11;
}

body.no-header .usc-search-controls.fixed {
  top: 0;
}

@media (min-width: 620px) {
  .usc-search-controls {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media (min-width: 1080px) {
  .usc-search-controls {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .usc-search-controls.fixed {
    top: 64px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 19.11.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-search-filters .smm-search-filter-label {
  margin: 4px 15px 4px 0;
}

.smm-search-filters__reset-link {
  margin: 4px 0;
  font-size: 15px;
  font-weight: bold;
  color: #4a4d51 !important;
  text-decoration: none !important;
  white-space: nowrap;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 26.11.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-search-filter-label {
  padding: 4px 16px 3px;
  border-radius: 12px;
  display: inline-block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-weight: normal;
  background: #2e70ce;
  color: #fff !important;
  border: 1px solid #2e70ce;
}

.smm-search-filter-label__remove-link {
  margin-left: 4px;
  display: inline-block;
  font-size: 15px;
  color: #fff !important;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-booking-banner .container {
  padding: 0 !important;
  background: #191e24;
  overflow: hidden;
}

.smm-booking-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 1079px) {
  .smm-booking-banner .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 619px) {
  .smm-booking-banner .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.smm-booking-banner__content {
  margin: 16px 20px;
  padding: 20px;
}

.smm-booking-banner__title {
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 1079px) {
  .smm-booking-banner__title {
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  .smm-booking-banner__title {
    font-size: 25px;
  }
}

.smm-booking-banner__text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  opacity: .87;
}

.smm-booking-banner__signature {
  margin: 8px 0 0;
  display: inline-block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  font-style: italic;
  color: #ff8f58 !important;
}

.smm-booking-banner__banner-image {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),url("/images/booking-banner/online-courses/bookings-wide.jpg") no-repeat center center/cover;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("/images/booking-banner/online-courses/bookings-wide.jpg") no-repeat center center/cover;
  min-height: 194px;
  min-width: 55%;
  position: relative;
  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;
}

@media (min-width: 768px)and (max-width: 991px) {
  .smm-booking-banner__banner-image {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),url("/images/booking-banner/online-courses/bookings-wide@2x.jpg") no-repeat center center/cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("/images/booking-banner/online-courses/bookings-wide@2x.jpg") no-repeat center center/cover;
  }
}

@media (min-width: 992px)and (max-width: 1199px) {
  .smm-booking-banner__banner-image {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),url("/images/booking-banner/online-courses/bookings-narrow.jpg") no-repeat center center/cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("/images/booking-banner/online-courses/bookings-narrow.jpg") no-repeat center center/cover;
  }
}

@media (min-width: 1200px) {
  .smm-booking-banner__banner-image {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),url("/images/booking-banner/online-courses/bookings-narrow@2x.jpg") no-repeat center center/cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("/images/booking-banner/online-courses/bookings-narrow@2x.jpg") no-repeat center center/cover;
  }
}

@media (min-width: 620px) {
  .smm-booking-banner__text {
    font-size: 14px;
  }
}

@media (min-width: 1080px) {
  .smm-booking-banner__content {
    display: inline-block;
    width: 45%;
  }

  .smm-booking-banner__text {
    font-size: 20px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-easter-banner .container {
  padding: 0 !important;
  background: #fff3c0;
  overflow: hidden;
}

.smm-easter-banner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 1079px) {
  .smm-easter-banner .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 619px) {
  .smm-easter-banner .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.smm-easter-banner__content {
  margin: 16px 20px;
  padding: 20px;
}

.smm-easter-banner__title {
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px;
  left: 50%;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media (max-width: 1079px) {
  .smm-easter-banner__title {
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  .smm-easter-banner__title {
    font-size: 25px;
  }
}

.smm-easter-banner__text {
  color: #2e3742;
  font-size: 16px;
  line-height: 20px;
  opacity: .87;
}

.smm-easter-banner__signature {
  margin: 8px 0 0;
  display: inline-block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  font-style: italic;
  color: #1b7e96 !important;
}

.smm-easter-banner__banner-image {
  background: url("/images/easter-banner/new/bookings-wide.jpg") no-repeat center center/cover;
  min-height: 194px;
  min-width: 55%;
  position: relative;
  display: inline-block;
}

.smm-easter-banner__banner-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
}

@media (min-width: 768px)and (max-width: 991px) {
  .smm-easter-banner__banner-image {
    background: url("/images/easter-banner/new/bookings-wide@2x.jpg") no-repeat center center/cover;
  }
}

@media (min-width: 992px)and (max-width: 1199px) {
  .smm-easter-banner__banner-image {
    background: url("/images/easter-banner/new/bookings-narrow.jpg") no-repeat center center/cover;
  }
}

@media (min-width: 1200px) {
  .smm-easter-banner__banner-image {
    background: url("/images/easter-banner/new/bookings-narrow@2x.jpg") no-repeat center center/cover;
  }
}

@media (min-width: 620px) {
  .smm-easter-banner__text {
    font-size: 14px;
  }
}

@media (min-width: 1080px) {
  .smm-easter-banner__content {
    display: inline-block;
    width: 45%;
  }

  .smm-easter-banner__text {
    font-size: 20px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-merger-banner .container {
  padding: 0 !important;
  background: #fff;
  overflow: hidden;
}

.smm-merger-banner__content {
  margin: 16px 20px 0;
}

.smm-merger-banner__title {
  margin: 0;
  float: none !important;
  font-size: 30px;
  color: #2e70ce;
}

.smm-merger-banner__text {
  font-size: 16px;
}

.smm-merger-banner__text b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.smm-merger-banner__link {
  margin: 8px 0 0;
  display: inline-block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #191e24 !important;
}

.smm-merger-banner__banner-image {
  width: 296px;
  height: 198px;
  background-image: url('/images/merger-banner/phones.png');
  background-size: 296px 198px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-merger-banner__banner-image {
    background-image: url('/images/merger-banner/phones@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-merger-banner__banner-image {
    background-image: url('/images/merger-banner/phones@3x.png');
  }
}

.smm-merger-banner__banner-image.mobile {
  float: right;
}

@media (min-width: 620px) {
  .smm-merger-banner .container {
    padding: 0 30px !important;
  }
}

@media (min-width: 1080px) {
  .smm-merger-banner .container {
    padding: 0 !important;
    position: relative;
  }

  .smm-merger-banner__content {
    margin: 16px 0 16px 16px;
    display: inline-block;
    width: 650px;
    position: absolute;
    top: 0;
  }

  .smm-merger-banner__title {
    font-size: 36px;
  }

  .smm-merger-banner__text {
    font-size: 18px;
  }

  .smm-merger-banner__link {
    margin: 16px 0 0;
    font-size: 14px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 21.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-online-courses-banner {
  padding-top: 40px;
}

.usc-online-courses-banner .container {
  background: #fff;
  overflow: hidden;
}

.usc-online-courses-banner__content {
  padding: 20px 0;
}

.usc-online-courses-banner__title {
  margin: 0 0 10px;
  float: none !important;
  font-size: 30px;
  line-height: 1.2;
  color: #2e70ce;
}

.usc-online-courses-banner__text {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.2;
}

.usc-online-courses-banner__text b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.usc-online-courses-banner__link {
  display: inline-block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #191e24 !important;
}

.usc-online-courses-banner__banner-image {
  float: left;
  width: 296px;
  height: 198px;
  background-image: url('/images/online-courses-banner/banner-image-min.png');
  background-size: cover;
  background-color: #d5d5d5;
}

@media (min-width: 1080px) {
  .usc-online-courses-banner .container {
    padding: 0 !important;
  }

  .usc-online-courses-banner__content {
    padding: 16px 0 16px 376px;
  }

  .usc-online-courses-banner__title {
    font-size: 36px;
  }

  .usc-online-courses-banner__text {
    font-size: 18px;
  }

  .usc-online-courses-banner__link {
    margin: 16px 0 0;
    font-size: 14px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 2.04.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-online-courses-discovery-banner {
  padding-top: 40px;
}

.usc-online-courses-discovery-banner .container {
  background: #fff;
  overflow: hidden;
}

.usc-online-courses-discovery-banner__content {
  padding: 20px 0;
}

.usc-online-courses-discovery-banner__title {
  margin: 0 0 10px;
  float: none !important;
  font-size: 30px;
  line-height: 1.2;
  color: #2e70ce;
}

.usc-online-courses-discovery-banner__text {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.2;
}

.usc-online-courses-discovery-banner__text b {
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
}

.usc-online-courses-discovery-banner__link {
  display: inline-block;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #191e24 !important;
}

.usc-online-courses-discovery-banner__banner-image {
  float: left;
  width: 296px;
  height: 198px;
  background-image: url('/images/online-courses-discovery-banner/banner-image-min.png');
  background-size: cover;
  background-color: #d5d5d5;
}

@media (min-width: 1080px) {
  .usc-online-courses-discovery-banner .container {
    padding: 0 !important;
  }

  .usc-online-courses-discovery-banner__content {
    padding: 25px 20px 16px 376px;
  }

  .usc-online-courses-discovery-banner__title {
    font-size: 36px;
  }

  .usc-online-courses-discovery-banner__text {
    font-size: 18px;
  }

  .usc-online-courses-discovery-banner__link {
    margin: 16px 0 0;
    font-size: 14px;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.smm-xmas-banner .container {
  padding: 0 !important;
  text-align: center;
}

.smm-xmas-banner__title,
.smm-xmas-banner__text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.smm-xmas-banner__text {
  margin: 0 5% 30px;
}

.smm-xmas-banner__banner-image.narrow {
  background-image: url('/images/xmas-banner/christmas-narrow.png');
  background-size: cover;
  display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-xmas-banner__banner-image.narrow {
    background-image: url('/images/xmas-banner/christmas-narrow@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-xmas-banner__banner-image.narrow {
    background-image: url('/images/xmas-banner/christmas-narrow@3x.png');
  }
}

.smm-xmas-banner__banner-image.wide {
  background-image: url('/images/xmas-banner/christmas-wide.png');
  background-size: cover;
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1),only screen and (min-resolution: 96dpi),only screen and (min-resolution: 1dppx) {
  .smm-xmas-banner__banner-image.wide {
    background-image: url('/images/xmas-banner/christmas-wide@2x.png');
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx) {
  .smm-xmas-banner__banner-image.wide {
    background-image: url('/images/xmas-banner/christmas-wide@3x.png');
  }
}

@media (min-width: 1080px) {
  .smm-xmas-banner__text {
    margin: 0 15% 20px;
  }

  .smm-xmas-banner__banner-image.narrow {
    display: none;
  }

  .smm-xmas-banner__banner-image.wide {
    display: block;
  }
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-button {
  display: inline-block;
  width: auto;
  height: auto !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 15px 32px 15px !important;
  border: none !important;
  background: none;
  color: #fff;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: -0.15px !important;
  border-radius: 4px !important;
  outline: 0 !important;
  line-height: 20px;
}

.usc-button--primary {
  background: #2e70ce !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.usc-button--primary:hover {
  background: #1c61c4 !important;
}

.usc-button:hover {
  text-decoration: none;
}

.usc-button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.usc-button-holder>* {
  margin: 8px;
}

.usc-button-holder--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.usc-button-holder--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}


/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.11.2020
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018 Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @since 10.12.2018
 */

/*!
 * @deprecated since PostCSS with postcss-assets plugin
 *
 * @see postcss-retina-image()
 * @todo add PostCSS plugin to auto-generate retina media-queries
 */

/*!
 * Mixin for insertion of retina background images.
 * Depends on PostCSS with postcss-assets and postcss-sprites plugins.
 * Supports retina images with @2x naming convention and automatically adds image dimensions.
 * Images in 'sprites' folders are later grouped into spritesheets.
 *
 * @see postcss.config.js
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2018  Urban Sports GmbH, Alt-Moabit 103, 10559 Berlin, https://urbansportsclub.com
 * @created  02.07.2018
 */

/*!
 * @author Urban Sports GmbH
 * @copyright Copyright (c) 2020 Urban Sports GmbH, Michaelkirchstr. 20, 10179 Berlin, https://urbansportsclub.com
 * @since 03.03.2020
 */

.usc-simple-section {
  padding: 100px 0;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .usc-simple-section {
    font-size: 20px;
    line-height: 28px;
  }
}

.usc-simple-section--center {
  text-align: center;
}

.usc-simple-section--small-padding {
  padding: 75px 0;
}

.usc-simple-section--online-page .usc-simple-section__heading {
  margin: 0 0 40px;
  font-size: 35px;
}

@media (min-width: 992px) {
  .usc-simple-section--online-page .usc-simple-section__heading {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.8px;
    color: #191e24;
  }
}

.usc-simple-section__show-desktop {
  display: none;
}

@media (min-width: 992px) {
  .usc-simple-section__show-desktop {
    display: block;
  }
}

@media (min-width: 992px) {
  .usc-simple-section__show-mobile {
    display: none;
  }
}

.usc-simple-section__image {
  width: 100%;
}

.usc-simple-section__heading {
  margin: 0 0 24px;
  font-family: "Apercu Aktiv","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
}

.usc-simple-section__heading--center {
  text-align: center;
}

.usc-simple-section .usc-button-holder {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .usc-simple-section .usc-button-holder {
    margin-top: 27px;
  }
}

.usc-simple-section .row>[class*=col-sm]:not(:last-of-type) {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .usc-simple-section .row>[class*=col-sm]:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.usc-simple-section .row>[class*=col-md]:not(:last-of-type) {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .usc-simple-section .row>[class*=col-md]:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.usc-simple-section .row>[class*=col-lg]:not(:last-of-type) {
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .usc-simple-section .row>[class*=col-lg]:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.usc-simple-section--search-promo {
  padding: 50px 0;
  background: transparent;
  width: 100%;
}

.usc-simple-section--search-promo>.container {
  width: 100%;
}

.usc-simple-section--search-promo p b {
  font-weight: bold;
  color: #2e70ce;
}


