@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; }
@keyframes flicker-opacity {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@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); } }

@keyframes counter-digit-animation {
  0% {
    transform: translateY(-91%); }
  100% {
    transform: translateY(0%); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-tertiary {
  color: #04ca67 !important; }

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

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

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

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

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

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

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

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

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

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

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

.text-tertiary-supportive {
  color: #03984e !important; }

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

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

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

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

a.text-quinary-supportive:hover, a.text-quinary-supportive:focus {
  color: black !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: #dacbc5 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-dungeons-primary {
  color: #e67834 !important; }

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

.text-dungeons-secondary {
  color: #299b6e !important; }

a.text-dungeons-secondary:hover, a.text-dungeons-secondary:focus {
  color: #195f43 !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; }

.translate-up-50 {
  transform: translateY(-50%); }

.translate-down-50 {
  transform: translateY(50%); }

.translate-left-50 {
  transform: translateX(-50%); }

.translate-right-50 {
  transform: translateX(50%); }

.max-text-width {
  max-width: 540px; }

.max-page-width {
  max-width: 2880px; }

.max-full-screen-height {
  max-height: 1800px; }

.z-index-0 {
  z-index: 0; }

.animation-floating--vertical, .animation-floating--circular, .tile-category__text {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0); }

.tile[data-state="load"] {
  animation: scale-0-to-1 0.5s; }

.attributed-quote::before, .attributed-quote::after {
  content: '';
  display: block;
  box-sizing: content-box;
  position: absolute;
  background-repeat: no-repeat;
  background-color: #f1edec;
  background-size: 32px 32px, auto;
  background-position: center;
  width: 38px;
  height: 38px;
  padding: 0 4px; }

.font-mc-ten,
.font-mc-five, .page-section.text-white, .page-section.text-light, .what-is-minecraft #play-with-friends, .update-aquatic {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (min-width: 0) {
  .columns-xs-1 {
    column-count: 1; }
  .columns-xs-2 {
    column-count: 2; }
  .columns-xs-3 {
    column-count: 3; }
  .columns-xs-4 {
    column-count: 4; }
  .columns-xs-5 {
    column-count: 5; }
  .columns-xs-6 {
    column-count: 6; } }

@media screen and (min-width: 576px) {
  .columns-sm-1 {
    column-count: 1; }
  .columns-sm-2 {
    column-count: 2; }
  .columns-sm-3 {
    column-count: 3; }
  .columns-sm-4 {
    column-count: 4; }
  .columns-sm-5 {
    column-count: 5; }
  .columns-sm-6 {
    column-count: 6; } }

@media screen and (min-width: 768px) {
  .columns-md-1 {
    column-count: 1; }
  .columns-md-2 {
    column-count: 2; }
  .columns-md-3 {
    column-count: 3; }
  .columns-md-4 {
    column-count: 4; }
  .columns-md-5 {
    column-count: 5; }
  .columns-md-6 {
    column-count: 6; } }

@media screen and (min-width: 992px) {
  .columns-lg-1 {
    column-count: 1; }
  .columns-lg-2 {
    column-count: 2; }
  .columns-lg-3 {
    column-count: 3; }
  .columns-lg-4 {
    column-count: 4; }
  .columns-lg-5 {
    column-count: 5; }
  .columns-lg-6 {
    column-count: 6; } }

@media screen and (min-width: 1200px) {
  .columns-xl-1 {
    column-count: 1; }
  .columns-xl-2 {
    column-count: 2; }
  .columns-xl-3 {
    column-count: 3; }
  .columns-xl-4 {
    column-count: 4; }
  .columns-xl-5 {
    column-count: 5; }
  .columns-xl-6 {
    column-count: 6; } }

.column-gap-3em {
  column-gap: 3em; }

.column-gap-4em {
  column-gap: 4em; }

.column-gap-5em {
  column-gap: 5em; }

.column-gap-6em {
  column-gap: 6em; }

.break-inside-avoid {
  /* Chrome, Safari, Opera */
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */ }
  .break-inside-avoid::before {
    content: '';
    display: block;
    height: 1px; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

[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;
  text-decoration-skip-ink: none; }

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

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: #008542;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #008542;
    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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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-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-weight: 700;
  line-height: 1.4; }

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: 88%;
  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%;
  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: 100%; }

.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: 100%; }
  .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: 100%; }
  .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: 100%; }
  .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: 100%; }
  .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, .article-paragraph table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1d1e1e; }
  .table th, .article-paragraph table th,
  .table td,
  .article-paragraph table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d1cfce; }
  .table thead th, .article-paragraph table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d1cfce; }
  .table tbody + tbody, .article-paragraph table tbody + tbody {
    border-top: 2px solid #d1cfce; }

.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-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac09d; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b7b7b7; }

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ac09d; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #aad5ef; }

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f2d880; }

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e99e88; }

.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-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfaf9; }

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #949494; }

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

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: #7ce3b0; }

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

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

