@import url(https://fonts.googleapis.com/css?family=Noto+Sans:regular,bold,italic,bolditalic);.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*      #RTL SUPPORT
  \*------------------------------------*/ }

.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0; }

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px; }

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */ }

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999; }

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999; }

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1; }

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999; }

.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */ }

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0; }

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed; }

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626; }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff; }

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px; }

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px; }

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap; }

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9; }

.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */ }

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px; }

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent; }

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent; }

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333; }

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none; }

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed; }

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee; }

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none; }

.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px; }

.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px; }

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */ }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px; }

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0; }

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */ }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px; }

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px; }

.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */ }

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px; }

.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px; }

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px; }

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5; }

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px; }

.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */ }

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px; }

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px; }

.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px; }

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px; }

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333; }

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px; }

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */ }

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px; }

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */ }

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px; }

.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */ }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */ }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px; }

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

/*------------------------------------*    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b; }

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c; }

.has-warning.select2-drop-active {
  border-color: #66512c; }

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c; }

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442; }

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534; }

.has-error.select2-drop-active {
  border-color: #843534; }

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534; }

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d; }

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c; }

.has-success.select2-drop-active {
  border-color: #2b542c; }

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */ }

.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3; }

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top; }

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important; }

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block; }
.animation-floating--vertical, .animation-floating--circular {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }

@keyframes floating-vertical {
  0% {
    transform: translateY(0); }
  50% {
    transform: translate3d(0, -10px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes floating-circular {
  from {
    transform: rotate(0deg) translateX(5px) rotate(0deg); }
  to {
    transform: rotate(360deg) translateX(5px) rotate(-360deg); } }

@keyframes bounce-right {
  0%,
  5%,
  35%,
  60%,
  100% {
    transform: translate(0, 0); }
  25% {
    transform: translate(-100%, 0); }
  45% {
    transform: translate(-75%, 0); } }

@keyframes bounce-left {
  0%,
  5%,
  35%,
  60%,
  100% {
    transform: translate(0, 0); }
  25% {
    transform: translate(100%, 0); }
  45% {
    transform: translate(75%, 0); } }

@keyframes bounce-down {
  0%,
  5%,
  35%,
  60%,
  100% {
    transform: translateY(0); }
  25% {
    transform: translateY(-8px); }
  45% {
    transform: translateY(-4px); } }

@keyframes bounce-up {
  0%,
  5%,
  35%,
  60%,
  100% {
    transform: translateY(0); }
  25% {
    transform: translateY(8px); }
  45% {
    transform: translateY(4px); } }

@keyframes drop2 {
  0% {
    transform: translateY(-50px); }
  25%,
  100% {
    transform: translate(0); } }

@keyframes drop3 {
  0% {
    transform: translateY(-50px); }
  50%,
  100% {
    transform: translate(0); } }

@keyframes drop4 {
  0% {
    transform: translateY(-50px); }
  75%,
  100% {
    transform: translate(0); } }

@keyframes scale-in-out {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }

@keyframes scale-0-to-1 {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@keyframes pop {
  0%,
  90% {
    transform: scale(1); }
  100% {
    transform: scale(0.5); } }

@keyframes rotate-45 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }

.text-blue {
  color: #1546c2 !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #103594 !important; }

.text-indigo {
  color: #6610f2 !important; }

a.text-indigo:hover, a.text-indigo:focus {
  color: #510bc4 !important; }

.text-purple {
  color: #7824c5 !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #5e1c9a !important; }

.text-pink {
  color: #ff51c9 !important; }

a.text-pink:hover, a.text-pink:focus {
  color: #ff1eb9 !important; }

.text-red {
  color: #ac2015 !important; }

a.text-red:hover, a.text-red:focus {
  color: #7f180f !important; }

.text-orange {
  color: #d4441a !important; }

a.text-orange:hover, a.text-orange:focus {
  color: #a73514 !important; }

.text-yellow {
  color: #e6b40b !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #b58e09 !important; }

.text-green {
  color: #36b030 !important; }

a.text-green:hover, a.text-green:focus {
  color: #2a8825 !important; }

.text-teal {
  color: #20c997 !important; }

a.text-teal:hover, a.text-teal:focus {
  color: #199d76 !important; }

.text-cyan {
  color: #2ab8a6 !important; }

a.text-cyan:hover, a.text-cyan:focus {
  color: #218e81 !important; }

.text-white {
  color: #fff !important; }

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important; }

.text-gray {
  color: #949494 !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #7b7b7b !important; }

.text-gray-dark {
  color: #404040 !important; }

a.text-gray-dark:hover, a.text-gray-dark:focus {
  color: #272727 !important; }

.text-olive {
  color: #787a26 !important; }

a.text-olive:hover, a.text-olive:focus {
  color: #52531a !important; }

.text-beige {
  color: #bcad69 !important; }

a.text-beige:hover, a.text-beige:focus {
  color: #a7974b !important; }

.text-brown {
  color: #866136 !important; }

a.text-brown:hover, a.text-brown:focus {
  color: #624727 !important; }

.text-brick {
  color: #be583f !important; }

a.text-brick:hover, a.text-brick:focus {
  color: #984632 !important; }

.text-forest-green {
  color: #5b813f !important; }

a.text-forest-green:hover, a.text-forest-green:focus {
  color: #435f2e !important; }

.text-turquoise {
  color: #14837f !important; }

a.text-turquoise:hover, a.text-turquoise:focus {
  color: #0d5754 !important; }

.text-light-blue {
  color: #5caee0 !important; }

a.text-light-blue:hover, a.text-light-blue:focus {
  color: #3199d8 !important; }

.text-magenta {
  color: #c93a9b !important; }

a.text-magenta:hover, a.text-magenta:focus {
  color: #a32d7d !important; }

.text-primary {
  color: #36b030 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #2a8825 !important; }

.text-secondary {
  color: #757575 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #5c5c5c !important; }

.text-success {
  color: #36b030 !important; }

a.text-success:hover, a.text-success:focus {
  color: #2a8825 !important; }

.text-info {
  color: #5caee0 !important; }

a.text-info:hover, a.text-info:focus {
  color: #3199d8 !important; }

.text-warning {
  color: #e6b40b !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b58e09 !important; }

.text-danger {
  color: #d4441a !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a73514 !important; }

.text-light {
  color: #f8f5f4 !important; }

a.text-light:hover, a.text-light:focus {
  color: #e4d9d5 !important; }

.text-dark {
  color: #313131 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #181818 !important; }

.text-tertiary {
  color: #84c94c !important; }

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #6bae34 !important; }

.text-quaternary {
  color: #996a41 !important; }

a.text-quaternary:hover, a.text-quaternary:focus {
  color: #755132 !important; }

.text-quinary {
  color: #5a381e !important; }

a.text-quinary:hover, a.text-quinary:focus {
  color: #342011 !important; }

.text-senary {
  color: #313131 !important; }

a.text-senary:hover, a.text-senary:focus {
  color: #181818 !important; }

.text-primary-supportive {
  color: #288123 !important; }

a.text-primary-supportive:hover, a.text-primary-supportive:focus {
  color: #1b5918 !important; }

.text-secondary-supportive {
  color: #404040 !important; }

a.text-secondary-supportive:hover, a.text-secondary-supportive:focus {
  color: #272727 !important; }

.text-tertiary-supportive {
  color: #6bae34 !important; }

a.text-tertiary-supportive:hover, a.text-tertiary-supportive:focus {
  color: #538629 !important; }

.text-quaternary-supportive {
  color: #755132 !important; }

a.text-quaternary-supportive:hover, a.text-quaternary-supportive:focus {
  color: #513823 !important; }

.text-quinary-supportive {
  color: #342011 !important; }

a.text-quinary-supportive:hover, a.text-quinary-supportive:focus {
  color: #0e0805 !important; }

.text-senary-supportive {
  color: #181818 !important; }

a.text-senary-supportive:hover, a.text-senary-supportive:focus {
  color: black !important; }

.text-100 {
  color: #f8f5f4 !important; }

a.text-100:hover, a.text-100:focus {
  color: #e4d9d5 !important; }

.text-200 {
  color: #f1edec !important; }

a.text-200:hover, a.text-200:focus {
  color: #dbd1cf !important; }

.text-300 {
  color: #d1cfce !important; }

a.text-300:hover, a.text-300:focus {
  color: #b8b5b4 !important; }

.text-400 {
  color: #949494 !important; }

a.text-400:hover, a.text-400:focus {
  color: #7b7b7b !important; }

.text-500 {
  color: #777 !important; }

a.text-500:hover, a.text-500:focus {
  color: #5e5e5e !important; }

.text-600 {
  color: #5a5a5a !important; }

a.text-600:hover, a.text-600:focus {
  color: #414141 !important; }

.text-700 {
  color: #404040 !important; }

a.text-700:hover, a.text-700:focus {
  color: #272727 !important; }

.text-800 {
  color: #313131 !important; }

a.text-800:hover, a.text-800:focus {
  color: #181818 !important; }

.text-900 {
  color: #1d1e1e !important; }

a.text-900:hover, a.text-900:focus {
  color: #040404 !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: black !important; }

.top,
.top-left,
.top-right {
  top: 0; }

.bottom,
.bottom-left,
.bottom-right {
  bottom: 0; }

.left,
.top-left,
.bottom-left {
  left: 0; }

.right,
.top-right,
.bottom-right {
  right: 0; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #313131;
  text-align: left;
  background-color: #fff; }

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #288123;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #288123;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.8rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  color: inherit; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.75rem; }

h3, .h3 {
  font-size: 1.2rem; }

h4, .h4 {
  font-size: 1rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.75rem; }

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

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

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

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

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

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

small,
.small {
  font-size: 0.75rem;
  font-weight: 400; }

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #5a5a5a; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d1cfce;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #5a5a5a; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d1cfce; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d1cfce; }
  .table tbody + tbody {
    border-top: 2px solid #d1cfce; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #d1cfce; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d1cfce; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c7e9c5; }

.table-hover .table-primary:hover {
  background-color: #b5e2b3; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b5e2b3; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d8d8d8; }

.table-hover .table-secondary:hover {
  background-color: #cbcbcb; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cbcbcb; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7e9c5; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d1e8f6; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f8eabb; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f3cbbf; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfcfc; }

.table-hover .table-light:hover {
  background-color: #f3eded; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f3eded; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c5c5c5; }

.table-hover .table-dark:hover {
  background-color: #b8b8b8; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b8b8b8; }

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #ddf0cd; }

.table-hover .table-tertiary:hover {
  background-color: #d0eab9; }
  .table-hover .table-tertiary:hover > td,
  .table-hover .table-tertiary:hover > th {
    background-color: #d0eab9; }

.table-quaternary,
.table-quaternary > th,
.table-quaternary > td {
  background-color: #e2d5ca; }

.table-hover .table-quaternary:hover {
  background-color: #d9c8ba; }
  .table-hover .table-quaternary:hover > td,
  .table-hover .table-quaternary:hover > th {
    background-color: #d9c8ba; }

.table-quinary,
.table-quinary > th,
.table-quinary > td {
  background-color: #d1c7c0; }

.table-hover .table-quinary:hover {
  background-color: #c6bab1; }
  .table-hover .table-quinary:hover > td,
  .table-hover .table-quinary:hover > th {
    background-color: #c6bab1; }

.table-senary,
.table-senary > th,
.table-senary > td {
  background-color: #c5c5c5; }

.table-hover .table-senary:hover {
  background-color: #b8b8b8; }
  .table-hover .table-senary:hover > td,
  .table-hover .table-senary:hover > th {
    background-color: #b8b8b8; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #1d1e1e;
  border-color: #303131; }

.table .thead-light th {
  color: #404040;
  background-color: #f1edec;
  border-color: #d1cfce; }

.table-dark {
  color: #fff;
  background-color: #1d1e1e; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #303131; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive, .minecon-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered, .minecon-table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #404040;
    background-color: #fff;
    border-color: #181818;
    outline: 0;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #5a5a5a;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #5a5a5a;
    opacity: 1; }
  .form-control::placeholder {
    color: #5a5a5a;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f1edec;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #404040;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #5a5a5a; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #36b030; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(54, 176, 48, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #36b030; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #36b030;
    box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #36b030; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #36b030; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #87dd82; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #4dcd46; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(54, 176, 48, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #36b030; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d4441a; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(212, 68, 26, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d4441a; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #d4441a;
    box-shadow: 0 0 0 0.2rem rgba(212, 68, 26, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d4441a; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d4441a; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ef987e; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e7613a; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(212, 68, 26, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d4441a; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(212, 68, 26, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #36b030;
  border-color: #36b030; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2d9228;
    border-color: #2a8825; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #36b030;
    border-color: #36b030; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2a8825;
    border-color: #277e22; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #757575;
  border-color: #757575; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #626262;
    border-color: #5c5c5c; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #757575;
    border-color: #757575; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5c5c5c;
    border-color: #555555; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5); }

.btn-success {
  color: #fff;
  background-color: #36b030;
  border-color: #36b030; }
  .btn-success:hover {
    color: #fff;
    background-color: #2d9228;
    border-color: #2a8825; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #36b030;
    border-color: #36b030; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2a8825;
    border-color: #277e22; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.5); }

.btn-info {
  color: #1d1e1e;
  background-color: #5caee0;
  border-color: #5caee0; }
  .btn-info:hover {
    color: #fff;
    background-color: #3c9eda;
    border-color: #3199d8; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 174, 224, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #1d1e1e;
    background-color: #5caee0;
    border-color: #5caee0; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3199d8;
    border-color: #2893d4; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(92, 174, 224, 0.5); }

.btn-warning {
  color: #1d1e1e;
  background-color: #e6b40b;
  border-color: #e6b40b; }
  .btn-warning:hover {
    color: #fff;
    background-color: #c19709;
    border-color: #b58e09; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 180, 11, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #1d1e1e;
    background-color: #e6b40b;
    border-color: #e6b40b; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #b58e09;
    border-color: #a98408; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(230, 180, 11, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #d4441a;
  border-color: #d4441a; }
  .btn-danger:hover {
    color: #fff;
    background-color: #b23916;
    border-color: #a73514; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 68, 26, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #d4441a;
    border-color: #d4441a; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a73514;
    border-color: #9b3213; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 68, 26, 0.5); }

.btn-light {
  color: #1d1e1e;
  background-color: #f8f5f4;
  border-color: #f8f5f4; }
  .btn-light:hover {
    color: #1d1e1e;
    background-color: #e9e0dd;
    border-color: #e4d9d5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 245, 244, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #1d1e1e;
    background-color: #f8f5f4;
    border-color: #f8f5f4; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #1d1e1e;
    background-color: #e4d9d5;
    border-color: #dfd2cd; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 245, 244, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #313131;
  border-color: #313131; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #181818; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #313131;
    border-color: #313131; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #181818;
    border-color: #111111; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5); }

.btn-tertiary {
  color: #1d1e1e;
  background-color: #84c94c;
  border-color: #84c94c; }
  .btn-tertiary:hover {
    color: #fff;
    background-color: #71b737;
    border-color: #6bae34; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 201, 76, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #1d1e1e;
    background-color: #84c94c;
    border-color: #84c94c; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #6bae34;
    border-color: #65a431; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(132, 201, 76, 0.5); }

.btn-quaternary {
  color: #fff;
  background-color: #996a41;
  border-color: #996a41; }
  .btn-quaternary:hover {
    color: #fff;
    background-color: #7e5736;
    border-color: #755132; }
  .btn-quaternary:focus, .btn-quaternary.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 106, 65, 0.5); }
  .btn-quaternary.disabled, .btn-quaternary:disabled {
    color: #fff;
    background-color: #996a41;
    border-color: #996a41; }
  .btn-quaternary:not(:disabled):not(.disabled):active, .btn-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-quaternary.dropdown-toggle {
    color: #fff;
    background-color: #755132;
    border-color: #6c4b2e; }
    .btn-quaternary:not(:disabled):not(.disabled):active:focus, .btn-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quaternary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 106, 65, 0.5); }

.btn-quinary {
  color: #fff;
  background-color: #5a381e;
  border-color: #5a381e; }
  .btn-quinary:hover {
    color: #fff;
    background-color: #3d2614;
    border-color: #342011; }
  .btn-quinary:focus, .btn-quinary.focus {
    box-shadow: 0 0 0 0.2rem rgba(90, 56, 30, 0.5); }
  .btn-quinary.disabled, .btn-quinary:disabled {
    color: #fff;
    background-color: #5a381e;
    border-color: #5a381e; }
  .btn-quinary:not(:disabled):not(.disabled):active, .btn-quinary:not(:disabled):not(.disabled).active,
  .show > .btn-quinary.dropdown-toggle {
    color: #fff;
    background-color: #342011;
    border-color: #2a1a0e; }
    .btn-quinary:not(:disabled):not(.disabled):active:focus, .btn-quinary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quinary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(90, 56, 30, 0.5); }

.btn-senary {
  color: #fff;
  background-color: #313131;
  border-color: #313131; }
  .btn-senary:hover {
    color: #fff;
    background-color: #1e1e1e;
    border-color: #181818; }
  .btn-senary:focus, .btn-senary.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5); }
  .btn-senary.disabled, .btn-senary:disabled {
    color: #fff;
    background-color: #313131;
    border-color: #313131; }
  .btn-senary:not(:disabled):not(.disabled):active, .btn-senary:not(:disabled):not(.disabled).active,
  .show > .btn-senary.dropdown-toggle {
    color: #fff;
    background-color: #181818;
    border-color: #111111; }
    .btn-senary:not(:disabled):not(.disabled):active:focus, .btn-senary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-senary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5); }

.btn-outline-primary {
  color: #36b030;
  background-color: transparent;
  background-image: none;
  border-color: #36b030; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #36b030;
    border-color: #36b030; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #36b030;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #36b030;
    border-color: #36b030; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.5); }

.btn-outline-secondary {
  color: #757575;
  background-color: transparent;
  background-image: none;
  border-color: #757575; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #757575;
    border-color: #757575; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #757575;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #757575;
    border-color: #757575; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5); }

.btn-outline-success {
  color: #36b030;
  background-color: transparent;
  background-image: none;
  border-color: #36b030; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #36b030;
    border-color: #36b030; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #36b030;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #36b030;
    border-color: #36b030; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(54, 176, 48, 0.5); }

.btn-outline-info {
  color: #5caee0;
  background-color: transparent;
  background-image: none;
  border-color: #5caee0; }
  .btn-outline-info:hover {
    color: #1d1e1e;
    background-color: #5caee0;
    border-color: #5caee0; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 174, 224, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5caee0;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #1d1e1e;
    background-color: #5caee0;
    border-color: #5caee0; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(92, 174, 224, 0.5); }

.btn-outline-warning {
  color: #e6b40b;
  background-color: transparent;
  background-image: none;
  border-color: #e6b40b; }
  .btn-outline-warning:hover {
    color: #1d1e1e;
    background-color: #e6b40b;
    border-color: #e6b40b; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 180, 11, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #e6b40b;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #1d1e1e;
    background-color: #e6b40b;
    border-color: #e6b40b; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(230, 180, 11, 0.5); }

.btn-outline-danger {
  color: #d4441a;
  background-color: transparent;
  background-image: none;
  border-color: #d4441a; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d4441a;
    border-color: #d4441a; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(212, 68, 26, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d4441a;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d4441a;
    border-color: #d4441a; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 68, 26, 0.5); }

.btn-outline-light {
  color: #f8f5f4;
  background-color: transparent;
  background-image: none;
  border-color: #f8f5f4; }
  .btn-outline-light:hover {
    color: #1d1e1e;
    background-color: #f8f5f4;
    border-color: #f8f5f4; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 245, 244, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f5f4;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #1d1e1e;
    background-color: #f8f5f4;
    border-color: #f8f5f4; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 245, 244, 0.5); }

.btn-outline-dark {
  color: #313131;
  background-color: transparent;
  background-image: none;
  border-color: #313131; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #313131;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #313131;
    border-color: #313131; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5); }

.btn-outline-tertiary {
  color: #84c94c;
  background-color: transparent;
  background-image: none;
  border-color: #84c94c; }
  .btn-outline-tertiary:hover {
    color: #1d1e1e;
    background-color: #84c94c;
    border-color: #84c94c; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 201, 76, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #84c94c;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #1d1e1e;
    background-color: #84c94c;
    border-color: #84c94c; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(132, 201, 76, 0.5); }

.btn-outline-quaternary {
  color: #996a41;
  background-color: transparent;
  background-image: none;
  border-color: #996a41; }
  .btn-outline-quaternary:hover {
    color: #fff;
    background-color: #996a41;
    border-color: #996a41; }
  .btn-outline-quaternary:focus, .btn-outline-quaternary.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 106, 65, 0.5); }
  .btn-outline-quaternary.disabled, .btn-outline-quaternary:disabled {
    color: #996a41;
    background-color: transparent; }
  .btn-outline-quaternary:not(:disabled):not(.disabled):active, .btn-outline-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quaternary.dropdown-toggle {
    color: #fff;
    background-color: #996a41;
    border-color: #996a41; }
    .btn-outline-quaternary:not(:disabled):not(.disabled):active:focus, .btn-outline-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quaternary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 106, 65, 0.5); }

.btn-outline-quinary {
  color: #5a381e;
  background-color: transparent;
  background-image: none;
  border-color: #5a381e; }
  .btn-outline-quinary:hover {
    color: #fff;
    background-color: #5a381e;
    border-color: #5a381e; }
  .btn-outline-quinary:focus, .btn-outline-quinary.focus {
    box-shadow: 0 0 0 0.2rem rgba(90, 56, 30, 0.5); }
  .btn-outline-quinary.disabled, .btn-outline-quinary:disabled {
    color: #5a381e;
    background-color: transparent; }
  .btn-outline-quinary:not(:disabled):not(.disabled):active, .btn-outline-quinary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quinary.dropdown-toggle {
    color: #fff;
    background-color: #5a381e;
    border-color: #5a381e; }
    .btn-outline-quinary:not(:disabled):not(.disabled):active:focus, .btn-outline-quinary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quinary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(90, 56, 30, 0.5); }

.btn-outline-senary {
  color: #313131;
  background-color: transparent;
  background-image: none;
  border-color: #313131; }
  .btn-outline-senary:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131; }
  .btn-outline-senary:focus, .btn-outline-senary.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5); }
  .btn-outline-senary.disabled, .btn-outline-senary:disabled {
    color: #313131;
    background-color: transparent; }
  .btn-outline-senary:not(:disabled):not(.disabled):active, .btn-outline-senary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-senary.dropdown-toggle {
    color: #fff;
    background-color: #313131;
    border-color: #313131; }
    .btn-outline-senary:not(:disabled):not(.disabled):active:focus, .btn-outline-senary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-senary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(49, 49, 49, 0.5); }

.btn-link {
  font-weight: 400;
  color: #288123;
  background-color: transparent; }
  .btn-link:hover {
    color: #288123;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #5a5a5a; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #313131;
  text-align: left;
  list-style: none;
  background-color: #84c94c;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15); }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f1edec; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #84c94c;
    text-decoration: none;
    background-color: #000; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #36b030; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #5a5a5a;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5a5a5a;
  white-space: nowrap; }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #5a5a5a; }

.nav-tabs {
  border-bottom: 1px solid #d1cfce; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #f1edec #f1edec #d1cfce; }
    .nav-tabs .nav-link.disabled {
      color: #5a5a5a;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #404040;
    background-color: #fff;
    border-color: #d1cfce #d1cfce #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #36b030; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0; }

.card-title {
  margin-bottom: 1rem; }

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 0; }

.card-header {
  padding: 1rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125); }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 1rem 0;
  background-color: transparent;
  border-top: 0 solid rgba(0, 0, 0, 0.125); }

.card-header-tabs {
  margin-right: 0;
  margin-bottom: -1rem;
  margin-left: 0;
  border-bottom: 0; }

.card-header-pills {
  margin-right: 0;
  margin-left: 0; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group > .card {
    margin-bottom: 1rem; }
  @media (min-width: 576px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group > .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 0 solid transparent; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.5rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    color: inherit; }

.alert-primary {
  color: #1c5c19;
  background-color: #d7efd6;
  border-color: #c7e9c5; }
  .alert-primary hr {
    border-top-color: #b5e2b3; }
  .alert-primary .alert-link {
    color: #10340e; }

.alert-secondary {
  color: #3d3d3d;
  background-color: #e3e3e3;
  border-color: #d8d8d8; }
  .alert-secondary hr {
    border-top-color: #cbcbcb; }
  .alert-secondary .alert-link {
    color: #242424; }

.alert-success {
  color: #1c5c19;
  background-color: #d7efd6;
  border-color: #c7e9c5; }
  .alert-success hr {
    border-top-color: #b5e2b3; }
  .alert-success .alert-link {
    color: #10340e; }

.alert-info {
  color: #305a74;
  background-color: #deeff9;
  border-color: #d1e8f6; }
  .alert-info hr {
    border-top-color: #bcddf2; }
  .alert-info .alert-link {
    color: #213e50; }

.alert-warning {
  color: #785e06;
  background-color: #faf0ce;
  border-color: #f8eabb; }
  .alert-warning hr {
    border-top-color: #f6e3a4; }
  .alert-warning .alert-link {
    color: #473804; }

.alert-danger {
  color: #6e230e;
  background-color: #f6dad1;
  border-color: #f3cbbf; }
  .alert-danger hr {
    border-top-color: #efbaaa; }
  .alert-danger .alert-link {
    color: #411508; }

.alert-light {
  color: #817f7f;
  background-color: #fefdfd;
  border-color: #fdfcfc; }
  .alert-light hr {
    border-top-color: #f3eded; }
  .alert-light .alert-link {
    color: #676666; }

.alert-dark {
  color: #191919;
  background-color: #d6d6d6;
  border-color: #c5c5c5; }
  .alert-dark hr {
    border-top-color: #b8b8b8; }
  .alert-dark .alert-link {
    color: black; }

.alert-tertiary {
  color: #456928;
  background-color: #e6f4db;
  border-color: #ddf0cd; }
  .alert-tertiary hr {
    border-top-color: #d0eab9; }
  .alert-tertiary .alert-link {
    color: #2d441a; }

.alert-quaternary {
  color: #503722;
  background-color: #ebe1d9;
  border-color: #e2d5ca; }
  .alert-quaternary hr {
    border-top-color: #d9c8ba; }
  .alert-quaternary .alert-link {
    color: #2c1e13; }

.alert-quinary {
  color: #2f1d10;
  background-color: #ded7d2;
  border-color: #d1c7c0; }
  .alert-quinary hr {
    border-top-color: #c6bab1; }
  .alert-quinary .alert-link {
    color: #090603; }

.alert-senary {
  color: #191919;
  background-color: #d6d6d6;
  border-color: #c5c5c5; }
  .alert-senary hr {
    border-top-color: #b8b8b8; }
  .alert-senary .alert-link {
    color: black; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f1edec; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #36b030;
  transition: width 0.6s ease; }

.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: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  text-align: center;
  white-space: nowrap;
  background-color: #f1edec;
  border: 1px solid #949494; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: currentColor;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: currentColor;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid transparent; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid transparent; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

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

code {
  font-size: 87.5%;
  color: #ff51c9;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1d1e1e; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #1d1e1e; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #36b030 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2a8825 !important; }

.bg-secondary {
  background-color: #757575 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5c5c5c !important; }

.bg-success {
  background-color: #36b030 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2a8825 !important; }

.bg-info {
  background-color: #5caee0 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3199d8 !important; }

.bg-warning {
  background-color: #e6b40b !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #b58e09 !important; }

.bg-danger {
  background-color: #d4441a !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a73514 !important; }

.bg-light {
  background-color: #f8f5f4 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e4d9d5 !important; }

.bg-dark {
  background-color: #313131 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #181818 !important; }

.bg-tertiary {
  background-color: #84c94c !important; }

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #6bae34 !important; }

.bg-quaternary {
  background-color: #996a41 !important; }

a.bg-quaternary:hover, a.bg-quaternary:focus,
button.bg-quaternary:hover,
button.bg-quaternary:focus {
  background-color: #755132 !important; }

.bg-quinary {
  background-color: #5a381e !important; }

a.bg-quinary:hover, a.bg-quinary:focus,
button.bg-quinary:hover,
button.bg-quinary:focus {
  background-color: #342011 !important; }

.bg-senary {
  background-color: #313131 !important; }

a.bg-senary:hover, a.bg-senary:focus,
button.bg-senary:hover,
button.bg-senary:focus {
  background-color: #181818 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #d1cfce !important; }

.border-top {
  border-top: 1px solid #d1cfce !important; }

.border-right {
  border-right: 1px solid #d1cfce !important; }

.border-bottom {
  border-bottom: 1px solid #d1cfce !important; }

.border-left {
  border-left: 1px solid #d1cfce !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #36b030 !important; }

.border-secondary {
  border-color: #757575 !important; }

.border-success {
  border-color: #36b030 !important; }

.border-info {
  border-color: #5caee0 !important; }

.border-warning {
  border-color: #e6b40b !important; }

.border-danger {
  border-color: #d4441a !important; }

.border-light {
  border-color: #f8f5f4 !important; }

.border-dark {
  border-color: #313131 !important; }

.border-tertiary {
  border-color: #84c94c !important; }

.border-quaternary {
  border-color: #996a41 !important; }

.border-quinary {
  border-color: #5a381e !important; }

.border-senary {
  border-color: #313131 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase, .download-body h3, .device-selection__list-header {
  text-transform: uppercase !important; }

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #36b030 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #2a8825 !important; }

.text-secondary {
  color: #757575 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #5c5c5c !important; }

.text-success {
  color: #36b030 !important; }

a.text-success:hover, a.text-success:focus {
  color: #2a8825 !important; }

.text-info {
  color: #5caee0 !important; }

a.text-info:hover, a.text-info:focus {
  color: #3199d8 !important; }

.text-warning {
  color: #e6b40b !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #b58e09 !important; }

.text-danger {
  color: #d4441a !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a73514 !important; }

.text-light {
  color: #f8f5f4 !important; }

a.text-light:hover, a.text-light:focus {
  color: #e4d9d5 !important; }

.text-dark {
  color: #313131 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #181818 !important; }

.text-tertiary {
  color: #84c94c !important; }

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #6bae34 !important; }

.text-quaternary {
  color: #996a41 !important; }

a.text-quaternary:hover, a.text-quaternary:focus {
  color: #755132 !important; }

.text-quinary {
  color: #5a381e !important; }

a.text-quinary:hover, a.text-quinary:focus {
  color: #342011 !important; }

.text-senary {
  color: #313131 !important; }

a.text-senary:hover, a.text-senary:focus {
  color: #181818 !important; }

.text-muted {
  color: #5a5a5a !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@font-face {
  font-family: 'MinecraftFive';
  src: url("/src/assets/fonts/MinecraftFive-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/src/assets/fonts/MinecraftFive-Bold.eot?#iefix") format("embedded-opentype"), url("/src/assets/fonts/MinecraftFive-Bold.woff") format("woff"), url("/src/assets/fonts/MinecraftFive-Bold.ttf") format("truetype"), url("/src/assets/fonts/MinecraftFive-Bold.svg#MinecraftFive-Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'MinecraftFive';
  src: url("/src/assets/fonts/MinecraftFive-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/src/assets/fonts/MinecraftFive-Regular.eot?#iefix") format("embedded-opentype"), url("/src/assets/fonts/MinecraftFive-Regular.woff") format("woff"), url("/src/assets/fonts/MinecraftFive-Regular.ttf") format("truetype"), url("/src/assets/fonts/MinecraftFive-Regular.svg#MinecraftFive-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'MinecraftTen';
  src: url("/src/assets/fonts/MinecraftTen.eot");
  /* IE9 Compat Modes */
  src: url("/src/assets/fonts/MinecraftTen.eot?#iefix") format("embedded-opentype"), url("/src/assets/fonts/MinecraftTen.woff") format("woff"), url("/src/assets/fonts/MinecraftTen.ttf") format("truetype"), url("/src/assets/fonts/MinecraftTen.svg#MinecraftTen") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

body {
  font-family: "Noto Sans", sans-serif; }

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 575.98px) {
    h1,
    h2,
    h3,
    h4 {
      word-wrap: break-word; } }

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.6rem; }
  h2 {
    font-size: 1.4rem; } }

blockquote {
  padding: 0 1rem;
  border-left: 3px solid #36b030; }

.blockquote-footer {
  text-align: right; }

.text-small {
  font-size: 0.875rem; }

.text-smaller {
  font-size: 0.8125rem; }

.text-smallest {
  font-size: 0.625rem; }

.letter-spacing-1 {
  letter-spacing: 1px; }

.bg-gradient-primary {
  background: #36b030 linear-gradient(180deg, #36b030, #288123) repeat-x !important; }

.bg-gradient-secondary {
  background: #757575 linear-gradient(180deg, #757575, #404040) repeat-x !important; }

.bg-gradient-tertiary {
  background: #84c94c linear-gradient(180deg, #84c94c, #6bae34) repeat-x !important; }

.bg-gradient-quaternary {
  background: #996a41 linear-gradient(180deg, #996a41, #755132) repeat-x !important; }

.bg-gradient-quinary {
  background: #5a381e linear-gradient(180deg, #5a381e, #342011) repeat-x !important; }

.bg-gradient-senary {
  background: #313131 linear-gradient(180deg, #313131, #181818) repeat-x !important; }

.bg-blue {
  background-color: #1546c2 !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #103594 !important; }

.bg-indigo {
  background-color: #6610f2 !important; }

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important; }

.bg-purple {
  background-color: #7824c5 !important; }

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #5e1c9a !important; }

.bg-pink {
  background-color: #ff51c9 !important; }

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #ff1eb9 !important; }

.bg-red {
  background-color: #ac2015 !important; }

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #7f180f !important; }

.bg-orange {
  background-color: #d4441a !important; }

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #a73514 !important; }

.bg-yellow {
  background-color: #e6b40b !important; }

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #b58e09 !important; }

.bg-green {
  background-color: #36b030 !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #2a8825 !important; }

.bg-teal {
  background-color: #20c997 !important; }

a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important; }

.bg-cyan {
  background-color: #2ab8a6 !important; }

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #218e81 !important; }

.bg-white {
  background-color: #fff !important; }

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-gray {
  background-color: #949494 !important; }

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #7b7b7b !important; }

.bg-gray-dark {
  background-color: #404040 !important; }

a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #272727 !important; }

.bg-olive {
  background-color: #787a26 !important; }

a.bg-olive:hover, a.bg-olive:focus,
button.bg-olive:hover,
button.bg-olive:focus {
  background-color: #52531a !important; }

.bg-beige {
  background-color: #bcad69 !important; }

a.bg-beige:hover, a.bg-beige:focus,
button.bg-beige:hover,
button.bg-beige:focus {
  background-color: #a7974b !important; }

.bg-brown {
  background-color: #866136 !important; }

a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: #624727 !important; }

.bg-brick {
  background-color: #be583f !important; }

a.bg-brick:hover, a.bg-brick:focus,
button.bg-brick:hover,
button.bg-brick:focus {
  background-color: #984632 !important; }

.bg-forest-green {
  background-color: #5b813f !important; }

a.bg-forest-green:hover, a.bg-forest-green:focus,
button.bg-forest-green:hover,
button.bg-forest-green:focus {
  background-color: #435f2e !important; }

.bg-turquoise {
  background-color: #14837f !important; }

a.bg-turquoise:hover, a.bg-turquoise:focus,
button.bg-turquoise:hover,
button.bg-turquoise:focus {
  background-color: #0d5754 !important; }

.bg-light-blue {
  background-color: #5caee0 !important; }

a.bg-light-blue:hover, a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: #3199d8 !important; }

.bg-magenta {
  background-color: #c93a9b !important; }

a.bg-magenta:hover, a.bg-magenta:focus,
button.bg-magenta:hover,
button.bg-magenta:focus {
  background-color: #a32d7d !important; }

.bg-primary {
  background-color: #36b030 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2a8825 !important; }

.bg-secondary {
  background-color: #757575 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #5c5c5c !important; }

.bg-success {
  background-color: #36b030 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2a8825 !important; }

.bg-info {
  background-color: #5caee0 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3199d8 !important; }

.bg-warning {
  background-color: #e6b40b !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #b58e09 !important; }

.bg-danger {
  background-color: #d4441a !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a73514 !important; }

.bg-light {
  background-color: #f8f5f4 !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e4d9d5 !important; }

.bg-dark {
  background-color: #313131 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #181818 !important; }

.bg-tertiary {
  background-color: #84c94c !important; }

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #6bae34 !important; }

.bg-quaternary {
  background-color: #996a41 !important; }

a.bg-quaternary:hover, a.bg-quaternary:focus,
button.bg-quaternary:hover,
button.bg-quaternary:focus {
  background-color: #755132 !important; }

.bg-quinary {
  background-color: #5a381e !important; }

a.bg-quinary:hover, a.bg-quinary:focus,
button.bg-quinary:hover,
button.bg-quinary:focus {
  background-color: #342011 !important; }

.bg-senary {
  background-color: #313131 !important; }

a.bg-senary:hover, a.bg-senary:focus,
button.bg-senary:hover,
button.bg-senary:focus {
  background-color: #181818 !important; }

.bg-primary-supportive {
  background-color: #288123 !important; }

a.bg-primary-supportive:hover, a.bg-primary-supportive:focus,
button.bg-primary-supportive:hover,
button.bg-primary-supportive:focus {
  background-color: #1b5918 !important; }

.bg-secondary-supportive {
  background-color: #404040 !important; }

a.bg-secondary-supportive:hover, a.bg-secondary-supportive:focus,
button.bg-secondary-supportive:hover,
button.bg-secondary-supportive:focus {
  background-color: #272727 !important; }

.bg-tertiary-supportive {
  background-color: #6bae34 !important; }

a.bg-tertiary-supportive:hover, a.bg-tertiary-supportive:focus,
button.bg-tertiary-supportive:hover,
button.bg-tertiary-supportive:focus {
  background-color: #538629 !important; }

.bg-quaternary-supportive {
  background-color: #755132 !important; }

a.bg-quaternary-supportive:hover, a.bg-quaternary-supportive:focus,
button.bg-quaternary-supportive:hover,
button.bg-quaternary-supportive:focus {
  background-color: #513823 !important; }

.bg-quinary-supportive {
  background-color: #342011 !important; }

a.bg-quinary-supportive:hover, a.bg-quinary-supportive:focus,
button.bg-quinary-supportive:hover,
button.bg-quinary-supportive:focus {
  background-color: #0e0805 !important; }

.bg-senary-supportive {
  background-color: #181818 !important; }

a.bg-senary-supportive:hover, a.bg-senary-supportive:focus,
button.bg-senary-supportive:hover,
button.bg-senary-supportive:focus {
  background-color: black !important; }

.bg-100 {
  background-color: #f8f5f4 !important; }

a.bg-100:hover, a.bg-100:focus,
button.bg-100:hover,
button.bg-100:focus {
  background-color: #e4d9d5 !important; }

.bg-200 {
  background-color: #f1edec !important; }

a.bg-200:hover, a.bg-200:focus,
button.bg-200:hover,
button.bg-200:focus {
  background-color: #dbd1cf !important; }

.bg-300 {
  background-color: #d1cfce !important; }

a.bg-300:hover, a.bg-300:focus,
button.bg-300:hover,
button.bg-300:focus {
  background-color: #b8b5b4 !important; }

.bg-400 {
  background-color: #949494 !important; }

a.bg-400:hover, a.bg-400:focus,
button.bg-400:hover,
button.bg-400:focus {
  background-color: #7b7b7b !important; }

.bg-500 {
  background-color: #777 !important; }

a.bg-500:hover, a.bg-500:focus,
button.bg-500:hover,
button.bg-500:focus {
  background-color: #5e5e5e !important; }

.bg-600 {
  background-color: #5a5a5a !important; }

a.bg-600:hover, a.bg-600:focus,
button.bg-600:hover,
button.bg-600:focus {
  background-color: #414141 !important; }

.bg-700 {
  background-color: #404040 !important; }

a.bg-700:hover, a.bg-700:focus,
button.bg-700:hover,
button.bg-700:focus {
  background-color: #272727 !important; }

.bg-800 {
  background-color: #313131 !important; }

a.bg-800:hover, a.bg-800:focus,
button.bg-800:hover,
button.bg-800:focus {
  background-color: #181818 !important; }

.bg-900 {
  background-color: #1d1e1e !important; }

a.bg-900:hover, a.bg-900:focus,
button.bg-900:hover,
button.bg-900:focus {
  background-color: #040404 !important; }

.bg-black {
  background-color: #000 !important; }

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important; }

.alert-heading {
  color: inherit; }

.alert {
  color: currentColor;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15); }
  .alert .close {
    transform: translateY(calc(3em / 16));
    padding: 0.5rem 0.5rem;
    margin: 0.5rem 0.5rem; }

.alert-link {
  font-weight: normal;
  text-decoration: underline; }

.alert-primary {
  background-color: #36b030; }
  .alert-primary .alert-link {
    color: currentColor; }

.alert-secondary {
  background-color: #757575; }
  .alert-secondary .alert-link {
    color: currentColor; }

.alert-success {
  background-color: #36b030; }
  .alert-success .alert-link {
    color: currentColor; }

.alert-info {
  background-color: #5caee0; }
  .alert-info .alert-link {
    color: currentColor; }

.alert-warning {
  background-color: #e6b40b; }
  .alert-warning .alert-link {
    color: currentColor; }

.alert-danger {
  background-color: #d4441a; }
  .alert-danger .alert-link {
    color: currentColor; }

.alert-light {
  background-color: #f8f5f4; }
  .alert-light .alert-link {
    color: currentColor; }

.alert-dark {
  background-color: #313131; }
  .alert-dark .alert-link {
    color: currentColor; }

.alert-tertiary {
  background-color: #84c94c; }
  .alert-tertiary .alert-link {
    color: currentColor; }

.alert-quaternary {
  background-color: #996a41; }
  .alert-quaternary .alert-link {
    color: currentColor; }

.alert-quinary {
  background-color: #5a381e; }
  .alert-quinary .alert-link {
    color: currentColor; }

.alert-senary {
  background-color: #313131; }
  .alert-senary .alert-link {
    color: currentColor; }

.alert-primary,
.alert-secondary,
.alert-success,
.alert-danger,
.alert-dark {
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }

#btn-pseudo-element, #btn-border::before, .btn-primary::before,
.btn-secondary::before,
.btn-danger::before,
.btn-warning::before,
.btn-info::before,
.btn-hexagon::before, #btn-border::after, .btn-primary::after,
.btn-secondary::after,
.btn-danger::after,
.btn-warning::after,
.btn-info::after,
.btn-hexagon::after, .btn-grow .btn-bg::after {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  transition: 0.7s cubic-bezier(0, 0.8, 0.26, 0.99); }

#btn-border:hover, .btn-primary:hover,
.btn-secondary:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-hexagon:hover, #btn-border:focus, .btn-primary:focus,
.btn-secondary:focus,
.btn-danger:focus,
.btn-warning:focus,
.btn-info:focus,
.btn-hexagon:focus, #btn-border:active, .btn-primary:active,
.btn-secondary:active,
.btn-danger:active,
.btn-warning:active,
.btn-info:active,
.btn-hexagon:active {
  outline: none;
  box-shadow: none;
  color: #fff !important; }
  #btn-border:hover::before, .btn-primary:hover::before,
  .btn-secondary:hover::before,
  .btn-danger:hover::before,
  .btn-warning:hover::before,
  .btn-info:hover::before,
  .btn-hexagon:hover::before,
  #btn-border:hover .btn-bg, .btn-primary:hover .btn-bg,
  .btn-secondary:hover .btn-bg,
  .btn-danger:hover .btn-bg,
  .btn-warning:hover .btn-bg,
  .btn-info:hover .btn-bg,
  .btn-hexagon:hover .btn-bg, #btn-border:focus::before, .btn-primary:focus::before,
  .btn-secondary:focus::before,
  .btn-danger:focus::before,
  .btn-warning:focus::before,
  .btn-info:focus::before,
  .btn-hexagon:focus::before,
  #btn-border:focus .btn-bg, .btn-primary:focus .btn-bg,
  .btn-secondary:focus .btn-bg,
  .btn-danger:focus .btn-bg,
  .btn-warning:focus .btn-bg,
  .btn-info:focus .btn-bg,
  .btn-hexagon:focus .btn-bg, #btn-border:active::before, .btn-primary:active::before,
  .btn-secondary:active::before,
  .btn-danger:active::before,
  .btn-warning:active::before,
  .btn-info:active::before,
  .btn-hexagon:active::before,
  #btn-border:active .btn-bg, .btn-primary:active .btn-bg,
  .btn-secondary:active .btn-bg,
  .btn-danger:active .btn-bg,
  .btn-warning:active .btn-bg,
  .btn-info:active .btn-bg,
  .btn-hexagon:active .btn-bg {
    background-color: #313131;
    box-shadow: 0 -4px rgba(0, 0, 0, 0.5) inset, 0 4px rgba(255, 255, 255, 0.2) inset, -4px 0 rgba(255, 255, 255, 0.2) inset, 4px 0 rgba(0, 0, 0, 0.5) inset; }

#btn-border::before, .btn-primary::before,
.btn-secondary::before,
.btn-danger::before,
.btn-warning::before,
.btn-info::before,
.btn-hexagon::before,
#btn-border .btn-bg, .btn-primary .btn-bg,
.btn-secondary .btn-bg,
.btn-danger .btn-bg,
.btn-warning .btn-bg,
.btn-info .btn-bg,
.btn-hexagon .btn-bg {
  z-index: -1;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.3) inset, 0 4px rgba(255, 255, 255, 0.5) inset, -4px 0 rgba(255, 255, 255, 0.5) inset, 4px 0 rgba(0, 0, 0, 0.3) inset; }

#btn-border::after, .btn-primary::after,
.btn-secondary::after,
.btn-danger::after,
.btn-warning::after,
.btn-info::after,
.btn-hexagon::after {
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15); }

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  border: 0;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: unset;
  padding: 0.8rem 1.5rem;
  text-decoration: none; }

.btn-xl {
  padding: 1rem 2rem;
  font-size: 2.25rem;
  line-height: 1.5; }

.btn-lg {
  padding: 1.35rem 3.1rem; }

.btn-primary,
.btn-secondary,
.btn-danger,
.btn-hexagon {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }

.btn-primary::before,
.btn-primary .btn-bg {
  background-color: #36b030;
  box-shadow: 0 -4px rgba(21, 108, 0, 0.5) inset, 0 4px rgba(100, 253, 31, 0.99) inset, -4px 0 rgba(100, 253, 31, 0.5) inset, 4px 0 rgba(21, 108, 0, 0.5) inset; }

.btn-primary:hover::before,
.btn-primary:hover .btn-bg, .btn-primary:focus::before,
.btn-primary:focus .btn-bg {
  background-color: #313131;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.5) inset, 0 4px rgba(255, 255, 255, 0.2) inset, -4px 0 rgba(255, 255, 255, 0.2) inset, 4px 0 rgba(0, 0, 0, 0.5) inset; }

.btn-primary {
  color: #fff !important; }

.btn-secondary {
  color: #fff !important; }

.btn-success {
  color: #fff !important; }

.btn-info {
  color: #1d1e1e !important; }

.btn-warning {
  color: #1d1e1e !important; }

.btn-danger {
  color: #fff !important; }

.btn-light {
  color: #1d1e1e !important; }

.btn-dark {
  color: #fff !important; }

.btn-tertiary {
  color: #1d1e1e !important; }

.btn-quaternary {
  color: #fff !important; }

.btn-quinary {
  color: #fff !important; }

.btn-senary {
  color: #fff !important; }

.btn-secondary::before {
  background-color: #757575; }

.btn-info::before {
  background-color: #5caee0; }

.btn-warning::before {
  background-color: #e6b40b; }

.btn-danger::before {
  background-color: #d4441a; }

.btn-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

.btn-vertical-stack {
  -ms-flex-direction: column;
      flex-direction: column; }

.btn-grow .btn-bg {
  transition: 0.625s cubic-bezier(0, 0.8, 0.25, 1); }
  .btn-grow .btn-bg::after {
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15); }

.btn-grow:hover .btn-bg, .btn-grow:focus .btn-bg {
  transform: scale(1.1); }

.btn-grow:hover::before, .btn-grow:focus::before {
  background-color: initial;
  box-shadow: initial; }

.btn-grow::before {
  background-color: initial;
  box-shadow: initial; }

.btn-grow::after {
  box-shadow: initial; }

.btn-link {
  color: currentColor; }
  .btn-link:hover, .btn-link:focus {
    color: #36b030;
    text-decoration: underline; }

.btn-square {
  width: 3em;
  height: 3em;
  padding: unset; }

.btn-ribbon {
  padding-left: 80px;
  min-height: 105px; }

.btn-hexagon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 64px;
  height: 42px;
  padding: unset;
  transition: 0.625s cubic-bezier(0, 0.8, 0.25, 1);
  box-sizing: content-box;
  margin: 19px 0;
  border-right: 4px solid;
  border-left: 4px solid; }
  .btn-hexagon > * {
    z-index: 1;
    position: relative; }
  .btn-hexagon::before, .btn-hexagon::after, .btn-hexagon:hover::before, .btn-hexagon:focus::before {
    box-shadow: none; }
  .btn-hexagon::before, .btn-hexagon::after {
    transition: 0.625s cubic-bezier(0, 0.8, 0.25, 1);
    width: 51.3px;
    height: 51.3px;
    left: 50%; }
  .btn-hexagon::before {
    transform: translateY(-26px) translateX(-50%) rotateX(58deg) rotate(45deg);
    border-top: 6px solid;
    border-left: 6px solid;
    box-shadow: 2px 2px 0 transparent; }
  .btn-hexagon::after {
    transform: translateY(26px) translateX(-50%) rotateX(-58deg) rotate(45deg);
    top: auto;
    bottom: 0;
    border-bottom: 6px solid;
    border-right: 6px solid; }
  .btn-hexagon.btn-primary {
    border-right-color: #47d009;
    border-left-color: #1e8c03; }
    .btn-hexagon.btn-primary::before, .btn-hexagon.btn-primary::after {
      background: #36b030; }
    .btn-hexagon.btn-primary::before {
      border-top-color: #64fd1f;
      border-left-color: #47d009; }
    .btn-hexagon.btn-primary::after {
      border-bottom-color: #156c00;
      border-right-color: #1e8c03; }
  .btn-hexagon.btn-secondary {
    border-right-color: #989898;
    border-left-color: #585858; }
    .btn-hexagon.btn-secondary, .btn-hexagon.btn-secondary::after, .btn-hexagon.btn-secondary::before {
      background-color: #757575; }
    .btn-hexagon.btn-secondary::before {
      border-top-color: #bababa;
      border-left-color: #989898; }
    .btn-hexagon.btn-secondary::after {
      border-bottom-color: #3b3b3b;
      border-right-color: #585858; }
  .btn-hexagon:hover, .btn-hexagon:focus, .btn-hexagon:active {
    border-right-color: #656565 !important;
    border-left-color: #252525 !important;
    box-shadow: none !important; }
    .btn-hexagon:hover, .btn-hexagon:hover::after, .btn-hexagon:hover::before, .btn-hexagon:focus, .btn-hexagon:focus::after, .btn-hexagon:focus::before, .btn-hexagon:active, .btn-hexagon:active::after, .btn-hexagon:active::before {
      background-color: #313131 !important; }
    .btn-hexagon:hover::before, .btn-hexagon:focus::before, .btn-hexagon:active::before {
      border-top-color: #989898;
      border-left-color: #656565;
      box-shadow: 2px 2px 0 transparent; }
    .btn-hexagon:hover::after, .btn-hexagon:focus::after, .btn-hexagon:active::after {
      border-bottom-color: #191919;
      border-right-color: #252525; }

.btn[class*="btn-outline"] {
  background-color: #000;
  box-shadow: 0 0 0 4px currentColor inset;
  transition: background-color 0.2s linear; }
  .btn[class*="btn-outline"]:hover, .btn[class*="btn-outline"]:active, .btn[class*="btn-outline"]:focus {
    background-color: #757575 !important;
    box-shadow: 0 0 0 4px #757575 inset;
    color: #fff; }
  .btn[class*="btn-outline"].btn-hexagon {
    box-shadow: none !important; }
    .btn[class*="btn-outline"].btn-hexagon:hover, .btn[class*="btn-outline"].btn-hexagon:hover::after, .btn[class*="btn-outline"].btn-hexagon:hover::before, .btn[class*="btn-outline"].btn-hexagon:active, .btn[class*="btn-outline"].btn-hexagon:active::after, .btn[class*="btn-outline"].btn-hexagon:active::before, .btn[class*="btn-outline"].btn-hexagon:focus, .btn[class*="btn-outline"].btn-hexagon:focus::after, .btn[class*="btn-outline"].btn-hexagon:focus::before {
      background-color: #757575 !important;
      border-color: #757575 !important; }
    .btn[class*="btn-outline"].btn-hexagon::after, .btn[class*="btn-outline"].btn-hexagon::before {
      transition: background-color 0.2s linear;
      background-color: #000;
      border-color: currentColor; }

.form-group.has-error .help-block {
  color: #d4441a; }

.form-control {
  font-size: 14px;
  height: 36px;
  padding: 8px;
  border-color: #181818; }
  .form-control:focus {
    outline: -webkit-focus-ring-color auto 5px; }

label {
  color: #5a5a5a;
  font-size: 14px;
  margin-bottom: 0; }

select {
  font-size: 16px; }

.card-group {
  position: relative; }
  @media (min-width: 576px) {
    .card-group > .card + .card {
      margin-left: 1rem; } }

.card {
  padding: 60px 30px 120px 30px;
  margin: 1rem;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  color: currentColor;
  z-index: 1; }
  .card:hover {
    z-index: 2;
    color: currentColor; }
    .card:hover .card-grow {
      background-color: #f1edec;
      transform: scale(1.1);
      opacity: 1; }
  @media (min-width: 768px) {
    .card {
      -ms-flex: 1 0 0px;
          flex: 1 0 0; } }
  @media (min-width: 576px) {
    .card {
      margin-bottom: 1rem !important; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .card {
      -ms-flex: 1 0 90% !important;
          flex: 1 0 90% !important; } }

.card--compact {
  padding: 15px;
  padding-bottom: 15px;
  padding-top: 0;
  margin: 0 !important; }
  @media (min-width: 768px) {
    .card--compact {
      padding-bottom: 45px; } }
  .card--compact:hover p {
    opacity: 1; }
  @media (min-width: 768px) {
    .card--compact p {
      opacity: 0.5; } }
  .card--compact .card-img-top {
    position: absolute;
    left: 0;
    width: auto; }
    @media (min-width: 768px) {
      .card--compact .card-img-top {
        margin-bottom: 0;
        position: static;
        left: unset;
        width: inherit; } }
  .card--compact .card-body {
    text-align: left;
    padding-left: 4rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .card--compact .card-body {
        text-align: inherit;
        padding-left: unset;
        padding-bottom: 3rem; } }
  .card--compact .card-footer {
    display: none; }
    @media (min-width: 768px) {
      .card--compact .card-footer {
        display: block;
        padding-bottom: 0;
        bottom: 1.5rem; } }
  .card--compact .card-title {
    margin-top: 0.5rem;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .card--compact .card-title {
        margin-top: inherit;
        margin-bottom: inherit; } }

.card-separator {
  box-shadow: 0 1px 0 rgba(128, 128, 128, 0.5); }
  @media (min-width: 768px) {
    .card-separator {
      box-shadow: 1px 0 0 rgba(128, 128, 128, 0.5); } }

.card-grow {
  background-color: #fff;
  transition: 0.6s cubic-bezier(0, 0.8, 0.2, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.bg-gradient-primary .card-grow {
  background: #36b030 linear-gradient(180deg, #36b030, #288123) repeat-x; }

.bg-gradient-secondary .card-grow {
  background: #757575 linear-gradient(180deg, #757575, #404040) repeat-x; }

.bg-gradient-tertiary .card-grow {
  background: #84c94c linear-gradient(180deg, #84c94c, #6bae34) repeat-x; }

.bg-gradient-quaternary .card-grow {
  background: #996a41 linear-gradient(180deg, #996a41, #755132) repeat-x; }

.bg-gradient-quinary .card-grow {
  background: #5a381e linear-gradient(180deg, #5a381e, #342011) repeat-x; }

.bg-gradient-senary .card-grow {
  background: #313131 linear-gradient(180deg, #313131, #181818) repeat-x; }

.card-header h2 {
  color: #fff; }
  .card-header h2 + p {
    margin-bottom: 60px; }

.card-title {
  margin-top: 1rem; }

.card-body {
  margin-bottom: 60px; }

.card-img-top {
  margin-bottom: 1.5rem; }

.card-footer {
  padding: 12px 0 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.close {
  opacity: 1;
  font-size: 1rem; }

.modal-content {
  padding: 0 15px; }

.modal-header {
  -ms-flex-pack: center;
      justify-content: center; }
  .modal-header .close {
    position: absolute;
    right: 30px; }

.modal-body {
  text-align: center; }

.modal-footer {
  -ms-flex-pack: center;
      justify-content: center; }

.progress {
  height: 4px;
  border-radius: 0;
  background-color: #000; }
  .progress-container {
    background-color: #313131;
    color: #fff; }
  .progress-labels {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
    .progress-labels__list-item {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
      .progress-labels__list-item .glyphicon.glyphicon-stop {
        background-color: #000;
        display: inline-block;
        height: 1em;
        width: 1em;
        transform: scale(0.8) translateY(3px); }

.navbar-collapse {
  text-align: center; }

.navbar-inverse {
  margin-bottom: 0; }

@media (max-width: 767.98px) {
  .navbar-collapse {
    margin-top: 0; }
  .navbar-header__brand-img {
    max-width: 200px;
    margin: 0 auto; }
  .navbar-inverse {
    min-height: 50px; } }

.navbar-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.navbar-light .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link {
  color: currentColor; }
  .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:active,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: currentColor;
    background-color: transparent; }
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #000; }
  .navbar-light .navbar-nav .nav-link.disabled,
  .navbar-dark .navbar-nav .nav-link.disabled {
    background: transparent;
    color: #5a5a5a; }
    .navbar-light .navbar-nav .nav-link.disabled:hover,
    .navbar-dark .navbar-nav .nav-link.disabled:hover {
      color: #5a5a5a !important; }

.navbar-dark {
  color: #fff; }

.nav-link {
  padding: 0.5rem 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .nav-link:hover {
    color: #fff;
    background-color: #000; }
  .nav-link.disabled {
    background: transparent;
    cursor: default; }
    .nav-link.disabled:hover {
      color: #5a5a5a !important; }

.nav {
  margin: 0 -2px; }
  .nav.flex-column.align-items-start .nav-link, .nav.flex-column.align-items-end .nav-link {
    width: auto; }
  .nav.flex-column .nav-link {
    width: 100%; }

.nav-item {
  margin: 0 2px;
  display: -ms-flexbox;
  display: flex; }

.dropdown-menu {
  font-size: inherit;
  text-transform: uppercase; }

td a,
li a,
p a {
  color: #288123;
  transition: color 0.025s linear, background-color 0.025s linear; }
  td a:hover, td a:focus, td a:active,
  li a:hover,
  li a:focus,
  li a:active,
  p a:hover,
  p a:focus,
  p a:active {
    color: #fff;
    background-color: #000; }

p a {
  text-decoration: underline; }

.text-light td a,
.text-light li a,
.text-light p a {
  color: #84c94c; }
  .text-light td a:hover, .text-light td a:focus, .text-light td a:active,
  .text-light li a:hover,
  .text-light li a:focus,
  .text-light li a:active,
  .text-light p a:hover,
  .text-light p a:focus,
  .text-light p a:active {
    color: #fff; }

a.inverted,
button.inverted {
  color: currentColor; }
  a.inverted:hover, a.inverted:focus, a.inverted:active,
  button.inverted:hover,
  button.inverted:focus,
  button.inverted:active {
    color: #288123;
    background-color: transparent; }
    .text-light a.inverted:hover, .text-light a.inverted:focus, .text-light a.inverted:active, .text-light
    button.inverted:hover, .text-light
    button.inverted:focus, .text-light
    button.inverted:active {
      color: #84c94c; }

.arrow-link {
  color: currentColor;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  text-align: inherit;
  margin-left: 1.5em;
  display: block; }
  .arrow-link:focus, .arrow-link:hover, .arrow-link:active {
    color: currentColor; }
  .arrow-link .svg-icon {
    position: absolute;
    top: 2px;
    left: -1.5em; }

.hover-current:hover, .hover-current:focus, .hover-current:active {
  background-color: transparent;
  color: currentColor !important; }

.svg-icon {
  width: 1em;
  height: 1em;
  overflow: unset !important; }
  .svg-icon use {
    fill: currentColor; }

p .svg-icon {
  transform: translateY(calc(2em / 16)); }

.icon-15x {
  font-size: 1.5rem; }

.icon-2x {
  font-size: 2rem; }

.icon-3x {
  font-size: 3rem; }

.icon-4x {
  font-size: 4rem; }

.icon-5x {
  font-size: 5rem; }

.icon-shadow {
  -webkit-filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.25)); }

.icon-outline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 48px;
  height: 48px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  border: 2px solid currentColor; }
  .icon-outline .svg-icon {
    transform: none; }

.icon-outline--circular {
  border-radius: 50%; }

.icon-outline--hexagon {
  border-top: none;
  border-bottom: none;
  height: 26px;
  width: 48px;
  margin: 10px 0; }
  .icon-outline--hexagon::after, .icon-outline--hexagon::before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    border: 2px solid currentColor;
    width: 27.2px;
    height: 47.4px;
    left: 0;
    right: 0;
    top: 50%;
    border-right: none;
    border-left: none;
    margin: 0 auto;
    bottom: 0; }
  .icon-outline--hexagon::after {
    transform: translateY(-50%) rotate(30deg); }
  .icon-outline--hexagon::before {
    transform: translateY(-50%) rotate(-30deg); }

.animation-floating--vertical {
  animation: floating-vertical 8s ease-in-out infinite; }

.animation-floating--circular {
  animation: floating-circular 12s linear infinite; }

.animation-bounce--right {
  animation: bounce-right 1.2s 2; }

.animation-bounce--left {
  animation: bounce-left 1.2s 2; }

.animation-bounce--left-long {
  animation: bounce-left 1.5s ease-in-out 0.5s 4; }

.animation-bounce--down {
  animation: bounce-down 1.2s 2; }

.animation-bounce--up {
  animation: bounce-up 1.2s 2; }

.animation-drop-2 {
  animation: drop2 1s linear infinite; }

.animation-drop-3 {
  animation: drop3 1s linear infinite; }

.animation-drop-4 {
  animation: drop4 1s linear infinite; }

.animation-scale--in-out {
  animation: scale-in-out 0.4s infinite; }

.animation-scale--0-to-1 {
  animation: scale-0-to-1 0.5s; }

.animation-pop {
  animation: pop 1s linear infinite; }

.animation-rotate--45 {
  animation: rotate-45 0.5s 1 ease-in forwards; }

.animation-run-1-times {
  animation-iteration-count: 1; }

.animation-run-2-times {
  animation-iteration-count: 2; }

.animation-run-3-times {
  animation-iteration-count: 3; }

.animation-run-4-times {
  animation-iteration-count: 4; }

.animation-run-5-times {
  animation-iteration-count: 5; }

.animation-run-6-times {
  animation-iteration-count: 6; }

.animation-run-7-times {
  animation-iteration-count: 7; }

.animation-run-8-times {
  animation-iteration-count: 8; }

.animation-run-infinite {
  animation-iteration-count: infinite; }

.ribbon {
  transform-origin: left top;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 96px;
  height: 96px;
  transition: all 0.6s cubic-bezier(0, 0.8, 0.2, 1); }

.ribbon-icon {
  fill: currentColor;
  width: 96px;
  height: 96px; }
  .ribbon-icon .top,
  .ribbon-icon .left {
    fill: transparent; }
  .ribbon-icon .corner {
    fill: inherit; }

.ribbon-icon--secondary {
  fill: #755132; }

.ribbon-label {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform-origin: 50%;
  position: absolute;
  top: 34%;
  left: 34%;
  width: 75%;
  height: 75%;
  white-space: normal;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.btn .ribbon-icon {
  transition: fill 0.15s ease-in-out;
  fill: #404040;
  -webkit-filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.25)); }
  .btn .ribbon-icon .top {
    transition: fill 0.15s ease-in-out;
    fill: rgba(255, 255, 255, 0.3); }
  .btn .ribbon-icon .left {
    transition: fill 0.15s ease-in-out;
    fill: rgba(0, 0, 0, 0.25); }

.btn:hover .ribbon-icon, .btn:focus .ribbon-icon {
  fill: #36b030; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body {
  background-color: #f1edec;
  background-position: 0 0;
  background-repeat: repeat;
  padding-top: 0; }

.center-pills {
  display: inline-block; }

.with-divider {
  border-right: 1px solid #d1cfce;
  padding-right: 80px; }

.overflow-hidden {
  overflow: hidden; }

.vertical-space-md {
  margin: 30px auto; }

.site-body {
  margin-top: 112px;
  min-height: 600px; }
  @media (max-width: 991.98px) {
    .site-body {
      margin-top: 87px; } }
  @media (max-width: 767.98px) {
    .site-body {
      margin-top: 63px; } }
  .site-body ul {
    margin: 20px 0; }
  .site-body .with-min-height {
    min-height: 500px; }

@media (max-width: 767.98px) {
  .site-body code {
    white-space: normal; } }

.slide-show {
  margin-bottom: 40px; }

.has-js .slide-show > .slide-show__item {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: 20px;
  z-index: 1; }
  .slick-prev[dir="rtl"] {
    left: auto;
    right: 20px; }

.slick-next {
  right: 20px;
  z-index: 1; }
  .slick-next[dir="rtl"] {
    left: 20px;
    right: auto; }

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

ul.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 6px 0 0 0;
  width: 100%; }
  ul.slick-dots li {
    position: relative;
    display: inline-block;
    background-color: #d1cfce;
    border-color: #d1cfce;
    border-radius: 0;
    width: 11px;
    height: 11px;
    margin: 1px 3px 0 3px;
    cursor: pointer; }
    ul.slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
    ul.slick-dots li:hover {
      transition: background-color 0.015s linear, border-color 0.015s linear;
      background-color: #288123;
      border-color: #288123; }
    ul.slick-dots li.slick-active {
      animation: active-carousel-indicator 0.125s 1 ease-in forwards; }

@keyframes active-carousel-indicator {
  0% {
    transform: rotate(0deg);
    background-color: #d1cfce;
    border-color: #d1cfce; }
  100% {
    transform: rotate(45deg);
    background-color: #5a5a5a;
    border-color: #5a5a5a; } }

.image {
  position: relative; }

.image__caption--valign-center {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%); }

.image__background {
  position: absolute;
  max-width: 100%; }

.image__background--valign-left {
  left: 0; }

.image__background--align-top {
  top: 0; }

img[data-desktop-src], img[data-mobile-src] {
  display: none; }

fieldset {
  margin-bottom: calc(2 * 10px); }

.form-group .input-group-addon {
  border-color: #000; }

.form-group h5 {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px; }

.form-group.has-error .help-block {
  color: #d4441a; }

.form-group.has-error .input-group-addon {
  border-color: #d4441a; }

.form-group.has-success .input-group-addon {
  border-color: #36b030; }

label {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0; }

select {
  font-size: 16px; }

.form-control {
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  padding: 8px;
  box-shadow: none;
  border-color: #000; }
  .form-control:hover, .form-control:active, .form-control:focus {
    box-shadow: none;
    border-color: #000; }
  .form-control:focus {
    outline: -webkit-focus-ring-color auto 5px; }

.input-group-addon {
  border-radius: 0; }

.modal-dialog .modal-content {
  border-radius: 0;
  padding: 0 15px; }

.modal-header {
  -ms-flex-pack: center;
      justify-content: center; }
  .modal-header .close {
    position: absolute;
    right: 30px; }

.modal-footer {
  -ms-flex-pack: center;
      justify-content: center; }

.modal--dark .modal-content {
  background-color: #1d1e1e;
  border-radius: 0;
  color: #fff; }

.modal--dark .modal-header {
  border: none; }

.modal--dark .modal-footer {
  border: none; }

.modal--dark .modal-title {
  color: #fff; }

@media screen and (min-width: 0) {
  .columns-xs-1 {
    -webkit-column-count: 1;
            column-count: 1; }
  .columns-xs-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .columns-xs-3 {
    -webkit-column-count: 3;
            column-count: 3; }
  .columns-xs-4 {
    -webkit-column-count: 4;
            column-count: 4; }
  .columns-xs-5 {
    -webkit-column-count: 5;
            column-count: 5; }
  .columns-xs-6 {
    -webkit-column-count: 6;
            column-count: 6; } }

@media screen and (min-width: 576px) {
  .columns-sm-1 {
    -webkit-column-count: 1;
            column-count: 1; }
  .columns-sm-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .columns-sm-3 {
    -webkit-column-count: 3;
            column-count: 3; }
  .columns-sm-4 {
    -webkit-column-count: 4;
            column-count: 4; }
  .columns-sm-5 {
    -webkit-column-count: 5;
            column-count: 5; }
  .columns-sm-6 {
    -webkit-column-count: 6;
            column-count: 6; } }

@media screen and (min-width: 768px) {
  .columns-md-1 {
    -webkit-column-count: 1;
            column-count: 1; }
  .columns-md-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .columns-md-3 {
    -webkit-column-count: 3;
            column-count: 3; }
  .columns-md-4 {
    -webkit-column-count: 4;
            column-count: 4; }
  .columns-md-5 {
    -webkit-column-count: 5;
            column-count: 5; }
  .columns-md-6 {
    -webkit-column-count: 6;
            column-count: 6; } }

@media screen and (min-width: 992px) {
  .columns-lg-1 {
    -webkit-column-count: 1;
            column-count: 1; }
  .columns-lg-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .columns-lg-3 {
    -webkit-column-count: 3;
            column-count: 3; }
  .columns-lg-4 {
    -webkit-column-count: 4;
            column-count: 4; }
  .columns-lg-5 {
    -webkit-column-count: 5;
            column-count: 5; }
  .columns-lg-6 {
    -webkit-column-count: 6;
            column-count: 6; } }

@media screen and (min-width: 1200px) {
  .columns-xl-1 {
    -webkit-column-count: 1;
            column-count: 1; }
  .columns-xl-2 {
    -webkit-column-count: 2;
            column-count: 2; }
  .columns-xl-3 {
    -webkit-column-count: 3;
            column-count: 3; }
  .columns-xl-4 {
    -webkit-column-count: 4;
            column-count: 4; }
  .columns-xl-5 {
    -webkit-column-count: 5;
            column-count: 5; }
  .columns-xl-6 {
    -webkit-column-count: 6;
            column-count: 6; } }

.break-inside-avoid {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */ }
  .break-inside-avoid:before {
    content: '';
    display: block;
    height: 1px; }

.column-gap-3em {
  -webkit-column-gap: 3em;
  column-gap: 3em; }

.column-gap-4em {
  -webkit-column-gap: 4em;
  column-gap: 4em; }

.column-gap-5em {
  -webkit-column-gap: 5em;
  column-gap: 5em; }

.column-gap-6em {
  -webkit-column-gap: 6em;
  column-gap: 6em; }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

.text-sm-left {
  text-align: left; }

.text-sm-right {
  text-align: right; }

.text-sm-center {
  text-align: center; }

.text-sm-justify {
  text-align: justify; }

@media (min-width: 576px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-justify {
    text-align: justify; } }

@media (min-width: 768px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; }
  .text-lg-justify {
    text-align: justify; } }

.icon-computer, .icon-devices {
  width: 90px;
  height: 79px;
  display: inline-block; }

.icon-pegi {
  width: 57px;
  height: 57px; }

.page-section {
  position: relative;
  padding: 64px 0; }
  .page-section--half-spacing {
    padding: 32px 0; }
  .page-section--half-top-spacing {
    padding-top: 32px 0; }
  .page-section--first {
    padding-top: 44px; }
  .page-section--white {
    background-color: #fff; }
  .page-section--dark {
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased; }
  .page-section--white-text {
    color: #fff;
    -webkit-font-smoothing: antialiased; }
    .page-section--white-text p a {
      color: #fff;
      text-decoration: underline; }
  .page-section--dark-transparent {
    background-color: transparent; }
  .page-section--pattern {
    background-image: url("/static/theme/img/page-section-pattern-bg.bfe1c6345679.png");
    background-size: auto 100%; }
  .page-section--pattern-dark {
    background-image: url("/static/theme/img/page-section-pattern-bg--dark.c4b00667e356.png"); }
  .page-section--double-spacing {
    padding: 156px 0; }
  .page-section--no-top-spacing {
    padding-top: 0 !important; }
  .page-section--no-bottom-spacing {
    padding-bottom: 0; }
  .page-section--clipped {
    overflow: hidden; }
  .page-section.parallax-background {
    color: white; }
  .page-section .page-section__anchor-offset-target {
    position: absolute;
    width: 100%;
    height: 1px;
    top: -86px;
    pointer-events: none; }
    @media (max-width: 767.98px) {
      .page-section .page-section__anchor-offset-target {
        top: -63px; } }
  @media (max-width: 767.98px) {
    .page-section {
      padding: 44px 0; }
      .page-section--first {
        padding-top: 28px; }
      .page-section--no-bottom-spacing {
        padding-bottom: 0; } }
  .page-section h1, .page-section > .container > .row:first-child > div > :first-child {
    margin-top: 0; }

.takeover__mask {
  width: 2em;
  height: 2em;
  display: none;
  background: #000;
  color: transparent;
  position: absolute;
  z-index: 1001; }

.takeover__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1002;
  visibility: hidden; }

.takeover__container--visible {
  visibility: visible;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.takeover__content {
  color: #fff;
  display: none;
  text-align: center;
  margin-top: 140px;
  margin-bottom: 140px; }

.takeover__head {
  text-transform: uppercase; }

.takeover__head-title {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 1px; }

.takeover__head-subtitle {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px; }

.takeover__body p {
  font-size: 18px; }

.takeover__body ul {
  list-style: none;
  padding: 0; }
  .takeover__body ul li {
    min-height: 85px; }
  .takeover__body ul a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 35px;
    line-height: 80px; }
    .takeover__body ul a:active, .takeover__body ul a:focus, .takeover__body ul a:hover {
      background-color: #288123; }

.takeover__footer {
  margin-top: 20px; }

.takeover__buttons {
  margin-top: 35px;
  position: absolute;
  right: 0;
  display: none; }

@media (max-width: 767.98px) {
  .takeover__buttons {
    margin-top: 32px; }
  .takeover__content {
    margin-top: 90px; }
  .takeover__body p {
    font-size: 12px; }
  .takeover__body ul li {
    min-height: 65px; }
  .takeover__body ul a {
    line-height: 60px;
    font-size: 20px; }
  .takeover__head-title {
    font-size: 18px; }
  .takeover__head-subtitle {
    font-size: 14px; } }

.video-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 20px;
  background-color: #000; }

.video-16-9 iframe,
.video-16-9 .video-16-9__video_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-16-9__video_cover_image {
  z-index: 210;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%; }

.btn-video-play-icon {
  z-index: 220; }

.js-video-cover {
  display: -ms-flexbox;
  display: flex; }

.global-menu {
  background-color: #000; }

@keyframes logo-focus {
  0% {
    transform: translateX(-50%) scale(1); }
  50% {
    transform: translateX(-50%) scale(1.03); }
  100% {
    transform: translateX(-50%) scale(1); } }

.master-head {
  background-color: #000;
  background-image: url("/static/js/img/head-bg-d7c3cd0600046b15b4d4eeb94ea8a948.d7c3cd060004.png");
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 999;
  transform: translateZ(0);
  transform-origin: top;
  position: absolute;
  left: 0;
  right: 0;
  background-position-x: center;
  background-position-y: top;
  transition: background-size 0.14s cubic-bezier(0, 0, 0.6, 1.01);
  background-size: auto 514px; }
  @media (min-width: 768px) {
    .master-head {
      background-size: auto 454px;
      min-height: 87px; } }
  @media (min-width: 992px) {
    .master-head {
      background-size: auto 442px;
      min-height: 112px; } }
  .master-head--sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999; }
    @media (min-width: 992px) {
      .master-head--sticky {
        min-height: 87px; } }
    @media (min-width: 992px) {
      .master-head--sticky .navbar-header__brand-img {
        transform: translateX(-50%) scale(0.7) translateY(-24px); } }
    @media (min-width: 576px) {
      .master-head--sticky .icon-logo {
        transform: translateY(0); } }
    @media (min-width: 992px) {
      .master-head--sticky .menu-link {
        transform: translateY(-15px); } }
  @media (min-width: 992px) {
    .master-head--open .navbar-header__brand-img {
      transform: translateX(-50%) scale(0.6) translateY(-40px); } }
  .master-head--open .menu-link, .master-head--open .menu-link__label {
    opacity: 0;
    pointer-events: none; }
  .master-head--open .hide-navigation {
    opacity: 1;
    pointer-events: all; }
  .master-head--open .full-menu {
    opacity: 1; }
  .master-head__header {
    transition: padding 0.1s cubic-bezier(0, 0, 0.6, 1.01);
    min-height: 63px;
    padding: 8px 0;
    padding-top: 18px; }
    @media (min-width: 992px) {
      .master-head__header {
        padding-top: 26px; } }
    .master-head__header .icon-menu-realms {
      top: -7px; }
    .master-head__header .icon-menu-store {
      top: -11px; }
    .master-head__header .icon-menu-buy {
      top: -6px;
      width: 44px; }
    @media (max-width: 991.98px) {
      .master-head__header__quick-options {
        padding-top: 0; } }
    @media screen and (max-width: 1200px) and (min-width: 992px) {
      .master-head__header .col-1:first-of-type {
        transform: translateX(-15px); }
      .master-head__header .col-1:last-of-type {
        transform: translateX(15px); } }
    .master-head__header button {
      height: 36px;
      margin: 0 auto; }
    .master-head__header .icon-menu {
      height: 40px;
      display: block;
      width: 64px;
      transition: transform 0.1s cubic-bezier(0, 0, 0.6, 1.01), top 0.1s cubic-bezier(0, 0, 0.6, 1.01);
      position: absolute;
      left: 50%;
      background-position: bottom center;
      transform-origin: left top;
      transform: scale3d(0.81, 0.81, 1) translateX(-50%);
      top: 1px; }
      @media (min-width: 992px) {
        .master-head__header .icon-menu {
          transform: scale3d(1, 1, 1) translateX(-50%); } }
      .master-head__header .icon-menu.icon-menu-buy {
        width: 50px;
        height: 45px;
        top: -5px; }
      .master-head__header .icon-menu.icon-menu-store {
        top: -10px;
        height: 50px;
        width: 60px;
        margin-left: 7%; }
      .master-head__header .icon-menu.icon-menu-realms {
        top: -5px;
        height: 45px;
        width: 70px; }
      .master-head__header .icon-menu.icon-menu-hamburger, .master-head__header .icon-menu.icon-menu-hamburger--close {
        width: 42px;
        height: 40px;
        background-position: center right;
        top: -3px;
        margin-left: -2px; }
        @media (min-width: 992px) {
          .master-head__header .icon-menu.icon-menu-hamburger, .master-head__header .icon-menu.icon-menu-hamburger--close {
            top: 0; } }
  .master-head__link-container--duplicated-link {
    display: block; }
    @media (min-width: 768px) {
      .master-head__link-container--duplicated-link {
        display: none; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .master-head > .container {
      max-width: 750px; } }
  .master-head .nav {
    font-size: 1.2rem;
    letter-spacing: 0.3em; }
    .master-head .nav button {
      background: transparent;
      border: none; }
      .master-head .nav button:focus, .master-head .nav button:hover {
        transition: color 0.025s linear, background-color 0.025s linear;
        outline: none; }
    .master-head .nav a {
      text-decoration: none; }
      .master-head .nav a:focus {
        outline: none; }

.navbar-header__brand-img {
  display: block;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 32px;
  z-index: 1;
  transition: transform 0.14s cubic-bezier(0, 0, 0.6, 1.01); }
  .navbar-header__brand-img:focus {
    animation: logo-focus .4s infinite; }
  @media (min-width: 768px) {
    .navbar-header__brand-img {
      width: 330px;
      height: 54px; } }
  @media (min-width: 992px) {
    .navbar-header__brand-img {
      width: 582px;
      height: 99px; } }

.menu-link {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: padding 0.1s cubic-bezier(0, 0, 0.6, 1.01), height 0.1s cubic-bezier(0, 0, 0.6, 1.01), opacity 0.2s linear, transform 0.2s ease-out;
  padding-top: 36px;
  min-width: 0;
  color: #fff; }
  @media (min-width: 992px) {
    .menu-link {
      padding-top: 46px; } }
  .menu-link__label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .2s linear;
    white-space: nowrap;
    /* Fix for Safari to keep the font weight consisten when animating the icon */
    -webkit-font-smoothing: subpixel-antialiased; }

.full-menu {
  display: none;
  margin: 52px 0;
  opacity: 0;
  transition: opacity 3s linear; }
  @media (max-width: 991.98px) {
    .full-menu {
      margin: 39px 0; } }
  @media (max-width: 767.98px) {
    .full-menu {
      margin: 0;
      max-height: calc(100vh - 63px);
      padding-bottom: 20px; }
      body.has-touch .full-menu {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; } }

.canvas-wrapper {
  min-height: 500px; }
  @media (max-width: 767.98px) {
    .canvas-wrapper {
      min-height: 250px; } }

@media (min-width: 992px) {
  .hero--realms .canvas-wrapper {
    min-height: 600px; } }

@media (min-width: 576px) {
  .hero-marketplace .canvas-wrapper {
    min-height: 800px; } }

.hero__canvas {
  display: block; }

.hero-slide-show {
  height: 470px;
  margin-bottom: 26px;
  position: relative;
  width: 100%; }

.hero-slide {
  display: none;
  position: absolute;
  width: 100%; }

.hero {
  background-color: transparent; }

.hero-outer-wrapper {
  position: relative; }

.hero-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative; }
  .hero-container--full-width {
    padding: 0; }

.canvas-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: visible; }
  .canvas-wrapper .canvas-inner-wrapper {
    height: 100%;
    position: relative;
    float: right;
    right: 50%; }
  .canvas-wrapper canvas {
    position: relative;
    opacity: 0;
    right: -50%; }

.image-wrapper {
  display: none;
  width: 100%;
  height: 250px;
  text-align: center; }
  .image-wrapper img {
    height: 100%; }

.image-wrapper--mobile {
  display: block;
  height: 700px;
  background-size: cover;
  background-position: 20%;
  display: none; }

.cta-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden; }
  @media (min-width: 992px) {
    .cta-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .cta-container {
      width: 1170px; } }

.cta__logo {
  display: block;
  margin: 0 auto; }

.cta__icon-container {
  display: none; }

.cta__icon-container .icon-anchor-arrow {
  width: 53px;
  height: 60px;
  margin: 0 auto; }
  .cta__icon-container .icon-anchor-arrow .arrow-right,
  .cta__icon-container .icon-anchor-arrow .arrow-down {
    fill: #fff; }
  .cta__icon-container .icon-anchor-arrow:hover .background {
    fill: #5a5a5a; }

.cta__icon-container .btn {
  display: none;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 9px 16px;
  border: none; }
  .cta__icon-container .btn:active, .cta__icon-container .btn:focus, .cta__icon-container .btn:hover {
    color: #fff;
    background: #5a5a5a; }

.cta__image {
  display: none;
  position: absolute;
  bottom: 0; }
  .cta__image img {
    max-width: 263px;
    max-height: 225px; }

.cta__link {
  padding: 25px 15px 30px 15px;
  display: block;
  text-decoration: none; }
  .cta__link:hover {
    text-decoration: none; }
  .cta__link::after {
    background-color: #f1edec; }
  .cta__link .anim-body {
    position: relative;
    left: -120%; }
  .cta__link .anim-image {
    right: -120%; }

ul.hero-slide-show__indicators {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 26px 0;
  width: 100%; }
  ul.hero-slide-show__indicators li {
    position: relative;
    display: inline-block;
    background-color: #d1cfce;
    border-color: #d1cfce;
    border-radius: 0;
    width: 11px;
    height: 11px;
    margin: 1px 4px 0 4px;
    cursor: pointer; }
    ul.hero-slide-show__indicators li:hover {
      transition: background-color 0.015s linear, border-color 0.015s linear;
      background-color: #288123;
      border-color: #288123; }
    ul.hero-slide-show__indicators li.active-animation {
      animation: active-animation-indicator 0.125s 1 ease-in forwards; }

@keyframes active-animation-indicator {
  0% {
    transform: rotate(0deg);
    background-color: #d1cfce;
    border-color: #d1cfce; }
  100% {
    transform: rotate(45deg);
    background-color: #5a5a5a;
    border-color: #5a5a5a; } }

@media (min-width: 768px) {
  .hero-slide-show {
    height: 725px; }
  .image-wrapper {
    height: 500px; }
  .cta__image {
    display: block; }
  .cta__icon-container {
    display: inline-block; } }

@media (min-width: 992px) {
  .hero-slide-show {
    height: 500px; }
  .canvas-wrapper {
    width: 1170px; }
  .cta-container {
    overflow: visible;
    position: relative; }
  .cta__icon-container .icon-anchor-arrow {
    width: 35px;
    height: 40px; }
  .cta__icon-container .btn {
    display: inline-block; }
  .cta__logo {
    margin-bottom: 26px; }
  .cta__image img {
    max-width: 263px;
    max-height: 254px; }
  .cta__link {
    padding-bottom: 285px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -125px;
    width: 263px; }
    .cta__link::after {
      content: '';
      width: 50%;
      height: 125px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1; } }

/* Realms hero */
.hero--realms {
  background: #63b8e8;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #63b8e8 0%, #b6e7fe 100%);
  /* W3C */
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr=$top-color, endColorstr=$bottom-color, GradientType=0);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr=$top-color, endColorstr=$bottom-color, GradientType=0);
  /* IE6-9 */ }

.cta__logo--realms {
  width: 195px;
  height: 47px; }

.icon-anchor-arrow--cta-realms .background {
  fill: #7824c5; }

.cta__icon-container .btn--cta-realms {
  background: #7824c5; }

.cta__link--realms {
  background-size: 100%;
  background-image: linear-gradient(#8f6ada, #5c3baf);
  position: relative;
  z-index: 100;
  color: #fff; }
  .cta__link--realms::before {
    background-image: linear-gradient(#303030, #000);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.3s; }
  .cta__link--realms:hover::before {
    opacity: 1; }

.cta__logo--realms {
  width: 307px;
  height: 74px; }

@media (min-width: 576px) {
  .cta__logo--realms {
    width: 195px;
    height: 47px; } }

/* Minecraft hero */
.hero--minecraft {
  background-color: #313131; }

.cta__logo--addons,
.cta__logo--minecraft {
  width: 280px;
  height: 47px; }

.icon-anchor-arrow--cta-minecraft .background {
  fill: #1e8c03; }

.cta__icon-container .btn--cta-minecraft {
  background: #1e8c03; }

.cta__link--minecraft {
  background-size: 100%;
  background-image: linear-gradient(#77c255, #59ae44);
  position: relative;
  z-index: 100;
  color: #fff; }
  .cta__link--minecraft::before {
    background-image: linear-gradient(#303030, #000);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.3s; }
  .cta__link--minecraft:hover::before {
    opacity: 1; }

@media (min-width: 576px) {
  .cta__logo--addons,
  .cta__logo--minecraft {
    width: 220px;
    height: 35px; } }

/* Story mode hero */
.hero--storymode {
  background-color: #000; }

.cta__logo--storymode {
  width: 303px;
  height: 47px;
  margin-bottom: 36px; }

.cta__link--storymode {
  background-size: 100%;
  background-image: linear-gradient(#ffce47, #f09f34);
  position: relative;
  z-index: 100;
  color: #fff; }
  .cta__link--storymode::before {
    background-image: linear-gradient(#303030, #000);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.3s; }
  .cta__link--storymode:hover::before {
    opacity: 1; }
  .cta__link--storymode .cta__price {
    margin-top: 60px; }

@media (min-width: 576px) {
  .cta__logo--storymode {
    width: 223px;
    height: 42px;
    margin-bottom: 48px; }
  .cta__link.cta__link--storymode .cta__headline {
    margin-bottom: 16px; }
  .cta__link.cta__link--storymode .cta__price {
    margin-top: 22px; } }

/* VR hero */
.hero--vr {
  background-color: #f1edec; }

.cta__logo--vr {
  width: 303px;
  height: 47px; }

.icon-anchor-arrow--cta-vr .background {
  fill: #1546c2; }

.cta__icon-container .btn--cta-vr {
  background: #1546c2;
  color: #fff; }

.cta__link--vr {
  background-size: 100%;
  background-image: linear-gradient(#3f00ff, #1a02a1);
  position: relative;
  z-index: 100;
  color: #fff; }
  .cta__link--vr::before {
    background-image: linear-gradient(#303030, #000);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.3s; }
  .cta__link--vr:hover::before {
    opacity: 1; }

@media (min-width: 992px) {
  .cta__logo--vr {
    width: 220px;
    height: 35px; } }

/* Minecon hero */
.hero--minecon {
  background: #100b15;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #100b15 0%, #3b2661 100%);
  /* W3C */
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr=$top-color, endColorstr=$bottom-color, GradientType=0);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr=$top-color, endColorstr=$bottom-color, GradientType=0);
  /* IE6-9 */ }
  .hero--minecon .hero-container {
    background: url("/static/minecon/img/minecon_stars-background.4d86f3bddb65.png") repeat-x; }

.cta__logo--minecon {
  width: 303px;
  height: 107px; }

.icon-anchor-arrow--cta-minecon .background {
  fill: #c93a9b; }

.cta__icon-container .btn--cta-minecon {
  background: #c93a9b; }

.cta__link--minecon {
  background-size: 100%;
  background-image: linear-gradient(#fe86dd, #ff4ac3);
  position: relative;
  z-index: 100;
  color: #fff; }
  .cta__link--minecon::before {
    background-image: linear-gradient(#303030, #000);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.3s; }
  .cta__link--minecon:hover::before {
    opacity: 1; }

.cta__link--addons {
  background-size: 100%;
  background-image: linear-gradient(#77c255, #59ae44);
  position: relative;
  z-index: 100;
  color: #fff; }
  .cta__link--addons::before {
    background-image: linear-gradient(#303030, #000);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: opacity 0.3s; }
  .cta__link--addons:hover::before {
    opacity: 1; }

.icon-anchor-arrow--cta-minecon {
  display: none; }

@media (min-width: 576px) {
  .cta__logo--minecon {
    width: 220px;
    height: 74px; }
  .icon-anchor-arrow--cta-minecon {
    display: inline-block; } }

/* Addons */
.hero--addons {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAH0CAMAAAAg1AymAAAATlBMVEVhx/9ZxP9PwP9Gvf89uf81t/8utP8nsP4srfsjqfohrf4fo/cfnfMfmO8pm+8qlusdk+wikeoljeYfjOcgh+Mmh+Ikgt4lfdorf9sge9oNRGcyAAAA50lEQVR4Aa3JBZLDQBBDUTMz5/4XXcnRpDeMLtWr32Pv55//VN8JfBeca/nmgvN2EZwbUJ1oU3/fXniMUI0IMQvz1UU3jDCEiReO/cpiM44ZMcPkyytLZOI6Yd/23lKYekmm5tIzbRnNzk69oGkusXyPIvNyNaOgmvrmyjPL/63T+dYqWjGgQnJs+tpqWCOgWgEZptbQ22u97mTn9btdzxPdtbTvNXVnPtlgDnsMI2MYJNaP9MZGOg3OSbqgM5y8GTHLCYFNF63pXBByYZiLk+c7W3c3iK3myqDsY5xkwLNt9Hc70GH4A28XJ9CsfA9mAAAAAElFTkSuQmCC) 0 0 repeat-x; }

.icon-anchor-arrow--cta-addons .background {
  fill: #1e8c03; }

@media (min-width: 992px) {
  .cta-container .cta__link {
    position: absolute; } }

.index-hero {
  height: 320px;
  background: url("/static/pages/img/index-hero-768.8506dd214779.png") 50% 0 no-repeat;
  position: relative; }

@media (min-width: 768px) {
  .index-hero {
    height: 421px;
    background-image: url("/static/pages/img/index-hero-992.df4422e23b58.png"); } }

@media (min-width: 992px) {
  .index-hero {
    background-image: url("/static/pages/img/index-hero.e528a3b1fd01.png"); } }

/* Marketplace Hero */
.hero--marketplace {
  background: white; }
  .hero--marketplace .image-wrapper--mobile {
    height: 570px; }

.progress {
  height: 4px;
  border-radius: 0;
  background-color: #000; }
  .progress-container {
    background-color: #313131;
    color: #fff; }
  .progress-labels {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
    .progress-labels__list-item {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
      .progress-labels__list-item .glyphicon.glyphicon-stop {
        background-color: #000;
        display: inline-block;
        height: 1em;
        width: 1em;
        transform: scale(0.8) translateY(3px); }

.landing-header {
  position: relative;
  margin-bottom: 30px; }
  .landing-header .header__body {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center; }
    .landing-header .header__body .btn-lg {
      letter-spacing: 0.15em;
      padding: 22px 56px;
      text-transform: uppercase;
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 0; }
      .landing-header .header__body .btn-lg span {
        display: block;
        font-weight: normal; }
  .landing-header img {
    margin: 0 auto; }
  .landing-header .header__body img {
    height: 511px;
    margin-top: 10px;
    display: inline; }
  .landing-header h1 {
    margin: 24px 0 0 0;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase; }

#community-tiles .navbar {
  margin-bottom: 10px;
  padding-top: 0; }

#community-tiles .nav-pills {
  margin-top: 0; }

#community-tiles .categories-list .icon-category {
  display: none; }

.verify-account-form__code {
  font-size: 2rem;
  height: 59px; }

.download-body img {
  display: inline; }

.download-body__action {
  text-align: center;
  padding-left: 70px; }

.download-body__install-instructions {
  display: none; }

.download-body__instructions-container {
  min-height: 221px; }

.download-body__instructions-container.no-action {
  min-height: 0; }

@media (max-width: 991.98px) {
  .download-body .download-body__action {
    padding-left: 40px; }
  .download-body .with-divider {
    padding-right: 40px; } }

.download-body__action h3 {
  margin: 30px 0; }

@media (max-width: 767.98px) {
  .download-body {
    text-align: center;
    padding: 0; }
    .download-body .download-body__action {
      padding-left: 15px; }
    .download-body .with-divider {
      border: none;
      padding-right: 15px; }
  .download-body__instructions-container {
    min-height: 0; } }

.prepaid_cards__stores {
  margin: 0 0 40px 0; }

.prepaid_cards__store {
  height: 200px;
  text-align: center;
  margin-bottom: 40px; }

a.prepaid_cards__store-name {
  display: block;
  margin-bottom: 20px; }
  a.prepaid_cards__store-name:hover, a.prepaid_cards__store-name:focus, a.prepaid_cards__store-name:active {
    background: none; }

.prepaid_cards__btn-store {
  text-transform: none;
  font-weight: normal; }

@media (max-width: 767.98px) {
  .prepaid_cards__stores {
    margin: 25px 0; } }

.platform-container--video {
  background-size: cover;
  background-position: center;
  background-image: url("/static/realms/img/realms-video-background.3a62f6abec70.jpg"); }

.realms-feature .realms-feature__img--1 {
  width: 97%;
  margin: -16% 0 -14% !important;
  max-width: 540px; }

.realms-feature .realms-feature__img--2 {
  width: 100%;
  margin: -7% 0 -19% !important;
  max-width: 558px; }

.realms-feature .realms-feature__img--3 {
  width: 100%;
  margin: -21% 0 -19% !important;
  max-width: 500px; }

.realms-feature .realms-feature__img--4 {
  width: 100%;
  margin: -18% 0 -19% !important;
  max-width: 260px;
  z-index: 1;
  position: relative; }

.pricing-container--pop-up {
  display: none;
  position: relative; }

.pricing-container__close {
  display: inline-block;
  right: 15px;
  margin-top: 15px;
  position: absolute;
  width: 40px;
  height: 36px;
  z-index: 1; }

.two-players {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.ten-players {
  margin-top: -22.5px; }

.realms-hero-container {
  background: linear-gradient(to bottom, #63b8e8 0%, #b6e7fe 100%); }
  .realms-hero-container .canvas-wrapper .canvas-inner-wrapper {
    right: 15%; }
  .realms-hero-container .canvas-wrapper canvas {
    right: -56%; }
  .realms-hero-container .cta-heading {
    margin-bottom: 16px;
    color: white;
    text-shadow: 0 2px rgba(0, 0, 0, 0.2); }
  .realms-hero-container .cta__logo {
    width: 100%;
    height: 74px; }
  .realms-hero-container .pricing-container {
    padding-top: 40px;
    padding-bottom: 40px; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .realms-feature .realms-feature__img--1 {
    margin-top: 0 !important; } }

@media (min-width: 768px) {
  .realms__opening-image {
    margin-bottom: -37% !important;
    position: relative;
    z-index: 10;
    width: 330px; }
  .realms-hero-container {
    position: relative; }
  .realms-hero-container .cta-inner-container {
    bottom: 92px;
    width: 420px;
    height: 408px;
    position: absolute; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .realms-hero-container .cta-inner-container {
    bottom: 63px; }
  .realms__opening-image {
    left: -19%; } }

@media (max-width: 767.98px) {
  .cta--realms {
    position: absolute;
    top: 20px;
    width: 100%; }
  .pricing-container {
    padding-top: 30px; }
    .pricing-container .pricing-container__close {
      transform: scale3d(0.627, 0.627, 1) translateX(-50%);
      right: 0;
      margin-top: -22px; }
  .realms__opening-image {
    width: 70%;
    margin-bottom: -79px;
    position: relative;
    z-index: 10;
    margin-top: -2% !important;
    left: 2%;
    max-width: 400px; }
  .realms-feature .realms-feature__img--1, .realms-feature .realms-feature__img--2, .realms-feature .realms-feature__img--3, .realms-feature .realms-feature__img--4 {
    margin: 20px 0 -60px !important;
    width: 70%; }
  .realms-feature .realms-feature__img--4 {
    width: 50%; } }

/* End redesign */
.realms-intro .btn-video {
  margin-bottom: 0; }

.pocket-alpha-push {
  margin-top: 21px; }
  .pocket-alpha-push .btn-primary {
    margin-top: 36px; }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-group-realms .card {
    -ms-flex: 1 0 40%;
        flex: 1 0 40%; } }

.help__select-support {
  width: 350px; }

.help__select-support__label {
  margin-bottom: 3px;
  display: block; }

.help__support {
  display: none; }

.help__support p:last-child {
  margin-bottom: 0; }

.help__support ul {
  margin: 0;
  display: inline-block;
  text-align: left; }

.help__support--selected {
  display: block; }

@media (max-width: 767.98px) {
  .help__select-support {
    width: 290px; } }

#error404 {
  text-align: center; }
  #error404 img {
    margin-top: 80px; }
  #error404 h2 {
    margin-top: 45px; }

.security-dialog .modal-body {
  padding: 0 20px; }

.ms-footer,
.site-footer {
  background: #000 0 0;
  color: #757575;
  position: relative;
  font-size: 13px; }
  .ms-footer a,
  .site-footer a {
    text-decoration: none; }
  .ms-footer p,
  .site-footer p {
    margin: 4px 0 6px 0; }
  .ms-footer img,
  .site-footer img {
    margin-top: 4px;
    display: inline; }
  .ms-footer .small,
  .ms-footer .small a,
  .site-footer .small,
  .site-footer .small a {
    color: #757575; }
  .ms-footer .small a,
  .site-footer .small a {
    color: #757575; }
    .ms-footer .small a:hover, .ms-footer .small a:focus,
    .site-footer .small a:hover,
    .site-footer .small a:focus {
      color: #757575; }
    .ms-footer .small a:active,
    .site-footer .small a:active {
      color: #757575; }

.site-footer {
  padding: 27px 0 25px; }
  @media (min-width: 576px) {
    .site-footer {
      padding: 36px 0 31px; } }
  .site-footer .nav a {
    color: #d1cfce; }
    .site-footer .nav a:hover, .site-footer .nav a:focus {
      color: #5c5c5c; }
    .site-footer .nav a:active {
      color: #d1cfce; }
    .site-footer .nav a:hover {
      background-color: transparent;
      text-shadow: none; }
  @media (max-width: 575.98px) {
    .site-footer .nav-pills {
      margin-bottom: 6px; } }
  @media (max-width: 575.98px) {
    .site-footer .nav-pills > li {
      margin: 2px 0; } }
  .site-footer .with-divider {
    padding-right: 0;
    border-right: none; }
    .site-footer .with-divider li {
      border-right: 1px solid #d1cfce;
      line-height: 14px; }
      @media (min-width: 576px) {
        .site-footer .with-divider li {
          padding: 0 0.5em; } }
      .site-footer .with-divider li:last-child {
        border-right: none; }
  .site-footer .icon-esrb {
    height: 57px; }
  .site-footer .icon-mojang {
    margin-bottom: 10px;
    width: 98px;
    height: 15px; }
    @media (min-width: 768px) {
      .site-footer .icon-mojang {
        width: 218px;
        height: 34px; } }
  .site-footer .icon-microsoft-studios {
    width: 96px;
    height: 28px; }
    @media (min-width: 768px) {
      .site-footer .icon-microsoft-studios {
        width: 144px;
        height: 41px; } }
  .site-footer .row {
    position: relative; }
  @media (min-width: 768px) {
    .site-footer .rating-container {
      position: absolute;
      right: 0;
      top: 0; } }

.copyright-ms {
  width: 215px; }
  .copyright-ms a {
    color: #757575; }

.ms-footer {
  font-family: 'Segoe UI', sans-serif;
  background-color: #313131;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .ms-footer {
      padding: 30px 0; } }
  .ms-footer,
  .ms-footer a,
  .ms-footer a:hover {
    color: #fff; }
  .ms-footer li {
    position: static;
    white-space: nowrap; }
  .ms-footer .navbar {
    min-height: 0;
    margin-bottom: auto;
    padding-right: 120px; }
    @media (min-width: 768px) {
      .ms-footer .navbar {
        text-align: right; } }
    @media (max-width: 991.98px) {
      .ms-footer .navbar {
        margin: 16px 0;
        padding: 0; } }
  .ms-footer__language-selector-link {
    color: white;
    display: inline-block;
    padding: 1px 0; }
    .ms-footer__language-selector-link:hover, .ms-footer__language-selector-link:focus {
      color: #5c5c5c; }
    .ms-footer__language-selector-link:active {
      color: #d1cfce; }
    @media (max-width: 767.98px) {
      .ms-footer__language-selector-link {
        top: -40px; } }
    @media (max-width: 575.98px) {
      .ms-footer__language-selector-link {
        padding-top: 6px;
        padding-bottom: 6px; } }
  .ms-footer__language-selector-list {
    margin: 0; }
  .ms-footer__language-selector-form {
    padding: 10px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .ms-footer .ms-links {
    margin: 10px 0; }
    @media (min-width: 992px) {
      .ms-footer .ms-links {
        margin: 0; } }
    .ms-footer .ms-links.nav li {
      margin: 0; }
    .ms-footer .ms-links__link {
      margin-bottom: 4px;
      margin-right: 20px; }
    .ms-footer .ms-links__links--locale-text {
      position: relative;
      top: -6px;
      left: 6px; }
  .ms-footer .icon-microsoft {
    width: 108px;
    height: 23px; }

#language-selector {
  display: none;
  position: relative; }
  #language-selector:after {
    height: 20px;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(transparent, #2f2f2f); }

/* Bifrost progress */
.grecaptcha-badge {
  z-index: 100; }

.bifrost {
  /* Bifrost login */
  /* Bifrost verify email */
  /* Bifrost check out */ }
  .bifrost #hook-progress {
    margin-bottom: 16px; }
  .bifrost #login .view-title {
    display: none; }
  .bifrost .verify-account-form__code {
    width: 130px; }
  @media (max-width: 767.98px) {
    .bifrost .view-validate-email__request-verification-email {
      text-align: center; } }
  .bifrost .view-validate-email__request-verification-email .btn-link {
    padding: 0; }
  .bifrost #orderflow h2 {
    margin-bottom: 20px; }
  .bifrost #orderflow .order-items {
    display: none; }
  .bifrost #orderflow .checkout__already-owned, .bifrost #orderflow .checkout__completed {
    text-align: center; }
  .bifrost #orderflow .js-wrong-platform-alert {
    text-align: center; }
  .bifrost #paypal-container {
    margin: 16px 0; }
  .bifrost .select2-container.form-control {
    height: auto;
    width: 230px;
    padding: 0;
    border: none; }
  .bifrost .country-selector {
    margin-bottom: 0; }
  .bifrost .payment-methods {
    margin-top: 0; }
    .bifrost .payment-methods a {
      border-radius: 0;
      padding: 15px 12px 15px 50px;
      background-repeat: no-repeat;
      background-position-x: 6px;
      background-position-y: 14px; }
    .bifrost .payment-methods .payment-method__braintree a {
      padding-left: 138px;
      background-image: url("/static/js/img/creditcard-13f811ce1d4f5fc40bf2a003bce98af5.13f811ce1d4f.png"); }
    .bifrost .payment-methods .payment-method__paypal a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAsVJREFUeNpiyszMZKAjAFrHCKT+//9PNysZGRmZGOgORq2kEWBB5nz8/PP3339ABgcbCw8XK82tfPjkg3vS6k/f/zIyMbEx/i9JNs2ONaKtlXcff7h57RUD0G///jD8+NM26Vt8gBYPLwdQ6t///5duvHrx5ouQAJeBhhgbKzNWsz79/nfu9a8ffxmU+FjU+BEm/wFqf/sbKMLDyoQSly/efGNgYmL6/4Xp9yum3y9e//i6/PEfiNTrt9+841eVdR90j1/VNvUYLufvfPjDc8vbqtOfLNa8BNoBF7//6W/YtrePv/xF9+Wtu28Z/vxl+PeV8ffv/zw8vx1sz3+ESr188/X/r79T6txKW/fce/h++pKzx889FRHhNjeQunr9dZS/9n9GhlWrL3y3NrAWZ68x5fHY+Abo3TnXvv7+/1+Uk1mWh4WRiVGMkxndyos3XjGws/53cvnHyckgLsUqIRIkB1X09NWXV59/RhdtVpfm5+Fhn7XsYnmWZXr1TmV5oYtXXnz69vvq9Ve2BuKvmdkOvfwUv+93tDrX/OtftYRZFXhYus5/itfiFuJiFGJnQrHy+48/l4ARycP139pcXpDdUYTRX4bNRZoTInvw2CMFeYHdC8MlxXkyKnewsrPISPIy/fmroSCklGDiFbXM1UGptMjBaNWbEn3uTB1eXlZG9SXPg1S4f/35K8XJ/OXHfzWgECNqvvz89ZcYJwu/oijDlz85SszzbfkDFDnhASAkwJEUoqcoKwDMPPnJpiJCnFMWn3V3UtFQFvr3758AP/uUZjdmFiYTMdYARS5ZbmYBNqYaM/4ND76ffvs7Qp1bXZDFV4kDJdqBxfqfv//evvsy+dw7uYXPtz/69p848Ov336CstRMXnv5PNACV7Mg1CZD68fc/BzM8DAiAf//+A2OEm5RCA1iTjFZeo1ZS2P6hs3UAAQYATkduWVt+ITMAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__AMX a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAByZJREFUeNrEVmtvXEcZnsu57jnrvdjrXdduHNtxHKduGgsnqRuHVm2FICIhaaCQSoEKSqsIihoFQfmMQHwoClERCLVpQEqgatMgSotIGpUPiIYCcZymaSKnjS+x47XXXq/3cvZc5sI7a/cvwJF3NGdmzjzv5Xmf1wj9zx8MvwNn5ySmBkWYSEoJIRRjLKXknAvBBccRxyHnDKZcRBH2QxYyHnBUj3idoSX1ihATcAhxgTiSEYwCM7gCocYfFgKuszVa//39GkByeMWCIKohwqUQhGGMpEQwlYLALkPi01dlSuOBE7CKQhjVabWBsESIINhAjQHWkcQNv+ADtLaKFCQTaCXkGpUGVg5KIuCkrQEY9hi4KUOunBUMRUwGjIWhDLjwGfcZKkdcwXIp1YQjhtV1HCZIMq48BtBIIsaQqSEdrUFyxvb2WHfFtYWagG9zrgk2XZgIEibZ1m4EkQiYMCkRAkVceJHQCcRJ1CJ5u8RSDo6YuLUQdiUNm0o/kE0GmSsFK7VwYybm+3I8723KWlLI198vTS9CAlQc0GCr8eVNzlKN7emNfW8oiQTKxbQnt8QODdg2wbkY+UK3GzFIoXB1vLfPhejUIxXc53amRtbFHh9IHd/bZhCUMOmTw+kVjx/c0fyHZ/pck3S2mmeP9m/vjR8Yzjw44LJArHm5v8859UH12kJQ8uXhodRrNyoRQye+2Dpf4z//Z+HejFUJ5LlPqo9vjsdNfDkfnPmw8txw+vWrpcuzC46Jco5+bcrLuNrQ5sSx8/n3PvbGZ7xNT8V+fb4wveBvbrfffK/Y22YCMVdzqbx0TPr3CW9/v/vvO/71gr8xaTzQYZ6+WnlrvLK7JxbXsUZQLRCXZms3C75FcDUUF25Vry4GI912xtbnK1Gxwl851PW5exLvfFR79tGWazP1v10vbe2wvr8n++NXp6th5NiaFGvEUpC/G10GvtxYiIjEpz9YKVTZvo3xN6+D3+GDnbE7lagSCA3L4budgZxdDoWlo69vTT3cGbs6XV+piaRBgbbHLuR/eGaaYnRlwo9b9Ffn5uYWg288lG1uMs78ZZGCj3INksJv9zePHh1JJyz6WL8zsRj0pLQ9/U0Uc8C7J2tBCW5vN+cqbGYlXPHZlpzZmdAG28wNaYNg3Neib1sXe2Io9cfRUt0XLz5xdy6uf+uhlon5oCtr7Btq3r7RqdbZl3amL93yRm96aPwVVTYnLy1+shT+dqzy9FB8fdKElXw1dAw94FDvPGkaUBI6xQDghbAiYTJ2p7Y+aaRMyhiUuLxTDNuTOphwe7H+yz/lv7qrZajLBX5NzvsVL7x3fZNk8uUL8zenA/T2iIJM//Q6VEXS0kBNVKyxKuJsjLomlVgyAQOeKrPZYtTdQl2NCiYplsVKFAS81dSxqkCRL4YJHQNpTZ2EniiUwE6ZdQ0QmgIUL5MdLaZhkYsvDCrGCooFR9VIgPlAK7DO0tCJx9oqoYB4gjVAn1yc/mPa29XpTJciDaN6wFM2GWx3Psr782WlF53NWkfKGpusQS2Cqgz3udemvUKJWTrZ0ed8OOkVy0LX0MUXGkXiRTzkmELqG+oEZEhj4nF05O253oyRdbTLs16Hqz3/cOuzr81UQAUY3t5ujU7WDu1Iv/p+aV0S2CjzheDgcPr4W/O7BuLNNkRC/OzMzGe6nXRcq9TCX5zN39/vGJSuMZYoUeY8EjyUMIZMRhEHbQsjZCNiCvTS/g6g9H0/Gf/2A81f25JqsemB+1IQ9NEpTxK0IWv2ZW3Z0FMmVcklHQ0EoVzlcVff2tPkh2ilzt2YMdgXX4NUqghnVRPgmClZU1ouwBRxVwLCZRRrbLnC2uJ0scwgiB/P1f88trxnS+L5z+fKZZZfDhaWfEdHJsUWRV0Zq7lJ/8rOzLGnu5Oudvj4zUxCf/Fwj2uTI7+ZXFMfcBEgMcfAHAguRAnpxDVw2qL/uV1P2PTkxeK+ze7LBzueOTU1V42++9nMo5vcN/61BCLV22x855FcyqU/OjkFTU2j+N0b5RabdKT1E+8W4KpHBpNg/kvvFCBpw33O+dV+af3gig/dDq/mEugj4ho+fWhdzNArgaIP6HjZj/56pfzUrpayz3MJ/fi5uVPnCieP9Gxojc0u+VWf9+ZsnaJSjddDoRGcdrRFoJ6QhIhMkzlfiuBuU5O7t2UViHlkDG6GulPNTTbaHEExMIUS3BAMWCh60JRFIkZA8KAkqgEKhYghaREaBHCzAJKr4lEJJVI1K2E0PFiucyCtrUFLhcYnKm+MqMDiRi6BCA20VVVCNSFrqqk3HtEQKw0BKVZUs26ckqTGMLQ79SqlB12CS4WIGeJEfQJ0UJEj1UBUffWVYeC1XAKkQiUNPLzazNV/BQivNnfV1bES5dXWDiPcSBorQq4aubpDG2TkwAiJoOQ+zZNyRt2xtv9/eP4rwAAU9CF+/JJCcQAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__alipay a,
    .bifrost .payment-methods .payment-method__ALI a {
      background-image: url("/static/js/img/ALI-984246180662a77e265b925a25f4a2ce.984246180662.png"); }
    .bifrost .payment-methods .payment-method__bankTransfer_PL a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAADBElEQVRIic2VzUsbWxjGf2c0IRPjneIHoYokEfyKYIWIJhVxkVWKG3HtPqtsKvQvcNHFBaF3c/1H6sIguIhkrtyiBgQhqcE4RcTY6gxoNHO6SG9ai5NrS60+q+Ec5n1+877PnCMAySNUM4CUj4tNCIHy0BBOerRgzY02bdvm6uoKIcQvNZVS4nK5UBTnvjiCSSnJZDJ4PJ6GBX5Gtm1zcXHB5OSk40c3BHO73YyNjf1SqP+k6zpSyh8HAxxfWl5eZn19nWQyiWma7OzsMD09zdraGoFAAMMw8Hq9jI6OEo1Gf6j2ncCcVCqVsCwLXdc5OjrCMAw0TUPXdXK5HEIISqUSiUTiZ8r/D5iigMP5Fg6Huby8RNM0QqEQXq8XwzBIpVLkcjk6OzsZGRkhn88TCARury9lzcNBApD1AzaTgetrAOy2Nv69viby7BkbGxuYpomqqlSrVaLRKKZpAqCqKrZtU6lUsCyL09NThoaG2NzcpKWlhfPzc6SU9PT0sL+/TzAYJBgM8s+7d0RcLpRy+UuLmuH58xqUEN917MUL+PSp9pxIwJs3AOzu7rK9vc3x8THlcpn5+XkODg6wLIu+vj5WV1fp7+/n7OyMw8ND5ubmWFpaYmZmhpWVFeLxOG63m3Q6TSQSYXFxEVpbIZWCt29rfpoGHz9+HZhjLz0epG0jhCAWixGLxQiHw/T29lIoFCgWi5imSbFYpL29HV3XGRwcpFqtsrW1xcTEBFNTU0gpURSFpqYmQqEQLpcL27YRXzycdKfwd3d34/P5GB8fp6uri2w2y8DAAEIIDMPA7/dzcnKCEAK/38/w8DA+n4+Ojg4WFhZQFIVgMEgymSSfz9/5bpZ1aZqUtVjK6uyszO7tyftSdm9PVmdn635S0+p7gHTsmPB4qKgqm4XCvZz8FVVFNBjlzb/yyZOv4Q+FsOPx+70r02l4/762+E34hRANwH63vgO7MSP5R+uDMN3mfSNjJ3/9TdurlygfPvxWKPvpU8qv/6Tjm7Wbo3wkqmfsoUFu02cfa6b4t1yH5AAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__bcmc a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAEf0lEQVRIic2WTWxUVRTHf/fOmzdvptMO7VBop0BLpQO20pRWI4ga0BDSFJSFLAy6MEpixBVGSXRjYlyQuNNIlKgL+QgbFw2BGjUoBARFAUlRi/1whE5py8y0ne/3cV10BGyHFrWJ/Fcv5577zu+dc8+7RwCKu1AagFJ3F5sQYhKsmIbiaTrP9pPOmkgh5jSw7SgaQvPYdH/d7eEANTVjAyMTvL7vWza11dG0pALNJcnmbdQdVl0gEAKcKe+VQiCAVM6i87t+qip87NzcMn1/IRFqqt7vuqgOnfxNKaVULJlVlwcT03zmQi/sOaZGxjLT7IAqWkrTtKmr9APw3tGLHDjew96X1jOezLGw3EfvtXGCpQblJR5GxzIYHo1MziIY8NJzJY6QguPdV3m5vZmeaILW+krO9Y3wfe8wQb+HnU+sAiA0z0cyk2d+mTGNoSiYFALbmSxD1rTxul0c/fF3Tl6KIl2C6qCfbN4inbd45pEwh78ZQBOS0VSOeT4dzSXxuiVd5yN89MUlloYCbFpVi2UrUjmraNnuCOxWPRSuwqe5aKmvRNdcVJf7qK8KkLcchhNpBJKOtntJ5yxCwRK8uoZSEBkex7Qdnn1sFU1LKhi8nqS9rYa+aBzF5OGeSbOCdbTV0tFWe+O5qOwzoOxCNBuEgEZASUACCXAUEGVd2Ac4Bft/AJtVo29A/ENwu0EJRjMGUijytsTvMvF78qAK+VE50MOw+CsQvrkHU0DeBM/Ebkh8ALoPE8lz+57kxOU6HMdiQVmag88fJlwSA8tV2OkGUXJHMWYF2/N5N3uP/oTm1W+C2Rq7Hv+ap5r3g2FgOpLtBzaz/3QriDS6x8PHr2wh3LwN7FtKphyQOojpXfiPwX65EuPc6T7wewoWAdLmrQmbd45sAwHxtJeegRqQMXSfm0OvrmNDS/2k+8xH6d+DbV27jFLDjWFooAR528ZRYFo6IMlbNlIqjPUmlmnzaFPN7ZtkLsEyOYsd7SsZSWbpuzZOuDpA46IKYskcY+kcSxeU/d0/b7P7sx8Ih8ppb63F0CfPV+/QOF0XIry4oQmXnP3unRWs61yENw+eIasUDyxbSPcfMT758mccYGQ8Q+PiCqLxFIbmYu2Kas5HYlSWGaxvXsS7Ry4QT+XRXRKP7uJY91V6BxO8vW01Xn3m0EVXHaWQha8KBrxs37iSVM7kYuQ6iVSevqEEq1dUIwWcHxjFBbh1jXUra0iZFie6B6ksNTj16xCWgqVBP9GxDA83hohN5Eik8nh1DSHgdhNXUTCPx03/8AQPNixkx8b7CPh0lFLEUzksW5HMmtQESxiOp/F7dVJZk1KfTplX5+m1DbTUzsfQXaxZXoUUAtOyMXQNn0fDdhQB32SHRxNpvJ7imSs69kRGk+z69BRb19zD8ppybEchACkFAoGUYNoOmpQ3sus4CstWgMLj1nCUunntiMk/xV++iVSOzjN9lJcavLallanXpSiMR9PAACIjE3Se7cex1ZwPipajaAgF6GirK7o+I9j/qRtg/zdIMf0Jv5VGE+KEeHwAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__cartebancaire a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAElUlEQVRIic2WXWwUVRTHf+fO7M62u6VdWqgNpoKgViAxUdMHwfhACIao4cFoQqKJJmLiq/HVmPhkjIQXHzXx602DEDSIhBAk1WBEQI1YPiQCpYCFdvuxOzN35vhwp+2W7hbqEye52btzz53zv///ueeMAMpdaD6A6iw2VTh7s0oUJ2AEUZ1dV0Vw/0UzZ9XsaIqpm6eqaDaf8ZuepykkCatW9tDaEswDJSIOWL1ZVZ744hf+vTwGeQ/iGJIkGxZsNo8txIlbtzb7jd16nLhniYVken16HsPkBNwc5YdDu9j4eF9zxm61SGPQCPBAEiABSd2JBTeMgJcxpEBqnP/0A/FANBuAGLDGPQ8UChY1ZmEp601RWnIJlSCFvEE8RX2BVCBUd2JNHYa87wDFJmMqC25TSJxcvo0Rm6CpkzpNE2y1AL6P5zfkpTljSgQSOpZ8gakqjI5DsUChXMBTYbIyBdcr4HvQ0YrEoOOTEMYOlE3BJlibOAljC1GK390OIhDFsBjGnMVABL6HXh2DwOetbf1sW9vLA11L8I1hqDLJ4cEhdn5/kvN/XETLJd7bsZmHlrdnas5eElGlGkbsGzjN57t/grYCFAIn6x0DUxxbJoLRKh3lAodfe45H7umc41ZuybOuu8zrGx5m0wdfc+TQb7yyoY9lxULTYC9uXEsltuzdfQzaWl2eNrEGXKpjK61COM5n2zfNAzXnZMaw/81t5FZ28uOFq039pu2lLY+6EPlgQSnnrwgIEYzfYHXfCp5Z3XvbYC3G8Maz/YRJelvfr46dgSUlCAJ3U5tYQylVaxBV6O8pN9x05J8rXBgecS8HRIWxWo0D5y5RS+xMLZ1+H8BUGLPvxN98c+RP6F0OU4m7BHcMDM1uZA1fGneriShmZKrmSlu2JUxTYoUbUyGK1HUEIIVKNWRwpOLkKwau+C6QY81vZT7h5I3GObN1TS9b18yV+J2jJ1jf1cHzfSubBnv76cfY/OG3HDx6HlqKCzI2T2QFx9iSPKfOnOLX69eabq63XQPH0SYM19uOp9a7Xpn3/8etlBDyCUjEC19+wlgYLRjs5b0HGbs4RH/PstsC239m2JWKILfI5AdEQpAQs7ybs8PnWPfRTt59cgtb73+Q7mIRgGpsGRga4v1jx/nuxGlYsZSBK9eYiC1ZMZw5Jwg1m7Bn8BIf//wX9HRAKItNfvBNBF5MYCK0p5PLo8O8uudT2jp7uK/chS95rkzWuDoyCpGFe5dijMf2AwddT1VATTbEhYkNTETQ3gaac4gXk/yCEpgQvBqeFyMYcktLWPUZj8b5fajitvkFaC/i+yVEXfNPVSGp++JQkzGnrqeW2kE9CH0IWHy5COMRiK9TtQFqWhHJk1JwdSvIZT1OQarYNMR9anjgiWMhlYwtBXKONU2BFDBgFMRgm+NqBExYVSoRaUhXsY3EtKAmQCWPSguJ5ACDiueCiCFVQ4IhVo9YhSQ1pDoNLoeQA3IoeRfS+hD5FPzmTVwArf+0BmUimiRVRcRkdMuMu85uu+VFMqsgzCT9jDsyxxuFUs7DbyCniDSIcJfYfxd3KAXWm3ABAAAAAElFTkSuQmCC); }
    .bifrost .payment-methods .payment-method__cashu a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAD3UlEQVRIie2XTWxUVRiGn3N/5r/0lpa24g8iEiiCJIQQMBLSEBdEUAygG5UFCYnuXIhh4wpNgA1RSYhGDYkQE5EASlUEZQFGDQgFAmkB6c8MA20H2s7cuXfunXM/FzUlBDTURO2Cd3k273Pe93wn5yhAGIeyAETGF5tSCuP/hvgr3Qcbq+6DjVXW3RYFUP+CWTEUErbCdgcJus4h5RIqFic2pxUpHoWwgGpYdYtDRKSiRbacHZbpe/LSuCsnTx/sk47BUEREvs158tSB67Lu+A0JdCQiIhcGQ1l+qF+adufk8S/ysvnssBR8Lcu+75ftF4oiIlLwtaw43C/vny9KKYxk3v7rciAXiAzmpX/tY3JtmSnXV9VJmO2V6OoW0cfSIiN3l4xWufVckQ3HbtLiWKxvyVCfMIibI7l92OHyU97n406X9pshABtODPF11uPNJyfwzOQE3SVNEAnf9Ph0DFdH6jCgLetzbjDErQq/9VfY2VmE2mbic1uhqpHiTYLTh1CTnof4o6NpjVb53vkirVOT7F/acFv8WVdzKOezaWEdn150+fz3MvPrY9gGUIWCr3l9VprZjk2urMnEDNoLITs6XG4EGgUkTEXcUExMmbT1elyuwNTWF/F+3IWEAcHP+0g9+xIq3TLqO5pYxY+YUWvfcS4O9HqUAmF+g820Gou9PT6+FrYtcHh1Zppt50vM+fIab50cwlCQtOB4X4WNJ4fYfKZENRQMpbBNSFsKr6zZ3elizF6M9XALUTEi8ssQaVDJO8EeqrP4rtejx9UAdJc0ZS0czPqghReOFPjhqk/XUMipQohSsH1RHVfWPMCi5jg7OlyyrsbXwroZabrXNHNiRSPpuEFFCzEFSUuBgs8uFvHMJLWvvE1y+cvUrN+K5D+A6uCdVb47z2H14QFm7b3GpKSJryO2zHdo6/V5Y24Nr83MMFCJWNLWxyeXXAb8iKN5n2kTLNoLIc9NSdKcNCkGggFMsA18LZS14GvBMtTIuAt09lXY8OsQmxauxFm4EkpHkHwW9cjGUTD151QCcOpGwL5unz5fs6AhRotj88tAhdVTUjyYMgHY01MhFHjCsfmqyyXrC3Mci7XTU8QN+KjTY7ZjsrgxRgXYecljRo3Fkiabd84UOV0ImFdvM8uJsXRygoylIQrBSNyCUup2sHtRvusyQVjFtCwmNzUyPDxMWA3xqhFhNSITM6mdWM+V3hymaZCxTVKZGpxJTffsoZS6+wX7d0rXNaA8b2RXyQxxZaHLZRJaY1WrxJJJIsPCcRyUUkRak6qtG6vN2BP7L3T/PfZPNG7BFOP0M/IHN2TilHUO0AMAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__CSI a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArhJREFUeNrsVd9LU1EcP/fe3XXvri43m5v7QWPmQGsbjC2qt94K0ucgkAgJLcS/QKFHX0ZPYQS+iAu0kBnJEJR8kEZlLZKtNX87dbWtue3a7r27P/qWIAXrzUaBB+7h3O/5nu/n+znfz5eDUM0HBp+iKLXDwzC89iz/DUil9pDYj+pK8resLAq1u9iND+GPD1w7T67xpS9HDqmqatWdvpiy3UZ6xszo/3qTyBKqsFlCLGJSWRB4hBFqrZWobzzCJvmNZS75govep/g4V8rtSi1l+gxJN2k0p+oaTCbXFU2jBXzi8fjCwoLH4/H7/b+erVQqJEke/gqCMD09TRCEzWaD2eVyVallIZ/ZeH6Tyobk0qf9uvbWG88u3Rozt101t3hJQ9vyuzCS+Vev3wQCAQgty/LS0tLMzAzP88lkcn5+vr+/f3R0tFgshsPh1dXV2dnZkZERs9nMcRz4VK+lpODFfQWngTsynus5qWuSIKPcWyVxr/HsHeOFAYSRj4NjHR0dnZ2d4B8KhaamplZWViKRiNfrXV9ft1gsABmNRicmJrq7u7VabSaTSafTkiT5fL4qLCk1Xu8fSHC+tR1UYvd+JoF4dhdXcXw8UH7/EGG4TqeH0LCVz+djsRiQWFxcdDgcfX19bre7q6sLjCqVCnaNRuPw8HAwGJybm8NxvDpLUeBEvtJwfkCWyozDA0LikmEi9UhFoe0MEj9vuxHq7e0ZGhoaHBy02+2pVMpgMFitVgAGAYJlcnKSYRiWZWEN5MbHx51OJ0VRGo3mj4rNpjeWXz7FuYxK/Eqwa2IuIuNSmXbSrdfbL99lmLoDt0Qi0dzcDHopFApwmXAc4sK8tbUFGUAhTSaTWq3e3Nw80A540jR9qNgqL0k+m85tx/b3dskTDGNw6E2t9Qx9hE1y/HgdQ/5f47sAAwCih0Mnua3bwgAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__DID a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9xJREFUeNrsVV1oXFUQPnPOufdudu/uZrPJZhO3rTUJQeJf1aLUUNGCFSFQ8edJClEQwSd9Ul9KBfXJIIKIRooPheCDWPRFm5cWKf6XpjWJ2CRtk93Q/DXd7u7d3XvPOeNskm1+EPQpInph2bk/M9+c+b6ZYWzbL6AfIm4fHgDf/lP+NyDlTSswKKjS668QV+4UY2azDzHv1OgHjcjhb8EYZFb90zXIuVIwOl9ci7eiKmTAVQB+KcrBNgyhlsPKC1S25SQayXO+5CMXCgQ9BkSBRnFua20A6KGNyrA1w1e6J+W2uvY6JP2N5QpvnppikhOYVwkc181MnlanP35bRvuqulDywA2DEEjGvnuufHCMgg18Oz0yvdjOq2BQM56XoUZTmZeRkFFxU81ZMQeDlsC7gg0v9962J+1uOqXkzFN6oeiTBYIfvqP1m9nq7PWCWFwqsTJLNslDB4ITJ7HgYbki5hYEMMHhYlV0j34/eOZTzSEXTXzY8/iRHz578tCRpLd8/Ot3H37qnd7syKsjX937xNFrqhZ4EySVjBNzhMwhbovX9++aGc6eRbAti/mM78pE3jpamMnqiWkwmre3rPoIyZuMavdKz/e9MtbW0ZGd6Czmo6imkpnmIHggP927eNlraPTdhM1WudkASVysDgXGeT7QBz75+ToPJx1pLItrjn4VZCg6NMSMom8MCCzT/NDkQOQpIZ47d/LCzM7v0l0VyxZGZ93UZKLt/rmLu2/MnWnvRmGLmg5wi2Lxpk5dS7zXd/vOlpj4/CyeslNgPM4jAPr8GBZKzOasOcFaOzc6zSZS2WSaVEOkUgYYiv2Y7noseyFWLn1058Ga9hn+SZPUlQoSWE8qfHx86dJE3hJ4GKCX1DH5W/HFl/RkljEt9u+FoROga6WRxgjUX3TtG0937Lk0Yhl939LlSij2U7qr//zwktt4ruVWptX6GTcWlpqMKU3WchkfGvxlWdnhXMHkrz0iYnJ88sbT/bhchIYQK5Vr4mcrfWlMnoklkO9/OTAfjQ3edXBGhl8bPjYVbXnj0Reu2u6vsbbfQ03MDyg2bIGkORB3ZKYpzHkt90CbTMxpuyXJdnc0yxAYJQLF4m6Nca8MO9IaCQ93CDXavffZzh5qSg2w4ETGuh8kLhUX05HEM/0DnrQSIQeECkmucPMmmSv541eLjuBmfasApzg6IEBRmx71NGkUgLTiMYksl68YIQJOeSOQgAlMiNWgllY+pwYwNBnolvDubo+mIhYArC8vX9PA27ppiHe9gYY6KHNWCkv50YxE9te7T9cH3ibI//flvx3yH7j+EGAAIgbYFPCa+0cAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__diners a,
    .bifrost .payment-methods .payment-method__DIN a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA5BJREFUeNq8VktMG1cUHc/XDOPxp7LHxWBDYmjsokr9CCFFqFHbXSNB6YKsq0hJVVXZVGrURbOlG1at1KpsokpkgSrUVqWlrJIuUIuUdIGogg0GYjswNh5/8YzfzLgHkLIjwdWIK3n05vq+e+45786doahzNxd+7Xb7/PBgZ4dEmN5smYSq1w3LoiSJx2bslGSOZRnnIWu1ZqlYkeSulk7vP63M3X34x69pSRbwlzcgXHl34ONblyXJ7RjkYcPYy5cifS+pe/XeqH8nUwyG5Tu3f//um1WP7LZMu9Ewrl4dnJ27JnncL4Skz6Anpe5rsQuh2W//+uzWzzj9Lz5fnJm+Pz3z/ptv9bgol+ThlbDnt8X03dm/z6LtiyEJMbu6hbLWnJn+k5CjMhmam/nqwd7T2vjkq4ZBTjRyi/ziL4/B2AFIy7TcAqOV9LJmCAILD88xdWJCZCUsneDhStN0o05QnwOQPM/VqkY05k2+FtQ0HZ5ytXmxz58YDj16mKVp1/EJUcQw+6Ky4OYcgGRYEHDpRuvr7z8YeztqWfbrb4R/mL+2l6/+9OO62M0jRtctlqau3xw56UcHRoFt2dvbqt8nen3ddpsyifXPo+wnHy38+7gkdnFtqy3L/O0vr9z49LLDo6CoVnSDkBbZ2So9uJ+pVokocpgFL0cC77wXfyUZcmYU6Lqez+cVRWEYxu0+euZsu31yfs+sUi3qeot2ccFgsNlsGobh8/n+P+Tq6mo6nQae3+8fGBiQZVkQ+EqlYpoWz/NwLi8vDw0NPXmSzeWyU1NTKysr5XJ5fHyc47jTINnn65DNZkdGRhYWFjY3Nzc2NjRNi8VihUIBvLEeHR3d3d2dmJio1+up1Mb8/PzBwUEgEMAu1HdaTva5Q4CgqFKpNDY2pqpqOBxOpVJgFo/HFSW8s7ONvIWCura2dnjYwBrsE4kEavJ4PLZto9E77tilpSWUPDw8XKvVJEmCvNaxQVKkM00TRCGjooS8Xi+kZlkWSAi+d29ucvLDnp6ezoRFHVAJtNbX10ERB4YrtpgmyJNkMgn2UBWdEo9fzGQyxeJBNBqFEoi/dCkRCoU6FhYMkLq3txcLdA1qj0QiSAQYVd3f2toCS9zqR4bXp9Xf35/L5RCGcx0cHATjjkcBMiIZHgz0PSTFLfTELTm2VqsF59GIZxiICT+SIBJh8IiieBpkZ6PAqQ+R8//aov4TYADsg/ChzLBHCwAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__discover a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAD0ElEQVRIie3Xf0xVZRzH8fc53ItwQdMrghggKzF02F2bRFA5t5YTKZHoL0emf7W1WOof8kNBbr+stdxCmhuZm/mPgNxpZjYbQ35UaMDlh0D3XkQQ7oUuBAUIce85z+mPy2grYeUCaevz93Oe72vn2ff77JEAjUUYHYCmLS6bJEnIDxoxW/6H/dP8N2H9LhcjIyOAr0GEEAA47HZcLtfMOrvNzo8dHb51QH93L4O9fSjA+Pg4TDeXEILR0VE8Hg9dXV0MDAwA4HQ6mZqaYnh4mLGxMWC6K++VtwrMlJWUYDAYyD6cS1RkFF9d/pJH1sVw5vRpnn72GY6azeQfOcL50jJWha/hw6KThNZ9Qc8nWTwUBKvyi3mt1EpcTDQ52Yc4nJPLz0NDGI1Gbra28npmJi0tzZSXlvG4ycTz27aRmrZr7j9W31DP7lcyuPLNVd57510+O3UKDSi3lKNogqNmMyXnzlFc/Cn1TVYqqipxX71A/9tZPPGonqhwHVgOkBDQx5XrbQDU1tayfUcyNpuNJxMSSEpKorGxkXxzAR5VwXGrk8DAwLlhwYEG9Do9RqORdetjuFZ1jYAlAVgsFjbGbuDgm/spKiwkJSUFg8GADggfHSJkOairQ5Giw/AG3SUzYzsrVoazdcsW4uM381J6OhMTEzQ1WensdLApbhNpqakE6PXk5eXN1J8VNunxYG2ycvbM5wwPDbF33z6qamposlrZf/AA39V9z8a4ONrb27CUl/P19ZuoGx4jwiThhxP/JU7UUJAS9/LCc1upqqlhd0YGAP3un9iVlsbm+Hh6nX2sj43F7R5kcnJypr4fUFBQUPAXmOpVqK2pxm6z8/GJE5hMJmRJxu6wk30oi507X+Sj48cxGo18cOx9Gr+t5uU3cglLToG7LegiH8Y/+STS8jhCVwSier3seXUPfn5+9PXc4eKFiwihERkRQXZ2Dqqq8EN9A4mJT2E2m5EAbbFcSQpAiwW9KX32rlzwDHchLmXhvXEemGNcLFS0oVt4Ko7hrTuL+M2DPjwKuPPgYKLnBt7aIrwNJWiTHuSQMGTjUqYPdIFhQkVpu4S3uhClvRIAeeVqJGMQCBWEMjMn5h8mFERvA0qzBaW5DNV1G/xl5LAokHSgCR/qT5kfmFBQHZWoXbUo7ZdRuxtABWnZUuQ10YDsA2li1i3+FZimaYjBTlRHBaK7DrWvEbW3FbwgLTMghawFSQZNm7bcG6RpM/f9fcJG+9DcNoTbjtpVgxjoQIzcRvvlV5BBCg5GH7YWZPmPSn/jaaFpvk8A34C9L9w853frjKMc3WuYHAAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__DNK a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25JREFUeNq8VlsobGEUXrNnBuN6jnIJDUlq8mAUSR48SIonjqLJCy+TRG4vlBIePEx40ZAicnsgeZnzoqQkD5owyiWOoTmT25mYY5ib/Z+17bH37E2OW1b/1J71r/2vtb7v/79/A3y5SfBHCPm6fBKJTOQyGAxra2tOp5OiqA+ujp3IZLKMjIySkhKpVPpMl/f3993d3Xa7vUyjCY+Ken/r+KJEwjZ0d31tmJ+32Ww9PT1BQUGsk085OTlpMplwDmw2mJmB83PwK403mmYBej4fzuJq+CI+hIdDWRkolb29vZiosbGRTelDAK2+vn7n8JCYzUSlwhI+Z8TFkc3NPw6HVqu9vb1le/MR5vF4kLxvMTEwPAw7O+LasWp2iJxyOchkvsH17e+0WmFoKCI4WCKVXl1dsfMyjmrkknY4oLQU1GoICOCJCQlhVmHBtNvBZIKRETg6gokJSEwEr5fJfXkJVVUMI319kJMDbjcTr1DA5iasrtJut0REBOZzuVx1dXW/LRbyGjs+Jrm5ZG+P9yAdcjlpbRWEnZwQtZoUF7sJqamttVqtAmC5UyOGdH8fFhdha8u3a1hTKqG/H4KDec/BAVRUQFcX79ndhaIi2NiAwEDRkv87fE1NUFAA6ekwPS3wZ2ZCQgL/NyUFBgYEZLe1wfb2s0u+mBI7i4iA+HiGntRUwZTL5SOMNaMRlpcFATU1EBr69pQoQHo9rK/D0hJkZQmmsOmbGwH+mOPigvcgNjodPEjMG4HF4xwbK+ZjcBDm5iAykvdggMUCLS2CMK0Wmpt59Xg0mbgtsxlOT5l9hLufi2bFD524rsGAQgWFhcxpcToZPyoZbh+08XFQqSAvz4c5xufnM9QgC09T4rlBKaDCwhgkOzuZc+lfGqe3HEq4jbOzefHzeHz+1lZGAfzjGxoohYLQNCfa1KNiyGmatuOJrqyE5GSmTOySG/gmOzhD590dUz4O7FU0xcXHxUF19Y3TiSkjsF0RsHjLTI2OdnR0wMoKjI3B2RkjOpwM+YP/GsN8SDbKemLilF6flJQUgiomury8Xm97ezvecD80mu/R0QgaeeHGeM1dTFF/Ly9/Liz8OjzU6XRsSsHlxT7Mzs4ajUYEGZn94LcCeWA6LS2tvLw88HHPi1P6aQD9KZ8dTz8tJO+G7SP2T4ABAIxV4+xXv0GqAAAAAElFTkSuQmCC); }
    .bifrost .payment-methods .payment-method__dotpay a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAECUlEQVRIie2XXUibVxjHf++bRI3GgNiY2UIXO1slXVkTrWPruwsvCiuDXcjoxZx4IdMLGXTgHGyFgdpebPTK0VqKyNgKjgXRfkyGOMtatcWlbkhsrC6r1aqzSawaY18T8+wi03UXhW7rNgf9w7k4h/Mcfuf/nE8FELagjAAiW4tNURTU/xriUXoK9mf1/wKL6zp3Bq8TvRd8ZKC+vMzk1X4e3F/898Bi0VW63q5h6tr1RwYu3Z3hqzcrWfj59j8CZny4EhyfYGF8goXbd9AXFlGNpk2IoH+MjBwb9n3Poy8tcevrbuKrDxi7cInY6ipTiTh3Z2dBhJycHIqLi7FYLPj9frxeL6qqkpGRQX5+Pk6nk/7+ftLT03G5XCQSCQYGBjCbzRQVFf0OJiL0NTThP3+R7OfyWdd19EgEozmNQN9lLjedwJSahh6J4HhFY39lBZPfXSW+GmXqaj8pGem85/mSmbk5Sg4cIBgMIiKcOXOG6elpOjs7SUtLQ9d1/H4/1dXVeDwe8vLyaGtrQ9d16urqcDgctLe3bxolv/hG5eMdDrnZdUFERCLz83LK/aIMnW2VU+4S+eb9D2Sg+VPpazwhjZnZMtp5XkITATnp2C2zwz+IiIimadLQ0CAiIsvLy3Lo0CGpqqoSEZGVlRUZGRmRoaEhKS8vF03TRNM0qampERGRaDQqmqZJeXm5SPK0FyNAeOInDCmpbC92A5CIxTGmpjI/4iM0HqD0o5fIyt9FPLLC9y1nuX3lCjl7nSAK8bU1NlzfuEEsFgsHDx6kp6eHc+fO0dLSgsViwWw2Mzo6itVqTabLmFxJiqJslg2pAJm5z6AvL3HPdzPZaFRZ19fI3rOb7PxdqCkm7E4n2/bsQU0xkvvCfmR9nfX4GgaTaXNwg5rcS7qu4/V6KSgooLW1FavVSkdHBx6Ph8rKSgwGA1arlXA4vAn4MBSAAkhc17n0zlEmrwxg37eXtcgKgW/7eOtiJ7HVKMOffYGsC4mYTtYuB6+e/IRoOMznr72Oisq+I2/w4cUupmZmcLtczM7OEgqFaG9vp7u7m+bmZkpKSjCZTHi9Xmw2G7W1tTQ1NVFYWIiqqvT29lJWVkZbW1vSvWQWBEkkmBq4RjQUQjGoGFJS2HGgGHNWFsGxW8z7bpJh28az2svw2+zuT04yN/wj1h3bOfLuUex2O1VVVcRiMVwuFzt37iQWizE4OEg4HE66ajBgs9lwu934fD4CgQCRSIRjx45RUVHB8ePH/wj2d1VaWsrhw4epr69/rP6NjY34fD4sFguhUIjFxUVOnz5NQUHBkwMTEcbHx8nMzCQ3N/exYm7cuEE4HEZVVRRFwel0YrfbAZ6sY09ST99jf0VbFkxhi35GfgXHC+Pp3/I6CQAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__ebanking_FI a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAACSUlEQVRIic3Xu2tUQRTH8c/sI2sSEx/xDSpqtBARQdHa/0BRC8HK0lYQO8FeK0vLgDaKha0oCBZWKoIhxCeJ4LqJRs2SfY7FrFEkwu5mhfxginvvmXO+nDkzc25AtAKVgxhXFlsIIYG1pX23mK0S0Iw0asiRzyxtX28S62TyZENal/V9TJxtK9w/vC6h4gIzC5TK1Jqc28/avvRcWvhrlBnMcf5AilAqp7nFhbbDtQ+2mJnIyCquHmH/OjSWMG4wuoYrR9g6iOZfPnoJtqgs72a59oKp79LaLuG2WOb6c14W6aBilgHW0qMpTu+VstH840MTDc6M8nBKt5u+S7A8Tz7yuczlY2wqoJ7Gxj4uHWWuyuPpZNuFOs/xorLceM6JPVw8zGyF2Kq/p5+4M5lsutQywEKafm+S+x/YuTq9ev+DWlW3meoB2C/lqUdez7WeM5YLRU/Afqn7ffT/vfVQXYBFnR0Bndondb6UQ62772vlHwDB70M3JPtKg2pncO2DRWhw4RCbB3gwzbMiMaTA2wbZMcTEF2qReoM1BU6NMjHL7XGs+g9gAerMV+kf5uAGTu5mfIYdw3wqp+7h+DY+zrNxgOE+ZirkOq+Y9mdEhCzr+xkbT5nZNcTbb6mTGBtn4huTc6nD2D5IIZM6kM39hExHpdZ+xmoNYo6br1JGCqW0lALZLO+/c/dNqr9qkwdT5Fq1VovEbPLRc7AtA+QrzNcZ6U/XT6mSWplH04wMpD6tllj9qP0xOaSraqTQdriAuBJb62CF/oz8BLGkxXfM/LC0AAAAAElFTkSuQmCC); }
    .bifrost .payment-methods .payment-method__EBT a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAptJREFUeNpiYKA7YATi////088+RkYm+vty1MrhYyULLQx98/n76Xsvb7/6+ObrH04WBk8dWUEudllRPiZGRlpZ+f7rz9gZu9++/8bAwsTw/ecRK3U9acFAUxUzZQlEwP77B82aQOofoWz6+M2nO8/f4VGgKiEQYaXOwMrEwMPOwM2hJyO0/vyDS0/focTltosPQvo2f/r+C2hnwdIjLz59/fnn75k7z99+/g6U/f77z7N3X4BOefruy9XHb+YcujZtz2Wg+I1n7y4/fgMx4fffv+fuPX/87jOEa6MiDipnfvwOM1N6+uHbzUdvFYR5UeLyzdcfa0/cYmNnmZHkfPn5h2N3Xiw6dJ31P8O7H79KPY3mH7358+cfOw2pbZceCPOyH7/zMtlWs3/7+QM3n/75919OgLvQy6hu9fFfv3+/+f4r3loj2UHn7/9/DL/+eJoo/vvzb/H+S4qKoiaKYigF3qyDV47cfvr/F8PPP//+sTK/fP/JTVO2NtB87ak7/TsusLKzVnsbNKw81pfoaKYkUbTs8P0X76+++BhsrPT84/f7rz6I8XLycLDPT3e5+PB18pw9B2tCVp++8+37LyUx/jsvP336+l1dRjjYVAVS4EF9+e3n7////s1Jc/Pu3nTmydskG7UTd1/uufpwy4X7ahIC999/lRXhlxXnX33iztsvPw9ee2IoJyzA/u3w7WeOGtKsjP+1ZIRXnbq79cK9Y7devPj47duvP7FWGsxMjPiK9VP3Xj1++wnokNefvy8+djvJVmPNydsHbj3TkhTIctbbeO5hoInir79/erddAEaBFC+Xu568pADnrANXv/z6HWCo6Kwtt/zErZ2XHwpwcaiICSQ7aHGyMuMq1kdrklErh5aVAwAAAgwAVWtF5dMNNGMAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__ENT a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABGdJREFUeNrEVl1MXEUUnnNn7t27PyxLZaHy/xextEGTkgo1osEXNUYjwWqkUYzRPmD64ItGsVKpqbHWB2MCrbEmGGNaWhPbkJBgKFoVk0ZtBIWWolbatXShYf/33js/zt3tLmCJb66TbHJm7jnzne+cb2YWoZwPkL9ASxNSlP8aSXAunO6ysa+IPaE0B+QEF0K1gUiKKuSooCkgJfe9TBU2Gr3BPZWKyDb5JvsfxuqypdfEeuuQLazIQJKdXRnuAoSCCEEEI+lgmYhzBSOVEM6ExSz5VdUwo1JtgJU0AGacgcIxwiK9gYwEZlkcAyaqPWWUWRwhDuBQ0Q/nUqml0LO5m9EoCwSQS9fLKuRKDKHLC6GiAk+BhmXg/PWYz6snk2w5nuR24sLrcUrUWMzUVAwAlsUARP1GX4yj838uysyqSwu9OEMKYAUybQQPD0QGB2WWjJuO+s2l+/Z9HcY7Xvr0zk3Fp959BjA8sOvQ049u/XZqfvibOX+BzuL0/tbacNg8+9N8kmCZgw6ixOd6/smW949OGAanCXpXY8mhnsfTLVMAyOrCLx7uj7x3sOCNPvc9rez60mJ/vzF70fLflhDw5ffzH508292xPRynpoGWwqZDd3zW95SuEZcDUybiBn3x4PDk3NVP3nqirNjXMzA6MTU//sGzW2rL5wJBzpmi4HQVVxRrhUKxo8f1Bx+SW4aGhqJnzmjVFeDULZNW+b0dbQ37B787fznodeoyVafmjCSMvsHT+wfHJF55sa++otDjdmAV6is3VG30PdJa79S0XQeGRyZ+3bapHEtFZLS1AilkKKXCqdPpaTr5ozn1M52dQ9cWbE9uvdzVoilo78fjVKEggzglGN9e4a+vKnRomVJxjrndS2nuaGs8daDT53Ls7D3Ze2RMbg8Zma9AqhsK9NbtdGQ0r73dP/Chv/dN0rhFraoBBSJxs6akqOe5e4+NTp/7LaRpWpIyt0Prfqy5u/1uTHBaDIzbaUuJMM5n/vjrvq11X7zTWVl2y/HTMxZja85lVkuFr7wWDEWCu16A0hKxvCz34M3NGGMVQdw0ux5uGhqfHhmfkTLTdTUYirXtPsIMs+ZW37G3O126AyuCKEj6y732DIxcCMQ8bo+gyd0drSoma671rGLt2iAUn5wyL15Q8vNcTduINz9smL8HlhuqixwILUSMXy5da6gsiiXNpVBUcuIMSfncUVssezV7NRRNmpur/BpCV0KJ6UtByqCuJL+u2LuamA155fVX09eAnMiTr+g6EACpdyMpj7TsmaopCZMihjUihUPiJlUAYQLpBklH+RWEcBL7YMYsKilIT3lpyANqWciwaJoYaGrpnr02X/b5iRRfUIRsBbBsp22DWwgZMjW5DUACCZPL9tsuwo5IrcoLC+zAmLAtYceBgbghUkIBzpHtLTGR23Ojl9jtWlPomwZe91X4lwdjvXD7jnW7s/KBXP4jsCHtquRgyAIznnm8vHmQA6KCI6cL/S/jbwEGAKT8Ghj8z8nLAAAAAElFTkSuQmCC); }
    .bifrost .payment-methods .payment-method__EBT a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAptJREFUeNpiYKA7YATi////088+RkYm+vty1MrhYyULLQx98/n76Xsvb7/6+ObrH04WBk8dWUEudllRPiZGRlpZ+f7rz9gZu9++/8bAwsTw/ecRK3U9acFAUxUzZQlEwP77B82aQOofoWz6+M2nO8/f4VGgKiEQYaXOwMrEwMPOwM2hJyO0/vyDS0/focTltosPQvo2f/r+C2hnwdIjLz59/fnn75k7z99+/g6U/f77z7N3X4BOefruy9XHb+YcujZtz2Wg+I1n7y4/fgMx4fffv+fuPX/87jOEa6MiDipnfvwOM1N6+uHbzUdvFYR5UeLyzdcfa0/cYmNnmZHkfPn5h2N3Xiw6dJ31P8O7H79KPY3mH7358+cfOw2pbZceCPOyH7/zMtlWs3/7+QM3n/75919OgLvQy6hu9fFfv3+/+f4r3loj2UHn7/9/DL/+eJoo/vvzb/H+S4qKoiaKYigF3qyDV47cfvr/F8PPP//+sTK/fP/JTVO2NtB87ak7/TsusLKzVnsbNKw81pfoaKYkUbTs8P0X76+++BhsrPT84/f7rz6I8XLycLDPT3e5+PB18pw9B2tCVp++8+37LyUx/jsvP336+l1dRjjYVAVS4EF9+e3n7////s1Jc/Pu3nTmydskG7UTd1/uufpwy4X7ahIC999/lRXhlxXnX33iztsvPw9ee2IoJyzA/u3w7WeOGtKsjP+1ZIRXnbq79cK9Y7devPj47duvP7FWGsxMjPiK9VP3Xj1++wnokNefvy8+djvJVmPNydsHbj3TkhTIctbbeO5hoInir79/erddAEaBFC+Xu568pADnrANXv/z6HWCo6Kwtt/zErZ2XHwpwcaiICSQ7aHGyMuMq1kdrklErh5aVAwAAAgwAVWtF5dMNNGMAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__GCB a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABD1JREFUeNrcVl1oHEUcn9nZ2b2927tLcrnLpXpJTpqksbU2beqD1VhUWpDGYoOKH82DSkFQxAcJ9ckSalSwKrQ+CEJaQQu2RBoQrQGliWhLYx/EfLQ1uSa53CWX3Mdu9vb2a8a50KglV19OIrgwMMz8Z37/j9/vPwvAun+QDUrp+uFByK1/lPyfs7RBv4upHIASG5DKmB+bmB65cl1yYcsmzDsBI2ZmO8Q07eIBCgSRJ4SsTqhh2IKAbIs4bBEAtrK9KfxixzYR8yUgLYd0D4xPaCBUKTOw5gohIBExFJpzpr8+NVx3Z6VJQDKlMEtRdm2q8QmY5xE3Gs9gBNkkOZ8DAt8U9l9PqZFKT7VPEnik6uanZy6peaP7+V0lIBdV49Iv1/Zuq5tIKN6Q79XtTaMJxe8WH3tjz0GIXmuPJDP5l3oHWPhPtDf3Hd43MpbgIOw5eaHjgWZZFg8ePtMQCXx77NmuI/09h3Y3hCtmErmplNL19sCF3+LdJRPLAZqbS4264GS24HWCc5nIx0NT0XDlCztr/Y31geiG5NI4KJKMYp7TdOudvqGMUhifXXpm71bEsdMUUsqcYGx0i/iboasnz10xBQQIZdkoXUtGWlvRtoZkXc1rqVzQg59uCWDMmwUzEZvVWqschwLTAQjYNnG78KEnd+qWc+LsZctybEKBYRcMm13C6GhYzv1tDb6gvJDJj3x0fq0cbkISSr0uPJ3IqlmtvtL9ezzzSu+AKAlfHu3c7HL0rBqq8tTVeE1CGR6jSe8n36eyejytPb6rsf2eSDRS1dpSy4i2pBgVXtf54Ynjn18kbgE4ZK0o/opS4LjmaLVq2Km0VhuQTx/tZBS4kcj2D/4q8/D1zrb+D56LL6ofnv75Wjx9/M397Mi7n/343qnhe48cOHeiS3bhY1/8NDo5P3h5quPhzQ/etzGWzD31Vj9ZYW+JVpDIaO0v9+1oCi/k9Iuj8ZBP4nlWIXAjrVnsDOIifsmFkE3J1JLmF/mQ110knW5kFJ3HXGPQpxbs2UUViIgjoK7KI3Co4DjT88r+3S1f9Rz4eytYpQ+Euby5XLAyWiFvOrH0MhMg8wUgxPaAZc8wGdzMC8otF3KKXpwjyLyxLWdsepFdxraAzdRIY8lskWssHNOmjnObWhIqYuTziAtZnZlCxPlrAhziymyFTsESK7yKSXwCt1YkAAOwJRqcWVBYzXfseyjauokwmtKy2rdBaUhCg5P5poCwJSjcAlldIT3SFn2/b0hhlZM94bs3snZDSVkh0iJL4AY3z/yOZa1mJjoO3vKSaLp59ofxJa2AJSkfuqMoMVoupIRAxMM7BHgwfDTqFhCEK+2ixOM1cFVzit2k3EeDXWxTYBHgxXDPXW68AsmXtAvLaDJrIQ6WDVq8jble78cM75+eaLagmkUN/yuQiAPeVcbeNrH/t7+C/+D7Q4ABACpfCpcHsEviAAAAAElFTkSuQmCC); }
    .bifrost .payment-methods .payment-method__giropay a,
    .bifrost .payment-methods .payment-method__GIR a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA31JREFUeNrMVktME1EUPTN1pq221QIGQoUYI4RPA4jEKFqjFBPRjSRdCGpcgJ9g/BBdGL+7smIFqLjwSwwfE62KMSRq+BgEo4QERKlRDAsoBYGCtPN3ZuoPlcQ2xHgXb/Lem/vOffece2eAf26EMpAHIQoAG6IvCVIbMqB4aYH6EJKSY222lZIk/W2kBDEy4nO5ukGQoYKqkGDsOUmVlTtD8uzpHXLdfRUGZNCBYFk+VM/p6UB4XJJhq0BlQZpvSPlQUZxrU6+jaJqCJM0rZPVl7D8416bRqNMvlCEZiBzEgDLK+peVL/rVqaSuc6o8WYj8L/L5yTpfKIFHRoHSICUFej1Gx+AZAcfCsAixsXjyFBERyF4ngNBoiFRrnM/HJCdF9/UNDw6OWixRWVnx4+Mzra3vrNZlgQDndntSUi0cK7jfjQa1Nhuy5hYOlcCaho8D2LUbEWY0N8NkQlExzEuwew+et8PjxeQE9hTwe0sNRn1DQwkb4E2L9QzD525x2mwJDkdm1urlVVVPI6MMdnvy9m3ljQ+OOcsa3e7HIPQ/JZZUe8KN60hLR0szoqPBMvD74fNBEPF5GteuwRKLlha0NuPcWVRUEAMDhJY2GXV19e1r155PSFhqt2cEAvzw0OTExMyO/FV1dZ3x8RGlpXl+P3PP1QXQs7kMimBlAvrfoqoSw0OgKPA8GEZJqVaH1FRYLOAFuO6jpRXRMVhslASB44TVWSsKC7M5TiQJ6UJVoSCIMqTZbOju/vDy5ceTJ/Oamno9HjmrmtlcBoV35jQkEb29MBgVvIx0TE0pSLl2ZZq3FWVOVF9UCL5yBZFLwXEsJ5iXLHI41pSXP6qtfZ6YGJOZGS/z+rrPIwpMQ8OLvK3W2tpOQBPsrb9xOerFhJxJDmNe2DYgfwcKC5T1jbavL5w4jiOHQasp6huS257JqK+v76iubgJ08mmnTt2maEoOBOB2Fmx2Oh137nR1dLwHtHMoNi4OOZvg9eLoUazP/nNx0N8oIYmpKaao+Gp/v0euUhCUcg9Jy7EiCBoSMTg4Xlb2oOZmhySRX7XyB0izGfuK/7KiJyf9n8ZmHjZ2KYeQ1I8vU7DrEvSztv5nbT3K7UnN7209HBMlVXWkbu42I8dBzWePDduCkBJNh3xdg0EXHmQQSfv4yZv9B2pC/UR/L7X//Ufk31OJLwIMABZma6ohmf2vAAAAAElFTkSuQmCC); }
    .bifrost .payment-methods .payment-method__trustly a,
    .bifrost .payment-methods .payment-method__GLU a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAphJREFUeNpiYKA7YATi////088+RkYm+vtyxFr549+Xa1+PPP55nUZWsqDx3/1+PvNprhib7Iuf9w14nb1Fcmli7X8ksP5V1/IXDUDGj79fau+6ff/z+T9VAYov//z/denLgStfDgixSu1+u5CR4f/3vx+3vZ1pKeTz/Py3S1cvsrGx/fr1KyAgQEBAAJfrf/78CVS2e/duYGZwdXUlELA//n2a8Cjx+c9nkuyi//4zv/p978a3k6c+nfzL+un3Ze2KqoqXL18CTVFTUwMq5uTkZGFh4ePje/PmjYaGxo0bN+7cuaOqqlpVVRUYGLh9+/avX7+KiIgoKyu/f/8eqF5eXh5L8uFmFpLnUGdmZPjx97e7cLIIq+Tf/wy8LAxSTDpRSWH5+flAz23cuHHVqlWOjo7Lli0LCwvr7OwEkvPnz7eyslq0aBHQ1p07dx4+fBjoICEhoaysLKCu0NDQ8+fPY0+xjAxM8hzaf/4zfPz74dSnzTe/HQeyOZnYFTkMICEGAY8fP3ZwcGhqavr48eODBw+AnpCUlPTz8zt37hzQ34qKii4uLkD17Ozs8fHxCxYs+PHjB1oIo2QSXV53GQ4VBU6lfe9X/v73X4pNXo/HXZxNASgF9CLQOCYmJqAFUlJSQH+YmZlduHBBQUHh27dvr169+gsGwLA9dOiQsLAwPz8/MAC4ubmjo6OBJL4Uu+JFY/Z1w2c/b6x52Z5xQ/vFzzsQ8c+fPz9//vzfv39Ab719+xYicv/+/Xfv3gH9ce3aNaDvgYLAqH306BFQzYcPH4AOAkY8kIszxUIAGxMXsOAVYpHhYOJl+M/CysgOEecBA4h30USAQFNTE8IQBgMIW0JCYv369bKysqM1yaiVQ9rKAQAAAQYAtF2lG6a02tMAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__ideal a,
    .bifrost .payment-methods .payment-method__IDL a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6xJREFUeNrEVmtMU2cY/s617anF0kIv4RKnYFujpFAYoFZxJBXWTDOCSUNiDPvBDyLLSJaFsWDmj4WEGQLBf6wQ9ocYdZkTHGA2F4TJCIL+oErBBSi0UsVLpRdOe3p8V6KZRqoeEvySc/Lm/S7P977Pe/kQ2vSBwcfz/ObhYRi53pzb7W5tbfX7/TiOv3FBNBplGEaj0ej1+tzcXJVKtVErh4aGqqur6+vr/z+LiylMRK3JoVAoGAi45uanHHfuL7hzjNl1dXVarVa4lWBEZmamzWZ7RTvm8g06MJKKXVaGMRJR3j6yMsUZut/+U7vVam1ubi4qKoqPSsa5DsdxrykXz/8z19RNIsmae2LABKVMSDqa8+P33/UfttR+VdvZ2Wk0GuNA4u9JPw8YBJIiRIC7CSTBEBlafrjYMTCR/+1h1Z6ar2sbGhrC4fCGIIeHhxsbG8fHx0HeYtYlfmLicU5Rmq39ophQSChNgsZ2kMS30BLp7OmLlUdtHB+FLUIcC0MikYyMjJSUlKysrLS0tPz193VdahJef2Q5c0xVuR/nscf9txUVBamnP19xLqiPHwhMLLBXHJbPPu3r64vDaDxImqYBEvBA9nq9t50O9bWId/pf9bFDUTbCup/wJLa1eFfE+0xuNXLhCMeyTwfvGsr1N64NCnQspEFpaWlGRgbIWVlZ5pwC2Yl9KV8eefzrTRThMJqQ5ekRSTz8ZYzZlYYhXFVTLKv4WCZmWDYMAS/EytXVVZ1O19PTA0TmFxSkqDWP+ocXf7i06lwOzXjIJIad881WTgVdXqk+DYWjxOUbmrJCVLhVYJLAoCjK4/FUVVUFAgGlUtl96QI388jvdFEowT/hWote+JOICd5dgqRh7/lUe7OfBUlgZL2a9RZISE2WZUdHR8HDarU6zEUImsQRFeODepUeMnaWOOHQTsfUnx9t2yY8SQBVLBaDIBKJQI6zMoICMuN2cv+Oq5evWCwWgY591+qAoEoFaa3C8PPJzt/OQfKYzWbhkBB4QCQIwWAwyvMYG44gP6hftoT/ipFcqrHmp54qH1i6dfZMi91uhyAQArnWQNLT09va2qCFyeVyNSNHZXm0XIy/OBETi+g0JbVbO80++Kaj6Y/fB6Csxy+w8SAJgpicnOzq6kpMTFQoFGBuh92ORCSWTqPYbYBaaF+L467p7mnP/IIpO6e3txfap/B+CS0aipzP51sv3EEvlUoBw2AwmEym5OTkd3wVfICHyOa/ttBzAQYAu3Nz/ye12IwAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__interac a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAD/ElEQVRIic2XW2hcVRSGv3XOXDOZTq6NyTTJJCaRFH1QsWhLECuU+CJaMXkqFfGCwRv6phTBBy+gDypYhCBYEFOLtwYhRZOStE2xtNgooWCNtU1SiWmby8xkMnPOnO3DnkwnyUxKg2IWDHtmw6z9/f9ee519BFBswHABKLWx2EQE4/+GKBSu7Dd1lfjlH7HsNCI35lW2TbC8ETO0HWdxnPmp4wiAyM1TKIVSDsWV23AFmgEQQCmlGPl+NwND37C5HHDWziPAvAJ32k9nVy+jA/s4dfok5WWgbvDfvPkEZqLQ2ljHzicvIiLXHTv/+xk6HoZwJfo4GICdqwowM58gjJyDo/0JZia+JuCL8sJTgHXzUNnwwp9jc9mfWbAivxex9cLWNExeg0gY7V4GZuEKXFbww1cwF4XWJhD8OOKGOJBC27mesJZvVBZMUMzMexjq8+MKPk1TYwvT08/iCilm/4Ivf4LRERi7COF6aGuDeGwFiEcLIIUGvZ5ci1MZofmawApBWbDUYpyeYx3g3UpX56scOXyA17sV9XVw/DRE6iBSDR4P7LwTXG4I+HPW8MHkBHzyKdzVAo88kIEzIJ6C6AIkLagKgc9dAC4fmCHgcgXwBn18/ME7HOs/QG0FWCa0NMD2HbC3HRYtCFcDRdDbq/OLgCXw3JuQckFvH9yyGe7dpp0YHoQPP4MnHoX77oCaCiCNruElJ+0CYDocrFSSYKiEvXs6CMXepqkFgpugoR6Y184ww7JCN02YnwZfERz+Dl5+Bg4dgf09EE9A24NgurWogZPQ0wcNtdD+EOzvhntuF954SSGqAJiIgc9fxC+/jrLvlcdpcb8HjqXVXcupA2FVTZgGJBIwdwlmY1Bswm1NcPUKnJ8ArwsuTIAzC82tMDIK7rOQisLgKbWqzWQ7qYiQSCqmJi8wcuYEXS++xtnfHA1grQbJjXQaSqogUAyde+CPcdh1PwRDUFMNlaUQDEJpEDzFUFkF4TDUlEFtBCIRWVVyWcc8/iK2hA4yPJzAlU7RPwjPx2Dwc10Ga4VSwAJ88S5MTkKoAoIBsO2MHkMfRkNlRgFHgSkw1w5eU2EkQeWIz4I5jrBrxxxDJ/QJEoFz45AWMNXajukEICnYUoXe+ujyOjELjKWgd8RbwDGAhTgEvFqNUuBdOtYrfc7MSZ65dXf/FWtkwWILSSoq4P23oO0xPZeywRNAO5BLoYBNYDmQthMYyoIAusGuN7xgTOUBa26+m4PfXqLhVthaB7FZKAlBzyGwk8u5RCCaApfyU1m/m7/Hfuajbv6Fh3iIyNIcmdvF0rXHttL4/QaGobd0cTF/k1Zpm2DZf3PtEZEcsA0UG/oGK2zQl5F/AMujc80295LtAAAAAElFTkSuQmCC); }
    .bifrost .payment-methods .payment-method__jcb a,
    .bifrost .payment-methods .payment-method__JCB a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABGxJREFUeNrEVltsFFUYPpe5bme72227bC3YFlrahZZyKWJbi01tQlQQEBP1wYQHSXiAxMRE4pOJ0TchmpD0yYSIJEIj0QfFtD4YLwmxBrFKrGkLbVMoUMruTGfncubMOZ5dStPEFlkf8OTfzNl/zvm/me//5psB4JEPKH6c80eHB6G00rnJyTvnvhmecYJA05iiUS692lnbnS6/PTo6dv4rac6KMlkPYIQGsYN71O2br9waPzsySJkdV5GqAIyD5+r2rY03/rPy8pB/jVw/dPTUSI7aZaVuJAJ0AzC1ZePqjX/+8clrR5TJuSTTym2cIJgAP9HZNlQb2X3mzVmeXWdICR3EdC4p3rZUWxGQp0//MHEjU1FXhSMK0ZVQlwFQNAVe/PSMNTP7eHm5TCQJQ3wXS6ECZXxi6PztXCZZmYgrLKqAqMyxjDFavjhaNjt7y9Q0hfOlXYaB55u3Z2VVzWfzsaAFn9NpJwMkkWcitxgrjeUhMYSL86WbIUZ5FMZ5yETcPwfFDedV+ECkf4FcqjBGGfApoKEQG3E9b95iIESGhgyFMcIBEZdHQgICP2RUTLzAdahTIAEuW1J6AJzY5hP6zt5tPVtrBkZNx/PrmhoaurobuzqR40MvEO1yT/SH897xPYfmWl9QMYjIKkLs8p2hwetfCJ7/AyQIQ7Z1beXOdMoN8W8353cdexsg6cqZc5N9/TEXV7WmdY8IJtorG7+em3lj4MNn13d80PtW+5r23zM/E0aKhrzHrE9DcXCDECIk8ObGx35696PSOar6avbStCC59JUesWBVNLmvqfeJ1Wkx//bahRvOtIzkIiBdl4iQKXNBwFieHxkvNIYV+IL5AZZ2y6W+6ZvXspMOcaqja2qMGspoEZAvvrSDSHjUoc11qe6W1SJzeTKDFbGYVdY3PHns8FTf54qLY5vSmpXjXp7ArGN+N3UpG9QchjBd0dxa0UZC/2E9ljH+y9DVUGRlnCgzGIRfDt98f2DivQMbWn/tN1ataejYQbM28qhcouWOf2Y8veXqgbbs3VmMuS7JqownrPGz46cObzrSUfXMQ3ksQrDv5IUfh6dj9VWmrk9z7GENaFFhDhPDV8YufFybSCbl0jIHGlNunJLY7o6jgye/H7lYnohWq7xUoxEtiGisuF7qmjBmaDl+hiPPKBHaF9cnblvRNc0weAiCnE1tjEIJApkXzEAYOURAuKAsySWSjJHHVzAG9IC3DEZIwmjRifIyumdySLCDoSQEXOhLGOaXiKzYVIh7zzTjRUOCQqFC5K2M18Qk4aGF5P3ieRUwlKoAbEEXhYBM/OcwriSKgHRd37Jc0/asHAlzBJje/ubKnvWJjDnvWjax5gPTphmbskzk5S6lc4tjZYFvZ0nOJDmL2OJp6Uz11Mc3FNHLjq6m2GMJKWa4qkokecO65Ou9TRFNatz5VPWq6riiGxRFPF7Rkk4e3AsUdX/d9paylFqiRiVQIrPNqaZda5+XVnh5/Q8fIo/+awv8LcAAuub/fpmfaAoAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__LSR a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABGpJREFUeNq8Vu9rW2UUfs57c/O7a9OmndvStVjXxh/Q0dlZR0YVRaUg1k5hsH0qQ4YD/Qv2TRD1g4r4wQ92oqjzs6LCYODWDKyIZWizdXN1HTFZOlu7tU1v0tzjee9Nmrn+yqfdvLncvPc953nPc55z3gD3/SL5tpnHYHs3XcKKyQSbBFknw2QKEvvlDg4DfkIdcz0go4XwEaurgLHGkzJoqvCxR576SrayS+J3E0zB2wY0AHWAYMhzABzUQ8krH8gLNsAR4DuoCOyEa3YPJKkpQEMmQQqKYW8CCWepnyjIAqPDCoIcSKpjcjfRCloEvw2yZLFjxP+PwmBy/aAH7NFvN4iS2DUOg5qYGyEDQflJHAJ8zAGQjxCCbTI+gBEHBYiZeb29818u5FUoh1VaH7JiK1v0sA7UxxIiQhpVxxcGRxldRGNE3zvZdeBoPchKlA/pVJO9YS6r2HWE7U5GGyBi4W0sGZX4OArkGL9DPaoJ29CRCOoPF3ICtqpB3EwkzAQ0wzq+BqZGrRdqJnQyToEuipipQhdvKAoN2Q7y1ALpfFqIdwDCpEQW0aqxWxlniWY0t0y8RUVediFnnB9UA6asygLXGM2QwY2E3aAM43PQApEBYNPsVKNs2bA81hiQVsYuQox5pzwAMfCIViK2k66AzeVgrEJmoRS2XF+9bjFyUDNawpyCOget+KUa7KuQzbCNGvGcfiEN72HiXmbh9kOmJt2batpwldhFEFVTubZA7525DfsCKwHOgKYJfsbyFkooe1CrdRly+kJln1RAQfqfB6sFJjK0bd1Cy6WUB/Wj1I1Sks2IbpYo6eBtx6lywMmZEebdlJWzppy7hjyr2wJV5MbtnQ/k84WbN+adDuFM+gzT5OLCil6vZ+yfvYjtapzOLnJeXJPyq0DQa5rG7TtFe6kk3rwhw+f33Jlblu1o4l0/DorhNPgeZqPCgPXFZ8OdHdEzZ34VKGeDS8881fnNV8fHx6+l01JQKharH/l0+LnnH1vJW6nUDYnv/fdefePE0717d09PzWSzudbW+tNfHh98sfuVoX2piXQuN+cCeYhs/kWtJraSDfbpmBSqlVMaHNzb0dFy4vVnSZd6KdLg7z/YmUn/kxx1+xfH4zujzaHR5OVU6m+ZCYU88a4d536a2Pd4WyLxILByd6rVasvmyrRSSiCDQcPvl7f5np72I0cSyQt/Dh3qTSS6ZO2lS9mBgbcGBrpPnjwkrLhWBauQydxy8yNkWYXiE33xlSL/8ON4mViUIVT5VCtjylDXr88dOPDIqZE3n+xrE8iXX+obG5s6/fX50fOTQ0P7geWueOzYay+k0/OTkzcdD5RO/yvyOnz44P5eOSOKhSKymYV33/l2/Lfpo0f7hZjy2WJTuVS83mG+6wAIh4z6eq/p9WQyi5ZVikb98/NLcgUCwUgklMsti5T27GkSiV25MusxdScPh8XEJ/LJZBetZeGJIxFzdtbyejnSEM7m8q5v4c+yPrn//7bwnwADAOuoqlAxu770AAAAAElFTkSuQmCC); }
    .bifrost .payment-methods .payment-method__MAE a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABV5JREFUeNq8VltMFFcYPnPf2Z1hWVhWYQGLiGxQItYqYLGthl6sxpo2TXyhD01MaqutRm1sfNHeUiNNamJMY5PejLXR+NAabb2hFRHbBS+IyoILqFxc98rszO7OzuX0DOBmoUvbJ04yk3POnPN///X7B4BpHxh6IITTh4dhZPo6hY0+oLc3JJ3yBNoGhGFJResijq6eZX15bm6xlU1dkTpuRJsvyN0ePRrFGJp0FnLVS/mlzxEWCxyVmJKW2Ur45IQgq5829X7XNhgQNIBjYOwO+qqDfBu1oca5aUWppb93YO/n4h/noSRiJAFwHOgQaiogCKa80vHeZtvKVWMy0yGxsUU6JNrpi0gNRzpb7gnARGIkPsEN6FERML7L4tn8e+PDgQCwWjGCHFcIGYDk6boek6AG8zZuzd+yHY6ZlQaJT3J0OJ5s+LmzpTeKccwkvHGfUCSw0E3e6EcFq2WHk0RKI7BxpUcnSCjHExazf98e39cHsH+Ek5y0/uJSf4s3CszUmEmTBsRwXo1vv3mU1ZMyQaMjhK5pBD6qDExPCuRenOf8B77kamosVU+nC5lgR29YOvjnMGBIJBsmNKjohgEJFU2eeAc5Qm/Pc7U65l+1V3y2sCFozqY0RZeiAOpGyNOMwiga7ft/ODipIiZY+esdf0RUAEtZCH35nOxBUfP4pPr5ucMxxd0rID0Ag63v/KXI701QJjNNJBRNFqIqTbG1tcqta+pIGCURRhBQUQCG42YzbuZiVy4nhwYZZ2FmSPeAaGiqwipT/MRby368/ujyXz0HG6q+dfdXZlEup+3ILV+LXLd13ZrHCe3odV/9vBnZZvHx1dbKjz8Z2b2TgaqZt4j371vrX9R9vsDRw1hS1kYictfdKSEHJcXIdVWrtJnEoJAlS69X5Ab84VvegD0WWcExS14qHooXW0ndxTFUSeiVmrJT3xybM7NYD4e6TY7FO7f1tXW45pVcP9tsWb2y2MwO7duLIqGFQ1PGcnyoSlVh1gXPo2dLHRpF9wxHXLPzyucWBRTcLIl1OXjQF3Z3DZy92n3uTFtdpTO7wgXOn9QjfupeZ/ehn5AR5M73E94esqgIFcyTRJ8C0mlBiQMoqJTZ2NYBQUyqV/qCuqrOCAyV5XH2bEuTN9jc8YC259xTqLyyWUk+i7M7ArZCbWEtvfI1/ca1WNftrjhefuz4vAVzQhcvonAaQc22Tck+X13u33LCS+PqAlYfUIkCBnskyjN4ZjgoPFPACwrs1Nji3o63c+NBko1HBOtMh6v9NAiFLGVlMUGYHX6oDN7vfKraXlmRf7uF8fuAKmM0WXr8NFNYlJl9EKku2u8eUUarG/GcBgFiA1UHiM+SqrFDMy8Mt79x5zfJxEGczBEDdeG7JAbVpIIThEqQJE3jibgiK4ChAUVrYjRn7ZuFjfsBhmWm9dIcy/rF+Y1NDxEVGEfI0QI33jqgR0OgJy86F0kmfkGoL8TmVPtvMoInQVCAYjWjhgwlNYYFJtbwn6JgLCfVr9IwjPgX9tnxfElLf6S1FxEQnZGAjD1dL/B510TPVEUfCCSbYt8J8dJULSo4PtxF1i0zkgjHM6cP8nCumT60bn5tCQ9FGVFzBshEws2VnV63LcfGSYJoiMOwlN9GJ1CXRE2U8jZun/nuJjvPEzj+381rRFZ2n/N+7x4OS6qhYKp5QejIot6pce5YPtvU5+lr3CM1X4Cx2HjzQvc1DQlg5lY4NnxgW7P2fzWv9Bbd5RdPdvnbB6OP4ygcoMBMLim2vlpuL7GZUyKi7W7xUpPs7TGAKYrIz+eWLOWXLSd5PmOLngw5PT8i0/+3Bf4WYAC0H5um/qQaNwAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__MSC a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABJlJREFUeNrEVktMG1cUvW9m/AUzxsaYMRQownwMcRoFUNJAPu2igYaGTaOWqh+ltKs0rbLpriibtFlUoqoU9aNEJV1UqlSlH1WhUitKadVAGkIJBEOBEMCAscH4M7bHM+PXmbFQwI4ddUOfbGvm+d573jv33XMfwK4PJH0xxruHhxD1SCN+eZn3eBIcRxoM6pISkqZTLbh1YN3As0DpQc+ArjB7wGyQgevXvZcvs0NDwsYGFgSk1aptNrq1zfLmG7qaGpke7y2Y+AzcPwPrBZEDUg26AmAOQ10XYlr+G7FiILBw7pz3yhXpD3LbvPSakJZpNpd+8L7l8CbuPw8cKy+bUCJh5SNIFmpwnkUHLwChSif2IZCC3z/b2env61NlohrAXA/MScgpVmhKPwnSTBSg/hX01OdAqFMgifSI7u7uLHhStHwHqK3g/QOEGEKqDNzpAe5exaM9jyY2PDTkam6WMkco0VEanjQszyCtFYtRIEhkacZSBjGvJCDFWpQ4oNGpm0Dbs+1yvfcLiWwVnUeSBGWxJB2TKUwoD4Yq0NCY9wESQGQxxKREqpDZjkgtxGUjlFB8RCk6ID6G577NdmJxhPUO/I7fu1hewUz+MtTwzumlt8+iRCL01y0NwyBrUcz5pEk/LbqHDHvKAyO3NUzx4mqu8dnza6T9sYUeXfQuBBZEUSDVOsDxZb4K2V9jNvshEd+e0Z1FEgyEgiHtgaM+Wo8L6jYF6k7V0YpXXzR47htKikZ/+DX/2BH/4hz5RNdmmd1H/cS0t7lW+CPiaPSrE4O5zfSBj5iSQJgVabOJENj5YPFeZg2GPwYhAuoHkDuJFQRsMMZY3p/QECoy5l6usGr5SHhJ1Nyc9OapQb2ycG9mDjlr7/89hhsbudt/4gVXbuy3vfT8/n1MgvMHoYyn6LnZJT03uTH4IRFZBC6cjVikouLORsRGYO6eho/+Y99TetyCokIu64l6Y9QLp/Ni3jsun9HLa1yT65TZNjY6PYt9ne+GnfVh63OF/PRalGJ0oemJwcdru5pOtag2fsS5hYjKyaw+BYUqq81/oZsURdDpuTjvKas0UuJ6nLKVF66eODZV7rRtjMyz/fZqc8z1KekebslbHbgqVOaHF28MMjZTxOsTTH4nPzzyTawgDxxEn3HfSymCkFokwe+/mz7ZQSqHk9g6roQiKSrlNccMlqeBjwBBgJqB/EOAw4AUlZJKBSWVQUpcHLAAmKSI52+AZX+2IjG0ttHt7XHFUdxaVFL2EspzaB1WBuSgHA+YQMmKxBRgJE9iQoIBLMq/sm91J5jqUiBSIZFKVdrTo6+uFjKoj7z1CEQ8YHSAqRlDJjtJ8GyH4ODFFMF7CKQ0NBUVldeuGZqa+K3yT5H1eAhwzVv6Yy/DJiTL/8FIKDOSPlS0ouNfI30RpBGZsUWLodDapUu+3l5uZibB80nxk5plTkND0Zkzxo4O2W/qSxj/BHxjcrNMWlBaMDnk5lX7evr+MnaSHcDBYHR8XEZlWUn/tLW1OocD0DYxlZRlYwI2p4DzgzoP6Cq5y5C6LLeC/+Eisvu3LfhXgAEAf8/7jEkHl1EAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__multibanco a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAD1klEQVRIic2W+09bZRjHv+/poe1g3O9sHUzKxnSaKCbzEkck22SXbCQDhbENXAzZRB06ExNDssQ/wJ8woptO8LYfTMRMcVE2t+KCNxKzjeGuNKXYlsGAUlpKe87XHxgIg6RvddF9k5OcvO/7POeT7/PkvI8AQNyDUgGAvLfYhBDTYLJyuH2wXXADEFDEQqsF/l4TADQCBgUoeTgHWSlLooMDQBnHhsYmsb3xNFy3/MhKNkO/HTMX5E4pQmBgKIC1K5PwxeGnEWuW80GI6WyU0ddd/TQ/08rfrw1R03SGQmGGQmFOLfLM7Gmazu9+dVLd8BG7ejxS37ntEqXBHIN+fth+jbounZ8kORUmm768RNewPyow6VKGggGoBkCoC3tl3DsGk9kMo9GEYHAS3tERKIoCkjCaTEhITJYq4T8q5cH6A1y7ppD2vhvz1nt7znPNKivfOtxIknzj0EGuXJbBwvuWc3VeDq0rsvnm668yHA5H5ZgUmKZrLF3/BAGwob5u3t7zVeUEwPJtpSTJbZtKWL51AzvPnGLnmdP8rOUDpics4ZHmprsP5h0bYdEDVtbVVLLAkkWnw06SvHTxPPOz01hbWcb1jxWRusYdmzeyYf++efFbNpbwhd2VUYEpMjUfGvTA7fagcnct0jMz8UlrCwDg2JFm3P/QgyirqILrTycmfONQFAWxcXHo7v4Nhxpexp6KMnSfs2Hf/gNR9ZkUWL9zAKFgCPkFq/Dcrl04/vmn8PvG0dbWhqrqvci3FsB7ywu7vQ8GgwGqqsI7OoLrl3uhaRoys3PwbtM7mAoGo4KLaO3Hx47SaslgcDJAh72P+TnpfO2lOhbmLePoyDBvelxckZHIb0+0sWrnDr5SVzsv3tlvZ3ZKPL8/2X53S+mwX0dSciqMJhMsuXkoKnoEbze9j+LiYiQmpSAhMQlL4+Ph8bgQE2MEQAQCE5jweRHwT+DG1SsIB6dgMpmk3ZK6I3r/uILYuKWYuXierd6DHzp/QkVV9XQSVYVqNMPj9iA1PR0tR99DR0cHdF2DEAr6nW7sranBk08VS4NJ/WC7f+kCCTy67nFgOgCuASdylltmz3TaziItNQ0GVcGPnbbZdU3TkGvJxaYtW+WhhJADGxoPIy0+qkFkgQJBHWO+SWSlxkqBRewx17AfxfVf4eeewX8F1t7lwM7GU5gMaVLnI9owFdIxFtTQ/M1l2C54ENZ0cM6QM/PGOQPQnXOZqgqcu3gT3pAOTdOBGENEMKlStp68iuNn+6AIBWKxwSuCdAIGAby4fTVK11kinpfusf9as2D/N8hi+gsJiP+UICqObgAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__NPY a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABJlJREFUeNrEVktMG1cUvW9m/AUzxsaYMRQownwMcRoFUNJAPu2igYaGTaOWqh+ltKs0rbLpriibtFlUoqoU9aNEJV1UqlSlH1WhUitKadVAGkIJBEOBEMCAscH4M7bHM+PXmbFQwI4ddUOfbGvm+d573jv33XMfwK4PJH0xxruHhxD1SCN+eZn3eBIcRxoM6pISkqZTLbh1YN3As0DpQc+ArjB7wGyQgevXvZcvs0NDwsYGFgSk1aptNrq1zfLmG7qaGpke7y2Y+AzcPwPrBZEDUg26AmAOQ10XYlr+G7FiILBw7pz3yhXpD3LbvPSakJZpNpd+8L7l8CbuPw8cKy+bUCJh5SNIFmpwnkUHLwChSif2IZCC3z/b2env61NlohrAXA/MScgpVmhKPwnSTBSg/hX01OdAqFMgifSI7u7uLHhStHwHqK3g/QOEGEKqDNzpAe5exaM9jyY2PDTkam6WMkco0VEanjQszyCtFYtRIEhkacZSBjGvJCDFWpQ4oNGpm0Dbs+1yvfcLiWwVnUeSBGWxJB2TKUwoD4Yq0NCY9wESQGQxxKREqpDZjkgtxGUjlFB8RCk6ID6G577NdmJxhPUO/I7fu1hewUz+MtTwzumlt8+iRCL01y0NwyBrUcz5pEk/LbqHDHvKAyO3NUzx4mqu8dnza6T9sYUeXfQuBBZEUSDVOsDxZb4K2V9jNvshEd+e0Z1FEgyEgiHtgaM+Wo8L6jYF6k7V0YpXXzR47htKikZ/+DX/2BH/4hz5RNdmmd1H/cS0t7lW+CPiaPSrE4O5zfSBj5iSQJgVabOJENj5YPFeZg2GPwYhAuoHkDuJFQRsMMZY3p/QECoy5l6usGr5SHhJ1Nyc9OapQb2ycG9mDjlr7/89hhsbudt/4gVXbuy3vfT8/n1MgvMHoYyn6LnZJT03uTH4IRFZBC6cjVikouLORsRGYO6eho/+Y99TetyCokIu64l6Y9QLp/Ni3jsun9HLa1yT65TZNjY6PYt9ne+GnfVh63OF/PRalGJ0oemJwcdru5pOtag2fsS5hYjKyaw+BYUqq81/oZsURdDpuTjvKas0UuJ6nLKVF66eODZV7rRtjMyz/fZqc8z1KekebslbHbgqVOaHF28MMjZTxOsTTH4nPzzyTawgDxxEn3HfSymCkFokwe+/mz7ZQSqHk9g6roQiKSrlNccMlqeBjwBBgJqB/EOAw4AUlZJKBSWVQUpcHLAAmKSI52+AZX+2IjG0ttHt7XHFUdxaVFL2EspzaB1WBuSgHA+YQMmKxBRgJE9iQoIBLMq/sm91J5jqUiBSIZFKVdrTo6+uFjKoj7z1CEQ8YHSAqRlDJjtJ8GyH4ODFFMF7CKQ0NBUVldeuGZqa+K3yT5H1eAhwzVv6Yy/DJiTL/8FIKDOSPlS0ouNfI30RpBGZsUWLodDapUu+3l5uZibB80nxk5plTkND0Zkzxo4O2W/qSxj/BHxjcrNMWlBaMDnk5lX7evr+MnaSHcDBYHR8XEZlWUn/tLW1OocD0DYxlZRlYwI2p4DzgzoP6Cq5y5C6LLeC/+Eisvu3LfhXgAEAf8/7jEkHl1EAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__OBT a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABnxJREFUeNrcVltsHNUZPre576537axviYmdxKbERhBCEzXQBlAuFNKkRDRQC9EqlZpWlJZWQKq2T31pU9GipsJJqVoJEDSViAhFXNoYRc3axLgpNrGVxOCsiZ2s7b15Z2dmdy5nzulZe/vcywMP/Vczc6T9//nOfznfNwB86gbFxTkXt5X1f2//eWDNUxiqr/9HvH8fyDhlAPicMRAs5wZIDRGyeWsWMgw5RRhSHiKIEKvtiXEAOQ6JcHYJkBgIOeTchwjL4g8OQsCRiAfihhiEGIaMwwBzTAm33JIUyOua+8SmZIBclzLZr0O+euHoifFfaooKAKI4UKDGKYAIOsSUA4aBzhCBgQuIHGLGeFXm0RAAigLIQpXKYn8u8QMWYIgkIGEKOBG7CmzT+t7nnutKbpzIj0WxTgP296un6pBnP36jFDGdqhvhCvO9grSkqhHPLhpBo+dpjr4gYyXixl1oE6AqFcVWSi6v6kEEAZIlGUlXfZsZUHe5uwSsJGnxJWcxP//45me2rt/9k7e+PJRPaT57bPtvPsykBFytl7oGQLna3/nEwIHU8QfGvrTmYKmQPdD13eN7Tx976LW9zd/HZuPTu47FldYEMX6054/M0x9c+53nHxga2HfmntavF3PmwXVP/nb/6PH9Q3vbHyyC60oF3Bjv2b7+/l+nnnqvcKYz1h5JGO/MvLIq1lHPMmCoUVuz+9aHn0/9AvLg21t/OpIZuffmr7147gXmZ79597ND2beSuAOGopRhQuqIx7t39X11IPUzWVcf3vz4dHHys317D//1UDNqP7zj5++efK0j1hfG8dVKumTPNCkqwl7gkLw5+YP9v3oa/L6WpUvtOEwENj07+/rZzCkHw6jW5nn2O4UX/pI9UWseYRVeCgANEPPCUAetdtV6O/vSYOaUTKJRHI9y9ZHeb+zb+BWDxHjIYrG2O1oODJx+JtnebQV+unAtTtqf3POHDY299SyxJDusQiWXAUaprQIxJUSMaguJe2ptQiERM8nLdlVvEEMZKLwsIZDEkVVSBDDflWCV+2OFYR8Hw5k/UxUuWFOH7zjmBOb4J29uX3Nfb/P2XRse0eWox51/QYag5C8SSTrUd0TRfc+vOqykKzGVKn6IdKS7vhcwtX/LD8989DJAMpM1lSQwoBCxqBx3q3kHOgbvRNQ0qxmd4vTS1OCVV/r7HuvvO7QCIWy8MHL2wos1OHFtO9g1X0wv5XJbe+4ylOiJD4/MW+m2ROfk/LsQ89XRdanZ16/nM5tabvz4+ohhxKeLo4ZqjOVGVUlvirQNTv+pXMzs6tl5U2K9GeamisNYI0OzZ2zHhD4u0sWJ+fOvXnzud8M/tv2l8ZPZGnd8682dBTouVZsypSlJHE4GtViHt7SgxRtcopPcQrKtt2RdLltVLRahFYxV4jNbJwnOkW+b8Wi83Vh7Lj+sMg3oJI61mJT0qGNVFiEyGJZoUCKEYEXp0jcevf9vtawFMbSgzj1bnjo5egQl9FWwea5wqaf7obn8VIWapKnlixsevZodW3SyVC4rUvtibqxZuw1hnC3OtHXfqsoNt7fc61ykhqRVPLo2dsPlzISi6DjayVEIGJOVhGCoSuiscONyL+XA97FVurate/+lKyPbNt1XaO+VvOgNDbe06I3ni+8tZK/JKHlnz12nRge+0Llpy013Br4esOzmdTucsjuXn8kp6Z2rH1UNChT54tywq5QIkhCVAIGccQZcjgVVVgWD1qkg5ArWkEXLlFZu6bmdMIJR4+TVcypGuqFDB3u8LLwuZcblWGR1a4dBpJnyxIKdvTA3xgLW1/WZtPWBkWganU6VyuY/ro954q1QFZzNoBh8iQuKpWLGiaDkepYSDXNWTuqIXk6fVqLR1Q3mR2baxvOXcu+n0pm4saoU0Fa1qZib9dx8pnzRMhez5U8E9xqG7qHsxGxxzpmjV04YyabphfdVmUtMwUAwcE0xQvGAHKFampT5del54o0d53ODBBqYMCgIPcChxmWJsypDkqgMDAFGlBMEqEL8soVlMQyiEoCy0KeBKAZHMvcpR0QSKqCI94uCChARKA41F+IoGm9aS7cl73l239s1yMni+cEPjgLJEG4Q8RXJhjVNEr9aaYTiwdp5EhMquuGLkUChVJNaLlbClbFamJA7IVlkGaLeMiF+aDktxgUpsd29/TcnPw+Xe8nRp/YVsvJVgMD/u/1TgAEAkxVAzUVE8LgAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__poli a,
    .bifrost .payment-methods .payment-method__PLI a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0VJREFUeNrsVUtME2EQ3na7lBaWtjxKUXlTG+KBgpaHwYpgsEpICCEeuJgejBePcNFGTCB6QeMjUWKieAITXwchIakJPkhEPEB4tYCltIDQLSV0+6DtvhxYJYIoCQdMDJPsn2/nn///ZuafySDInosAPo7j9o5PIBDufZT7lH8S1yozvhzeNaXod1VnZ2dPTw+GYYJ10Wq1RqNRIpHA1rgnfH945e1sMMRw7RWqCMueOCjFMeHKitdkuup2u9PS0lpaWsRiMRh3TPh0yWK1PGobWm6zVFdXbzFoaroO+lc2X/KjKaTVgtyyILet+udO6YPJuu55iuPGRkd4S71eT9M0GDMsq+2YUT2cfDZBsr9cvk1ig8Hg/Pw8AIPB0Nvbq1QqAQ987B1yh41mwuWji9NjLmoVTw2qy3nyIMW9mPS9dFDEnIM/np+fj6IoACLELTOYXBa7FNkpsYuLi7OzswCKiorKysr4FCUok2+MhLx+6qwa7zyTIhOvOeqLsCdTJe/tgdfOcKl1gj+u0Wh+uB4KXZC7ajIlGUnQ+/jfysfhcHo8HgA5OTldXV18xLHqgneuSHS0oLk4gecDwaOE57NxhEOIIDNqmVy7SyjMzs7md20DH9qN5RUlx1rv3NshSrt9mmVZACaTaWFhAfDRIxrdubq2wUCWDNMoNtUCGWGBB2NCTtsU/CoUio0oh0fH55ZWAGRkZO5AabVYYIVyhSfJzc0tLNRdaWyYxtORzzbPquibnz78k9UbZjqmfAiK5olXzc4Z0MhkMqfTSRCEXC632b7ycavV6h0oLVYrrEBmNptxHOd7AyGp+BjRcoBu6Fu6q09SxaAzJN3Y5x5ZWM1KkZ3GXU8WifVHcUDRMQxTW1sbCARAEx8fv5Hq7SlJkhwbGwMA7cXXKi8Zcdil3Lib/Utv7P5+InQoFp3yUn4fLZWgbaeUkU99HtIPZkAGBQ8AHB0cHAQAl1AUBSWpUqm2p4SWAje9Xm9VVdUW164VJfop9rGFdPtotzeCYMLjqdLmksRyFdqNSerr60Ui0UaXV1ZWQoYKCgoKdbppmy0QDNbU1OxyeH0hQkNEOMJyajlWekAiFQl3Mbz25+X/Q/kP5LsAAwDrfYlN46eH0AAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__paysafecard a,
    .bifrost .payment-methods .payment-method__PSC a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmpJREFUeNrslc1rE0EUwHdmk83u5qubZJPUaqv2wxqCRQVvIghCFaT/ghfPUgXxKv4H3hQvFbyI4KnooaigBEuptrU1LbU5tI1t2TZpu5vdmd35cBqKXryUQkXIwAzDzHvv9z6YN5J05AOIyTk/Oh4A8OijbCFbyMMjudtwnj1Ho2MSZwfSZ1za9cjBkYw5T0fkaDQoL+DShHikLmE+5YxxL2CUc2GXMk4YFysOGCaM0L0rxvnDD8vDoxXSlBSWhDAiTIgJdUz/eC8ESlV7zQnEPtQMEeHJabdSpjt2PpUc779w59X3gWOxW+ezw28qhfbYjT5DhWB6xe7M6CMT62fTavF4/Mn42lAx83ZpRwXSg3fL779Z96529eR0BYKTScVyyartt6lyQoGISCKMH3Wcjyr7UVJrk0zO49LXYG6Gf5mu1NGVXiOmhy1EXAjLljuz7mLGF7dxteFbgOczquXThgw+rTkQgsH+1EzNSxrqiuPvYnrO1BDhs5vewhaas9CyHczXkKGG2mNKs9c1kUCW91Ii+UxiEgQRGS7W8TYiG46fjMDetBZV4MtyrWL7XYlIIgTHKjs1N+hLqXFF9nxayGiOR9NxpZCNBoyLBE+uNwTg8ol4GAJRAkUGPmWiDiEA9hML89nEo/vB1KwEoTw06CO/3sDXT5lDPcbqpmca2kBOf1z6iQFIa6GbncnuvJ6JyK/x1rXuNru7rWjqdy/lPy5t5zS5w1DriBZNjVDhPj9tREw9HIHAI6wnqXbEwn9v6xNVOxqWC1n998nnqvNiauOMqd++mBM5OGRbb/0kLeT/hfwH45cAAwDZDkAQk6UtowAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__PSP a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA59JREFUeNpiYKA7YATif/9d6GYfE+MeJvr7cgCsZIEHL52t/Et/K38wMPwnIb0x/P+PHjCMYBMYkcxhxGYmI9xKCO8/AwIxI/kezgZqYPr1+/+z50wKcv/AghBrgAniF4zLDOYCFf+DJRTG/wzMjGDt/8FGscBt//mT4fZdtpdvuD58ZPbzeMPAyLhnv/CPn0zuzu/YWP/tPSjMxPTf1OjD4hVyJ88KzJxw/u07jivX+TTVPouK/N65V+Lff4Zbd3iDfJ4rKX7bsUf80lU+O8tXTCxMzMx/rUw/HT8l8PfffxuLL1Af1DfIMjL8u/OAKynPXF/nzeFj0rfvs+07LP7lK/Pzl9y7D4jtPyIKdPXp8yKMTAz7DkkpKfz49Jlx03YpVaWvE2dqcHD8zCpx4OT89fwl37rNiiLCn5auVuDiZJi9SOPkGeFrNwTNTF6GJTlam79SV/nc2PgMnkn+nj4v6Gz/Njzgkb/30w3bVL99Y89Pvx0Z8uTpC54fP9kvXRVzdnhpZ/mGX+BPZOj9jdsVubh/MTL/5uf/c+uuoIrKp8mdZyKC7r94w/P2A7eQ4O+Hj3n4+f+Zm77/+5910kxNc+M3fh7P/zOwIufL/zduCYqLfv/1i3n7XkkFuW+83L////+zYZsML8/PyKA7Hq6PW3v1rt7k/fmT5eNH9jfvOMMDn7KxMifH3XzzluP/33+v3rCs3qAoLvq5b4qOlflrFlYmUdFvNhbPL1wW3nNAsjT3MixNgK0ERuS/f0zv3rNdu8nZ0KWrofKpofzC0xdsVc16v3/9iQ5+NGGGxtkL/PGRtxVkv79+y/L0BZOpwasV6+UOHBX6/p3p9j1+YNimF1n9+MnYUn1WRurr9j0Snz//d7J9qqX+8ctX1mD/+5pqn+BWMoKTvMW9h6w1bTr9LZf+/2eUEPsJFP/6jenVGw5FuW9ABW/esXz9xiIv8x2o7dUbZg52Bh6eP3fucclKf3v5it3K3X1a7yETw88iwn852P69/cD6+xeTAP8vFua/k2ZpLV8vt3vNHgF+YGoGeo+RifEYxErLN2+Z7z5kNzf6Ak7KjEh5huk/FjY0aIDUk2esm3eKhwU8Fxb8A1bAyMgAyT+M//79m7lAVkP9i6P1u/+wYg5q5b//lmCD/v0nvcgFawRaxvofu+wfsB9YYMUC0MrjEMshGv6TVOUxMMD1sONS95+BDYWHVOCx07+M/T/M68sBsHIAAECAAQDtyYJmM/+LFAAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__PWY a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABERJREFUeNrkVt9PIlcUBmZgGGYGBREcEAQRBcUNrjZxTfZhH43ZtA/7qA/+CT74N2wfuv/B9sGsDz64xtgm+mK0aVw1YmsV1xalKgKiwMzOMsAwMww98dcq2XSb7cY+9PDr5t5z5/vO+c49F5Xq3k0Nn2q1en94arXm/qNEP3unKIrlcllRFANOMAyLIBqtTovpdJgeg1Agc/D9BSArlYooSun0+eFhvFQSeL7Y6m0mDcRGeBvXYxpEA0ZRRCjUZbFY/q2WENDxcfLo8KSpyWIy15cFkSQJkIWiyEwmdxA7zmUZIETTVq/XQ5KGROKUZd+1trqbm+kaLT8NCauAtxv54x3HdbS3NdFWFP1IblKpdKlUQhAkmUzDWxDKFw9Xdwa8oZ5umP8IZBVeqtr0A9PNX7ZBob6+kP5CpGtP+LmSTHVr295elOPyqBZF1JqKUoE8K0o1EPARhOEG8jZftVIup16/rggllDI2P3smqtQHxwmjyRzs7sC1WvBQJIkLb5oe9V9rUlsijhaHGDuEmnLYm6yNjVmGyWQzN3i15QN7hfRpRZbsX38Tf/Xq9Icf1SjibbRUckxxjZHq6orJFO5w8Im4KqwtZzOGZofe4eQP9o1+P7e9TQX8KllJHMRc3V1sjkkkU5gOi0Te6nHs7ypWZJjiUTyzvIwajcWTY2Nnl0qU+VSqKokSx2EmcyG6j+D6bGIZxQnu1y3zQH926Sc5/577bVuB4mHZhg7/aSrFFwoWs3nv9yhN2yRJroG80wpK8RNz70PL48cNj/oxmm588qSYShIet7EzqCWNuNujs9nKuZyetuMuV/1XfbmfV+r6HuZW3tBPn7JvVmUMi+bzOIZ1eL0aBFHU1YOjI5bjaqrzQ5Qwj7e0EK4WndmkyHJdsFsRBJnn1XrMQDt0dBMcCWNXgGr3FY/+1OA41d5RrchUIKCB00/TSlmo7+khzzP5QqFQLLb7fG6nM32WJkmyRu8v02PZcFiDonWh0D/psVcnD4RYWFiYmZlJgXIXFolEvnvxYm5ubnJysnptsixXb1kul/v+5UtZkmCsXM0peZ6fmJio8byEuIztKrGSJAEGFDdkhaIol8t1dnb27fPnXq/X6XTG43EEQYHf1tbWyMjI0tKSzWaDHptMJtfX16P7+21tbW93d7sfPIhGo2azeXZ2FrbD8WdZVq/XC4KQyWTGx8fhaR8gL081rDkcjvn5eZ/PB3tgjGEYsFlZWcFxHJqL3W6fmppaXFwcHR0Nh8NADgjt7OyAg9VqXV1bo2kaojk/P19dXU0kEtC2GhoahoeHp6enh4aG7kBqtdrBwUF4OkEQHo8HWOt0umAwCJDAhmEY6CMmkwkcgDUECuNYLDY2NpbNZmHJ7/dvbGwMDAxsbm4CCchqPp+HGMAfIC0X1tvbe6d8bu4anudhDPQ/eXOB6m63+zOu6P/Hv4L/wP4SYABUzmN6yzWhygAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__qiwiwallet a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAD3UlEQVRIie2XW2gcVRjHf2d2Zmd3Z7ObpNtsNjHXTeJqTWkbm1AI1Avpi1YRioopCPqg1QfFB0ER0QcreAFBFFFEpL4IUq1IbZuXRmkMsfXSKDWxSXNtmu1usptkL7OXOT5E0mybVKOgecj/aZg55zu/833f+XNGAJJ1KBVAyvXFJoRA+b8hVtMG2Fq1AbZWqSu+NWPIcD/Y3Qj/dsZiMBOdQVXENUMtCdV+N8WGRjKdZ3AyzrZgKQupHEkzj9fQUIRAtQkS6Rxm1sJraKi2a2MtlwDkkl1IC3peRV7oRZgRiP4GJdX82PQCr/Q2kJqLYLMVJjmbs3A77Dz/UDOHuoaQEip8TrJ5i8GxeTp2BEhn8oSqPZw8G2YikuCJe0I01xWvDiXEVWBfPwXzk3DXO2D4YaoPvjoA0z/Do10QuH3FQM99eIZUOo/LqXLwkR08+XYv4+Ekd2z30z8c59JsimJDo+2mMqaiCe5rr6E15Lsu2JXtj3fDwOew971FKIBAK3QeQxp+OPHiNQGmZ9J8dPw8gxNzVJe7mZ03GZ5awKYoODVBbZmbeDJDW2gTw5cWaKrykMrmUcT1ywjLe2ykBzw+cF61E9dm2NYJP30CuSSorqVPz35wGqHAD7/P8My+LVRucvHwa99yYG8ThiPALfUlPObSqC8vYnvjJkJVXqLxDF63nUzWQrUJlBX6thBMqBAZBjMG+rL655IIzQmaA4RWMNmSEnISy5Ig4YHbaikp0hkYi2NJFdPM43HpGE4Nm6JQVuyg885aXv/0Vy7OJNnfEaSloRSAsxdmubnKi6oqhWCyrBERi8P3b0H7S1dWt+kwdxGCHWArBHvj8Z18eWqMyJxJKpMHYE9LgN1b/Zw4PcHHx88zEU2ytb6E6dkU50bj2FWFyWiCi9Ekv4zEOfzNCKVFOkf7Jnj36V3cWOkBlvmYaLgbeev9yKMvI794EAYPw8gJ5GQvcss+Fna/ycTlJJdjJuFYmnAsjV1V2N8RpMLnJGlml4B1TaG92c+pc9PomsKRnlHqAkXkLYvus1OY2Txuh8pnJ4eQCHS7RjDgoabMWKGUioq49xBUtiHPvI8c6kY4vdDYgXD7yGRcHOzyEpm6DMstw5LYXSqtoc0F2Sxx67QEfezZWcGxPhW3rvJdf5gbNruXPKy5rpTR8DzB8iJS2RwjlxKEqhYzVmgXy5VLg+pYfDbjMHQEShqQ5bv+nLbUBIhVTlkincdw2EhnFht9dHoBj2HHcKiY2TzFbjsD43FqygxiiSy6plBapK/gY38lMw669++N/RdaO9h/pI2L4j+RYJ3+jPwBAwRtzMDfInUAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__safetypay a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAE9ElEQVRIic2WaWxUVRiGnzNzZ6bT6SztTAuFlq3YBRIWCwKKQCSyaKCCCYrKJoUSCLIkgmhijFpEwRICiWBMSEgETQQiyhY0srRQNsWSCsWWZYoUOm1nmKWz3TvHH4VKiSZiauD5df98N2/e8573OwKQPIIoAFI+WtqEEOgetoh/ooMwjz+CqiUAaGgOE7/z/TBoF3bDE2LUkr0s3nwKgOL15SzeWPnQhCkAzYEoY1Yd4vdbIS7uukD3jBRKJhdQtHQf1hQja4uHdBiqrGkiM81Mz3QLAOfdPro6zKRaDFRd9RFRE8TUBF3tSagJib81TlRNkO00o2oJAhENRSeQgF5Ams1EtjOZ07XN5He3ASAAGY6ofLD9HKt3VNG9VxoZFgMpSN6d9TilO6rI7ZLCluVP4WuNM+3Dw2BSCHmCbHxjBHnZduxTdzBvcj6lMweR/tpOcrtaSDUpDO+fwdeV9VgNeuyKnvHDs2jxRdh9wk0wrjE2P4P8nFR++qWBRUUFLPv8FBe2FJFuN7c5lmTSUzqnkEyXhR0Vbs7UtRALxdh98jrb3xrFqGX7KS6r4JMFTxAMRLFGNewuCw6riQ17L5HX08EfV73UNgTR6wU9Mq3kZKTwbGE3tlVcIy/LxriBXVk5pT9CQFKSniPVHna9/wzxeIIfz95g8dpyShcMxWVLAu4Lvz8UJxzX0OsE6AROq4lQOE5C0zAnKSgCJo3uzbDCbpw5f5NtP9RRfdWLMOo5VtvC8d8asZj0KAIcBt2d45IYJWgxjVBUBSAaS6CTbRfLYNDx8vjHMKeZmf98XseMtUZUVn5xhk17LmDvYqVfth2nomNAlo15ZRVMGdmLdSVDaQrG+P50PaoUuLpY6Z6ezNYjV5g4JIufTQpna1sQwKtP9+KVMb3x+KPoEFxqaqXmqBtfPMHaGYOQAtD/5YlREdhtRsQ9NglAeoNRRq04yPnLLaBJyhYOo1+2jQlL9/F28RBKZw1uH4ipCS7dCOC0mXBZTVxpDJKbaSUc07jliwDgtBqxmg0EwyrNwShxTRJTNVJTjGQ6zDT6o0TjGtnOZAAC4TjeUJxsZzJCtBUsgJRSSo8vIgsX7pGrtp6VUkpZ9M4huWhTpfyvNN6OyCEl38rln5164FloM1XeXUnNwRiOZAN6naDRHyEtxYSiE/+yeQApQQgafWHmfnyMqis+BJLpY3qzumRouxPeUIxITCPTYaamwU8PlwWTQU/tzQC5mVaEEHQQ1hnc9IV57s2DlEzKZ/qY3rT4Iuz9tYE6923KFg0DYNq6cg6fa6BmcxEvrTnGgD6pBMNxrjUG2f/eWIROtIW/s6i7EWDqR4eputREt3QLDZ4QvuZWXhjZk6wZ3xBQNTbMH8rZi00oOkFl9S3Wvj6Y0SsOoFf0lK+b0JZ66NwlHlE1vK0qCIHUEmRkWKj2hplTVgGBGKpO8OXRq/i9EWzJRr467mZgnzQG93VRkOOkIMve/q9OFda/h4Mja8aR08NOKKpSfdnL3NIjHCp3M/PFArYuHsF3J6+Tl5PKk/kuDpyoJxRR6ZZqRiQ6Phg6PWMA9Z4QC9dXUO32caUpzOyJuWxdMgKA89d8ZLmSsScbqaxpYmAvB7duR4irCfLu7sl766KzcXuCsu/snXLmp+UPPMv9ddHZ+FtjmI0KBuXBEvO/1EVn0C7sYQv5O/4E4qH/x6owe1UAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__directEbanking a,
    .bifrost .payment-methods .payment-method__SFT a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA9pJREFUeNrslU1oXFUUx+/XvK/5zJvJ5KN5mdSoaSdxYZtAMcGWIAhFEenKuummSJcSdeNCFDdCNyIuRKEuxIogSF0Iigjioq0mBp2ME9LoJDP5mEwmb2bevO/37vWGBEpMFQSJoB54m3vPPb/zP+e+cwE4coP8Y4wdHQ9CdPQq/xtIcnjJ9XxEXaQvABbw4jNKUUJDidyfRGHGWtgqk77TAEt/DRmG4WqlWm9aQ7Fm9MbjgW0ADADF4uSMdPaNP4xBffOTpwCWoxe/hIc2/eKHRJuC8cF7IDlvaXnZMMz+vv5EvJucf0cIPea13G9eAaG7r6a57P18nTktABEUFeA7SB2BsV5am42MPcvaq17hA6ikyciF4M5nzG4AIntzb+Pkg3hoWjh1BQrxA8iNWq3Vbo+OnKCI+J01UP6CQSJNverNvQsY3fNxbr7uFz/mh5ldd29fw5k8bVWFExegnADUs796njYKzGwIZs1fuA4TvZHhJ6AQZUGHWVs84QPXh1Kq7+hqqgthXFoq2+3NcPZ97/v3qFEBngkCez8vLLEQMqfJqUgdjTz8HErdB+MaVLJk+EkQ+pGHLqHsaWbWoKRKj70lnnkZBK545kVp+ioUEgcKy5F+EKiybBhGGLhQVPHEFRoCoPSik8+ATJ7Xllo1YewSJKJ7802w+0NDfmuY2wE04DAWuLwYzNxkbmtXED/s80Qp36LtKnN2oJgEEN9F8pmAMXY8tyeZIDCs6AEcmIlFY0NKZrn/crbnmFj92vz8MpJSgEgoqRHtHI/lzV+DSjfWJv2lG1xEZPi8e+sqIAoZnA63igDxtBDuHXe+fc0vfaQ8/SmU0wcG3i/lFV3Xx/J50zI3azWCI7lBbUffWa2sjeZPxiQQtKqIGz8RUYDSD0AA2itATAExDTqrTEpDEmXtX3nzgJQFVgUofbuSqMVVIiKAqMZV8oF3F+k4brFUwpgcHxoURZGvNLYbK5VKJp1+4P7h7YY+/2OR+4+PnxIiEc8xbcdNqRkImGN12qbTqG/lcloylbRszzYNWYn7rt3VlSwsLMpKLJNRk3F5b8YeGOsd0yyXV0zb5kEpDSkD3ao6MHCMEHKb263vdnRd7Upt1bdFUcjlcpVKNUJ4a1gY0mQyubGxMT4xUVwoIISzPVnLsvr6+hdLJQaY53gvvDSjKMrvkXv3yDA6tuNghGKxmCzvT5P19fW52R8SvNOEhEEYEUg+ny+VFvGuIcd2RElqNnXfDyRJ4lkWfirMzc2fPfco35UkmTtMTj3CXe+B/LusXq/zTmnawOHH6//38t+D/AfsNwEGAOht2tjL2692AAAAAElFTkSuQmCC); }
    .bifrost .payment-methods .payment-method__SO2 a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAptJREFUeNpiYKA7YATi////088+RkYm+vty1MrhYyULLQx98/n76Xsvb7/6+ObrH04WBk8dWUEudllRPiZGRlpZ+f7rz9gZu9++/8bAwsTw/ecRK3U9acFAUxUzZQlEwP77B82aQOofoWz6+M2nO8/f4VGgKiEQYaXOwMrEwMPOwM2hJyO0/vyDS0/focTltosPQvo2f/r+C2hnwdIjLz59/fnn75k7z99+/g6U/f77z7N3X4BOefruy9XHb+YcujZtz2Wg+I1n7y4/fgMx4fffv+fuPX/87jOEa6MiDipnfvwOM1N6+uHbzUdvFYR5UeLyzdcfa0/cYmNnmZHkfPn5h2N3Xiw6dJ31P8O7H79KPY3mH7358+cfOw2pbZceCPOyH7/zMtlWs3/7+QM3n/75919OgLvQy6hu9fFfv3+/+f4r3loj2UHn7/9/DL/+eJoo/vvzb/H+S4qKoiaKYigF3qyDV47cfvr/F8PPP//+sTK/fP/JTVO2NtB87ak7/TsusLKzVnsbNKw81pfoaKYkUbTs8P0X76+++BhsrPT84/f7rz6I8XLycLDPT3e5+PB18pw9B2tCVp++8+37LyUx/jsvP336+l1dRjjYVAVS4EF9+e3n7////s1Jc/Pu3nTmydskG7UTd1/uufpwy4X7ahIC999/lRXhlxXnX33iztsvPw9ee2IoJyzA/u3w7WeOGtKsjP+1ZIRXnbq79cK9Y7devPj47duvP7FWGsxMjPiK9VP3Xj1++wnokNefvy8+djvJVmPNydsHbj3TkhTIctbbeO5hoInir79/erddAEaBFC+Xu568pADnrANXv/z6HWCo6Kwtt/zErZ2XHwpwcaiICSQ7aHGyMuMq1kdrklErh5aVAwAAAgwAVWtF5dMNNGMAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__tenpay a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAEVElEQVRIie2Xe2zTVRTHP+fXrl3bPegeQMtWwAECQ2AboKJU0EEgw6ACEqIxBCUKYkw0QtQ4E/8AHzExPiIhkegfJiREIyAJGv7QsIC4lcAE9uAxNoT1sVK2tuv6utc/ZgANhocY9wffv+8955PzPefkXgE0Q1BmAK2HFpuIYPzfEP+kO2A3qyELZr6VS5HeAXqiKY60h/F3hTEnUvRnNL3xDJiEglwzWauZWTPK8Va5MMnN5xBAX28q0xlFhz+GryVIJKHpOR0iZYCjKB/3MAueIiuFNjP9KcXZngS+YwFOtAU42hrGgrDhxVmsfnIqdovpxqBEroAlk0kGBpKk0lmKnAUolSWb1VhzrTS1BonGU1hMBq4SBxVlhTeUoCuYZPPWX9jycQOzayv49rMljHDabg7s9JlOdu/dh2NYEYlYgoF0hgKHjUwqxrD8AoaXFhKMJDHrBL6jv1FR9QBrRgfgy3eRJ15AJs8FrQYjGyY49TPy3Rewrp73D01k45rtLFpVw55PH+V6zorIlR4rG+VmxWIv2ZMNSKkmKybsxXnER87FYrUjmRjx5h+Q8mpm1lRjafse+aoeXT4dpfswf7IM8sygNTotqL5u8Ecwtf3KupWP4Wt8iN6eXvwd7YxU3egcG6IyoLJgsaHTKaRoDFLoHoTj6h7bthRONkHZXdDVCk4XzFgCnY0Q64WmBqhbCys+hE2zyR47gqx8A2PhS3S1d9NxMkxOnpX7ql3IthWoUDfGWz4kJxd+b4W8XPSF4+h9m9HRMDjdYM1DN+8HawHGuh0YExf8tWJap1DNBxHvKvRAEm1xIhYHMtaLPrAdKufBxSjGlAWI2FC1a6H9eYxJ1XzTaPDcKz4udfeBNYf6jQ7eliziqkbyXaj+INn36jBNmwWj56Di+UgqBoEgeIYjJeNQyX4YU3PZzit77OIptE6i41HkVAMSDGF4HkSnDHQghMx8CkrHQeXiwfNtjRgGhGxTWf3abubOKePAj89Q6rGzZa+f1KiHMZwlf9qiMBwCnntRDR8hhBHPJAieh0tBWPYOkmtHzPnXALvQhpRPQYeaUMW5YFGoEW70jg1I3XrktA/dFwIxg06i/ScQdwmd4Rz6wnHEgP1N5wh1RVnqdWO92IyaUjsY238WohEoHI5E4lA6ASI9YDIjY6qQw7uQ0gow51wDzO5E2fOR837o7MCYOA/dsh+CbZA/CvX5yxjjpw1OVCSAPnwA5bqf6fd4eHrJBHbvbOHNTYd4fPls6ou3Q7gHY9pSQKPbGtAJDbEAeCYj8zdC+SSoWQRVy1HH9iB3e5Gr5vVy8+vDO1Hn2pEFz0LLQXT3caSwFPFUoiPdcOYc4q2D4rHQFyS76wOM6oUYkx8BoLEljD3io7L3J+iLoea/ihSNhmw/6uv1aEsJRrQLTBlIq8GSmEyQSoJOw3gvUvs68vc9dnuUgHgcHCX/Ksp/AHZ7dOeheCsShuhn5A/O8MrXKBTtawAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__trustpay a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAFMklEQVRIic2WW2wUVRjHf+fM7G53N51Ct+VSJGAJtGULJUStSghCCHITLGArGm+EF9SIiYlaE2LEW/ABrEI0Ft6A1IeigpESBRKgYKsSakFLFYUChdKWgkvbvcyc48PuVsR2K2iM/2RmcvLNnP//u5xvPgFo/ocwAbTuX1tnt0131MZAgxCAJjvdjWlI0AIpUuysgevsSimEACFk3Kw0YoANhBCIuK7+hT2z7Rgf111k+BAv1yI2Hh2hpvw+cof6/sp8w1orhZDyOrsNSlP9XSs2grI7c5Jx6VdY/5YE5k/KJhRxqD56iWnjhrKoYCQNLb9x/PQVQhGHDL/BEJ+bs+09zJ88nM7eGLVNbUwdm0lwVDoHmi9Tc/wimT43ZcU5hEJhXtrRjNIOLiFYcsfoAblTClsweRS+ND/VdW3MmmDx7NyJPLX5W7bWnsOd5uGVBbn81N7D9sMXOP5GNsfOXeXxygY2PV7I2SsRHvqwgfxsNz0Rm1PtPdw1xs9vUbAdg81Hzt+6MICeSBQlFddi8bQIl4ehGW4qn5hE8bhMyj/5mQyfwBQOpunC53fh8vhobOniWrfNPcXDeKR4NLkj/HhMyQcHW4k5NuvLgil5ZUorYOBgSxMjUT5KO5jSpDg3ixGWF8e2UULjGAYeYeMgidoxnrx3LI/eM4qtX59j2UdH+fSbMwghcUuJKQ1yLOOfCRP8ucSTCMcU4KC0wERiK0lXKIyhBYbSZGeksXbRWHatLmZ0djovftbC9y2XMaVGY6BILWzQVMYciPXGCNt2XFDU4Vo4hq0UIMnwubgScVhReZiLIZuYMui4GuHEuS4WvP8Nk0ZncrGrmxzLYJiVhsuQNPzaywvbf2TLiim3Jkxrzfhhfl5dOIa78zJBO5ROyaJopIeAlQZI1izOw+/3cKmji/J5t3H+SpQcSzIm4OXlBRM48EM784PDeOzeHCaM8PLS/HGMrG1h1FBXyoCk7GNKKaRMJtPGsQWGKQFBS8tpGr9vRCiHvIICxo3Pu9Gt5PYki0ErGyEHTRJCiNQ1JqRAa3CUjdIgDIGt4k5Ubavi7Tfe5sDBWlatepp31q1DKXWdU0lnr2u6wvjTO6mQUr7QcX+lNBFoNAIzwWM7DjNnzeT1t96ks6ODstIyFi58AMtKZ9vWbbS2tjJp8mRWrlxJTc1uQDB33lw00NzczIkTJygpKRmQO/WpFKLvvwWJZyIQArATByKQlYVlWUTCYerq6sjPz+e551eza+dO6uvqcbs9bNq4kZ7eXoQQ7Nmzh5MnT6akHrRd3AidUGa6XPxy6hT19fWsfW0tHo+HvPw8li5bxuKSB4lGo3g8Hjo625k5aybplsXRo98BcLyxkWnTpqXkGbwSb0CyYgzDIBQKsW/vXrw+L+vf3YDP7+fQoUPUfLGbQCCAchykkAghmD59OkcOHSZ3zO10dHRSVFT07wpLSguHeyiaUsTL5eV9lrZLbaxZs4aKigoKg0H2fvkVLjNOMWPGDLZUbqayspLCwiCWZaVkuelUJkMWcxy6e3qBP+Y50zCRUlL3dR0VFe9xoe0CTSebUEoxIT8Pr89LVVUVDz+8fFCam46YBoTWLC8tJRxz+o6/UopAIMCG9evZv28/U6dOZc79c2hqaiISieD1evH6fMyePZuCiQV/j+tmoJTWjnL61rZt912xWGzA7z7ftUsvLVmiz5w+MygHoFN2/oFCplCAAp0YhYT4o3GKvhsIkMRtO6qrmTgxSLAwmBiz462oP/SN1n9f1X+H3wGgWopu7wsZdwAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__cup a,
    .bifrost .payment-methods .payment-method__unionpay a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAYAAACsR+4DAAAFaklEQVRIic2WTWxcVxWAv3PvfW/G4xmP7bEdJ7Yr17Ld2ARKSUMTSkr5CbSRKEJUYlXRRZGgEmLFji0LEEIiEqssKoGyYlEoLCKBKFKaksZ1KkfEiePEtWs7sYnjcf039rx372ExdlVCxlW6aY/0Nk9X737nO+fe8wRQPoXhAFQ/XWwiUgPbKxSoTk7CuTcgqYIxAMQauI3jbL6bqnHYD60HICihlIVCjLlP3kEDkbWcGOynp9SC3AsHaD1jCiQT10if+y56fQIxEQgYUarAD1qO8qdCHxEeIzVgVQWv0J7BH2lHnEXC/35fABUh2U548fgRXnnh+QczFgD/l78i168hTS2oqeWV1Srn4zb+1jZI0RrcjidVRUTAB3SgBYo5SHagVEF2vSiCoayC26nAvbF3Kb2H0dFahiGgSVp7nxUux81sW0cWj4h80KeiQGypFmIqm1U0BCJraHQf3koIGrAWjvf3fgywchmduI6cPIlOTCLFJqSxkfD2Bd4ptqJe8RKwxiAIiqIekoxyoLOZk48NExvLhZszXJq5RWQNSq2UVe8pNWQY7uy479b397gTYfwKqoo59VtoKSI//hH2ice5W6kyFvLksg5nDZXtKltJwnY1pZqmrFrP9774KN8Y6GOwrcTPTnyFSpJQTT0hKFupx6vS29bKQEfpwY2FC29h+vsJs3Poe+9h9nWg09O4P/ye79+JWUsDqyvrdO0vYZ3l9kKZrx8b5uytWQba2yhkYpadYWl9nV8//wxrWwnVNKWUz3FxepbIOIoNDQ8G5oEwMgqHPls7Wd88ASGgQ8Okwwf5ctWxXkmIrEOAYjGHOCHd8Hy1s4HupibOjIzxxo0ZfvHcCbqbi8yvrrK0vsmLTxzm9LmL/PD40bpS6oKFcpkw8y4yN4f2PYw8eYzwy18hjx/m9fE53sztJ2OEpeUNHjvUwz/+dZWujhbWQ0q5N8cjba28cmGUjc0Kr41doa+9xJ8vX+U7nxvi1D/Pc+3OMsf6HqoLVvceq45eInnmW8hKGVwEgBHYsoZnW7/GSKadTEhJfeCRwS4G+zqZm12ic7iT5kcPcHPxLqoJn+ncRxpgY6vCSqXKS08d4eUzr9JZbOLvP32JjkLh/6Hq3WMK6PgVpLyC5POgoAKRBK65PNOZZnLOYL0l35jl5z/5NvlcluA9bQP76CwUOH1+hJ7mJp7s62VxfQPvPe2FRn7z+nnuLL/Ps4cO0pbP1zVW91SGiyMQfE2q1B5L4N+uyPsuJqqpJpuN6DnQRjVJsZmYjTRlZrnMO/O36WlpppIkXF1YJJ/NMr+yyoWbMxA7vvBQF0buHUQfAaZbWzB2GXEOlZqt3Sk4FpdITIRBUYQ4jijkG7gxvUjcYFlb2+Tq4hKFOENXc5GG2JF4T1exwOR/7jJfXqWQa+Dz3QfqQkGd5g9TU+jUDYgcSA3JqbIuhku2BacBVLEGVtc2OfPqmywuLLMiHr8/z8zSMjfvrvC7c2/RXmgk8Skv//E1GqMIYwzdxSLD+/c9OJgfH4elZcjUpqAoOPFM2TxTURMRiopgAZ8ETp0+i8OwPVFAD5VwCSDC2OwtEMWyMx2NkHjPUGc7rY25j2Fs5G3YroDLQlolIFhNmMy0Mp86onSb7d3FxiLG4kPAtMQggoYAApF1oIoKiCoaAj5JeHrgYewe/VUXTL50DH9wCLO1hdhavgnKkMnydFvMu1ERpx5rLSZygGBV0VwOSq2AINSMGqnZ0x2wp/p7eeHo4T2hoM49FoB0YQGzsQHOsdv4TgPrLkPZNWAIWGMx1qDKziBXiC3GGETAiGBkd7yDEUMujj8aSmTvH8VPKj4A+6RB7hf/BeAIQ/oHYghBAAAAAElFTkSuQmCC); }
    .bifrost .payment-methods .payment-method__VSA a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABJBJREFUeNrsVXtMW2UU/+7tffT2QeljZTzalZbXWIAB20CCU7MZ5kKiyOZjM9OEhM05TUxMINkSzZIZzaKJ02iic3OLLMMwgekfTqKZbjKjIIOVUiiUAgXa0tLe9tLH7X341WZLhvxhYsIS45fc5LvnnO/8znfO75wPgHVfCPxEUVw/PARB1/+WDwpSYGF2/42XJCf8c2MshRj4XZjrAREnRiAch4MNdVjJq2m1bTJ86uMxIcFXlKuPHLC0vTNCB9myMvXxlzdD7bwvdqnb9csfgWCQzczAa6q0xw4VZihwqIrGubOXnb5lFkPAoX0ms0FxHySq3QakWbHJK65b7xeofAn3N6jhSVRuhKrOb2cvnXcAXqg6vX3aHf30CwcIJ9GWIqgauLN88Fj/xEQYsAJkIIgLP/+21PKMOQ350cXJtvYBIMMAw2ZnUYcP3A8JUBJVFpCVbScv1NWD9tb6foG2ArkxGud7++aBHNNlSVueM3/3kwegCFAROyo0PC++9tbQhJ2W6qnGnRuLTUqbg8YIVK+VQn80kzz31TRQ4oCSwJLdGadXJ/berrTUcPjEG0rq7eerBwHYe2PAPzIGrcWnGnI1KtJqpwEvQi8lBRkef3x4NAikmDlb1nGmlpCkOBGJcn81Hei76R2305iaUFCSUJQbttOCIKIosgZjH6qUATl69ErL2DgDkTp658Q4j1LYS835UGudCkOPMgVWYJSTOKqQ4fDXPhPZf6R/0LoMDZQyLO31wtcuEOMfrlAfbDQATpxyRbz+xNpNUl6caTZhoaDuw++rQ+HI9Vs+IIi1FRqYyQQruNxRaJOjk+p1Up2GbH+lBF5aSIhXr7kf2/fju5+MpZ0Mjgb7bngAhux/Im9ntQ4ieAKJyTnm75CpJlFnENvKNQBl+8fUHb3euQUG4MgLTZtwDF1cii16UpDmHLmcSpXj9ZbirrP1W4tVsMARXmw/efvLbheUX+yaTgQSqmyqqcG4pUhFKHFxJTk4srwa8t7IS8WFIVOeldPnHPCKeSZl8x4DlLu9sQCdTN0yVya5W5Xmhrz+q7uPvlgIswc9QX6FImzvDwuQqJQS/7zTeb7LhZGQQWDUQa+mDxx96U1NlY7MJJiVJBNNgqTw9OM5ei0J5VOuFTHBQ8OifGWSFzq6XbWVOkOODEWQfIM8FTIv5mVTPX0LM9MMJLnHyZw4PpBiuIYEhGRimuEFMR0rtmo0lFiUlly5DdKaRDEKe7bRmJY7ZyIwAiBFywozvEvx1vZBkkQtmxQcL9pcDMRTqIi9u3PffM8KjeVSySO1eojBcYLDHZ2dZRwuxheIZ2+g1oBUUFhlqWrcGhQ5YdeunJqt2rR8HGaGFaQqwmxU+EMsjqNMgB32+gEC2wYrMik+OFWdWOGuw6yyfGOT8fKZuvTBzzqdra03F6OczRFOQ67xeLnmGedsFHaSxSjPvzuofh3y+wIJgpDs3KEjccmQLThqp33BBIoCU668vkafpSGHrMu3rSFYou1V2i2FqvTBeW+s55qbTQp7Ht242aJC0iX8/738b0A+gPWnAAMASwDzNKlEeO8AAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__VSD a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABLxJREFUeNq8Vn1MlVUY/73n/bofcC9wgQtePgNuSl9asbGYjRqFqCmZLedHzWLVmNP+iEala60l1fhD3UiNFCUpa7i2itLMCakzmiF+bFBSrUhFSb4uXO7H+76nc14gRMfHH86zc9+9zznnPb/z/J7n+Z0L3PYmsN++H3obW3x1B3vDBix2wofprUcyNDorTu6omyMxI80tV5clL33IsXnPlZOtg5AEWMVbD6zRoWG+I/cpGOZvi/OcRz/Mqt6UOjvNAp8G5rJozv/fmUkpQgb7eHREGzHNlQblXTSJY9+y8RGTHXxsPTEZJNefQ5WFkiWu4zu9767zuJ0S+nXo1OTebDqiHdID2bbMZAUhyrZKSZDnzbZ601S2zBUtJcbKbHerQu7z2ubeaU1PVBDmZuosBcY4CrmZAJdDfOM5NwN++elYC7MHdc4wAx7Sny+KYSGoKU95Kt+JAW1HWVLtptS1C13scCULY8pXxqFfs0t4a637u8qMvLtszCwpimnclpEcJXG/J4McaZkeZftryYe2ZCzKc2LYgF/np3GKx0/7zl3wF+REMg9cDomR13UtzJyzqSQpVnYnqv92h/d+0/PrP4F9X11zxCurHo+KdkorH4tC0BghjEwd8ofnRnxdeUd9RXpOtp15+XOb35tpjYqSt37eDZvY3Oa/2B1OYHzayNk/Ao5IaeOLiVa72OXTfrkwDEHITFXbOkNb6q4muBVYCDXoaJEcafE9Oi9iamx/0Njd0FtZ2/VXZxAygSKwLoSpbOZFiO2jQxaoKAoByrNMMEBFQSLQGEMhKkWImkE9ccrF+mzTS0GYNsMZb+uWuU7syi57weNwKAhyDLZpCCxGo3yFgYA+Wu7U3FNjpkIQKWp0vORMyLAfgcsI+6D5ER6aontcwx+UOk5UJa5ZpIq6gSGDH5eMiQq5/n3sRbgxZySz5ENo/wjt9dADUGwQCK+/yfXqbsmozY16tqDmvS+sR5q7OZKFzFwSTEjVhXs3IiYXLRW4dIyfS1JNticB1kOwxBSsUvNzk/Yftr//Sdf59mFYCVQyE8EiI/IHQUZKEZYeReFncOdAD4IyTbFAtJrPiV2ygCgIUJYdqwujWQVXbPAkMOno07nQCDOBJGOrBBEZK7DsGAqqEZ8J4gPPiWma0y6Wr3H/tMu7fnV8BMvkAZ1rjTA1ZL8fp37H2b/Rfhntl/BbH7AcmQcQUQpNRngAVMd0h091K1tf8TRVZT1TGM2Fxq9PGUtJQuM5bGtAdy9UO0QyOiWr2LkHnu/RuhdaHxQHz6wpw3W/17r/nbRVC/or+KU0BNXMLHqzlxEWvFqMhk1YMR9Dg+i5ih727MeVTli8eLAKiw8hvZiXUGhgJjn5hHkp7XgzJcuj8LshNCHAJqRuknBPCmo2oGkznpwPgY0EuaNGgE8l5KHwSxQeQEIugv1MUaZFZZfSS8Wuk9Xet0sT4yJFpu8TLqWmM4P0hnb4NH3kdUoW0G9PTZwI0I6Pab2X1kbS4T/pzFrnldD6yk5n/pn4JedHNfbTI70ZjIFxz1kAFPhD2H0Q2WnImwN97LojIojKpEroqEHKcmpPNTNrOo8VIhLhx9bB2kO9zduzbv+/LfwnwABPGCKOmBK93wAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__VSE a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABQ1JREFUeNrEVWlMnGUQ3u/emz04d6HLtUAJpagFwbYYETX+oMGk0R9t1WiMRn9otGmaqDWRP1qbUo0m1Vi1bdKoKTRIQYvhSJEjtqVFtlzLXhxll73Pb49vv8+BtbDBCvzQOnn3y7zzzr7zzswzMzzefScEfsr6U4cPPnz0hWrgwxEmGosjyL9pg+V4FIHxKXzZHoLgKyIOvWsDDhJn/x2h6/YcG2OjXh4X+4f3cmuaSbzHH/EGIls0ud4hlgmETD+G5y+TzFIUS5XtOknIikF+tkN3rnNsV0nWK4073zt9NcawJ9+q02SldAwYznXqJk0ulmUfKVefeLNOIiJD4dgHX/02YXLkZcuOv/GYgI9v5CVGysXal7Hi93vG2ai+k567BEI6wpz5abRnwJiuEM7afC290yNTVqmIaumZOnSsvWvYRBJohInrjA5gQP/KkOmzH6733Zy71Ds9Z/Nt4uVyhlFcnl11wf3JoOPdpopbILkxab1tsOflKQ88Vfrr72YMRYq3Kfgk9u3lsWAk9mpjxam36z2BsM0ZpEicZbkLXePwIKVU4PCFJi2uIo1iIy9XcVxXoTwxsr91VMrjhdr7jS5fuL5Sk5kqvm10QFTzs+WAMgxDUAQZGls436kDG9vzUuG/t6ZtvTcsFUXp+2oLfYEohHcT+KzS7h0Zcin/8+Fy87y9+5pZLCSfe6IU5MYFD4rycjKkAPejh6q1OQqI5+vHu5450nrHHgCFi91TTjfd+GhRXaUGdHRGexLONjSZny0r1YgtDqz5e71l0fNgSWbtAzlBOja35KcIPDcrBXRqytW/fPrs4QNVGQrhlSHj6dabDg/dPjCTqhBqc+QYgsgk1ITZ5QtGNsllgsQCsrJUNW4aa+vXQ3PYX1dM4Kh50Wt3h8QCokQjtzqDkE5VmrjptVqI9pzNDyj7edCwsOQnCezFDzvAOQxFQd+y6C3Xpm9uEuihksyv20aD4Vi6XNiwpxAkAD+7J5SpFBVky4992d99zVJVqnL76YE/FiQiavdO9Zm20WiMrSrNylCKAUdjM/bpWeeYwb5VkzVlqjy1zO0LN9QW5qqWIwnZEhIYwFVAEeCKzRVq6ZskMLRALX/nYJVSJtAZHPlq2RdHnoQ3gf5H54abvxnSz7rWXy1/vPnjs0Pc3wh6zaIzMGv1BuloQuLxh1diGwQeujHwgM9xo8MfjIDE7aPNdzxWZ2D1hkAouqqfoDUvMQy9Z6lkKkTJkhQxBSvBUySmyZTCWj2VSfiwkvVFAgLWPYoEassw77lvwwtPvKVjYOalJkadJonH2S1MPGQ57CwHrSAe5yAagEyGYQkc6hBh4hwULnxBAeJEEFgUNhwHOtjKwPprhkHa2q7qQWlL84/lIKr79motVi8MkHCUqdBmTM+6SnIVUxYX4Ny06FVI+U4vHQozBWqZzuTYliExL/q8/shaLiG2EiG5xchAmeaqZNvzFNBXBRSuSBFIBGR1mapz0BAMM9U71P5g9Pmny0b1Sy4fPTJla9irJXG0pkz9XYdurfskAYqXhNnENlmyLIqznIiPOz20kCKylGKw5/TR/lB0T0VOiph0ekPQhMGefh5aIwpty7Tg7huZhfJNzFQ84SJBAsNBPuBOnIBWtQxXSEGcZSEBOI7dfRkPrhPxiQV7IEDPQZ1QK6nCMRQ8S5MLeBzv+oQVvhd7p6AK+DhGkhhUNlwICOVTGO9/oT8FGABpPbp1Gx6dUwAAAABJRU5ErkJggg==); }
    .bifrost .payment-methods .payment-method__WLT a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAWCAIAAAAjJXlUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABD9JREFUeNrkVmtMW2UY7uk5PW05pzekpRS7lXEfiAzEqXOX4IawzDljYuJ0/Jk3/pglS/ZnP4z+8J/OOLP9mLpky6JOWTSaETeBjTEICxeh5VIobWFtgUJbejntuR/f4mWdYXgJwR9+aU++831v+nzv+z7P81Um2/CBwFeSpI3DQxD5xmd5DzI44e/68NvZvsnMbYHjR1p71rcM2B+z2TvO/gudrg5H8d4qOYaSuXpYtNYWDlzo9A+6jSUWnFSRRt2WXRXrBokgMpxQlTZuc/44KLACkaMVeaFkXzVM/EPTEc9C0Ok7eOq19cySNBl2Hz8ESfh/dj+8rXDZt6Qk1Wo9obNkq7MJ2xNlfZ//ZK0rWp/iSr8OUcocA5duUOE4TARegKe3d2KqfVhacwSGPbG58Nox92W5ohfZ9A2Hr98VX4gQRp39m9v5NUX51QX+IXdw3Ke1GNY4t7215+vXP4H45ssnooGQt9ep1Kgrn9/u65/yDbpNpfmljTV/Lix0ru3kxTvn23maFbl0ZjzDFezY+uLZli+bP5pzeJ58s6n02ZoHQSbDCSZBU0tRNsV+d+xTZ/tQ3Sv1eRWbLh3+IOJb2nfypVUgXR0jfeeuYSrc+IitcE+lwPL+YS+KIgAMBVBpSYUah7DEYlTgBESSESYdqkBhNxYIA8PLD9Q1RSljsYU06UReVGsIRZZSEkUUx9Q6ElMqVqHPwthdCBUFsWDn1oZ3XoZQWIzMBDmKgTZDwwFy0en/ovkUz/Aas/7IVycmb43ePnM15JoHXeUU59tbe5WEElDThxN/NxtQwv2yvgdp2GyEbDAcc1zpdd90aPKySxuqHz/aEAuEABKRy3lW6P74h8XJAGRWtr826ltqfesMR3N0LMlQTDIUn3fMENkkz/FpGJn01+5Ttv+x2uZ6jmbjC9F5+6zn1tj3x89faTkrMJwck+OEcvLa0HhbP2gXuLDr2MHxqwPQPEyl2Pn2c43vHoZfgMKguGIF7+/pEsr9wuk3Kg9t93aPRwNhT9conUhNtA0UPF0OWwiKJMNxOYoKLFfz6h5oGBNPyeSIQq18qqXJYDOJoiiT/qEVUIvRVCRR/Myj8OFS7GcH3kuOJlAMBSrCwaG24AxQUpjf7Z9K56TAYBHahqDyf+k+c/aZy0dPm0osWTm6eHA57J4H2WjNBnCcgYudXJIta6qN+sNgftMddm/PeJojaQPJuPukjA5mTqQHQMoVKEsx0zdH4fYA0oOQ9dacpveP6Deb6ChFxygwW3PFJk+XQxSlvnPXgW48zXGpFT7DncNwbJLGCRxegRBskoGSpOcphk3RILlVrmgIAt+JeIMsRcOKxmyw7SjX5OqhZ67OEThNbrkVXj3dYxCt0mYRD2lC7nnQcVF9lZJUgUOBhIBNhbsrwW4SC8vZW3KBaGBnwGpzhTWvyvabav4X/wr+g/GLAAMA9gF2MvVF7GkAAAAASUVORK5CYII=); }
    .bifrost .payment-methods .payment-method__gift a {
      padding: 15px 12px; }
  .bifrost .payment-methods.nav-pills > li + li {
    margin-left: 6px; }
  .bifrost .download-links {
    padding-left: 0;
    margin: 16px 0; }
    .bifrost .download-links li {
      list-style-type: none;
      margin-bottom: 12px; }
  .bifrost .download-links__file-name {
    margin-top: 2px;
    font-size: 0.9em;
    display: block;
    color: inherit; }
  .bifrost .order__status.FAILED {
    color: #d4441a; }
  .bifrost .order__status.SUCCEEDED {
    color: #156c00; }

/* Bifrost modal */
#modal-dialog .modal-content {
  border-radius: 0; }
  #modal-dialog .modal-content .modal-header {
    text-align: center;
    border-bottom: none; }
    #modal-dialog .modal-content .modal-header .modal-title {
      font-size: 20px;
      text-transform: uppercase; }
  #modal-dialog .modal-content .modal-footer {
    text-align: center;
    border-top: none;
    padding-bottom: 28px; }

#modal-dialog .loader--loading {
  background: transparent url("/static/js/img/preloader-8e4183e6638e193cd7bb86ed83782ce8.8e4183e6638e.gif") 50% 0 no-repeat;
  min-height: 64px; }

#modal-dialog .loader__message {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  padding-top: 94px; }
  #modal-dialog .loader__message small,
  #modal-dialog .loader__message .small {
    font-weight: normal;
    line-height: 1;
    color: #757575;
    font-size: 65%; }

@media (max-width: 767.98px) {
  .bifrost #hook-progress {
    margin-bottom: 8px; }
  .progress-labels {
    font-size: 85%; }
    .progress-labels .progress-labels__list-item {
      margin-bottom: 4px; }
      .progress-labels .progress-labels__list-item span.glyphicon {
        display: block;
        margin: 0 auto 2px; } }

.preloader {
  margin: 86px 0;
  text-align: center; }
  .preloader p {
    font-size: 1.2em;
    margin-top: 20px;
    text-align: center; }

/*
Copyright (c) 2015 by Tashfeen Ahmad (http://codepen.io/tashfene/pen/medPdY)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.zgroup {
  position: relative;
  display: inline-block;
  line-height: 16px; }

.bigSqr {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  transform-origin: bottom left;
  animation: bigSqrShrink 1s linear infinite; }

.square {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #84c94c; }

.first {
  left: 0px;
  top: 20px; }

.second {
  left: 20px;
  top: 20px;
  animation: drop2 1s linear infinite; }

.third {
  left: 0px;
  top: 0px;
  animation: drop3 1s linear infinite; }

.fourth {
  left: 20px;
  top: 0px;
  animation: drop4 1s linear infinite; }

@keyframes bigSqrShrink {
  0% {
    transform: scale(1); }
  90% {
    transform: scale(1); }
  100% {
    transform: scale(0.5); } }

@keyframes drop2 {
  0% {
    transform: translateY(-50px); }
  25% {
    transform: translate(0); }
  100% {
    transform: translate(0); } }

@keyframes drop3 {
  0% {
    transform: translateY(-50px); }
  50% {
    transform: translate(0); }
  100% {
    transform: translate(0); } }

@keyframes drop4 {
  0% {
    transform: translateY(-50px); }
  75% {
    transform: translate(0); }
  100% {
    transform: translate(0); } }

/* Select 2 overrides */
fieldset {
  margin-bottom: calc(2 * 10px); }

.form-group .input-group-addon {
  border-color: #000; }

.form-group h5 {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 3px; }

.form-group.has-error .help-block {
  color: #d4441a; }

.form-group.has-error .input-group-addon {
  border-color: #d4441a; }

.form-group.has-success .input-group-addon {
  border-color: #36b030; }

label {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0; }

select {
  font-size: 16px; }

.form-control {
  border-radius: 0;
  font-size: 14px;
  height: 36px;
  padding: 8px;
  box-shadow: none;
  border-color: #000; }
  .form-control:hover, .form-control:active, .form-control:focus {
    box-shadow: none;
    border-color: #000; }
  .form-control:focus {
    outline: -webkit-focus-ring-color auto 5px; }

.input-group-addon {
  border-radius: 0; }

.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap .select2-selection--single,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  border-color: #000;
  border-radius: 0; }

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #000; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px; }

.index-features .container-fluid {
  max-width: 1260px; }

.index-features--ctas .index-feature__icon {
  position: absolute;
  max-width: 70px;
  bottom: 50%;
  transform: translateY(50%);
  right: 3px; }
  @media (min-width: 576px) {
    .index-features--ctas .index-feature__icon {
      bottom: 50%;
      right: 10px; } }
  @media (min-width: 768px) {
    .index-features--ctas .index-feature__icon {
      max-width: 100px; } }
  @media (min-width: 992px) {
    .index-features--ctas .index-feature__icon {
      max-width: 115px;
      bottom: 35%; } }

.index-feature {
  padding: 27px;
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  letter-spacing: 1px;
  z-index: 100;
  transform: translate3d(0, 0, 0); }
  .index-feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272727;
    z-index: -100;
    transition: opacity 0.1s ease-out, transform 0.625s cubic-bezier(0, 0.8, 0.31, 0.99) !important;
    opacity: 0;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .index-feature:hover::before, .index-feature:focus::before, .index-feature:active::before {
    background-color: #272727;
    opacity: 1;
    transform: scale3d(1.043, 1.063, 1); }
  .index-feature h3 {
    margin: 0 0 14px 0;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    padding-right: 80px; }
  .index-feature p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    padding-right: 110px; }
  .index-feature:active, .index-feature:focus, .index-feature:hover {
    text-decoration: none; }
  .index-feature:after {
    visibility: hidden;
    display: block;
    content: '';
    clear: both;
    height: 0; }
  .index-feature:hover {
    position: relative;
    z-index: 110; }

.index-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1, 1); }

@media (max-width: 767.98px) {
  .index-features {
    margin-bottom: 25px; }
  .index-feature {
    overflow: hidden; }
    .index-feature p {
      font-size: 14px;
      padding-right: 32px; }
  .index-cta {
    top: auto;
    left: 50%;
    transform: translateX(-50%) scale(1, 1);
    bottom: 42px;
    width: 310px; } }

@media (max-width: 991.98px) {
  .index-feature {
    z-index: initial;
    transform: none; }
    .index-feature h3 {
      padding-right: 0; }
    .index-feature p {
      padding-right: 94px; }
    .index-feature__icon {
      max-width: 110px;
      right: 2px;
      bottom: -22px;
      z-index: 1; } }

@media (max-width: 767.98px) {
  .index-feature p {
    padding-right: 12%; } }

.minecon__media-content {
  position: absolute;
  top: -41px; }

@media (max-width: 767.98px) {
  .minecon__media-content {
    left: 50%;
    width: auto;
    top: 0;
    height: 100%;
    transform: translateX(-50%); }
  .community-events-logo {
    width: 70%; } }

.minecon-hero {
  background-color: #000;
  height: 790px; }
  .minecon-hero .minecon-hero__mask-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
    height: 120%; }
  .minecon-hero * {
    -webkit-font-smoothing: antialiased; }
  .minecon-hero__text-container {
    width: 100%;
    top: 210px; }
  .minecon-hero__image--background {
    top: 86px;
    height: 900px;
    width: 100%;
    max-width: 1540px;
    background-size: contain; }
  .minecon-hero__image--sun-halo {
    margin-left: -71px;
    top: 238px;
    width: 504px; }
  .minecon-hero__image--stars {
    top: 100px;
    width: 1524px; }
  .minecon-hero__image--sun {
    margin-left: -70px;
    top: 438px;
    width: 68px; }
  .minecon-hero__image--clouds {
    top: 396px;
    margin-left: 10px;
    width: 1009px; }
  .minecon-hero__image--horizon {
    top: 527px;
    margin-left: -52px;
    width: 814px; }
  .minecon-hero__image--trees {
    top: 514px;
    margin-left: -20px;
    width: 376px; }
  .minecon-hero__image--foreground {
    top: 270px;
    margin-left: 72px;
    width: 1150px; }
  .minecon-hero__image--mask {
    position: absolute;
    top: -70px;
    width: 1640px;
    left: 50%;
    transform: translateZ(0) translateX(-50%); }
  .minecon-hero__image--mobile {
    display: none; }
  @media (max-width: 767.98px) {
    .minecon-hero {
      height: auto; }
    .minecon-hero .parallax-container__image {
      display: none; }
    .minecon-hero .minecon-hero__image--mobile {
      width: 100%;
      display: block;
      min-width: 370px;
      transform: translateX(-50%);
      margin-left: 50%; }
    .minecon-hero .minecon-hero {
      overflow: hidden; }
    .minecon-hero.parallax-container .minecon-hero__text-container {
      transform: none !important;
      position: absolute;
      left: 0;
      top: 20px; } }

.minecon-logo__wrapper {
  position: relative;
  cursor: pointer; }
  .minecon-logo__wrapper .minecon-logo__video-icon {
    pointer-events: none;
    position: absolute;
    top: 90%;
    left: 10%;
    opacity: 0;
    transition: .2s; }
  @media (min-width: 576px) {
    .minecon-logo__wrapper:hover .minecon-logo__video-icon {
      opacity: .25; } }

.minecon-logo__video {
  display: none; }
  @media (min-width: 576px) {
    .minecon-logo__video.loaded {
      display: block; } }

.minecon-logo__image {
  display: block; }
  @media (min-width: 576px) {
    .minecon-logo__image.loaded {
      display: none; } }

.minecon-logo__image,
.minecon-logo__video {
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }

/*
  Minecon Schedule
*/
.minecon-earth-stream-video {
  width: 80vw;
  height: 44vw;
  max-height: 640px;
  max-width: 1140px; }

.minecon-theme {
  background: #100b15;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #100b15 0%, #3b2661 100%);
  /* W3C */
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr=$left-color, endColorstr=$right-color, GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr=$left-color, endColorstr=$right-color, GradientType=1);
  /* IE6-9 */ }

.minecon-space-atmosphere {
  background-color: #000;
  background-image: radial-gradient(circle at 35% 108%, rgba(22, 51, 63, 0.9), rgba(9, 37, 63, 0.9) 8%, rgba(22, 51, 63, 0) 45%); }

.minecon-space-backdrop {
  background: #100b15;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #100b15 0%, #3b2661 100%);
  /* W3C */
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr=$top-color, endColorstr=$bottom-color, GradientType=0);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr=$top-color, endColorstr=$bottom-color, GradientType=0);
  /* IE6-9 */ }

.minecon-space-backdrop__stars,
.minecon-theme__stars {
  background: url("/static/minecon/img/minecon_stars-background.4d86f3bddb65.png") repeat; }

.minecon-theme__stars {
  min-height: calc(100vh - 332px); }

.minecon-navigation .nav {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 40px; }
  .minecon-navigation .nav > li {
    display: inline-block;
    border: 1px solid #ff51c9;
    margin-left: -1px;
    min-width: 120px;
    min-width: 170px; }
  .minecon-navigation .nav a {
    color: #fff;
    text-transform: uppercase; }
  .minecon-navigation .nav li.active a {
    background-color: #ff1eb9;
    border-radius: 0; }

@media (max-width: 767.98px) {
  .minecon-table-responsive {
    border: 1px solid #ff51c9; } }

.minecon-table {
  border: 1px solid #ff51c9; }
  @media (max-width: 767.98px) {
    .minecon-table {
      font-size: 12px; }
      .minecon-table th,
      .minecon-table td {
        padding: 12px 6px; } }
  .minecon-table tr {
    border-top: 1px solid #ff51c9; }
  .minecon-table thead th,
  .minecon-table tbody th {
    background-color: #ff51c9;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 25px;
    vertical-align: top;
    white-space: nowrap;
    border-bottom: none; }
  .minecon-table thead td,
  .minecon-table tbody td {
    border-top: none;
    padding: 11px 25px;
    vertical-align: top; }

.minecon-stream-provider {
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .minecon-stream-provider__logo {
    max-width: 150px; }

.minecon-stream-btn {
  min-height: 127px; }

/* Article margins */
.article-body {
  position: relative;
  margin-top: 66px; }
  .article-body p:last-child {
    margin-bottom: 0; }

.article-head + .article-body {
  margin-top: 0; }

.article-paragraph {
  margin-top: 30px;
  margin-bottom: 30px; }
  .article-paragraph--article-header {
    padding-top: 5px;
    margin-bottom: 45px; }
  .article-paragraph--attribute-quote {
    margin-top: 40px;
    margin-bottom: 40px; }
  .article-paragraph--video, .article-paragraph--image {
    margin-top: 35px;
    margin-bottom: 35px; }
  .article-paragraph:last-of-type {
    margin-bottom: 0; }

.article-full-width-image-caption {
  padding-top: 18px;
  font-weight: bold; }

/* Article layout */
/* Head section */
.article-head__image {
  margin: 0 auto; }

@media (min-width: 992px) {
  .article-head {
    display: block;
    position: relative;
    height: 500px;
    overflow: visible; }
    .article-head__content {
      position: absolute;
      width: 100%;
      overflow: hidden; }
    .article-head__image-container {
      transform: translateX(-1000px);
      width: calc(100% + 2000px);
      text-align: center; }
    .article-head__video-container {
      max-width: 854px;
      padding: 0; }
    .article-head__image {
      min-height: 500px;
      max-height: 816px; }
    .article-head__bg-container {
      position: absolute;
      width: 100%;
      top: 500px;
      bottom: 0; }
    .article-head--fill-height {
      height: 100%; }
    .article-head--body-bg {
      background-color: #f1edec; } }

@media (min-width: 992px) and (min-width: 768px) {
  .article-byline-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none; } }

/* Article category */
.article-category {
  position: absolute;
  left: 0;
  top: -16px;
  width: 100%;
  text-align: center;
  z-index: 300;
  pointer-events: none; }
  .article-category__text {
    display: inline-block;
    padding: 6px 10px; }

/* Article byline */
.article-byline {
  pointer-events: all; }
  @media (min-width: 992px) {
    .article-byline {
      padding-top: 55px; } }

.article-attribution {
  width: 100%;
  padding-bottom: 15px; }
  .article-attribution .article-avatar-container {
    height: 140px; }
  .article-attribution__avatar {
    width: 82px;
    padding-bottom: 15px;
    float: left;
    margin-right: 15px; }
  @media (max-width: 991.98px) {
    .article-attribution__avatar {
      display: none; }
    .article-attribution__dl dt {
      float: left;
      clear: left; }
    .article-attribution__dl dd {
      float: left; } }

/* Article end block */
.article-last-text p:last-child:after {
  content: '';
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhZ2VyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNzk1NjNCO30KCS5zdDF7ZmlsbDojM0MzMDI3O30KCS5zdDJ7ZmlsbDojQTRDRjZBO30KCS5zdDN7ZmlsbDojNjA5RjQzO30KCS5zdDR7ZmlsbDojM0I2NzMyO30KPC9zdHlsZT4KPGc+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjEyLDI0IDEuNiwxOCAxLjYsNiAxMiwxMiAJIi8+Cgk8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjEyLDI0IDEyLDEyIDIyLjQsNiAyMi40LDE4IAkiLz4KCTxwb2x5Z29uIGNsYXNzPSJzdDIiIHBvaW50cz0iMS42LDYgMTIsMCAyMi40LDYgMTIsMTIgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MyIgcG9pbnRzPSIxLjYsNiAxMiwxMiAxMiwxNSAxLjYsOSAJIi8+Cgk8cG9seWdvbiBjbGFzcz0ic3Q0IiBwb2ludHM9IjEyLDE1IDEyLDEyIDIyLjQsNiAyMi40LDkgCSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  margin-bottom: 2px;
  vertical-align: text-bottom; }

/* Attributed quote */
.attributed-quote {
  position: relative;
  border: 12px solid black;
  padding: 20px; }
  .attributed-quote:before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-color: #f1edec;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhZ2VyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMSAxNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEgMTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+CiAgICA8cGF0aCBkPSJNMCwwICBoNiB2NiBoMyB2OSBoLTkgdi0xNSB6Ii8+CiAgICA8cGF0aCBkPSJNMTIsMCBoNiB2NiBoMyB2OSBoLTkgdi0xNSB6Ii8+CjwvZz4KPC9zdmc+Cg==);
    background-size: 42px 30px, auto;
    width: "px";
    height: "px";
    background-position: top left;
    top: -12px;
    left: -18px; }
  .attributed-quote:after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-color: #f1edec;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIwLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxhZ2VyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMSAxNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjEgMTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMCwwICBoOSB2MTUgaC02IHYtNiBoLTMgdi05IHoiLz4KCTxwYXRoIGQ9Ik0xMiwwIGg5IHYxNSBoLTYgdi02IGgtMyB2LTkgeiIvPgo8L2c+Cjwvc3ZnPgo=);
    background-size: 42px 30px, auto;
    width: "px";
    height: "px";
    background-position: bottom right;
    right: -18px;
    bottom: -12px; }
  .attributed-quote__text {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold; }
  .attributed-quote__image {
    float: left;
    max-height: 92px;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-right: 7px; }
  .attributed-quote cite {
    margin-top: 5px;
    font-style: normal;
    text-transform: uppercase;
    white-space: nowrap;
    display: block; }

/* Image carousel */
.article-image-carousel__caption {
  padding-top: 18px;
  font-weight: bold;
  transition: opacity 0.25s linear;
  opacity: 0; }

.article-image-carousel__image {
  width: 100%; }

.slick-active .article-image-carousel__caption {
  opacity: 1; }

@media (min-width: 768px) {
  .article-image-carousel .slick-slide {
    margin: 0 298px 0 -200px; } }

.article-image-carousel .slick-slide {
  width: 610px; }

.article-image-carousel .slick-prev {
  left: calc(50% - 377px); }

.article-image-carousel .slick-next {
  right: calc(50% - 377px); }

@media (max-width: 991.98px) and (min-width: 768px) {
  .article-image-carousel .slick-slide {
    margin: 0 298px 0 -200px; } }

@media (max-width: 991.98px) {
  .article-image-carousel .slick-slide {
    width: 450px; }
  .article-image-carousel .slick-prev {
    left: calc(50% - 297px); }
  .article-image-carousel .slick-next {
    right: calc(50% - 297px); } }

@media (max-width: 767.98px) and (min-width: 768px) {
  .article-image-carousel .slick-slide {
    margin: 0 298px 0 -200px; } }

@media (max-width: 767.98px) {
  .article-image-carousel .slick-slide {
    width: 420px; }
  .article-image-carousel .slick-prev {
    left: calc(50% - 282px); }
  .article-image-carousel .slick-next {
    right: calc(50% - 282px); } }

@media (max-width: 991.98px) {
  .article-image-carousel .slick-prev {
    left: 30px; }
  .article-image-carousel .slick-next {
    right: 30px; } }

@media (max-width: 767.98px) {
  .article-image-carousel .slick-prev {
    left: 0; }
  .article-image-carousel .slick-next {
    right: 0; } }

.icon-computer, .icon-devices {
  width: 90px;
  height: 79px;
  display: inline-block; }

.icon-pegi {
  width: 57px;
  height: 57px; }

#community-tiles .alert {
  margin: 0 auto; }

.tiles-container {
  margin-top: -10px;
  margin-bottom: 20px;
  box-sizing: border-box; }

.tiles-container__inner {
  position: relative; }

.categories-list__item {
  margin: 0 20px; }

.btn-category {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  background: none;
  border: none;
  border-radius: 0;
  padding: 4px 8px;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: auto;
  text-transform: uppercase; }

.btn-category[aria-selected='true'] {
  opacity: 1;
  background-color: #000;
  color: #fff; }

.btn__text {
  vertical-align: middle; }

@media (max-width: 991.98px) {
  .btn-category {
    font-size: 0.75rem; } }

/*
  Icons
*/
.icon-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 69px;
  height: 66px; }
  .icon-ribbon .icon-ribbon__label {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(-45deg);
    padding-right: 38px; }

.icon-category {
  background-size: 18px 19px;
  height: 19px;
  width: 18px; }

.categories-list .icon-category {
  margin-right: 10px;
  vertical-align: middle; }

/*
  Tile
*/
.tile {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: transparent; }
  .tile--background-blue {
    background-color: #1546c2; }
  .tile--background-black {
    background-color: #000; }
  .tile--background-green {
    background-color: #84c94c; }

.tile-link:focus .tile-caption__text, .tile-link:hover .tile-caption__text {
  opacity: 1; }

.tile-link:focus .sliding-content__body, .tile-link:hover .sliding-content__body {
  transform: translate3d(0px, -100%, 0px); }

.tile__image-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease-out;
  background-color: transparent; }
  .tile__image-container.tile__image-container--loading {
    background-color: rgba(0, 0, 0, 0.1); }
    .tile__image-container.tile__image-container--loading .tile__image {
      opacity: 0; }

.tile__image {
  height: 100%;
  width: 100%;
  transition: transform 200ms ease-in-out; }
  .tile__image--fade {
    transition: opacity 0.5s ease-out; }

.sliding-content {
  position: absolute;
  width: calc(100% + 1px);
  bottom: -1px;
  left: 0;
  height: 0; }

.sliding-content__body {
  transition: all 200ms ease-in-out;
  transform: translate3d(0px, -84px, 0px); }

.tile-category {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1; }

.tile-category__text {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0); }

.tile-caption {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 14px 19px 19px 19px;
  min-height: 84px;
  text-align: center; }

a.tile-caption {
  text-decoration: none; }

.tile-caption__title {
  margin: 12px 0;
  text-transform: uppercase;
  font-size: 18px;
  color: inherit; }
  .tile-caption__title--long {
    font-size: 13px;
    margin: 18px 0; }

.site-body .tile-caption__text,
.tile-caption__text {
  transition: opacity 200ms ease-in;
  opacity: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  color: inherit; }

/*
  Possible tile sizes
*/
.tile--size-1x1 {
  width: 276px;
  height: 276px; }
  .tile--size-1x1:focus .tile__image,
  .tile--size-1x1:hover .tile__image {
    transform: scale(1.1); }
  .tile--size-1x1 .video-tile__play-btn {
    top: calc((-276px * 1) / 2 + 80px / 2); }

.tile--size-1x2 {
  width: 276px;
  height: 564px; }
  .tile--size-1x2:focus .tile__image,
  .tile--size-1x2:hover .tile__image {
    transform: scale(1.05); }
  .tile--size-1x2 .video-tile__play-btn {
    top: calc((-276px * 2) / 2 + 80px / 2); }

.tile--size-2x1 {
  width: 564px;
  height: 276px; }
  .tile--size-2x1:focus .tile__image,
  .tile--size-2x1:hover .tile__image {
    transform: scale(1.05); }
  .tile--size-2x1 .video-tile__play-btn {
    top: calc((-276px * 1) / 2 + 80px / 2); }

.tile--size-2x2 {
  width: 564px;
  height: 564px; }
  .tile--size-2x2:focus .tile__image,
  .tile--size-2x2:hover .tile__image {
    transform: scale(1.05); }
  .tile--size-2x2 .video-tile__play-btn {
    top: calc((-276px * 2) / 2 + 80px / 2); }

.tile--size-2x2 .tile-caption__title,
.tile--size-2x1 .tile-caption__title {
  margin: 10px 0;
  font-size: 24px; }
  .tile--size-2x2 .tile-caption__title--long,
  .tile--size-2x1 .tile-caption__title--long {
    font-size: 18px; }

.tile--size-2x2 .tile-caption__text,
.tile--size-2x1 .tile-caption__text {
  font-size: 16px; }

.tile--size-2x4,
.tile--size-4x2 {
  width: 1140px;
  height: 564px; }
  .tile--size-2x4:focus .tile__image,
  .tile--size-2x4:hover .tile__image,
  .tile--size-4x2:focus .tile__image,
  .tile--size-4x2:hover .tile__image {
    transform: scale(1.025); }
  .tile--size-2x4 .video-tile__play-btn,
  .tile--size-4x2 .video-tile__play-btn {
    top: calc((-276px * 2) / 2 + 80px / 2); }
  .tile--size-2x4 .sliding-content__body,
  .tile--size-4x2 .sliding-content__body {
    transform: translate3d(0px, -102px, 0px); }
  .tile--size-2x4 .tile-caption__title,
  .tile--size-4x2 .tile-caption__title {
    margin: 22px 0;
    font-size: 28px; }
  .tile--size-2x4 .tile-caption__text,
  .tile--size-4x2 .tile-caption__text {
    font-size: 26px; }

/*
    Image Loading Transitions
*/
@keyframes tile--loading {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

.tile {
  /*
    Init and start is set as animation cues by Freewall when new tiles appear in the DOM.
    The load state is set by the Tile component when the tile image has finished loading
  */ }
  .tile[data-state="init"], .tile[data-state="start"] {
    display: none; }
  .tile[data-state="load"] {
    display: block;
    animation: tile--loading 0.5s; }
  .tile[data-state="move"] {
    transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; }

.tweet-tile {
  padding: 0 24px 24px;
  color: #fff; }
  .tweet-tile a {
    text-decoration: none;
    cursor: hand;
    color: #fff; }
    .tweet-tile a:hover, .tweet-tile a:focus {
      color: #fff; }
    .tweet-tile a:active {
      color: #fff; }
    .tweet-tile a:focus, .tweet-tile a:hover, .tweet-tile a:active {
      text-decoration: none; }

.tweet-tile__title {
  color: #fff;
  font-size: 18px;
  margin-top: 37px;
  margin-bottom: 20px;
  line-height: 23px;
  text-transform: uppercase; }

.tweet-tile-media {
  margin-bottom: 8px; }

.tweet-tile-media__name {
  color: #fff; }

.tweet-tile-media__handle {
  color: #fff;
  font-size: 13px; }

p.tweet-tile__text {
  font-size: 14px;
  line-height: 1.3em; }
  p.tweet-tile__text a {
    text-decoration: none; }
    p.tweet-tile__text a:focus, p.tweet-tile__text a:active, p.tweet-tile__text a:hover {
      background: none; }

.video-tile__play-btn {
  position: absolute;
  width: 100%;
  text-align: center; }
  @media (min-width: 576px) {
    .video-tile__play-btn {
      top: -98px; } }
  @media (max-width: 991.98px) {
    .video-tile__play-btn {
      top: -120px; } }

a.tile-link {
  color: inherit; }

.vr .pdf svg {
  top: -7px;
  left: 3px; }

.stats .countdown {
  margin-bottom: 60px; }
  .stats .countdown .figures {
    margin: 0 auto;
    width: auto; }
  .stats .countdown .figure {
    position: relative;
    float: left;
    font: normal 2.94em/69px 'Noto Sans';
    font-weight: 700;
    text-align: center;
    height: 70px;
    width: 60px;
    margin-right: 10px;
    background: #fff linear-gradient(0deg, #fff 50%, #f7f7f7 50%);
    color: #000;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .stats .countdown .figure:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 50%;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .stats .countdown .figure:last-child {
      margin-right: 0; }
  .stats .countdown .delimiter {
    position: relative;
    float: left;
    font: normal 2.94em/69px 'Noto Sans';
    font-weight: 700;
    text-align: center;
    height: 70px;
    width: 5px;
    margin-right: 10px;
    color: #000; }

.device-selection {
  position: relative;
  text-align: center; }
  .device-selection h2 {
    margin: 0 0 42px 0; }

.device-selection__list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.device-selection__list ul.unfolded {
  display: block; }

.device-selection__list .icon {
  margin: 0 auto 23px auto;
  height: 64px;
  width: 64px; }
  .device-selection__list .icon svg {
    width: 100%;
    height: 100%; }

.device-selection__edition,
.device-selection__hide-edition {
  display: none; }

.device-selection__edition-details {
  min-height: 195px;
  padding-left: 225px;
  padding-right: 60px;
  text-align: left;
  background-repeat: no-repeat;
  background-position-y: -48px; }

.device-selection__edition-details.amazon {
  background-image: url("/static/pages/img/device-bg.7ec832275448.png"); }

.device-selection__edition-details.android {
  background-image: url("/static/pages/img/device-bg.7ec832275448.png"); }

.device-selection__edition-details.gearvr {
  background-image: url("/static/pages/img/device-bg.7ec832275448.png"); }

.device-selection__edition-details.ios {
  background-image: url("/static/pages/img/device-bg.7ec832275448.png"); }

.device-selection__edition-details.linux {
  background-image: url("/static/pages/img/device-bg-java.0dffe5c02838.png"); }

.device-selection__edition-details.mac {
  background-image: url("/static/pages/img/device-bg-java.0dffe5c02838.png"); }

.device-selection__edition-details.ps3 {
  background-image: url("/static/pages/img/device-bg-ps3.8f6fc22abcbd.png");
  background-position-y: -27px; }

.device-selection__edition-details.ps4 {
  background-image: url("/static/pages/img/device-bg-ps4.2abb5728d7cc.png");
  background-position-y: -27px; }

.device-selection__edition-details.vita {
  background-image: url("/static/pages/img/device-bg-vita.0db65facc9f5.png");
  background-position-y: -27px; }

.device-selection__edition-details.wiiu {
  background-image: url("/static/pages/img/device-bg-wiiu.79bfe5bf884b.png");
  background-position-y: -27px; }

.device-selection__edition-details.switch {
  background-image: url("/static/pages/img/device-bg-switch.76ad2e537b55.png"); }

.device-selection__edition-details.new3ds {
  background-image: url("/static/pages/img/device-bg-new3ds.f674d8010928.png"); }

.device-selection__edition-details.win10 {
  background-image: url("/static/pages/img/device-bg.7ec832275448.png"); }

.device-selection__edition-details.windows {
  background-image: url("/static/pages/img/device-bg-java.0dffe5c02838.png"); }

.device-selection__edition-details.winphone {
  background-image: url("/static/pages/img/device-bg.7ec832275448.png"); }

.device-selection__edition-details.xb360 {
  background-image: url("/static/pages/img/device-bg-xb360.50fc14944749.png");
  background-position-y: -27px; }

.device-selection__edition-details.xbone {
  background-image: url("/static/pages/img/device-bg.7ec832275448.png"); }

.device-selection__edition-details.appletv {
  background-image: url("/static/pages/img/device-bg-appletv.c93a16a7520d.png");
  background-position-y: 67px; }

.device-selection__edition-details.firetv {
  background-image: url("/static/pages/img/device-bg.7ec832275448.png"); }

p.device-selection__edition-header {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0; }

.device-selection__editon-action {
  margin-top: 46px;
  text-align: center; }

.device-selection__edition-switches ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.device-selection__edition-switches .icon {
  margin: 0 auto 20px auto;
  width: 46px;
  height: 46px; }
  .device-selection__edition-switches .icon svg {
    width: 100%;
    height: 100%; }

@media (max-width: 767.98px) {
  .device-selection h2 {
    margin-bottom: 23px; }
  .device-selection__list {
    cursor: pointer;
    margin-bottom: 40px; }
    .device-selection__list:last-child {
      margin-bottom: 0; }
    .device-selection__list ul {
      display: none; }
    .device-selection__list .icon {
      margin-bottom: 12px; }
  p.device-selection__list-header {
    font-size: 1.2rem;
    color: #288123;
    margin-bottom: 0; }
  .device-selection__edition-details {
    padding-left: 0;
    padding-right: 0;
    padding-top: 196px;
    text-align: center;
    background-position-x: 50%; }
  .device-selection__edition-details.ps3,
  .device-selection__edition-details.ps4,
  .device-selection__edition-details.vita,
  .device-selection__edition-details.wiiu,
  .device-selection__edition-details.xb360,
  .device-selection__edition-details.xbone {
    padding-top: 235px; }
  .device-selection__hide-edition {
    top: 65px;
    margin-right: 10px; }
  .device-selection__editon-action {
    margin-top: 23px; } }

@media (max-width: 991.98px) {
  .device-selection__edition-switches {
    display: none; } }

.parallax-background {
  background-repeat: repeat;
  background-attachment: fixed;
  transform: translate3d(0, 0, 0); }

.parallax-background--forest {
  background-image: url("/static/js/img/forest-2d94277e01b837f81bfe039275979ddf.2d94277e01b8.png"); }

.parallax-background--ice-plains {
  background-image: url("/static/js/img/ice-plains-396c35208b4e0d1fc9db9ccc937835cc.396c35208b4e.png"); }

.parallax-background--minecon-stars {
  background-color: #000;
  background-image: url("/static/minecon/img/minecon_stars-background.4d86f3bddb65.png"), linear-gradient(to bottom, #000, #3b2661); }

.parallax-container {
  position: relative; }
  .parallax-container [data-speed], .parallax-container [data-origin] {
    position: fixed; }
  .parallax-container [data-fade-in="true"] {
    transition: opacity 1s ease-out;
    opacity: 0; }
  .parallax-container [data-fade-in--delayed="true"] {
    transition-delay: 1s;
    transition-duration: 1.5s; }
  .parallax-container [data-origin="center"] {
    left: 50%;
    transform: translate3d(-50%, 0, 0); }

.parallax-container__wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  overflow: hidden; }

.parallax-container--fluid {
  height: auto; }
  .parallax-container--fluid:after {
    display: block;
    content: "";
    padding-top: 50%; }

@keyframes counter-digit-animation {
  0% {
    transform: translateY(-91%); }
  100% {
    transform: translateY(0%); } }

.counter {
  position: relative;
  overflow: hidden;
  font-size: 90px;
  font-weight: bold;
  margin: 20px 0 30px;
  line-height: 90px;
  margin: 20px 0 !important;
  height: 100px; }

.counter__digit-container {
  mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 65%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 25%, black 65%, transparent 100%);
  transform: translateZ(0); }

.counter__digit {
  display: inline-block;
  width: 62px;
  height: 90px;
  position: relative; }

.counter__digit-column {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 9px; }

.counter__digit-column span {
  display: block;
  width: 100%;
  text-align: center; }

.counter__digit--separator {
  width: 36px;
  opacity: 0;
  transition: width 0.66s cubic-bezier(0.1, 0.55, 0, 1.1), opacity 0.8s ease-out; }

.counter__svg-container {
  height: 0; }

@media (max-width: 767.98px) {
  .counter {
    font-size: 38px; }
  .counter__digit {
    width: 24px; }
  .counter__digit-column {
    left: 0; } }

.mco-hero {
  padding-top: 30px;
  text-align: center;
  background: linear-gradient(to bottom, #fff 0%, #ebebeb 100%); }
  @media (max-width: 767.98px) {
    .mco-hero {
      padding-top: 0; } }

.mco-hero__image {
  width: 100%;
  max-width: 1400px; }

.mco__featured-feed {
  margin: 90px 0 0; }
  .mco__featured-feed h4 {
    margin-bottom: 16px; }
  .mco__featured-feed .categories-list .icon-category {
    display: none; }

.mco__featured-feed__image {
  width: 100%; }

p.mco__featured-feed__image-byline {
  font-size: 14px;
  margin-top: 6px; }

.mco__text-container {
  max-width: 470px; }

.mco__text-container--right {
  padding-left: 30px; }

.mco__text-container--white * {
  -webkit-font-smoothing: antialiased;
  color: white; }

.mco__media-container {
  height: 470px;
  position: relative; }

.mco__media-content-1 {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0; }

.mco__media-content-1-2 {
  position: absolute;
  height: 244px;
  right: -38px;
  bottom: -140px; }

.mco__media-content-2 {
  position: absolute;
  height: 190%;
  top: -38%;
  left: 97%; }

.mco__media-content-3 {
  position: absolute;
  right: 0;
  height: 100%;
  top: -5%; }

.mco__media-content-3-1 {
  position: absolute;
  height: 62%;
  right: -80px;
  bottom: -13%; }

.mco__media-content-4 {
  position: absolute;
  left: 12%;
  height: 100%;
  top: 0; }

.mco__media-content-4-1 {
  position: absolute;
  height: 320px;
  left: -24%;
  bottom: -27%; }

.mco__media-content-5 {
  height: 200px; }

.badge-link {
  display: inline-block; }
  .badge-link:active, .badge-link:focus, .badge-link:hover {
    background-color: transparent !important; }
  .badge-link .badge-link-image {
    height: 40px;
    margin: 0 4px 6px;
    border-radius: 4px; }

.mco__badges--hero .badge-link-image {
  margin: 40px 4px 26px;
  height: 62px;
  border-radius: 6px; }

.mco__badges--hero .badge-link--no-hero-rounding .badge-link-image {
  border-radius: 0; }

.mco__media-content-6 {
  width: 100%;
  margin-top: -12%; }

.mco__tiles .tiles-container {
  margin: 0; }

@media (max-width: 991.98px) {
  .mco__media-content-3-1 {
    right: -160px; } }

@media (max-width: 767.98px) {
  .mco__media-container {
    margin-top: 30px !important;
    height: 220px; }
  .mco__media-content-1 {
    right: auto;
    left: 33%; }
  .mco__media-content-1-2 {
    height: 159px;
    left: -26px;
    right: auto;
    bottom: -38px; }
  .mco__media-content-2 {
    position: relative;
    height: auto;
    top: 10px;
    left: -3%;
    margin-bottom: 0px;
    width: 106%; }
  .mco__media-content-3 {
    position: absolute;
    right: auto;
    height: 90%;
    top: -14%;
    left: 50%;
    transform: translateX(-50%); }
  .mco__media-content-3-1 {
    right: auto;
    left: 70%;
    height: 69%;
    bottom: -14%;
    transform: translateX(-50%); }
  .mco__media-content-4 {
    position: absolute;
    left: 50%;
    right: auto;
    height: 105%;
    top: -2%; }
  .mco__media-content-4-1 {
    height: 190px;
    left: auto;
    bottom: -20%;
    right: 60%;
    transform: translateX(50%); }
  .mco__media-content-5 {
    padding-top: 20px;
    height: 140px; }
  .mco__media-content-6 {
    width: 120%;
    margin-top: -15%;
    left: -10%;
    position: relative; }
  .mco__featured-feed {
    margin-top: 30px; }
  .mco__featured-feed h4 {
    text-align: center; }
  .mco__text-container {
    padding-left: 0;
    max-width: none;
    text-align: center; } }

.media-block__text-column {
  max-width: 470px; }

.media-block__text-column--right {
  padding-left: 30px; }

.media-block__text-column--white * {
  color: #fff; }

.media-block__image-column {
  height: 470px;
  position: relative; }

@media (max-width: 767.98px) {
  .media-block__text-column {
    padding-left: 0;
    max-width: none;
    text-align: center; }
  .media-block__image-column {
    margin-top: 30px !important;
    height: 220px; } }

.scroll-to-top-button {
  transition: transform 0.2s cubic-bezier(0, 0.26, 0.1, 0.96);
  position: fixed;
  right: 15px;
  bottom: calc(50% - 48px);
  transform: translate3d(64px, 0, 0);
  z-index: 1000; }
  @media (max-width: 767.98px) {
    .scroll-to-top-button {
      bottom: 15px; } }

.dynamic-promotions .badge-link-image {
  height: 76px;
  border-radius: 8px; }

.dynamic-promotions .dynamic-promotions__secondary-option {
  color: #757575;
  font-size: 9px;
  letter-spacing: 1px;
  padding: 0 0 36px; }

.dynamic-promotions .dynamic-promotions__secondary-option p {
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 2px 0 8px; }

.dynamic-promotions .dynamic-promotions__default-container {
  position: absolute;
  top: 50%;
  left: 50%; }

.dynamic-promotions--align-center .dynamic-promotions__default-container {
  transform: translate3d(-50%, -50%, 0) translateY(-17px); }

.dynamic-promotions--align-left .dynamic-promotions__default-container {
  transform: translate3d(-520px, -50%, 0) translateY(-17px); }
  @media (max-width: 1199.98px) {
    .dynamic-promotions--align-left .dynamic-promotions__default-container {
      left: 6%;
      transform: translate3d(0, -50%, 0) translateY(-17px); } }

.dynamic-promotions .dynamic-promotions__windows-link {
  color: white;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }

.dynamic-promotions .dynamic-promotions__windows-link-container {
  display: none;
  margin-top: 8px;
  text-align: center; }

.dynamic-promotions .dynamic-promotions__windows-link {
  text-transform: uppercase;
  display: inline-block;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: bold; }

.dynamic-promotions .dynamic-promotions__windows-link-text {
  font-size: 11px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 5px 0 4px; }

.dynamic-promotions .dynamic-promotions__windows-link:hover {
  text-decoration: none; }

.dynamic-promotions .dynamic-promotions__windows-link-icon {
  -webkit-filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.2));
  width: 120px;
  height: 24px; }

.dynamic-promotions .dynamic-promotions__device-container {
  position: relative;
  text-align: center; }

.dynamic-promotions .dynamic-promotions__device-container, .dynamic-promotions .dynamic-promotions__default-container {
  display: none; }

.dynamic-promotions .dynamic-promotions__badge-links {
  margin-bottom: -40px; }

.dynamic-promotions .dynamic-promotions__badge-links .badge-link {
  display: none;
  position: relative;
  top: -40px; }

.dynamic-promotions .dynamic-promotions__badge-links a:first-of-type {
  display: inline; }

.dynamic-promotions-trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.animation-floating img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.animation-floating--vertical {
  transform: translate3d(0, 0, 0);
  animation: animation-keyframes--floating-vertical 8s ease-in-out infinite; }

.animation-floating--circular {
  transform: translate3d(0, 0, 0);
  animation: animation-keyframes--floating-circular 12s linear infinite; }

.animation-floating--s2 {
  animation-duration: 2s; }

.animation-floating--s4 {
  animation-duration: 4s; }

.animation-floating--s6 {
  animation-duration: 6s; }

.animation-floating--s10 {
  animation-duration: 10s; }

.animation-floating--s12 {
  animation-duration: 12s; }

@keyframes animation-keyframes--floating-vertical {
  0% {
    transform: translateY(0); }
  50% {
    transform: translate3d(0, -10px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes animation-keyframes--floating-circular {
  from {
    transform: rotate(0deg) translateX(5px) rotate(0deg); }
  to {
    transform: rotate(360deg) translateX(5px) rotate(-360deg); } }

.servers-page {
  background: linear-gradient(to bottom, #126dcc 0%, #9a5be3 50%, #f2d67f 100%); }

.hub-media-block .media-block__image-column {
  height: auto; }

.media-block__image-main {
  overflow: hidden; }

.media-block__portal-animation {
  background-color: #5526ac;
  position: absolute;
  left: 18.2%;
  top: 38.25%;
  width: 7.25%;
  overflow: hidden;
  transform: skew(0, 3.8deg); }

.media-block__particle-system {
  position: absolute;
  left: 16%;
  top: 36%;
  width: 12%; }

.media-block__portal-swirl {
  background-image: url("/static/pages/img/servers/servers-hub-portal-swirl.5e31b21f5ee3.png");
  position: absolute;
  width: 50%;
  height: 33%;
  background-size: cover;
  top: 0;
  left: 0;
  animation: portal-swirl-animation 0.8s linear infinite; }

.media-block__portal-swirl:nth-child(2) {
  top: 33%;
  animation-delay: 0.7s; }

.media-block__portal-swirl:nth-child(3) {
  top: 66%;
  animation-delay: 0.3s; }

.media-block__portal-swirl:nth-child(4) {
  left: 50%;
  animation-delay: 0.8s; }

.media-block__portal-swirl:nth-child(5) {
  left: 50%;
  top: 33%;
  animation-delay: 0.2s; }

.media-block__portal-swirl:nth-child(6) {
  left: 50%;
  top: 66%;
  animation-delay: 0.5s; }

.media-block__portal-animation::after {
  content: "";
  display: block;
  padding-bottom: 158%;
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.2); }

.media-block__torches-animation {
  position: absolute;
  animation: torches-animation 1.4s steps(25) infinite; }

@keyframes portal-swirl-animation {
  100% {
    transform: rotateZ(-360deg); } }

.hub-media-block-1 .media-block__image-main {
  width: 110%;
  position: relative; }

.hub-media-block-1 .media-block__image-1 {
  position: absolute;
  width: 15%;
  top: -3%;
  left: 44%;
  opacity: 0.7; }

.hub-media-block-1 .media-block__image-2 {
  position: absolute;
  width: 20%;
  top: 0%;
  left: 83%;
  opacity: 0.75; }

.hub-media-block-1 .media-block__image-3 {
  position: absolute;
  width: 24%;
  bottom: 19%;
  left: 89%;
  opacity: 0.9; }

.hub-media-block-1 .media-block__image-4 {
  position: absolute;
  width: 14%;
  bottom: 11%;
  left: 5%;
  opacity: 0.8; }

.hub-media-block-1 .media-block__image-5 {
  position: absolute;
  width: 45%;
  bottom: 2%;
  left: 7%; }

.hub-media-block-1 .media-block__image-6 {
  position: absolute;
  width: 24%;
  top: 13%;
  left: -6%; }

.hub-media-block-1 .media-block__image-7 {
  position: absolute;
  width: 40%;
  bottom: 2%;
  left: 92%; }

.hub-media-block-1 .media-block__torches-animation {
  background-image: url("/static/pages/img/servers/servers-hub-1-torches-animation.276b7db0f346.png");
  left: 44.9%;
  top: 40%;
  width: 32.5%;
  background-size: auto 2500%;
  background-position: 0 0;
  background-repeat: repeat-y; }

.hub-media-block-1 .media-block__torches-animation::after {
  content: "";
  display: block;
  padding-bottom: 12.5%; }

@keyframes torches-animation {
  100% {
    background-position: 0 -2500%; } }

.hub-media-block-2 .media-block__image-main {
  position: relative;
  width: 108%;
  left: -16.5%; }

.hub-media-block-2 .media-block__image-1 {
  position: absolute;
  width: 14%;
  top: 25%;
  left: 71%;
  opacity: 0.8; }

.hub-media-block-2 .media-block__image-2 {
  position: absolute;
  width: 27%;
  bottom: 18%;
  left: 83%;
  opacity: 0.7; }

.hub-media-block-2 .media-block__image-3 {
  position: absolute;
  width: 25%;
  bottom: -2%;
  left: 62%; }

.hub-media-block-2 .media-block__image-4 {
  position: absolute;
  width: 29%;
  bottom: 0;
  left: -2%; }

.hub-media-block-2 .media-block__image-5 {
  position: absolute;
  width: 38%;
  bottom: 22%;
  left: -18%;
  opacity: 0.95; }

.hub-media-block-2 .media-block__waterfall-animation {
  background-image: url("/static/pages/img/servers/servers-hub-2-waterfall-animation.e1f98bd5f55e.png");
  position: absolute;
  animation: waterfall-animation 0.3s steps(16) infinite;
  left: 23.5%;
  top: 10%;
  width: 70.5%;
  background-size: 1600% auto;
  background-position: 0 0;
  background-repeat: repeat-y; }

.hub-media-block-2 .media-block__waterfall-animation::after {
  content: "";
  display: block;
  padding-bottom: 150.08%; }

@keyframes waterfall-animation {
  100% {
    background-position: 106.666666% 0; } }

.hub-media-block-2 .media-block__portal-animation {
  background-color: #35196b; }

.hub-media-block-2 .media-block__portal-animation--1 {
  background-color: #35196b;
  left: 12.6%;
  top: 16.3%;
  width: 7.7%; }

.hub-media-block-2 .media-block__portal-animation--2 {
  left: 19.2%;
  top: 38%;
  width: 7.8%; }

.hub-media-block-2 .media-block__portal-animation--3 {
  left: 82%;
  top: 35.5%;
  width: 7.8%; }

.hub-media-block-2 .media-block__portal-swirl {
  opacity: 0.45; }

.hub-media-block-2 .media-block__particle-system {
  opacity: 0.6;
  width: 12%; }

.hub-media-block-2 .media-block__particle-system--1 {
  left: 10.5%;
  top: 14%; }

.hub-media-block-2 .media-block__particle-system--2 {
  left: 17%;
  top: 36%; }

.hub-media-block-2 .media-block__particle-system--3 {
  left: 80%;
  top: 34%; }

.hub-media-block-3 .media-block__image-main {
  position: relative;
  width: 100%; }

.hub-media-block-3 .media-block__image-1 {
  position: absolute;
  width: 18%;
  top: 23%;
  left: 84%;
  opacity: 0.75; }

.hub-media-block-3 .media-block__image-2 {
  position: absolute;
  width: 25%;
  top: 5.5%;
  left: 64%;
  opacity: 0.7; }

.hub-media-block-3 .media-block__image-3 {
  position: absolute;
  width: 15%;
  bottom: 9%;
  left: 62%; }

.hub-media-block-3 .media-block__image-4 {
  position: absolute;
  width: 29%;
  bottom: 5%;
  left: 7%; }

.hub-media-block-3 .media-block__image-5 {
  position: absolute;
  width: 18%;
  bottom: 12%;
  left: 84%;
  opacity: 0.8; }

.hub-media-block-3 .media-block__portal-animation {
  left: 72.1%;
  top: 40.5%;
  width: 8.2%;
  transform: skew(0, 6deg);
  opacity: 0.4; }

.hub-media-block-3 .media-block__particle-system {
  left: 70.5%;
  top: 39%;
  opacity: 0.8; }

.hub-media-block-4 .media-block__image-main {
  position: relative;
  width: 130%;
  left: -30%; }

.hub-media-block-4 .media-block__image-1 {
  position: absolute;
  width: 10%;
  top: 30%;
  left: -30%;
  opacity: 0.8; }

.hub-media-block-4 .media-block__image-2 {
  position: absolute;
  width: 18%;
  top: 10%;
  left: 38%;
  opacity: 0.75; }

.hub-media-block-4 .media-block__image-3 {
  position: absolute;
  width: 29%;
  bottom: 19%;
  left: 70%;
  opacity: 0.7; }

.hub-media-block-4 .media-block__image-4 {
  position: absolute;
  width: 27%;
  bottom: -7%;
  left: 7%; }

.hub-media-block-4 .media-block__image-5 {
  position: absolute;
  width: 32%;
  bottom: 3%;
  left: -37%; }

.hub-media-block-4 .media-block__image-6 {
  position: absolute;
  width: 33%;
  bottom: -1%;
  left: 54%; }

.hub-media-block-4 .media-block__portal-animation {
  background-color: #35196b;
  left: 61.7%;
  top: 27.4%;
  width: 5.85%;
  transform: skew(0, 3deg);
  opacity: 0.5; }

.hub-media-block-4 .media-block__particle-system {
  left: 58.7%;
  top: 23%;
  opacity: 0.6; }

.hub-media-block-4 .media-block__torches-animation {
  background-image: url("/static/pages/img/servers/servers-hub-4-torches-animation.c3f0f653b5d0.png");
  left: 10.74%;
  top: 39.9%;
  width: 86.5%;
  background-size: auto 2500%;
  background-position: 0 0;
  background-repeat: repeat-y; }

.hub-media-block-4 .media-block__torches-animation::after {
  content: "";
  display: block;
  padding-bottom: 12.5%; }

@keyframes torches-animation {
  100% {
    background-position: 0 -2500%; } }

@media (max-width: 767.98px) {
  .servers-page > .page-section {
    padding-bottom: 0; }
  .hub-media-block .media-block__image-column {
    margin: 0 auto; }
    .hub-media-block .media-block__image-column .media-block__image-main {
      width: 100%;
      left: 0; }
      .hub-media-block .media-block__image-column .media-block__image-main img {
        width: 100%; }
  .hub-media-block-2 .media-block__image-main {
    margin-top: 60px;
    left: 10%; } }

.castle-parallax .parallax-container__image {
  width: 100%;
  bottom: 185px; }

.castle-parallax .parallax-container__wrapper {
  clip: initial; }

.castle-parallax .parallax-container__image-sun {
  width: 5%;
  margin-left: -10%;
  padding-bottom: 29.8%; }

.castle-parallax .parallax-container__image-clouds {
  padding-bottom: 32.5%; }

.castle-parallax .parallax-container__image-back-3 {
  padding-bottom: 20.5%; }

.castle-parallax .parallax-container__image-back-2 {
  padding-bottom: 20%; }

@media (max-width: 767.98px) {
  .castle-parallax {
    display: none; } }

@media (max-width: 767.98px) {
  .media-block__torches-animation,
  .media-block__portal-animation,
  .media-block__particle-system,
  .media-block__waterfall-animation {
    display: none !important;
    background: none !important; } }

.center.navbar .nav,
.center.navbar .nav > li {
  margin-top: 0;
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  *zoom: 1;
  /* hasLayout ie7 trigger */
  vertical-align: top; }

.center .navbar-inner {
  text-align: center; }

[tabindex='0']:focus {
  outline: none; }

@media (max-width: 767.98px) {
  .container {
    max-width: none; } }