.table-quaternary th,
.table-quaternary td,
.table-quaternary thead th,
.table-quaternary tbody + tbody {
  border-color: #cab29c; }

.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-quinary th,
.table-quinary td,
.table-quinary thead th,
.table-quinary tbody + tbody {
  border-color: #a9988a; }

.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-senary th,
.table-senary td,
.table-senary thead th,
.table-senary tbody + tbody {
  border-color: #949494; }

.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, .article-paragraph table .thead-dark th {
  color: #fff;
  background-color: #313131;
  border-color: #444444; }

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

.table-dark {
  color: #fff;
  background-color: #313131; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #444444; }
  .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 {
    color: #fff;
    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; }
    .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; }
    .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; }
    .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; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #404040;
    background-color: #fff;
    border-color: #181818;
    outline: 0;
    box-shadow: 0 0 3px 1px #397ad1, 0 0 2px 1px #397ad1 inset; }
  .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: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;
  color: #1d1e1e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 133, 66, 0.9); }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008542;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008542' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #008542;
    box-shadow: 0 0 0 0.2rem rgba(0, 133, 66, 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 {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #008542;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23313131' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008542' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #008542;
    box-shadow: 0 0 0 0.2rem rgba(0, 133, 66, 0.25); }
  .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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

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

.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: #008542; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #008542; }

.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 {
  border-color: #00b85b;
  background-color: #00b85b; }

.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 0.2rem rgba(0, 133, 66, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #008542; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008542; }

.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 {
  border-color: #008542;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 66, 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: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(212, 68, 26, 0.9); }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d4441a;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4441a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d4441a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.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 {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d4441a;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23313131' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d4441a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d4441a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .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 .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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.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 {
    border-color: #d4441a; }

.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 {
  border-color: #e7613a;
  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 0.2rem rgba(212, 68, 26, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d4441a; }

.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 ~ .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 {
  border-color: #d4441a;
  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,
    .form-inline .custom-select {
      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;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      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;
  color: #313131;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #313131;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 3px 1px #397ad1, 0 0 2px 1px #397ad1 inset; }
  .btn.disabled, .btn:disabled {
    opacity: 1; }

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

.btn-primary {
  color: #fff;
  background-color: #008542;
  border-color: #008542; }
  .btn-primary:hover {
    color: #fff;
    background-color: #005f2f;
    border-color: #005229; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 151, 94, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #008542;
    border-color: #008542; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005229;
    border-color: #004522; }
    .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(38, 151, 94, 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(138, 138, 138, 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(138, 138, 138, 0.5); }

.btn-success {
  color: #fff;
  background-color: #008542;
  border-color: #008542; }
  .btn-success:hover {
    color: #fff;
    background-color: #005f2f;
    border-color: #005229; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 151, 94, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #008542;
    border-color: #008542; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005229;
    border-color: #004522; }
    .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(38, 151, 94, 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(83, 152, 195, 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(83, 152, 195, 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(200, 158, 14, 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(200, 158, 14, 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(218, 96, 60, 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(218, 96, 60, 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(215, 213, 212, 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(215, 213, 212, 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(80, 80, 80, 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(80, 80, 80, 0.5); }

.btn-tertiary {
  color: #fff;
  background-color: #04ca67;
  border-color: #04ca67; }
  .btn-tertiary:hover {
    color: #fff;
    background-color: #03a454;
    border-color: #03984e; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(42, 210, 126, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #fff;
    background-color: #04ca67;
    border-color: #04ca67; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #03984e;
    border-color: #038b47; }
    .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(42, 210, 126, 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(168, 128, 94, 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(168, 128, 94, 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(115, 86, 64, 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(115, 86, 64, 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(80, 80, 80, 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(80, 80, 80, 0.5); }

.btn-outline-primary {
  color: #008542;
  border-color: #008542; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #008542;
    border-color: #008542; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 133, 66, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #008542;
    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: #008542;
    border-color: #008542; }
    .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(0, 133, 66, 0.5); }

.btn-outline-secondary {
  color: #757575;
  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: #008542;
  border-color: #008542; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #008542;
    border-color: #008542; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 133, 66, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #008542;
    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: #008542;
    border-color: #008542; }
    .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(0, 133, 66, 0.5); }

.btn-outline-info {
  color: #5caee0;
  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;
  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;
  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;
  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;
  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: #04ca67;
  border-color: #04ca67; }
  .btn-outline-tertiary:hover {
    color: #fff;
    background-color: #04ca67;
    border-color: #04ca67; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 202, 103, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #04ca67;
    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: #fff;
    background-color: #04ca67;
    border-color: #04ca67; }
    .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(4, 202, 103, 0.5); }

.btn-outline-quaternary {
  color: #996a41;
  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;
  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;
  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: #008542;
  text-decoration: none; }
  .btn-link:hover {
    color: #008542;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #5a5a5a;
    pointer-events: none; }

.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,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    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: #1d1e1e;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15); }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  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 {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.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: #fff;
    text-decoration: none;
    background-color: #008542; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #008542; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #5a5a5a;
    pointer-events: none;
    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; }

.dropdown-item-text {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #fff; }

.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;
    pointer-events: none;
    cursor: default; }

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

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

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

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

@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 .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 {
  -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 .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-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,%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,%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 transparent; }
  .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 transparent; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 1rem 0;
  background-color: transparent;
  border-top: 0 solid transparent; }

.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 {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0; }
  .accordion > .card .card-header {
    margin-bottom: 0; }

.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: #004522;
  background-color: #cce7d9;
  border-color: #b8ddca; }
  .alert-primary hr {
    border-top-color: #a7d5bd; }
  .alert-primary .alert-link {
    color: #001209; }

.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: #004522;
  background-color: #cce7d9;
  border-color: #b8ddca; }
  .alert-success hr {
    border-top-color: #a7d5bd; }
  .alert-success .alert-link {
    color: #001209; }

.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: #026936;
  background-color: #cdf4e1;
  border-color: #b9f0d4; }
  .alert-tertiary hr {
    border-top-color: #a4ecc7; }
  .alert-tertiary .alert-link {
    color: #01371c; }

.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;
  white-space: nowrap;
  background-color: #008542;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.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; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.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 > .form-control-plaintext,
  .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 + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .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 > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .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:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .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; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.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 {
    color: currentColor;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.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, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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 1rem;
  border-bottom: 1px solid transparent; }
  .modal-header .close {
    padding: 1rem 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-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

code {
  font-size: 87.5%;
  color: #7824c5;
  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: #008542 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005229 !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: #008542 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005229 !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: #04ca67 !important; }

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #03984e !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: #008542 !important; }

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

.border-success {
  border-color: #008542 !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: #04ca67 !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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !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; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -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; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -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; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -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; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -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; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -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; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !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;
  border: 0; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-tertiary {
  color: #04ca67 !important; }

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

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

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

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

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

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

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

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

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@font-face {
  font-family: 'MinecraftFive';
  src: url("../theme/freyja/fonts/MinecraftFive-Bold.0e6c4183dd23.eot");
  /* IE9 Compat Modes */
  src: url("../theme/freyja/fonts/MinecraftFive-Bold.0e6c4183dd23.eot?#iefix") format("embedded-opentype"), url("../theme/freyja/fonts/MinecraftFive-Bold.7bd038785593.woff") format("woff"), url("../theme/freyja/fonts/MinecraftFive-Bold.0bdbe420112f.ttf") format("truetype"), url("../theme/freyja/fonts/MinecraftFive-Bold.a9da67cd1b93.svg#MinecraftFive-Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'MinecraftFive';
  src: url("../theme/freyja/fonts/MinecraftFive-Regular.030d4d888fe8.eot");
  /* IE9 Compat Modes */
  src: url("../theme/freyja/fonts/MinecraftFive-Regular.030d4d888fe8.eot?#iefix") format("embedded-opentype"), url("../theme/freyja/fonts/MinecraftFive-Regular.ad649fc1788a.ttf") format("truetype"), url("../theme/freyja/fonts/MinecraftFive-Regular.5093663b33a7.woff") format("woff"), url("../theme/freyja/fonts/MinecraftFive-Regular.bcd2d7b889c1.svg#MinecraftFive-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'MinecraftTen';
  src: url("../theme/freyja/fonts/MinecraftTen.41a33336e597.eot");
  /* IE9 Compat Modes */
  src: url("../theme/freyja/fonts/MinecraftTen.41a33336e597.eot?#iefix") format("embedded-opentype"), url("../theme/freyja/fonts/MinecraftTen.375b25d1dbf7.woff") format("woff"), url("../theme/freyja/fonts/MinecraftTen.1ca1b0cef7cd.ttf") format("truetype"), url("../theme/freyja/fonts/MinecraftTen.83172ad81e4d.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; } }

.font-mc-ten,
.font-mc-five {
  font-weight: normal !important; }

.font-mc-ten {
  font-family: 'MinecraftTen', 'Noto Sans', sans-serif; }

.font-mc-five {
  font-family: 'MinecraftFive', 'Noto Sans', sans-serif; }

blockquote {
  padding: 0 1rem;
  border-left: 3px solid #008542; }

.blockquote-footer {
  text-align: right; }

.text-small {
  font-size: 0.875rem; }

.text-smaller {
  font-size: 0.75rem; }

.text-smallest {
  font-size: 0.625rem; }

.letter-spacing-1 {
  letter-spacing: 1px; }

.divider {
  border: solid 3px rgba(0, 0, 0, 0.1); }

.text-light hr,
.text-white hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.text-light .divider,
.text-white .divider {
  border-color: rgba(255, 255, 255, 0.1); }

code {
  padding: 0.25rem;
  background-color: #f1edec; }

.bg-gradient-primary {
  background: #008542 linear-gradient(180deg, #008542, #004a25) repeat-x !important; }

.bg-gradient-secondary {
  background: #757575 linear-gradient(180deg, #757575, #404040) repeat-x !important; }

.bg-gradient-tertiary {
  background: #04ca67 linear-gradient(180deg, #04ca67, #03984e) 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: #008542 !important; }

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #005229 !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: #008542 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005229 !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: #008542 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005229 !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: #04ca67 !important; }

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #03984e !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: #004a25 !important; }

a.bg-primary-supportive:hover, a.bg-primary-supportive:focus,
button.bg-primary-supportive:hover,
button.bg-primary-supportive:focus {
  background-color: #00170b !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: #03984e !important; }

a.bg-tertiary-supportive:hover, a.bg-tertiary-supportive:focus,
button.bg-tertiary-supportive:hover,
button.bg-tertiary-supportive:focus {
  background-color: #026634 !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; }

.bg-dungeons-primary {
  background-color: #e67834 !important; }

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

.bg-dungeons-secondary {
  background-color: #299b6e !important; }

a.bg-dungeons-secondary:hover, a.bg-dungeons-secondary:focus,
button.bg-dungeons-secondary:hover,
button.bg-dungeons-secondary:focus {
  background-color: #1e7351 !important; }

.bg-wool-light {
  background-image: url("../theme/freyja/img/bg-wool-white.bfe1c6345679.png");
  background-color: #fff; }

.bg-wool-dark {
  background-image: url("../theme/freyja/img/bg-wool-dark.ddea3e9ef4d4.png"); }

.bg-grass {
  background-image: url("../theme/freyja/img/bg-grass.799c0e5cd6f4.png"); }

.bg-snow {
  background-image: url("../theme/freyja/img/bg-snow.a04d427c88d5.png"); }

.bg-wool-dark,
.bg-grass,
.bg-snow {
  background-color: #313131; }

.bg-overlay {
  background-blend-mode: overlay; }

.bg-gradient-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(49, 49, 49, 0.5)); }

.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.05); }

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.05); }

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-black-25 {
  background-color: rgba(0, 0, 0, 0.25); }

.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25); }

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-black-75 {
  background-color: rgba(0, 0, 0, 0.75); }

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75); }

.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: #008542; }
  .alert-primary a,
  .alert-primary a:hover,
  .alert-primary .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-secondary {
  background-color: #757575; }
  .alert-secondary a,
  .alert-secondary a:hover,
  .alert-secondary .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-success {
  background-color: #008542; }
  .alert-success a,
  .alert-success a:hover,
  .alert-success .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-info {
  background-color: #5caee0; }
  .alert-info a,
  .alert-info a:hover,
  .alert-info .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-warning {
  background-color: #e6b40b; }
  .alert-warning a,
  .alert-warning a:hover,
  .alert-warning .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-danger {
  background-color: #d4441a; }
  .alert-danger a,
  .alert-danger a:hover,
  .alert-danger .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-light {
  background-color: #f8f5f4; }
  .alert-light a,
  .alert-light a:hover,
  .alert-light .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-dark {
  background-color: #313131; }
  .alert-dark a,
  .alert-dark a:hover,
  .alert-dark .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-tertiary {
  background-color: #04ca67; }
  .alert-tertiary a,
  .alert-tertiary a:hover,
  .alert-tertiary .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-quaternary {
  background-color: #996a41; }
  .alert-quaternary a,
  .alert-quaternary a:hover,
  .alert-quaternary .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-quinary {
  background-color: #5a381e; }
  .alert-quinary a,
  .alert-quinary a:hover,
  .alert-quinary .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-senary {
  background-color: #313131; }
  .alert-senary a,
  .alert-senary a:hover,
  .alert-senary .alert-link {
    color: currentColor;
    text-decoration: underline; }

.alert-primary,
.alert-secondary,
.alert-success,
.alert-danger,
.alert-dark {
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }

.alert-fixed {
  position: fixed;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1060; }
  @media (min-width: 992px) {
    .alert-fixed {
      left: 50%;
      transform: translateX(-50%); } }

.radio {
  display: inline-block;
  position: relative; }
  .radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 1.3em;
    width: 1.3em; }
    .radio input[type="radio"]:checked + label .radio-icon {
      border-color: #008542; }
      .radio input[type="radio"]:checked + label .radio-icon::after {
        background-color: #008542; }
    .radio input[type="radio"]:checked + label.radio-selection {
      border-color: #008542;
      background-color: #f1edec;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1) inset; }
    .radio input[type="radio"]:focus {
      outline: none; }
      .radio input[type="radio"]:focus + label .radio-icon {
        box-shadow: 0 0 5px 1px Highlight; }
  .radio .radio-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    transition: 0.3s; }
  .radio .radio-icon {
    display: inline-block;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin-right: 0.25em;
    padding: 2px;
    transition: 0.3s;
    line-height: 0; }
    .radio .radio-icon::after {
      content: '';
      display: inline-block;
      width: 0.8em;
      height: 0.8em;
      border-radius: 50%;
      transition: 0.3s; }
  .radio .radio-selection {
    display: block;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 1rem;
    transition: 0.3s; }

#btn-pseudo-element, #btn-border::before, .btn-disabled::before,
.btn-primary::before,
.btn-secondary::before,
.btn-danger::before,
.btn-warning::before,
.btn-info::before,
.btn-hexagon::before, #btn-border::after, .btn-disabled::after,
.btn-primary::after,
.btn-secondary::after,
.btn-danger::after,
.btn-warning::after,
.btn-info::after,
.btn-hexagon::after, .btn .grow::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-disabled:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-hexagon:hover, #btn-border:focus, .btn-disabled:focus,
.btn-primary:focus,
.btn-secondary:focus,
.btn-danger:focus,
.btn-warning:focus,
.btn-info:focus,
.btn-hexagon:focus, #btn-border:active, .btn-disabled: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-disabled: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 .grow,
  .btn-disabled:hover .grow,
  .btn-primary:hover .grow,
  .btn-secondary:hover .grow,
  .btn-danger:hover .grow,
  .btn-warning:hover .grow,
  .btn-info:hover .grow,
  .btn-hexagon:hover .grow, #btn-border:focus::before, .btn-disabled: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 .grow,
  .btn-disabled:focus .grow,
  .btn-primary:focus .grow,
  .btn-secondary:focus .grow,
  .btn-danger:focus .grow,
  .btn-warning:focus .grow,
  .btn-info:focus .grow,
  .btn-hexagon:focus .grow, #btn-border:active::before, .btn-disabled: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 .grow,
  .btn-disabled:active .grow,
  .btn-primary:active .grow,
  .btn-secondary:active .grow,
  .btn-danger:active .grow,
  .btn-warning:active .grow,
  .btn-info:active .grow,
  .btn-hexagon:active .grow {
    background-color: #313131;
    box-shadow: 0 -4px rgba(0, 0, 0, 0.35) inset, 0 4px rgba(255, 255, 255, 0.25) inset, -4px 0 rgba(255, 255, 255, 0.25) inset, 4px 0 rgba(0, 0, 0, 0.35) inset; }

#btn-border::before, .btn-disabled::before,
.btn-primary::before,
.btn-secondary::before,
.btn-danger::before,
.btn-warning::before,
.btn-info::before,
.btn-hexagon::before,
#btn-border .grow,
.btn-disabled .grow,
.btn-primary .grow,
.btn-secondary .grow,
.btn-danger .grow,
.btn-warning .grow,
.btn-info .grow,
.btn-hexagon .grow {
  box-shadow: 0 -4px rgba(0, 0, 0, 0.25) inset, 0 4px rgba(255, 255, 255, 0.35) inset, -4px 0 rgba(255, 255, 255, 0.35) inset, 4px 0 rgba(0, 0, 0, 0.25) inset;
  z-index: -1; }

#btn-border::after, .btn-disabled::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 .grow::after {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15); }
  .btn:hover .grow::after {
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15); }

.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 {
  color: #fff !important; }
  .btn-primary::before,
  .btn-primary .grow {
    background-color: #008542; }

.btn-secondary {
  color: #fff !important; }
  .btn-secondary::before,
  .btn-secondary .grow {
    background-color: #757575; }

.btn-success {
  color: #fff !important; }
  .btn-success::before,
  .btn-success .grow {
    background-color: #008542; }

.btn-info {
  color: #1d1e1e !important; }
  .btn-info::before,
  .btn-info .grow {
    background-color: #5caee0; }

.btn-warning {
  color: #1d1e1e !important; }
  .btn-warning::before,
  .btn-warning .grow {
    background-color: #e6b40b; }

.btn-danger {
  color: #fff !important; }
  .btn-danger::before,
  .btn-danger .grow {
    background-color: #d4441a; }

.btn-light {
  color: #1d1e1e !important; }
  .btn-light::before,
  .btn-light .grow {
    background-color: #f8f5f4; }

.btn-dark {
  color: #fff !important; }
  .btn-dark::before,
  .btn-dark .grow {
    background-color: #313131; }

.btn-tertiary {
  color: #fff !important; }
  .btn-tertiary::before,
  .btn-tertiary .grow {
    background-color: #04ca67; }

.btn-quaternary {
  color: #fff !important; }
  .btn-quaternary::before,
  .btn-quaternary .grow {
    background-color: #996a41; }

.btn-quinary {
  color: #fff !important; }
  .btn-quinary::before,
  .btn-quinary .grow {
    background-color: #5a381e; }

.btn-senary {
  color: #fff !important; }
  .btn-senary::before,
  .btn-senary .grow {
    background-color: #313131; }

.btn-dungeons-primary {
  color: #fff !important; }

.btn-dungeons-secondary {
  color: #fff !important; }

.btn-vertical-stack {
  -ms-flex-direction: column;
      flex-direction: column; }

.btn-link {
  color: currentColor;
  font-size: 1rem;
  letter-spacing: normal;
  text-transform: none;
  padding: 0; }
  .btn-link:hover, .btn-link:focus {
    color: #008542;
    text-decoration: underline; }

.btn-square {
  width: 3rem;
  height: 3rem;
  padding: 0px; }

.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: 0;
  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;
    transform: perspective(500000000000px) translateZ(32px); }
  .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: #40a471;
    border-left-color: #006432; }
    .btn-hexagon.btn-primary, .btn-hexagon.btn-primary::after, .btn-hexagon.btn-primary::before {
      background-color: #008542; }
    .btn-hexagon.btn-primary::before {
      border-top-color: #80c2a1;
      border-left-color: #40a471; }
    .btn-hexagon.btn-primary::after {
      border-bottom-color: #004321;
      border-right-color: #006432; }
  .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.btn-dungeons-primary {
    border-right-color: #ec9a67;
    border-left-color: #ad5a27; }
    .btn-hexagon.btn-dungeons-primary, .btn-hexagon.btn-dungeons-primary::after, .btn-hexagon.btn-dungeons-primary::before {
      background-color: #e67834; }
    .btn-hexagon.btn-dungeons-primary::before {
      border-top-color: #f3bc9a;
      border-left-color: #ec9a67; }
    .btn-hexagon.btn-dungeons-primary::after {
      border-bottom-color: #733c1a;
      border-right-color: #ad5a27; }
  .btn-hexagon.btn-dungeons-secondary {
    border-right-color: #5fb492;
    border-left-color: #1f7453; }
    .btn-hexagon.btn-dungeons-secondary, .btn-hexagon.btn-dungeons-secondary::after, .btn-hexagon.btn-dungeons-secondary::before {
      background-color: #299b6e; }
    .btn-hexagon.btn-dungeons-secondary::before {
      border-top-color: #94cdb7;
      border-left-color: #5fb492; }
    .btn-hexagon.btn-dungeons-secondary::after {
      border-bottom-color: #154e37;
      border-right-color: #1f7453; }
  .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"] {
  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; }

.btn:disabled,
.btn-disabled {
  cursor: default !important;
  color: #5a5a5a !important;
  text-shadow: none; }
  .btn:disabled::before,
  .btn-disabled::before {
    box-shadow: 0 4px rgba(255, 255, 255, 0.4) inset, 0 -4px rgba(0, 0, 0, 0.05) inset, 4px 0 rgba(0, 0, 0, 0.05) inset, -4px 0 rgba(255, 255, 255, 0.4) inset;
    background-color: #d1cfce; }
  .btn:disabled::after,
  .btn-disabled::after {
    box-shadow: none; }
  .btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active,
  .btn-disabled:hover,
  .btn-disabled:focus,
  .btn-disabled:active {
    color: #5a5a5a !important; }
    .btn:disabled:hover::before, .btn:disabled:focus::before, .btn:disabled:active::before,
    .btn-disabled:hover::before,
    .btn-disabled:focus::before,
    .btn-disabled:active::before {
      box-shadow: 0 4px rgba(255, 255, 255, 0.4) inset, 0 -4px rgba(0, 0, 0, 0.05) inset, 4px 0 rgba(0, 0, 0, 0.05) inset, -4px 0 rgba(255, 255, 255, 0.4) inset;
      background-color: #d1cfce; }
    .btn:disabled:hover::after, .btn:disabled:focus::after, .btn:disabled:active::after,
    .btn-disabled:hover::after,
    .btn-disabled:focus::after,
    .btn-disabled:active::after {
      box-shadow: none; }

.btn-disabled-outline,
[class*=btn-outline]:disabled {
  cursor: default !important;
  color: #d1cfce !important;
  background-color: transparent;
  box-shadow: 0 0 0 4px currentColor inset; }
  .btn-disabled-outline::before, .btn-disabled-outline::after,
  [class*=btn-outline]:disabled::before,
  [class*=btn-outline]:disabled::after {
    box-shadow: none; }
  .btn-disabled-outline:hover, .btn-disabled-outline:focus, .btn-disabled-outline:active,
  [class*=btn-outline]:disabled:hover,
  [class*=btn-outline]:disabled:focus,
  [class*=btn-outline]:disabled:active {
    color: #d1cfce !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 4px currentColor inset; }
    .btn-disabled-outline:hover::before, .btn-disabled-outline:focus::before, .btn-disabled-outline:active::before,
    [class*=btn-outline]:disabled:hover::before,
    [class*=btn-outline]:disabled:focus::before,
    [class*=btn-outline]:disabled:active::before {
      box-shadow: none; }

.border-dungeons {
  border: 30px solid rgba(255, 255, 255, 0.25);
  -o-border-image: url("../theme/freyja/img/border-dungeons-25.44300115c6f1.png") 30;
     border-image: url("../theme/freyja/img/border-dungeons-25.44300115c6f1.png") 30; }

.border-width-1 {
  border-width: 1px !important; }

.border-width-2 {
  border-width: 2px !important; }

.border-width-3 {
  border-width: 3px !important; }

.border-width-4 {
  border-width: 4px !important; }

.border-width-5 {
  border-width: 5px !important; }

.border-black-5 {
  border-color: rgba(0, 0, 0, 0.05) !important; }

.border-white-5 {
  border-color: rgba(255, 255, 255, 0.05) !important; }

.border-black-10 {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.border-black-25 {
  border-color: rgba(0, 0, 0, 0.25) !important; }

.border-white-25 {
  border-color: rgba(255, 255, 255, 0.25) !important; }

.border-black-50 {
  border-color: rgba(0, 0, 0, 0.5) !important; }

.border-white-50 {
  border-color: rgba(255, 255, 255, 0.5) !important; }

.border-black-75 {
  border-color: rgba(0, 0, 0, 0.75) !important; }

.border-white-75 {
  border-color: rgba(255, 255, 255, 0.75) !important; }

.form-group.has-error .help-block {
  color: #d4441a; }

.form-control {
  font-size: 14px;
  height: 36px;
  padding: 8px;
  border-color: #181818; }

.form-control-plaintext {
  width: 100%;
  display: block; }

label {
  color: #5a5a5a;
  font-size: 14px;
  margin-bottom: 0; }

select {
  font-size: 16px; }

.card {
  background-color: transparent; }
  .card.card-grow:focus {
    outline: none !important;
    border: 3px solid #55a1f3; }

@media (min-width: 768px) {
  .card-group,
  .card-deck,
  .card-columns {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .card-group,
  .card-deck,
  .card-columns {
    -ms-flex-flow: column;
        flex-flow: column; } }

.card-deck .card {
  margin-bottom: 15px;
  margin-top: 15px; }

.card-deck .card-grow > .grow {
  background-color: #fff; }

.card-deck .card-grow:hover > .grow {
  background-color: #f1edec; }

.card-grow {
  z-index: 1;
  cursor: pointer; }
  .card-grow:hover {
    z-index: 2; }

.card-group .card {
  margin-bottom: 0; }

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

@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-wrap .card {
    -ms-flex: 1 0 40%;
        flex: 1 0 40%; } }

.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: #008542;
  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: #04ca67; }
  .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: #008542;
    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: #04ca67; }

.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: 4px;
    left: -1.5em; }

.hover-current:hover, .hover-current:focus, .hover-current:active {
  background-color: transparent;
  color: currentColor !important; }

a.hover-white:hover, a.hover-white:focus, a.hover-white:active {
  background-color: transparent;
  color: #fff !important; }

a.hover-black:hover, a.hover-black:focus, a.hover-black:active {
  background-color: transparent;
  color: #000 !important; }

.anchor-link {
  display: inline-block;
  padding: 0.6rem 1rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 2px 2px 0 0 rgba(255, 255, 255, 0.5);
  transition: background-color 0.025s linear; }
  .anchor-link:hover, .anchor-link:active, .anchor-link:focus {
    background-color: rgba(255, 255, 255, 0.6);
    color: #313131; }
  .anchor-link .svg-icon {
    transform: translateY(calc(3em / 16));
    margin-right: 0.2rem;
    color: rgba(0, 0, 0, 0.5); }

.text-light .anchor-link,
.text-white .anchor-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5); }
  .text-light .anchor-link:hover, .text-light .anchor-link:active, .text-light .anchor-link:focus,
  .text-white .anchor-link:hover,
  .text-white .anchor-link:active,
  .text-white .anchor-link:focus {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff; }
  .text-light .anchor-link .svg-icon,
  .text-white .anchor-link .svg-icon {
    color: rgba(255, 255, 255, 0.5); }

.svg-icon {
  width: 1em;
  height: 1em;
  overflow: unset !important; }
  .svg-icon use {
    fill: currentColor; }

p .svg-icon,
h1 .svg-icon,
h2 .svg-icon,
h3 .svg-icon,
h4 .svg-icon,
h5 .svg-icon,
h6 .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 {
  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); }

.end-with-block h1:last-child::after {
  width: 2.25rem;
  height: 2.25rem; }

.end-with-block p:last-child::after {
  width: 1rem;
  height: 1rem; }

.end-with-block p:last-child::after,
.end-with-block h1:last-child::after {
  content: '';
  background: url("../theme/freyja/svg/icons/what-block.d42b243e925f.svg") no-repeat;
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: 2px;
  vertical-align: text-bottom; }

.animation-flicker {
  animation: flicker-opacity 4s ease-in-out infinite; }

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

.animation-duration-1 {
  animation-duration: 1s !important; }

.animation-delay-1 {
  animation-delay: 1s !important; }

.animation-duration-2 {
  animation-duration: 2s !important; }

.animation-delay-2 {
  animation-delay: 2s !important; }

.animation-duration-3 {
  animation-duration: 3s !important; }

.animation-delay-3 {
  animation-delay: 3s !important; }

.animation-duration-4 {
  animation-duration: 4s !important; }

.animation-delay-4 {
  animation-delay: 4s !important; }

.animation-duration-5 {
  animation-duration: 5s !important; }

.animation-delay-5 {
  animation-delay: 5s !important; }

.animation-duration-6 {
  animation-duration: 6s !important; }

.animation-delay-6 {
  animation-delay: 6s !important; }

.animation-duration-7 {
  animation-duration: 7s !important; }

.animation-delay-7 {
  animation-delay: 7s !important; }

.animation-duration-8 {
  animation-duration: 8s !important; }

.animation-delay-8 {
  animation-delay: 8s !important; }

.animation-duration-9 {
  animation-duration: 9s !important; }

.animation-delay-9 {
  animation-delay: 9s !important; }

.animation-duration-10 {
  animation-duration: 10s !important; }

.animation-delay-10 {
  animation-delay: 10s !important; }

a > .grow,
div > .grow,
span > .grow,
button > .grow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.625s cubic-bezier(0, 0.8, 0.25, 1); }

a:hover > .grow,
div:hover > .grow,
span:hover > .grow,
button:hover > .grow {
  transform: scale(1.1); }

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

.tile {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  /*
    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; }
  .tile[data-state="move"] {
    transition: top 0.5s, left 0.5s, width 0.5s, height 0.5s; }

.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(0, -99%, 0); }

.tile__image-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0); }
  .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 {
  width: 100%;
  transition: transform 200ms ease-in-out; }
  .tile__image .tile__image--fade {
    transition: opacity 0.5s ease-out; }

.sliding-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0; }

.sliding-content__body {
  transition: all 200ms ease-in-out;
  transform: translate3d(0, -84px, 0); }

.tile-category {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1; }

.tile-category__text {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #fff;
  color: #1d1e1e;
  padding: 0.5rem 1rem;
  text-transform: uppercase; }

.tile-caption {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.875rem 1.2rem 1.2rem 1.2rem;
  min-height: 84px;
  text-align: center; }

.tile-caption__title {
  margin: 0.8rem 0 1rem;
  text-transform: uppercase; }

.tile-caption__title--long {
  margin: 1.2rem 0; }

.tile-caption__text {
  transition: opacity 200ms ease-in;
  opacity: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.3; }

/*
  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-1x1 .tile-caption__title--long {
    font-size: 0.875rem; }

.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:not(.tile-caption__title--long),
.tile--size-2x1 .tile-caption__title:not(.tile-caption__title--long) {
  margin: 0.625rem 0;
  font-size: 1.5rem; }

.tile--size-2x2 .tile-caption__text,
.tile--size-2x1 .tile-caption__text {
  font-size: initial; }

.tile--size-4x2 {
  width: 1140px;
  height: 564px; }
  .tile--size-4x2:focus .tile__image,
  .tile--size-4x2:hover .tile__image {
    transform: scale(1.025); }
  .tile--size-4x2 .video-tile__play-btn {
    top: calc((-276px * 2) / 2 + 80px / 2); }
  .tile--size-4x2 .sliding-content__body {
    transform: translate3d(0, -100.8px, 0); }
  .tile--size-4x2 .tile-caption__title {
    margin: 1.4rem 0;
    font-size: 1.75rem; }
  .tile--size-4x2 .tile-caption__text {
    font-size: 1.6275rem; }

/*
    Image Loading Transitions
*/
.tweet-tile {
  padding: 2rem;
  color: #fff; }
  .tweet-tile a {
    color: #fff; }
    .tweet-tile a:hover, .tweet-tile a:focus, .tweet-tile a:active {
      color: #fff; }
    .tweet-tile a:active {
      color: ""; }

.tweet-tile__title {
  font-size: initial;
  text-transform: uppercase; }

.tweet-tile-media {
  margin-bottom: 0.5rem; }

.tweet-tile-media__handle {
  font-size: 0.75rem; }

.tweet-tile__text {
  line-height: 1.3em; }

.video-tile__play-btn {
  position: absolute;
  width: 100%;
  text-align: center; }

.mojang-footer {
  background: #000;
  color: #757575;
  padding: 27px 0 25px; }
  @media (min-width: 576px) {
    .mojang-footer {
      padding: 2.2rem 0 2rem; } }
  .mojang-footer a {
    text-decoration: none; }
  .mojang-footer .nav a {
    color: #d1cfce; }
    .mojang-footer .nav a:hover, .mojang-footer .nav a:focus, .mojang-footer .nav a:active {
      color: #5c5c5c; }
    .mojang-footer .nav a:active {
      color: #d1cfce; }
    .mojang-footer .nav a:hover {
      background-color: transparent;
      text-shadow: none; }
  @media (max-width: 575.98px) {
    .mojang-footer .nav-pills {
      margin-bottom: 6px; }
      .mojang-footer .nav-pills li {
        margin: 2px 0; } }
  .mojang-footer .with-divider {
    padding-right: 0;
    border-right: none; }
    .mojang-footer .with-divider li {
      border-right: 1px solid #d1cfce;
      padding: 0 0.5em; }
      .mojang-footer .with-divider li:last-child {
        border-right: none; }
  .mojang-footer .icon-microsoft-studios {
    width: 50px;
    height: 25px; }
    @media (min-width: 768px) {
      .mojang-footer .icon-microsoft-studios {
        width: 70px;
        height: 40px; } }
  .mojang-footer .icon-esrb {
    height: 55px;
    width: 120px; }
  .mojang-footer .icon-mojang {
    width: 100px;
    height: 15px; }
    @media (min-width: 768px) {
      .mojang-footer .icon-mojang {
        width: 220px;
        height: 35px; } }
  @media (min-width: 768px) {
    .mojang-footer .rating-container {
      position: absolute;
      right: 0;
      top: 0; } }

.ms-footer {
  font-family: 'Segoe UI', sans-serif;
  background-color: #313131;
  padding: 1.3rem 0;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    .ms-footer {
      padding: 2rem 0; } }
  .ms-footer a {
    color: #fff; }
  .ms-footer li {
    position: static;
    white-space: nowrap; }
  .ms-footer .ms-footer__language-selector .ms-footer__language-selector-link {
    display: inline-block;
    padding: 6px 0; }
    @media (min-width: 576px) {
      .ms-footer .ms-footer__language-selector .ms-footer__language-selector-link {
        padding: 1px 0; } }
  .ms-footer .ms-footer__language-selector .ms-footer__language-selector-list {
    margin: 0; }
  .ms-footer .ms-footer__language-selector .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 .ms-links__link {
      margin-bottom: 4px;
      margin-right: 20px; }
    .ms-footer .ms-links .ms-links__links--locale .ms-links__links--locale-text {
      position: relative;
      top: -6px;
      left: 6px; }
  .ms-footer .icon-microsoft {
    width: 105px;
    height: 25px; }

#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); }

.attribution {
  width: 100%;
  padding-bottom: 15px; }
  .attribution .attribution__avatar {
    height: 140px; }
  .attribution img {
    width: 82px;
    float: left; }

@media (max-width: 991.98px) {
  .attribution__details dt {
    float: left;
    clear: left; }
  .attribution__details dd {
    float: left; } }

.attributed-quote {
  position: relative;
  border: 10px solid black;
  padding: 20px; }
  .attributed-quote::before {
    background-image: url("../theme/freyja/svg/icons/pixel-begin-quote.1d716840dc2d.svg");
    top: -19px;
    left: -19px; }
  .attributed-quote::after {
    background-image: url("../theme/freyja/svg/icons/pixel-end-quote.d408632ec2f6.svg");
    right: -19px;
    bottom: -19px; }
  .attributed-quote cite {
    margin-top: 5px;
    font-style: normal;
    text-transform: uppercase;
    white-space: nowrap;
    display: block; }

.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: 0;
  margin-right: 7px; }

.page-section {
  position: relative;
  padding: 4rem 0; }
  .page-section--half-spacing {
    padding: 2rem 0; }
  .page-section--half-top-spacing {
    padding-top: 2rem; }
  .page-section--first {
    padding-top: 2.75rem; }
  .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--no-overflow {
    overflow: hidden; }
  @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; }

.countdown-wrapper {
  margin: 20px 0; }

.countdown {
  margin-left: auto;
  margin-right: auto;
  -ms-grid-rows: (130px)[2];
      grid-template-rows: repeat(2, 130px);
  -ms-grid-columns: (130px)[2];
      grid-template-columns: repeat(2, 130px);
  -ms-grid-column-align: center;
      justify-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 260px; }
  @media (min-width: 576px) {
    .countdown {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; } }
  .countdown .countdown__dimension {
    display: inline-block; }
  .countdown .figures {
    margin: 0.7rem;
    width: 95px;
    height: 95px;
    background-image: url("../theme/freyja/svg/shapes/square-like.1af002e10975.svg");
    color: #000;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .countdown .figures .title {
      font-size: 14px;
      font-family: "Noto Sans", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 5px; }
  .countdown .figure {
    position: relative;
    float: left;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 0 3px 0 #fff;
    text-align: center;
    margin-right: 2px;
    background: transparent;
    display: inline-block; }
    .countdown .figure:last-child {
      margin-right: 0; }

.countdown--black .figures {
  background-image: url("../theme/freyja/svg/shapes/square-like-black.5c18f0fe883f.svg"); }

.countdown--small .figures {
  margin: 0.1rem;
  width: 50px;
  height: 50px; }
  .countdown--small .figures .title {
    margin-top: 0px; }

.countdown--small .figure {
  font-size: 20px;
  line-height: 25px;
  margin-right: 0px;
  text-shadow: none; }

.counter {
  position: relative;
  overflow: hidden;
  font-size: 90px;
  font-weight: bold;
  line-height: 90px;
  margin: 20px 0 !important;
  height: 100px; }
  @media (max-width: 767.98px) {
    .counter {
      font-size: 38px; } }

.counter__digit-container {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 25%, black 65%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 25%, black 65%, rgba(0, 0, 0, 0) 100%);
  transform: translateZ(0); }

.counter__digit {
  display: inline-block;
  width: 62px;
  height: 90px;
  position: relative; }
  @media (max-width: 767.98px) {
    .counter__digit {
      width: 24px; } }

.counter__digit-column {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 9px; }
  @media (max-width: 767.98px) {
    .counter__digit-column {
      left: 0; } }

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

.area-overlay, .area-overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.area-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1; }
  .area-overlay-background {
    opacity: 0.75;
    z-index: -1; }

.preloader {
  text-align: center; }
  .preloader p {
    font-size: 1.2em;
    margin-top: 1.3rem;
    margin-bottom: 0; }

.area-overlay .preloader {
  padding: 1rem 2rem;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2) inset; }
  .text-light .area-overlay .preloader {
    background: #000;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35) inset; }

/*
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.
*/
.bigsquare {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  transform-origin: bottom left;
  animation: bigSqrShrink 1s linear infinite; }
  .bigsquare .square {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #04ca67; }
  .bigsquare .first {
    left: 0;
    top: 20px; }
  .bigsquare .second {
    left: 20px;
    top: 20px;
    animation: drop2 1s linear infinite; }
  .bigsquare .third {
    left: 0;
    top: 0;
    animation: drop3 1s linear infinite; }
  .bigsquare .fourth {
    left: 20px;
    top: 0;
    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); } }

.svg-logo {
  overflow: unset !important; }
  .svg-logo use {
    fill: currentColor; }

/* 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; }
  .site-body.site-body--my-minecraft {
    margin-top: 80px; }
  @media (max-width: 991.98px) {
    .site-body {
      margin-top: 87px; } }
  @media (max-width: 767.98px) {
    .site-body {
      margin-top: 63px; } }
  .site-body.site-body--my-minecraft {
    min-height: initial; }
  .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; } }

.site-content {
  min-height: calc(100vh - 411px); }

.site-body--my-minecraft .site-content {
  min-height: calc(100vh - 379px); }

.site-body--my-minecraft .site-content--hide-footer {
  min-height: calc(100vh - 110px); }

@media (min-width: 1200px) {
  .site-body--my-minecraft .site-content--hide-footer {
    min-height: calc(100vh - 379px); } }

.file-drop {
  border: 2px dashed rgba(0, 0, 0, 0.25); }

.image-rendering-pixelated {
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated; }

.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: #008542;
      border-color: #008542; }
    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: #008542; }

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;
  border-color: #000; }
  .form-control:hover, .form-control:active, .form-control:focus {
    border-color: #000; }

.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 {
    column-count: 1; }
  .columns-xs-2 {
    column-count: 2; }
  .columns-xs-3 {
    column-count: 3; }
  .columns-xs-4 {
    column-count: 4; }
  .columns-xs-5 {
    column-count: 5; }
  .columns-xs-6 {
    column-count: 6; } }

@media screen and (min-width: 576px) {
  .columns-sm-1 {
    column-count: 1; }
  .columns-sm-2 {
    column-count: 2; }
  .columns-sm-3 {
    column-count: 3; }
  .columns-sm-4 {
    column-count: 4; }
  .columns-sm-5 {
    column-count: 5; }
  .columns-sm-6 {
    column-count: 6; } }

@media screen and (min-width: 768px) {
  .columns-md-1 {
    column-count: 1; }
  .columns-md-2 {
    column-count: 2; }
  .columns-md-3 {
    column-count: 3; }
  .columns-md-4 {
    column-count: 4; }
  .columns-md-5 {
    column-count: 5; }
  .columns-md-6 {
    column-count: 6; } }

@media screen and (min-width: 992px) {
  .columns-lg-1 {
    column-count: 1; }
  .columns-lg-2 {
    column-count: 2; }
  .columns-lg-3 {
    column-count: 3; }
  .columns-lg-4 {
    column-count: 4; }
  .columns-lg-5 {
    column-count: 5; }
  .columns-lg-6 {
    column-count: 6; } }

@media screen and (min-width: 1200px) {
  .columns-xl-1 {
    column-count: 1; }
  .columns-xl-2 {
    column-count: 2; }
  .columns-xl-3 {
    column-count: 3; }
  .columns-xl-4 {
    column-count: 4; }
  .columns-xl-5 {
    column-count: 5; }
  .columns-xl-6 {
    column-count: 6; } }

.break-inside-avoid {
  /* Chrome, Safari, Opera */
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */ }
  .break-inside-avoid:before {
    content: '';
    display: block;
    height: 1px; }

.column-gap-3em {
  column-gap: 3em; }

.column-gap-4em {
  column-gap: 4em; }

.column-gap-5em {
  column-gap: 5em; }

.column-gap-6em {
  column-gap: 6em; }

.icon-computer, .icon-devices {
  width: 90px;
  height: 79px;
  display: inline-block; }

.icon-pegi {
  width: 57px;
  height: 57px; }

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

.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__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 */ }

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

.master-head {
  background-color: #000;
  -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:not(.master-head--sticky):not(.master-head--open) .navbar-header__brand-img:focus {
    animation: focus-scale-1 0.4s infinite; }

@keyframes focus-scale-1 {
  0% {
    transform: translateX(-50%) translateY(0) scale(1); }
  50% {
    transform: translateX(-50%) translateY(0) scale(1.03); }
  100% {
    transform: translateX(-50%) translateY(0) scale(1); } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .master-head > .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .master-head > .container {
      max-width: 1200px; } }
  .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:focus {
    outline: none; }
  .master-head .col,
  .master-head .js-burger-menu {
    padding: 0 10px; }

.master-head--sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999; }
  @media (min-width: 992px) {
    .master-head--sticky {
      min-height: 87px; }
      .master-head--sticky .navbar-header__brand-img {
        transform: translateX(-50%) scale(0.7); }
        .master-head--sticky .navbar-header__brand-img:focus {
          animation: focus-scale-07 0.4s infinite; }
    @keyframes focus-scale-07 {
      0% {
        transform: translateX(-50%) translateY(0) scale(0.7); }
      50% {
        transform: translateX(-50%) translateY(0) scale(0.73); }
      100% {
        transform: translateX(-50%) translateY(0) scale(0.7); } }
      .master-head--sticky .menu-link {
        transform: translateY(-10px); } }
  @media (min-width: 576px) {
    .master-head--sticky .icon-logo {
      transform: translateY(0); } }

@media (min-width: 992px) {
  .master-head--open .navbar-header__brand-img {
    transform: translateX(-50%) scale(0.6) translateY(-40px); }
    .master-head--open .navbar-header__brand-img:focus {
      animation: focus-scale-06 0.4s infinite; }
  @keyframes focus-scale-06 {
    0% {
      transform: translateX(-50%) translateY(-25px) scale(0.6); }
    50% {
      transform: translateX(-50%) translateY(-25px) scale(0.63); }
    100% {
      transform: translateX(-50%) translateY(-25px) scale(0.6); } } }

.master-head--open .menu-link__label,
.master-head--open .icon-menu:not(.icon-menu-hamburger) {
  opacity: 0;
  pointer-events: none; }

.master-head--open .hide-navigation {
  opacity: 1;
  pointer-events: all; }

.master-head--open .full-menu {
  opacity: 1; }

.master-head--my-minecraft {
  min-height: 80px;
  height: 80px; }
  .master-head--my-minecraft .mc-logo {
    height: 40px; }

.master-head__header {
  transition: padding 0.1s cubic-bezier(0, 0, 0.6, 1.01);
  min-height: 63px; }
  .master-head__header button {
    height: 36px;
    margin: 0 auto; }

.icon-menu {
  height: 45px;
  transition: transform 0.1s cubic-bezier(0, 0, 0.6, 1.01), top 0.1s cubic-bezier(0, 0, 0.6, 1.01);
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: left top;
  transform: scale3d(0.81, 0.81, 1); }
  @media (min-width: 992px) {
    .icon-menu {
      transform: scale3d(1, 1, 1);
      margin-bottom: 6px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .icon-menu {
      width: 120%; } }

.icon-menu-buy {
  background-image: url("../theme/img/svg/menu-buy.3bcf8004dcf9.svg"); }

.icon-menu-realms {
  background-image: url("../theme/img/svg/menu-realms.c74310014bdf.svg"); }

.icon-menu-store {
  height: 50px;
  margin-left: 0.7vw;
  background-image: url("../theme/img/svg/menu-store.08d9496267e2.svg"); }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .icon-menu-store {
      margin-left: 1.3vw; } }

.icon-menu-hamburger {
  background-image: url("../theme/img/svg/menu-hamburger.79f8542a7783.svg"); }
  @media (min-width: 768px) {
    .icon-menu-hamburger {
      margin-top: 6px; } }

.icon-menu-hamburger--close {
  background-image: url("../theme/img/svg/menu-hamburger--close.b3b4ade90146.svg");
  background-position: center right;
  height: 40px; }

.navbar-header__brand-img {
  top: 17px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: transform 0.14s cubic-bezier(0, 0, 0.6, 1.01); }
  .navbar-header__brand-img svg {
    max-height: 30px; }
    @media (min-width: 768px) {
      .navbar-header__brand-img svg {
        max-height: 55px;
        width: 100%; } }
    @media (min-width: 992px) {
      .navbar-header__brand-img svg {
        position: absolute;
        width: 90%;
        max-height: 100px;
        right: calc((100% - 90%) / 2);
        bottom: -40%; } }
  @media (min-width: 768px) {
    .navbar-header__brand-img {
      top: 7px; } }
  @media (min-width: 992px) {
    .navbar-header__brand-img {
      height: 90px;
      top: -15px; } }

.menu-link {
  display: inline-block;
  cursor: pointer;
  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; }

.menu-link__label {
  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;
  /* Fix for Safari to prevent text from disappearing */
  -webkit-transform: translateZ(0); }

.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: #008542;
      border-color: #008542; }
    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 */
  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: #111317; }

.cta__logo--addons,
.cta__logo--minecraft {
  width: 280px;
  height: 47px; }

.icon-anchor-arrow--cta-minecraft .background {
  fill: #004a25; }

.cta__icon-container .btn--cta-minecraft {
  background: #004a25; }

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

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

@media (min-width: 992px) {
  .cta__logo--vr {
    width: 220px;
    height: 35px; } }

/* Addons */
.hero--addons {
  background: url("../theme/img/heroes/addons/hero-bg.3954460a1172.png") 0 0 repeat-x; }

.icon-anchor-arrow--cta-addons .background {
  fill: #004a25; }

@media (min-width: 992px) {
  .cta-container .cta__link {
    position: absolute; } }

/* 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.no-action {
  min-height: 0; }

.realms-card-logo {
  margin-top: -120px; }

@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-hr {
  max-width: 130px; }

.prepaid_cards__stores {
  margin: 0 0 40px 0; }
  @media (max-width: 767.98px) {
    .prepaid_cards__stores {
      margin: 25px 0; } }

.prepaid_cards__store .card-img-top {
  height: 80px;
  -o-object-fit: scale-down;
     object-fit: scale-down; }

a.prepaid_cards__store-name {
  display: block;
  margin-bottom: 10px; }
  a.prepaid_cards__store-name:hover, a.prepaid_cards__store-name:focus, a.prepaid_cards__store-name:active {
    background: none; }

.rounded-prepaid-card-img {
  border: 2px solid #757575;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 60%; }

.prepaid-card-shadow {
  box-shadow: 0px 0 70px #313131; }

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

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

/* 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("../theme/img/payment/creditcard.13f811ce1d4f.png"); }
    .bifrost .payment-methods .payment-method__paypal a {
      background-image: url("../theme/img/payment/paypal.08b2f7ceb0a4.png"); }
    .bifrost .payment-methods .payment-method__AMX a {
      background-image: url("../theme/img/payment/AMX.10faae4010ca.png"); }
    .bifrost .payment-methods .payment-method__alipay a,
    .bifrost .payment-methods .payment-method__ALI a {
      background-image: url("../theme/img/payment/ALI.984246180662.png"); }
    .bifrost .payment-methods .payment-method__bankTransfer_PL a {
      background-image: url("../theme/img/payment/bankTransfer_PL.0de328767a6a.png"); }
    .bifrost .payment-methods .payment-method__bcmc a {
      background-image: url("../theme/img/payment/bcmc.1fd317970334.png"); }
    .bifrost .payment-methods .payment-method__cartebancaire a {
      background-image: url("../theme/img/payment/cartebancaire.006452b8c2b3.png"); }
    .bifrost .payment-methods .payment-method__cashu a {
      background-image: url("../theme/img/payment/cashu.18dcc700b42b.png"); }
    .bifrost .payment-methods .payment-method__CSI a {
      background-image: url("../theme/img/payment/CSI.9050cac36b73.png"); }
    .bifrost .payment-methods .payment-method__DID a {
      background-image: url("../theme/img/payment/DID.62d1fdffc6b0.png"); }
    .bifrost .payment-methods .payment-method__diners a,
    .bifrost .payment-methods .payment-method__DIN a {
      background-image: url("../theme/img/payment/DIN.233777572e57.png"); }
    .bifrost .payment-methods .payment-method__discover a {
      background-image: url("../theme/img/payment/discover.dc78b48950d4.png"); }
    .bifrost .payment-methods .payment-method__DNK a {
      background-image: url("../theme/img/payment/DNK.9dbd9e402714.png"); }
    .bifrost .payment-methods .payment-method__dotpay a {
      background-image: url("../theme/img/payment/dotpay.41ab32b73d0b.png"); }
    .bifrost .payment-methods .payment-method__ebanking_FI a {
      background-image: url("../theme/img/payment/ebanking_FI.7b7600525004.png"); }
    .bifrost .payment-methods .payment-method__EBT a {
      background-image: url("../theme/img/payment/EBT.ff06f91cead1.png"); }
    .bifrost .payment-methods .payment-method__ENT a {
      background-image: url("../theme/img/payment/ENT.f4d7e148f509.png"); }
    .bifrost .payment-methods .payment-method__EBT a {
      background-image: url("../theme/img/payment/SO2.ff06f91cead1.png"); }
    .bifrost .payment-methods .payment-method__GCB a {
      background-image: url("../theme/img/payment/GCB.d62e55a777fd.png"); }
    .bifrost .payment-methods .payment-method__giropay a,
    .bifrost .payment-methods .payment-method__GIR a {
      background-image: url("../theme/img/payment/GIR.6a80642c5774.png"); }
    .bifrost .payment-methods .payment-method__trustly a,
    .bifrost .payment-methods .payment-method__GLU a {
      background-image: url("../theme/img/payment/GLU.751633d0e93e.png"); }
    .bifrost .payment-methods .payment-method__ideal a,
    .bifrost .payment-methods .payment-method__IDL a {
      background-image: url("../theme/img/payment/IDL.501910a00afa.png"); }
    .bifrost .payment-methods .payment-method__interac a {
      background-image: url("../theme/img/payment/interac.aa628eca7734.png"); }
    .bifrost .payment-methods .payment-method__jcb a,
    .bifrost .payment-methods .payment-method__JCB a {
      background-image: url("../theme/img/payment/JCB.d4c4aafd9d7e.png"); }
    .bifrost .payment-methods .payment-method__LSR a {
      background-image: url("../theme/img/payment/LSR.fa4294595bf6.png"); }
    .bifrost .payment-methods .payment-method__MAE a {
      background-image: url("../theme/img/payment/MAE.66219ad111bf.png"); }
    .bifrost .payment-methods .payment-method__MSC a {
      background-image: url("../theme/img/payment/MSC.1b736fffead4.png"); }
    .bifrost .payment-methods .payment-method__multibanco a {
      background-image: url("../theme/img/payment/multibanco.d93b6cc671b6.png"); }
    .bifrost .payment-methods .payment-method__NPY a {
      background-image: url("../theme/img/payment/MSC.1b736fffead4.png"); }
    .bifrost .payment-methods .payment-method__OBT a {
      background-image: url("../theme/img/payment/OBT.9160ece21ca7.png"); }
    .bifrost .payment-methods .payment-method__poli a,
    .bifrost .payment-methods .payment-method__PLI a {
      background-image: url("../theme/img/payment/PLI.41da34bf4eaf.png"); }
    .bifrost .payment-methods .payment-method__paysafecard a,
    .bifrost .payment-methods .payment-method__PSC a {
      background-image: url("../theme/img/payment/PSC.caa7326083f3.png"); }
    .bifrost .payment-methods .payment-method__PSP a {
      background-image: url("../theme/img/payment/PSP.b656ef27c6f5.png"); }
    .bifrost .payment-methods .payment-method__PWY a {
      background-image: url("../theme/img/payment/PWY.9165b7517bc3.png"); }
    .bifrost .payment-methods .payment-method__qiwiwallet a {
      background-image: url("../theme/img/payment/qiwiwallet.d811a19fc97b.png"); }
    .bifrost .payment-methods .payment-method__safetypay a {
      background-image: url("../theme/img/payment/safetypay.a8b252b3529e.png"); }
    .bifrost .payment-methods .payment-method__directEbanking a,
    .bifrost .payment-methods .payment-method__SFT a {
      background-image: url("../theme/img/payment/SFT.3b6229f19766.png"); }
    .bifrost .payment-methods .payment-method__SO2 a {
      background-image: url("../theme/img/payment/SO2.ff06f91cead1.png"); }
    .bifrost .payment-methods .payment-method__tenpay a {
      background-image: url("../theme/img/payment/tenpay.d99ea7956ca1.png"); }
    .bifrost .payment-methods .payment-method__trustpay a {
      background-image: url("../theme/img/payment/trustpay.7ca6b78fd66f.png"); }
    .bifrost .payment-methods .payment-method__cup a,
    .bifrost .payment-methods .payment-method__unionpay a {
      background-image: url("../theme/img/payment/unionpay.a961dde14c93.png"); }
    .bifrost .payment-methods .payment-method__VSA a {
      background-image: url("../theme/img/payment/VSA.f24a816063f3.png"); }
    .bifrost .payment-methods .payment-method__VSD a {
      background-image: url("../theme/img/payment/VSD.86b2f233e8ac.png"); }
    .bifrost .payment-methods .payment-method__VSE a {
      background-image: url("../theme/img/payment/VSE.97725026486f.png"); }
    .bifrost .payment-methods .payment-method__WLT a {
      background-image: url("../theme/img/payment/WLT.9b155b34bd40.png"); }
    .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; }
  .bifrost .order__status.FAILED {
    color: #d4441a; }
  .bifrost .order__status.SUCCEEDED {
    color: #008542; }
  .bifrost .order-item__amount {
    text-align: right; }

/* 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("bifrost/images/preloader.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: #04ca67; }

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

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;
  border-color: #000; }
  .form-control:hover, .form-control:active, .form-control:focus {
    border-color: #000; }

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

.sub-heroes-wrapper > .row {
  max-width: 1260px; }

.sub-hero {
  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;
  overflow: hidden;
  transform: translate3d(0, 0, 0); }
  @media (min-width: 576px) {
    .sub-hero {
      overflow: visible; } }
  .sub-hero::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; }
  .sub-hero:hover::before, .sub-hero:focus::before, .sub-hero:active::before {
    background-color: #272727;
    opacity: 1;
    transform: scale3d(1.043, 1.063, 1); }
  .sub-hero 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; }
  .sub-hero p {
    margin: 0;
    line-height: 18px;
    letter-spacing: 1px;
    font-size: 14px; }
    @media (min-width: 576px) {
      .sub-hero p {
        font-size: 16px; } }
  .sub-hero h3, .sub-hero p {
    padding-right: calc(70px - 20px); }
    @media (min-width: 768px) {
      .sub-hero h3, .sub-hero p {
        padding-right: calc(105px - 20px); } }
    @media (min-width: 992px) {
      .sub-hero h3, .sub-hero p {
        padding-right: calc(140px - 20px); } }
  .sub-hero:active, .sub-hero:focus, .sub-hero:hover {
    text-decoration: none; }
  .sub-hero:after {
    visibility: hidden;
    display: block;
    content: '';
    clear: both;
    height: 0; }
  .sub-hero:hover {
    position: relative;
    z-index: 110; }

.sub-hero__icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 5px;
  max-width: 70px; }
  @media (min-width: 768px) {
    .sub-hero__icon {
      max-width: 105px; } }
  @media (min-width: 992px) {
    .sub-hero__icon {
      max-width: 140px;
      bottom: 35%; } }

.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-cta {
    top: auto;
    left: 50%;
    transform: translateX(-50%) scale(1, 1);
    bottom: 42px;
    width: 310px; } }

body:not(.has-touch) .index-features .hero-outer-wrapper, .has-touch .index-features .hero-outer-wrapper {
  background-image: url("/static/pages/img/index-hero/index-hero-sm.fc1566ffdba4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1448px; }
  @media (min-width: 576px) {
    body:not(.has-touch) .index-features .hero-outer-wrapper, .has-touch .index-features .hero-outer-wrapper {
      background-image: url("/static/pages/img/index-hero/index-hero-md.16fc9ca36dc7.png"); } }

@media (min-width: 992px) {
  body:not(.has-touch) .index-features .hero-outer-wrapper {
    background: none;
    height: 512px; }
    body:not(.has-touch) .index-features .hero-outer-wrapper .parallax-layers {
      height: 512px;
      overflow: hidden;
      position: absolute; }
      body:not(.has-touch) .index-features .hero-outer-wrapper .parallax-layers .parallax-layer {
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 1448px;
        height: 512px;
        position: fixed;
        z-index: -1; }
      body:not(.has-touch) .index-features .hero-outer-wrapper .parallax-layers .parallax-layer__0 {
        background: linear-gradient(to bottom, #6187f8, #fff);
        margin-top: -160px;
        height: calc(100px + 512px); }
      body:not(.has-touch) .index-features .hero-outer-wrapper .parallax-layers .parallax-layer__1 {
        background-image: url("/static/pages/img/index-hero/clouds.5e036bc30c5e.png");
        margin-top: -100px; }
      body:not(.has-touch) .index-features .hero-outer-wrapper .parallax-layers .parallax-layer__2 {
        background-image: url("/static/pages/img/index-hero/background.b6895b68f28b.png"); }
      body:not(.has-touch) .index-features .hero-outer-wrapper .parallax-layers .parallax-layer__3 {
        background-image: url("/static/pages/img/index-hero/steve-alex.f769ea249372.png"); } }

@media (max-width: 991.98px) {
  body:not(.has-touch) .index-features .hero-outer-wrapper {
    padding: 3rem 0;
    min-height: 350px; } }

.has-touch .index-features .hero-outer-wrapper {
  padding: 3rem 0;
  min-height: 350px; }

.bg-globe {
  background: url("/static/pages/img/bg-globe.97a838c2ed3e.jpg") 50% 50% no-repeat;
  background-size: cover; }

.bg-minecon-intro {
  background-position: center;
  background-size: cover;
  background-image: url("/static/minecon/img/minecon-bg.f3deef04c7a8.jpg"); }
  @media (max-width: 767.98px) {
    .bg-minecon-intro .h1.font-mc-ten {
      font-size: 1.75rem; } }

.blue-tile-gradient {
  background-image: linear-gradient(180deg, #043069, #1eb3f2); }

.bg-dungeons-section {
  background-color: #050a0f; }

#parties {
  padding-top: 150px; }
  @media (min-width: 992px) {
    #parties {
      padding-top: 100px; } }

.minecon-earth-banner-logo {
  background-image: url("/static/minecon/img/minecon-party-logo-background.1bd0e2aec294.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(4) translateY(-2px); }

#minecon-party-logo-background {
  background-image: url("/static/minecon/img/minecon-party-logo-background.1bd0e2aec294.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(2.75) translateY(-10px);
  z-index: initial; }
  @media (max-width: 991.98px) {
    #minecon-party-logo-background {
      transform: scale(2.2) translateY(-36px); } }

.hosts {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem; }
  @media (min-width: 1200px) {
    .hosts {
      -ms-grid-columns: (minmax(min-content, 273px))[4];
          grid-template-columns: repeat(4, minmax(min-content, 273px));
      -ms-grid-rows: (minmax(min-content, 273px))[4];
          grid-template-rows: repeat(4, minmax(min-content, 273px)); }
      .hosts .video-tile__play-btn {
        top: -273px; }
      .hosts > div:nth-child(1) {
        -ms-grid-column-span: 4;
            grid-column-end: span 4;
        -ms-grid-row-span: 2;
            grid-row-end: span 2; }
      .hosts > div:nth-child(2) {
        -ms-grid-row-span: 2;
            grid-row-end: span 2; }
      .hosts > div:nth-child(4) {
        -ms-grid-column: 2;
            grid-column: 2;
        -ms-grid-row: 4;
            grid-row: 4; }
      .hosts > div:nth-child(5), .hosts > div:nth-child(6) {
        -ms-grid-row-span: 2;
            grid-row-end: span 2; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .hosts {
      -ms-grid-columns: (273px)[3];
          grid-template-columns: repeat(3, 273px);
      -ms-grid-rows: calc($tile-size-max * 1.5), 273px, 273px, 273px;
          grid-template-rows: calc($tile-size-max * 1.5), 273px, 273px, 273px; }
      .hosts .video-tile__play-btn {
        top: calc(273px / 1.5 * -1); }
      .hosts > div:nth-child(1) {
        -ms-grid-column-span: 3;
            grid-column-end: span 3;
        -ms-grid-row: 1;
            grid-row: 1; }
      .hosts > div:nth-child(2), .hosts > div:nth-child(5), .hosts > div:nth-child(6) {
        -ms-grid-row: span 2;
            grid-row: span 2; }
      .hosts > div:nth-child(4) {
        -ms-grid-row: 4;
            grid-row: 4; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .hosts {
      -ms-grid-columns: (273px)[2];
          grid-template-columns: repeat(2, 273px);
      -ms-grid-rows: (273px)[5];
          grid-template-rows: repeat(5, 273px); }
      .hosts .video-tile__play-btn {
        top: calc(273px / 2 * -1); }
      .hosts > div:nth-child(1) {
        -ms-grid-column-span: 2;
            grid-column-end: span 2;
        -ms-grid-row: 1;
            grid-row: 1; }
      .hosts > div:nth-child(2) {
        -ms-grid-row-span: 2;
            grid-row-end: span 2; }
      .hosts > div:nth-child(4) {
        -ms-grid-row: 5;
            grid-row: 5;
        -ms-grid-column: 2;
            grid-column: 2; }
      .hosts > div:nth-child(5), .hosts > div:nth-child(6) {
        -ms-grid-row: span 2;
            grid-row: span 2; } }
  @media (max-width: 767.98px) {
    .hosts .tile {
      height: calc(90vw / 4);
      width: 90vw; }
      .hosts .tile img {
        width: calc(90vw / 4); }
      .hosts .tile .tile-caption__text {
        opacity: 1; }
      .hosts .tile .sliding-content {
        width: calc(90vw * 0.75);
        height: calc(90vw / 4);
        right: 0;
        left: auto; }
      .hosts .tile a:hover .sliding-content__body {
        transform: none; }
      .hosts .tile .sliding-content__body {
        transform: none;
        height: calc(90vw / 4); }
      .hosts .tile .tile-caption {
        height: 100%; }
        .hosts .tile .tile-caption h3 {
          margin: 0 0 0.5rem; } }
  @media (max-width: 500px) {
    .hosts .tile-caption {
      padding: 0.5rem; }
    .hosts .tile-caption__title {
      margin: 0; }
    .hosts .tile-caption__text {
      display: none; }
    .hosts h3 {
      margin: 0; }
    .hosts .tile {
      font-size: 1rem; } }
  .hosts .tile .tile__image {
    height: 100%; }
  .hosts .tile[data-type='takeover-trigger'] {
    cursor: pointer; }
  .hosts .tile:focus .tile__image, .hosts .tile:hover .tile__image {
    transform: scale(1.05); }
  @supports not (display: grid) {
    .hosts {
      text-align: center; }
      .hosts .tile {
        display: inline-block;
        margin: 8px;
        width: 270px;
        height: 270px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hosts {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; }
      .hosts .tile {
        width: 275px;
        height: 275px;
        margin: 1rem !important; }
      .hosts > div:nth-child(1) {
        background-color: #22a3cd; } }

.minecon .show-takeover {
  height: 350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.minecon .minecon-globe {
  width: 50%; }
  @media (min-width: 992px) {
    .minecon .minecon-globe {
      width: 30%; } }

.minecon-earth-stream-video {
  display: block;
  width: 100%;
  height: 48.3vw;
  max-height: 640px;
  max-width: 1140px; }

/* Article margins */
.article-body {
  position: relative; }
  .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-attribution-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none; } }

.article-category {
  z-index: 300; }

.article-category__text {
  padding: 6px 10px; }

/* Article attribution */
@media (min-width: 992px) {
  .attribution {
    padding-top: 55px; } }

/* 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; } }

#community-tiles .alert {
  margin: 0 auto; }

.tiles-container {
  margin-top: -10px;
  margin-bottom: 20px; }

.tile-caption__title {
  font-size: 18px; }

.vr .pdf svg {
  top: -7px;
  left: 3px; }

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

.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__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-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.dynamic-promotions .badge-link-image {
  height: 76px;
  border-radius: 8px; }

.dynamic-promotions .dynamic-promotions__secondary-option {
  color: #757575;
  font-size: 9px;
  letter-spacing: 1px; }

.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__windows-link {
  color: white;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }

.dynamic-promotions .dynamic-promotions__windows-link-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.55);
  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 {
  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 .badge-link {
  display: none; }

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

@media (min-width: 768px) and (max-width: 1199.98px) {
  .dynamic-promotions--align-left {
    -ms-flex-align: start;
        align-items: flex-start; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .dynamic-promotions--align-left .dynamic-promotions-wrapper {
    margin-left: 10vw; } }

@media (min-width: 1200px) {
  .dynamic-promotions--align-left .dynamic-promotions-wrapper {
    transform: translateX(-350px); } }

.dynamic-promotions-wrapper {
  z-index: 10; }

.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%); }
  .servers-page .text-white a {
    color: #fff; }

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

.site-body.dungeons {
  background-color: #050a0f;
  position: relative; }

.dungeons-video-container {
  background-image: url("/static/dungeons/img/header.85d234dc9c81.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.dungeons-video-play-button {
  filter: drop-shadow(-4px 4px rgba(0, 0, 0, 0.5));
  transform: translateY(-22px); }
  @media (min-width: 576px) {
    .dungeons-video-play-button {
      transform: scale(1.5) translateY(-22px); }
      .dungeons-video-play-button svg {
        font-size: 4rem;
        transform: scale(0.5) perspective(500000000000px) translateZ(32px);
        transform-origin: center 17%; } }
  @media (min-width: 768px) {
    .dungeons-video-play-button {
      transform: scale(2) translateY(-22px); }
      .dungeons-video-play-button svg {
        font-size: 3rem;
        transform: scale(0.75) perspective(500000000000px) translateZ(32px);
        transform-origin: center 33%; } }

.dungeons-logo {
  width: 80%;
  max-width: 600px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  left: 50%; }

.dungeons-promotion {
  max-width: 920px; }

.dungeons-character-small {
  max-width: 300px;
  transform: scale(1.5);
  transform-origin: 50% 20%;
  margin: 0 auto;
  display: block; }

.dungeons-character-medium {
  transform: scale(1.3);
  transform-origin: 40% 50%; }

.dungeons-character-large {
  transform: scale(1.3);
  transform-origin: 0% 70%; }

.glow-particles {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -110px;
  overflow: hidden;
  height: calc(100% + 110px); }

.glow-particle {
  transition: opacity 3s;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  z-index: 10; }
  .glow-particle::after, .glow-particle::before {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%; }
  .glow-particle::after {
    border-radius: 0%; }
  .glow-particle::before {
    border-radius: 50%; }
  .glow-particle--1::before {
    box-shadow: 0 0 70px 35px rgba(230, 120, 52, 0.4), 10px -20px 70px 35px rgba(230, 120, 52, 0.2), 20px -40px 70px 35px rgba(230, 120, 52, 0.2), 0 0 10px 5px rgba(230, 120, 52, 0.8); }
  .glow-particle--1::after {
    background-color: #f3cd73; }
  .glow-particle--2::before {
    box-shadow: 0 0 10px 5px rgba(230, 120, 52, 0.8); }
  .glow-particle--2::after {
    background-color: #e98d44; }
  .glow-particle--3::before {
    box-shadow: 0 0 20px 10px rgba(239, 180, 96, 0.5), 0 0 3px 4px rgba(239, 180, 96, 0.5); }
  .glow-particle--3::after {
    background-color: #efb460; }
  .glow-particle--4 {
    opacity: 0.7;
    background-color: #e98d44;
    box-shadow: 0 0 160px 80px rgba(230, 120, 52, 0.4), 0 0 5px 3px rgba(233, 141, 68, 0.4);
    filter: blur(3px); }

.particle-size-1 {
  transform: scale(1.4);
  z-index: 5; }

.particle-size-2 {
  transform: scale(1.8);
  z-index: 4; }

.particle-size-3 {
  transform: scale(2.2);
  z-index: 3; }

.particle-size-4 {
  transform: scale(2.6);
  z-index: 2; }

.particle-size-5 {
  transform: scale(3);
  z-index: 1; }

.particle-size-6 {
  transform: scale(3.4);
  z-index: 0; }

/* KEYFRAMES */
@keyframes particleRaise {
  0% {
    opacity: 0;
    transform: translateY(2202px) scale(1); }
  15% {
    opacity: 1; }
  97% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(0) scale(0.75); } }

@keyframes particleSwingSide {
  0% {
    transform: translateX(-40px); }
  100% {
    transform: translateX(40px); } }

@keyframes particlePulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }

.particle-pulse {
  animation: particlePulse 5s ease-in-out infinite alternate; }

.particle-raise {
  opacity: 0;
  animation: particleRaise 50s ease-out infinite; }

.particle-swing {
  animation: particleSwingSide 1s ease-in-out infinite alternate; }

.particle-raise--speed-1 {
  animation-duration: 42s; }

.particle-raise--speed-2 {
  animation-duration: 34s; }

.particle-raise--speed-3 {
  animation-duration: 26s; }

.particle-raise--speed-4 {
  animation-duration: 18s; }

.particle-raise--speed-5 {
  animation-duration: 10s; }

.particle-swing--speed-1 {
  animation-duration: 5s; }

.particle-swing--speed-2 {
  animation-duration: 2.5s; }

.particle-swing--speed-3 {
  animation-duration: 1.66667s; }

.particle-swing--speed-4 {
  animation-duration: 1.25s; }

.particle-swing--speed-5 {
  animation-duration: 1s; }

.particle-raise--1 {
  left: -2%;
  top: 65%;
  transition: opacity 3s;
  animation: particleRaise 113.23529s linear infinite;
  animation-delay: -5.66176s; }

.particle-raise--2 {
  left: -3%;
  top: 69%;
  transition: opacity 3s;
  animation: particleRaise 49.25373s linear infinite;
  animation-delay: -4.92537s; }

.particle-raise--3 {
  left: 2%;
  top: 73%;
  transition: opacity 3s;
  animation: particleRaise 68.85246s linear infinite;
  animation-delay: -10.32787s; }

.particle-raise--4 {
  left: -2%;
  top: 60%;
  transition: opacity 3s;
  animation: particleRaise 51.40845s linear infinite;
  animation-delay: -10.28169s; }

.particle-raise--5 {
  left: 2%;
  top: 14%;
  transition: opacity 3s;
  animation: particleRaise 269.44444s linear infinite;
  animation-delay: -67.36111s; }

.particle-raise--6 {
  left: 9%;
  top: 38%;
  transition: opacity 3s;
  animation: particleRaise 83.33333s linear infinite;
  animation-delay: -25s; }

.particle-raise--7 {
  left: 8%;
  top: 88%;
  transition: opacity 3s;
  animation: particleRaise 226.19048s linear infinite;
  animation-delay: -79.16667s; }

.particle-raise--8 {
  left: 1%;
  top: 90%;
  transition: opacity 3s;
  animation: particleRaise 63.38028s linear infinite;
  animation-delay: -25.35211s; }

.particle-raise--9 {
  left: -5%;
  top: 74%;
  transition: opacity 3s;
  animation: particleRaise 175s linear infinite;
  animation-delay: -78.75s; }

.particle-raise--10 {
  left: 2%;
  top: 24%;
  transition: opacity 3s;
  animation: particleRaise 78.88889s linear infinite;
  animation-delay: -39.44444s; }

.particle-raise--11 {
  left: 1%;
  top: 89%;
  transition: opacity 3s;
  animation: particleRaise 190s linear infinite;
  animation-delay: -104.5s; }

.particle-raise--12 {
  left: 7%;
  top: 47%;
  transition: opacity 3s;
  animation: particleRaise 154.54545s linear infinite;
  animation-delay: -92.72727s; }

.particle-raise--13 {
  left: 1%;
  top: 73%;
  transition: opacity 3s;
  animation: particleRaise 59.55882s linear infinite;
  animation-delay: -38.71324s; }

.particle-raise--14 {
  left: 10%;
  top: 27%;
  transition: opacity 3s;
  animation: particleRaise 63.39286s linear infinite;
  animation-delay: -44.375s; }

.particle-raise--15 {
  left: 12%;
  top: 0%;
  transition: opacity 3s;
  animation: particleRaise 60s linear infinite;
  animation-delay: -45s; }

.particle-raise--16 {
  left: 7%;
  top: 74%;
  transition: opacity 3s;
  animation: particleRaise 76s linear infinite;
  animation-delay: -60.8s; }

.particle-raise--17 {
  left: -2%;
  top: 85%;
  transition: opacity 3s;
  animation: particleRaise 114.63415s linear infinite;
  animation-delay: -97.43902s; }

.particle-raise--18 {
  left: 7%;
  top: 40%;
  transition: opacity 3s;
  animation: particleRaise 96.875s linear infinite;
  animation-delay: -87.1875s; }

.particle-raise--19 {
  left: -2%;
  top: 6%;
  transition: opacity 3s;
  animation: particleRaise 52.17391s linear infinite;
  animation-delay: -49.56522s; }

.particle-raise--20 {
  left: 10%;
  top: 64%;
  transition: opacity 3s;
  animation: particleRaise 75s linear infinite;
  animation-delay: 0s; }

.particle-raise--21 {
  left: 98%;
  top: 37%;
  transition: opacity 3s;
  animation: particleRaise 187.5s linear infinite;
  animation-delay: -9.375s; }

.particle-raise--22 {
  left: 94%;
  top: 62%;
  transition: opacity 3s;
  animation: particleRaise 101.16279s linear infinite;
  animation-delay: -10.11628s; }

.particle-raise--23 {
  left: 96%;
  top: 57%;
  transition: opacity 3s;
  animation: particleRaise 121.42857s linear infinite;
  animation-delay: -18.21429s; }

.particle-raise--24 {
  left: 97%;
  top: 54%;
  transition: opacity 3s;
  animation: particleRaise 87.2549s linear infinite;
  animation-delay: -17.45098s; }

.particle-raise--25 {
  left: 92%;
  top: 38%;
  transition: opacity 3s;
  animation: particleRaise 113.41463s linear infinite;
  animation-delay: -28.35366s; }

.particle-raise--26 {
  left: 94%;
  top: -2%;
  transition: opacity 3s;
  animation: particleRaise 150s linear infinite;
  animation-delay: -45s; }

.particle-raise--27 {
  left: 91%;
  top: 40%;
  transition: opacity 3s;
  animation: particleRaise 80.35714s linear infinite;
  animation-delay: -28.125s; }

.particle-raise--28 {
  left: 97%;
  top: 34%;
  transition: opacity 3s;
  animation: particleRaise 58.73016s linear infinite;
  animation-delay: -23.49206s; }

.particle-raise--29 {
  left: 99%;
  top: 20%;
  transition: opacity 3s;
  animation: particleRaise 200s linear infinite;
  animation-delay: -90s; }

.particle-raise--30 {
  left: 95%;
  top: 69%;
  transition: opacity 3s;
  animation: particleRaise 106.09756s linear infinite;
  animation-delay: -53.04878s; }

.particle-raise--31 {
  left: 102%;
  top: 55%;
  transition: opacity 3s;
  animation: particleRaise 55.07246s linear infinite;
  animation-delay: -30.28986s; }

.particle-raise--32 {
  left: 93%;
  top: 18%;
  transition: opacity 3s;
  animation: particleRaise 173.21429s linear infinite;
  animation-delay: -103.92857s; }

.particle-raise--33 {
  left: 85%;
  top: 7%;
  transition: opacity 3s;
  animation: particleRaise 76.78571s linear infinite;
  animation-delay: -49.91071s; }

.particle-raise--34 {
  left: 97%;
  top: 35%;
  transition: opacity 3s;
  animation: particleRaise 117.5s linear infinite;
  animation-delay: -82.25s; }

.particle-raise--35 {
  left: 90%;
  top: 10%;
  transition: opacity 3s;
  animation: particleRaise 229.41176s linear infinite;
  animation-delay: -172.05882s; }

.particle-raise--36 {
  left: 89%;
  top: 8%;
  transition: opacity 3s;
  animation: particleRaise 56.34921s linear infinite;
  animation-delay: -45.07937s; }

.particle-raise--37 {
  left: 86%;
  top: 58%;
  transition: opacity 3s;
  animation: particleRaise 61.42857s linear infinite;
  animation-delay: -52.21429s; }

.particle-raise--38 {
  left: 98%;
  top: 69%;
  transition: opacity 3s;
  animation: particleRaise 114.28571s linear infinite;
  animation-delay: -102.85714s; }

.particle-raise--39 {
  left: 105%;
  top: 11%;
  transition: opacity 3s;
  animation: particleRaise 54.86111s linear infinite;
  animation-delay: -52.11806s; }

.particle-raise--40 {
  left: 94%;
  top: 26%;
  transition: opacity 3s;
  animation: particleRaise 101.35135s linear infinite;
  animation-delay: 0s; }

@media (max-width: 767.98px) {
  .half-page-img-col {
    height: 30vh; } }

.what-is-minecraft h1 {
  font-size: 24px; }

.what-is-minecraft .what-is-minecraft__hero {
  background: url("/static/pages/img/what-is-minecraft/stars.dad961b319e2.png"), linear-gradient(#2e1a71, #3b2191); }
  @media (min-width: 768px) {
    .what-is-minecraft .what-is-minecraft__hero {
      background: url("/static/pages/img/what-is-minecraft/steve-alex.e7c820acd746.png") no-repeat bottom right, url("/static/pages/img/what-is-minecraft/purple-mountains.a53d22939e61.png") no-repeat bottom left, url("/static/pages/img/what-is-minecraft/stars.dad961b319e2.png"), linear-gradient(#2e1a71, #3b2191);
      background-size: 33vw, 100vw, auto, auto;
      min-height: calc(100vh - (87px + 27px)); } }
  @media (min-width: 992px) {
    .what-is-minecraft .what-is-minecraft__hero {
      min-height: calc(100vh - (112px + 27px)); } }
  @media only screen and (min-width: 2880px) {
    .what-is-minecraft .what-is-minecraft__hero {
      min-height: unset;
      height: 1800px; } }
  .what-is-minecraft .what-is-minecraft__hero > .container {
    min-height: 500px; }

.what-is-minecraft .half-page-img-col {
  background-size: cover;
  background-position: center; }

.what-is-minecraft #how-to-play .half-page-img-col {
  background-image: url("/static/pages/img/what-is-minecraft/how-to-play.466f8c0056aa.jpg"); }

.what-is-minecraft #get-started .half-page-img-col {
  background-image: url("/static/pages/img/what-is-minecraft/get-started.f46fff03a3fb.jpg"); }

.what-is-minecraft #play-with-friends .half-page-img-col {
  background-image: url("/static/pages/img/what-is-minecraft/play-with-friends.687e10c01eb2.jpg"); }

.what-is-minecraft .minecraft-marketplace .half-page-img-col {
  background-image: url("/static/pages/img/what-is-minecraft/marketplace-mobile.65d739aefb01.jpg");
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .what-is-minecraft .minecraft-marketplace .half-page-img-col {
      background-image: url("/static/pages/img/what-is-minecraft/marketplace.e72c896ecb94.png");
      background-position-x: right;
      min-height: 800px; } }

.need-help {
  background-image: url("/static/pages/img/what-is-minecraft/help.31455c71bfa9.jpg");
  background-size: cover; }
  @media (min-width: 768px) {
    .need-help {
      background-position: right center; } }

.update-aquatic {
  background-color: #12214a; }
  @media (min-width: 768px) {
    .update-aquatic #aquatic-hero {
      padding-bottom: 6rem; } }
  .update-aquatic #aquatic-hero .page-section {
    background-image: url("/static/pages/img/update-aquatic/surface.e5690979ce27.png");
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10; }
  .update-aquatic #aquatic-hero h1 {
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.65); }
  .update-aquatic #aquatic-hero h2 {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.65); }
  .update-aquatic .page-section--no-top-spacing {
    z-index: 1; }
  .update-aquatic #hero-bg-gradients {
    overflow: hidden;
    height: 680px;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
    filter: blur(50px); }
    @media (min-width: 1200px) {
      .update-aquatic #hero-bg-gradients {
        width: 80%; } }
  .update-aquatic .hero-gradient {
    position: absolute; }
  .update-aquatic .hero-gradient__1 {
    background-image: radial-gradient(50% 99% at top, #5ac0ff 50%, #12214a 99%);
    width: 100%;
    height: 100%;
    z-index: 1; }
  .update-aquatic .hero-gradient__2 {
    background-image: radial-gradient(50% 50%, #5ac0ff 50%, rgba(0, 0, 255, 0) 98%);
    width: 60%;
    height: 95%;
    z-index: 2;
    left: 25%; }
  .update-aquatic .hero-gradient__3 {
    background-image: radial-gradient(50% 100% at top, #3164dd 50%, rgba(0, 0, 255, 0) 100%);
    width: 70%;
    height: 55%;
    z-index: 3; }
  .update-aquatic .hero-gradient__4 {
    background-image: radial-gradient(52% 60%, #3164dd 25%, rgba(0, 0, 255, 0) 75%);
    width: 70%;
    height: 95%;
    z-index: 4;
    left: 40%;
    top: 5%; }
  .update-aquatic .hero-gradient__5 {
    background-image: radial-gradient(50% 45%, #3164dd 50%, rgba(0, 0, 255, 0) 100%);
    width: 75%;
    height: 100%;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto; }
  .update-aquatic .hero-gradient__6 {
    background-image: radial-gradient(50% 100% at top, #3164dd 50%, rgba(0, 0, 255, 0) 100%);
    width: 70%;
    height: 65%;
    right: 0;
    z-index: 6; }
  .update-aquatic .hero-gradient__7 {
    background-image: radial-gradient(50% 100% at top, #3164dd 50%, rgba(0, 0, 255, 0) 100%);
    width: 70%;
    height: 95%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 7; }
  .update-aquatic .hero-gradient__8 {
    background-image: radial-gradient(50% 110% at top, #17A6FE 44%, rgba(88, 190, 255, 0.61) 78%, rgba(0, 0, 255, 0) 90%);
    width: 94%;
    height: 80%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 8; }
  .update-aquatic .hero-gradient__9 {
    background-image: radial-gradient(50% 50%, #0073BA 50%, rgba(0, 0, 255, 0) 100%);
    width: 70%;
    height: 110%;
    top: -20%;
    z-index: 9; }
  .update-aquatic #aqua-articles {
    background: url("/static/pages/img/update-aquatic/clownfish.d296025499a4.png") no-repeat center;
    background-size: contain; }
  .update-aquatic .trailer {
    border: 3px solid #5ac0ff;
    width: 280px;
    height: 170px;
    background-image: url("/static/pages/img/update-aquatic/aquatic-trailer-thumb.271b1420d501.jpg");
    background-size: cover;
    position: relative; }
    .update-aquatic .trailer .btn-hexagon {
      margin-bottom: 40px; }
    .update-aquatic .trailer .trailer__title {
      background-color: rgba(0, 0, 0, 0.65);
      bottom: 0;
      left: 0;
      right: 0; }
  .update-aquatic #pufferfish {
    background: radial-gradient(circle closest-side, #1c3869 30%, rgba(28, 56, 105, 0)); }
  .update-aquatic #aquatic-footer {
    min-height: 400px;
    margin-top: 100px;
    background-image: url("/static/pages/img/update-aquatic/footer-center.effdb2504236.png"), radial-gradient(ellipse at bottom, #1f3d7b, rgba(31, 61, 123, 0) 40%);
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .update-aquatic #aquatic-footer {
        min-height: 650px;
        background-image: url("/static/pages/img/update-aquatic/footer-right.58540986e82f.png"), url("/static/pages/img/update-aquatic/footer-left.08ee7c675b04.png"), url("/static/pages/img/update-aquatic/footer-center.effdb2504236.png"), radial-gradient(ellipse at bottom, #1f3d7b, rgba(31, 61, 123, 0) 40%);
        background-position-x: right, left, center, center; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .update-aquatic #aquatic-footer {
        background-size: 50%, 50%, 50%, auto; } }
  .update-aquatic .circular-bg-gradient {
    background-image: radial-gradient(circle closest-side, #1f3d7b 15%, rgba(31, 61, 123, 0)); }

.bubbles {
  pointer-events: none;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  overflow: hidden;
  height: 5420px; }

.bubble {
  position: absolute; }
  .bubble .bubble__inside {
    background-image: url("/static/pages/img/update-aquatic/bubble.389a595016f9.svg");
    background-repeat: no-repeat; }

/* KEYFRAMES */
@keyframes bubbleUp {
  0% {
    transform: translateY(5420px); }
  100% {
    transform: translateY(0); } }

@keyframes bubbleSide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(50px); } }

.bubble--1 {
  left: 2%;
  top: 29%;
  transition: opacity 3s;
  animation: bubbleUp 207.5s linear infinite;
  animation-delay: -10.375s; }
  .bubble--1 .bubble__inside {
    width: 20px;
    height: 20px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.bubble--2 {
  left: 4%;
  top: 13%;
  transition: opacity 3s;
  animation: bubbleUp 102.17391s linear infinite;
  animation-delay: -10.21739s; }
  .bubble--2 .bubble__inside {
    width: 46px;
    height: 46px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--3 {
  left: 12%;
  top: 11%;
  transition: opacity 3s;
  animation: bubbleUp 108.33333s linear infinite;
  animation-delay: -16.25s; }
  .bubble--3 .bubble__inside {
    width: 42px;
    height: 42px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--4 {
  left: 2%;
  top: 7%;
  transition: opacity 3s;
  animation: bubbleUp 55.22388s linear infinite;
  animation-delay: -11.04478s; }
  .bubble--4 .bubble__inside {
    width: 67px;
    height: 67px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--5 {
  left: 9%;
  top: 52%;
  transition: opacity 3s;
  animation: bubbleUp 48.61111s linear infinite;
  animation-delay: -12.15278s; }
  .bubble--5 .bubble__inside {
    width: 72px;
    height: 72px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.bubble--6 {
  left: -2%;
  top: 39%;
  transition: opacity 3s;
  animation: bubbleUp 71.32353s linear infinite;
  animation-delay: -21.39706s; }
  .bubble--6 .bubble__inside {
    width: 68px;
    height: 68px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--7 {
  left: 9%;
  top: 93%;
  transition: opacity 3s;
  animation: bubbleUp 120.68966s linear infinite;
  animation-delay: -42.24138s; }
  .bubble--7 .bubble__inside {
    width: 29px;
    height: 29px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.bubble--8 {
  left: 8%;
  top: 73%;
  transition: opacity 3s;
  animation: bubbleUp 82.6087s linear infinite;
  animation-delay: -33.04348s; }
  .bubble--8 .bubble__inside {
    width: 46px;
    height: 46px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.bubble--9 {
  left: 1%;
  top: 90%;
  transition: opacity 3s;
  animation: bubbleUp 192.5s linear infinite;
  animation-delay: -86.625s; }
  .bubble--9 .bubble__inside {
    width: 20px;
    height: 20px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.bubble--10 {
  left: -4%;
  top: 22%;
  transition: opacity 3s;
  animation: bubbleUp 86.36364s linear infinite;
  animation-delay: -43.18182s; }
  .bubble--10 .bubble__inside {
    width: 55px;
    height: 55px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--11 {
  left: -3%;
  top: 40%;
  transition: opacity 3s;
  animation: bubbleUp 77.77778s linear infinite;
  animation-delay: -42.77778s; }
  .bubble--11 .bubble__inside {
    width: 54px;
    height: 54px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--12 {
  left: -2%;
  top: 27%;
  transition: opacity 3s;
  animation: bubbleUp 167.85714s linear infinite;
  animation-delay: -100.71429s; }
  .bubble--12 .bubble__inside {
    width: 28px;
    height: 28px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.bubble--13 {
  left: 6%;
  top: 6%;
  transition: opacity 3s;
  animation: bubbleUp 75s linear infinite;
  animation-delay: -48.75s; }
  .bubble--13 .bubble__inside {
    width: 46px;
    height: 46px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--14 {
  left: 8%;
  top: 48%;
  transition: opacity 3s;
  animation: bubbleUp 59.45946s linear infinite;
  animation-delay: -41.62162s; }
  .bubble--14 .bubble__inside {
    width: 74px;
    height: 74px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--15 {
  left: 12%;
  top: 80%;
  transition: opacity 3s;
  animation: bubbleUp 232.5s linear infinite;
  animation-delay: -174.375s; }
  .bubble--15 .bubble__inside {
    width: 20px;
    height: 20px;
    animation: bubbleSide 5s ease-in-out infinite alternate; }

.bubble--16 {
  left: -4%;
  top: 94%;
  transition: opacity 3s;
  animation: bubbleUp 89.77273s linear infinite;
  animation-delay: -71.81818s; }
  .bubble--16 .bubble__inside {
    width: 44px;
    height: 44px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--17 {
  left: 1%;
  top: 54%;
  transition: opacity 3s;
  animation: bubbleUp 66.66667s linear infinite;
  animation-delay: -56.66667s; }
  .bubble--17 .bubble__inside {
    width: 63px;
    height: 63px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--18 {
  left: 0%;
  top: 52%;
  transition: opacity 3s;
  animation: bubbleUp 73.77049s linear infinite;
  animation-delay: -66.39344s; }
  .bubble--18 .bubble__inside {
    width: 61px;
    height: 61px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--19 {
  left: -3%;
  top: 19%;
  transition: opacity 3s;
  animation: bubbleUp 71.875s linear infinite;
  animation-delay: -68.28125s; }
  .bubble--19 .bubble__inside {
    width: 48px;
    height: 48px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--20 {
  left: 0%;
  top: 26%;
  transition: opacity 3s;
  animation: bubbleUp 104.34783s linear infinite;
  animation-delay: 0s; }
  .bubble--20 .bubble__inside {
    width: 46px;
    height: 46px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.bubble--21 {
  left: 89%;
  top: 21%;
  transition: opacity 3s;
  animation: bubbleUp 108.10811s linear infinite;
  animation-delay: -5.40541s; }
  .bubble--21 .bubble__inside {
    width: 37px;
    height: 37px;
    animation: bubbleSide 4s ease-in-out infinite alternate; }

.bubble--22 {
  left: 98%;
  top: 37%;
  transition: opacity 3s;
  animation: bubbleUp 58.59375s linear infinite;
  animation-delay: -5.85938s; }
  .bubble--22 .bubble__inside {
    width: 64px;
    height: 64px;
    animation: bubbleSide 4s ease-in-out infinite alternate; }

.bubble--23 {
  left: 85%;
  top: 20%;
  transition: opacity 3s;
  animation: bubbleUp 219.44444s linear infinite;
  animation-delay: -32.91667s; }
  .bubble--23 .bubble__inside {
    width: 18px;
    height: 18px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.bubble--24 {
  left: 89%;
  top: 49%;
  transition: opacity 3s;
  animation: bubbleUp 45.20548s linear infinite;
  animation-delay: -9.0411s; }
  .bubble--24 .bubble__inside {
    width: 73px;
    height: 73px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--25 {
  left: 91%;
  top: 19%;
  transition: opacity 3s;
  animation: bubbleUp 72.65625s linear infinite;
  animation-delay: -18.16406s; }
  .bubble--25 .bubble__inside {
    width: 64px;
    height: 64px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--26 {
  left: 101%;
  top: 70%;
  transition: opacity 3s;
  animation: bubbleUp 122.85714s linear infinite;
  animation-delay: -36.85714s; }
  .bubble--26 .bubble__inside {
    width: 35px;
    height: 35px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--27 {
  left: 96%;
  top: 64%;
  transition: opacity 3s;
  animation: bubbleUp 81.25s linear infinite;
  animation-delay: -28.4375s; }
  .bubble--27 .bubble__inside {
    width: 48px;
    height: 48px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--28 {
  left: 94%;
  top: -3%;
  transition: opacity 3s;
  animation: bubbleUp 71.42857s linear infinite;
  animation-delay: -28.57143s; }
  .bubble--28 .bubble__inside {
    width: 49px;
    height: 49px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--29 {
  left: 93%;
  top: 14%;
  transition: opacity 3s;
  animation: bubbleUp 67.21311s linear infinite;
  animation-delay: -30.2459s; }
  .bubble--29 .bubble__inside {
    width: 61px;
    height: 61px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.bubble--30 {
  left: 104%;
  top: 47%;
  transition: opacity 3s;
  animation: bubbleUp 86.66667s linear infinite;
  animation-delay: -43.33333s; }
  .bubble--30 .bubble__inside {
    width: 45px;
    height: 45px;
    animation: bubbleSide 5s ease-in-out infinite alternate; }

.bubble--31 {
  left: 96%;
  top: 39%;
  transition: opacity 3s;
  animation: bubbleUp 151.72414s linear infinite;
  animation-delay: -83.44828s; }
  .bubble--31 .bubble__inside {
    width: 29px;
    height: 29px;
    animation: bubbleSide 4s ease-in-out infinite alternate; }

.bubble--32 {
  left: 95%;
  top: 37%;
  transition: opacity 3s;
  animation: bubbleUp 130.35714s linear infinite;
  animation-delay: -78.21429s; }
  .bubble--32 .bubble__inside {
    width: 28px;
    height: 28px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.bubble--33 {
  left: 105%;
  top: 56%;
  transition: opacity 3s;
  animation: bubbleUp 66.15385s linear infinite;
  animation-delay: -43s; }
  .bubble--33 .bubble__inside {
    width: 65px;
    height: 65px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--34 {
  left: 100%;
  top: 1%;
  transition: opacity 3s;
  animation: bubbleUp 214.28571s linear infinite;
  animation-delay: -150s; }
  .bubble--34 .bubble__inside {
    width: 21px;
    height: 21px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--35 {
  left: 86%;
  top: 18%;
  transition: opacity 3s;
  animation: bubbleUp 57.03125s linear infinite;
  animation-delay: -42.77344s; }
  .bubble--35 .bubble__inside {
    width: 64px;
    height: 64px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--36 {
  left: 99%;
  top: 67%;
  transition: opacity 3s;
  animation: bubbleUp 263.88889s linear infinite;
  animation-delay: -211.11111s; }
  .bubble--36 .bubble__inside {
    width: 18px;
    height: 18px;
    animation: bubbleSide 6s ease-in-out infinite alternate; }

.bubble--37 {
  left: 98%;
  top: 36%;
  transition: opacity 3s;
  animation: bubbleUp 89.13043s linear infinite;
  animation-delay: -75.76087s; }
  .bubble--37 .bubble__inside {
    width: 46px;
    height: 46px;
    animation: bubbleSide 3s ease-in-out infinite alternate; }

.bubble--38 {
  left: 93%;
  top: 32%;
  transition: opacity 3s;
  animation: bubbleUp 49.32432s linear infinite;
  animation-delay: -44.39189s; }
  .bubble--38 .bubble__inside {
    width: 74px;
    height: 74px;
    animation: bubbleSide 4s ease-in-out infinite alternate; }

.bubble--39 {
  left: 95%;
  top: 8%;
  transition: opacity 3s;
  animation: bubbleUp 230.55556s linear infinite;
  animation-delay: -219.02778s; }
  .bubble--39 .bubble__inside {
    width: 18px;
    height: 18px;
    animation: bubbleSide 5s ease-in-out infinite alternate; }

.bubble--40 {
  left: 103%;
  top: 65%;
  transition: opacity 3s;
  animation: bubbleUp 232.35294s linear infinite;
  animation-delay: 0s; }
  .bubble--40 .bubble__inside {
    width: 17px;
    height: 17px;
    animation: bubbleSide 2s ease-in-out infinite alternate; }

.store .hero-outer-wrapper {
  min-height: 250px; }
  @media (min-width: 768px) {
    .store .hero-outer-wrapper {
      height: 500px; } }

.store .hero.hero--minecraft {
  position: absolute;
  width: 100%; }

.bg-fade-linear {
  transition: background-color 1s linear; }

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

svg:not(:root) {
  vertical-align: baseline; }
