
@import "https://fonts.googleapis.com/css?family=Work+Sans:200,400,700,600|Source+Sans+Pro:200,400,700,600";
@import "https://unpkg.com/dc@4/dist/style/dc.css";

/* node_modules/air-datepicker/dist/css/datepicker.css */
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    left 0s 0.3s,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    left 0s 0.3s;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    left 0s 0.3s,
    -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition:
    opacity 0.3s ease,
    left 0s 0s,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    left 0s 0s;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    left 0s 0s,
    -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family:
    "Century Gothic",
    CenturyGothic,
    AppleGothic,
    sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background:
    linear-gradient(
      to right,
      #dedede,
      #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:focus {
  outline: none;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* app/assets/stylesheets/modules/accessibility.css */
.helper-screenreader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* node_modules/normalize.css/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* node_modules/@fortawesome/fontawesome-free/css/all.css */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-brands-400-WKLQVXHI-e4299464e7b012968eed63ac2db1c9509f56bca409ef9f71f2926a8c3c80b2a9.eot);
  src:
    url(/assets/fa-brands-400-WKLQVXHI-e4299464e7b012968eed63ac2db1c9509f56bca409ef9f71f2926a8c3c80b2a9.eot?#iefix) format("embedded-opentype"),
    url(/assets/fa-brands-400-P3PKDBXJ-8ea8791754915a898a3100e63e32978a6d1763be6df8e73a39d3a90d691cdeef.woff2) format("woff2"),
    url(/assets/fa-brands-400-BZJ74T7K-f9217f66874b0c01cd8c10b6a295dbc4f609acb6f5adc41c37da46641b57eb02.woff) format("woff"),
    url(/assets/fa-brands-400-TQBOV5XO-cda59d6efffa685830fd95b55f64ae9cb51279cd34b2410b69f84c7ec30157d9.ttf) format("truetype"),
    url(/assets/fa-brands-400-U5WVHP4Z-a3b9817780214caf01e8aec20bcdc2305a1ff34a15fae81ecd0923df9cd5cd0a.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/fa-regular-400-UAKA47HK-79d088064beb3826054fb88165416235897a856ca952fca1498b1c59b16aaa48.eot);
  src:
    url(/assets/fa-regular-400-UAKA47HK-79d088064beb3826054fb88165416235897a856ca952fca1498b1c59b16aaa48.eot?#iefix) format("embedded-opentype"),
    url(/assets/fa-regular-400-4KZ2TXH3-e42a88444448ac3d60549cc7c1ff2c8a9cac721034c073d80a14a44e79730cca.woff2) format("woff2"),
    url(/assets/fa-regular-400-ATOVFAXS-cb9e9e693192413cde2b1f21c1dc1d44b6fe7b27cc2b458e8b359d18f9ff8f4e.woff) format("woff"),
    url(/assets/fa-regular-400-ONDAC7F6-e8711bbb871afd8e9dea60e16d30f00c7e4837bbc9807065017475b849fa2313.ttf) format("truetype"),
    url(/assets/fa-regular-400-5Y37XTH5-be0a084962d8066884f7fe9bd27ec16e51f5a93b72a502c92c5a24dc87eb2ebc.svg#fontawesome) format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/fa-solid-900-S5EADJCE-373c04fd2418f5c77eea49d514731058f1907a94ff3b4e5d7c3e5767e8b53d8b.eot);
  src:
    url(/assets/fa-solid-900-S5EADJCE-373c04fd2418f5c77eea49d514731058f1907a94ff3b4e5d7c3e5767e8b53d8b.eot?#iefix) format("embedded-opentype"),
    url(/assets/fa-solid-900-MIABT3M5-9834b82ad26e2a37583d22676a12dd2eb0fe7c80356a2114d0db1aa8b3899537.woff2) format("woff2"),
    url(/assets/fa-solid-900-4Z3HBMDX-3f6d3488cf65374f6f676c315340b0ac2be832bd55240c809448e36ef9b96326.woff) format("woff"),
    url(/assets/fa-solid-900-2WYKGVTL-af6397503fcefbd613976c21ad5c1e37298c18bbe07d096db03ccd3af6e05ba8.ttf) format("truetype"),
    url(/assets/fa-solid-900-ZVZSFP22-9674eb1bd5504717903837093a67668ea88f2ed006d91367d0d4b7aa1f9211fc.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* node_modules/jsgrid/dist/jsgrid.css */
.jsgrid {
  position: relative;
  overflow: hidden;
  font-size: 1em;
}
.jsgrid,
.jsgrid *,
.jsgrid *:before,
.jsgrid *:after {
  box-sizing: border-box;
}
.jsgrid input,
.jsgrid textarea,
.jsgrid select {
  font-size: 1em;
}
.jsgrid-grid-header {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.jsgrid-grid-body {
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.jsgrid-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.jsgrid-cell {
  padding: 0.5em 0.5em;
}
.jsgrid-\441 ell,
.jsgrid-header-cell {
  box-sizing: border-box;
}
.jsgrid-align-left {
  text-align: left;
}
.jsgrid-align-center,
.jsgrid-align-center input,
.jsgrid-align-center textarea,
.jsgrid-align-center select {
  text-align: center;
}
.jsgrid-align-right,
.jsgrid-align-right input,
.jsgrid-align-right textarea,
.jsgrid-align-right select {
  text-align: right;
}
.jsgrid-header-cell {
  padding: .5em .5em;
}
.jsgrid-filter-row input,
.jsgrid-filter-row textarea,
.jsgrid-filter-row select,
.jsgrid-edit-row input,
.jsgrid-edit-row textarea,
.jsgrid-edit-row select,
.jsgrid-insert-row input,
.jsgrid-insert-row textarea,
.jsgrid-insert-row select {
  width: 100%;
  padding: .3em .5em;
}
.jsgrid-filter-row input[type=checkbox],
.jsgrid-edit-row input[type=checkbox],
.jsgrid-insert-row input[type=checkbox] {
  width: auto;
}
.jsgrid-selected-row .jsgrid-cell {
  cursor: pointer;
}
.jsgrid-nodata-row .jsgrid-cell {
  padding: .5em 0;
  text-align: center;
}
.jsgrid-header-sort {
  cursor: pointer;
}
.jsgrid-pager {
  padding: .5em 0;
}
.jsgrid-pager-nav-button {
  padding: .2em .6em;
}
.jsgrid-pager-nav-inactive-button {
  display: none;
  pointer-events: none;
}
.jsgrid-pager-page {
  padding: .2em .6em;
}

/* node_modules/jsgrid/dist/jsgrid-theme.css */
.jsgrid-grid-header,
.jsgrid-grid-body,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-insert-row > .jsgrid-cell,
.jsgrid-edit-row > .jsgrid-cell {
  border: 1px solid #e9e9e9;
}
.jsgrid-header-row > .jsgrid-header-cell {
  border-top: 0;
}
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-insert-row > .jsgrid-cell {
  border-bottom: 0;
}
.jsgrid-header-row > .jsgrid-header-cell:first-child,
.jsgrid-filter-row > .jsgrid-cell:first-child,
.jsgrid-insert-row > .jsgrid-cell:first-child {
  border-left: none;
}
.jsgrid-header-row > .jsgrid-header-cell:last-child,
.jsgrid-filter-row > .jsgrid-cell:last-child,
.jsgrid-insert-row > .jsgrid-cell:last-child {
  border-right: none;
}
.jsgrid-header-row .jsgrid-align-right,
.jsgrid-header-row .jsgrid-align-left {
  text-align: center;
}
.jsgrid-grid-header {
  background: #f9f9f9;
}
.jsgrid-header-scrollbar {
  scrollbar-arrow-color: #f1f1f1;
  scrollbar-base-color: #f1f1f1;
  scrollbar-3dlight-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-track-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-dark-shadow-color: #f1f1f1;
}
.jsgrid-header-scrollbar::-webkit-scrollbar {
  visibility: hidden;
}
.jsgrid-header-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.jsgrid-header-sortable:hover {
  cursor: pointer;
  background: #fcfcfc;
}
.jsgrid-header-row .jsgrid-header-sort {
  background: #c4e2ff;
}
.jsgrid-header-sort:before {
  content: " ";
  display: block;
  float: left;
  width: 0;
  height: 0;
  border-style: solid;
}
.jsgrid-header-sort-asc:before {
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #009a67 transparent;
}
.jsgrid-header-sort-desc:before {
  border-width: 5px 5px 0 5px;
  border-color: #009a67 transparent transparent transparent;
}
.jsgrid-grid-body {
  border-top: none;
}
.jsgrid-cell {
  border: #f3f3f3 1px solid;
}
.jsgrid-grid-body .jsgrid-row:first-child .jsgrid-cell,
.jsgrid-grid-body .jsgrid-alt-row:first-child .jsgrid-cell {
  border-top: none;
}
.jsgrid-grid-body .jsgrid-cell:first-child {
  border-left: none;
}
.jsgrid-grid-body .jsgrid-cell:last-child {
  border-right: none;
}
.jsgrid-row > .jsgrid-cell {
  background: #fff;
}
.jsgrid-alt-row > .jsgrid-cell {
  background: #fcfcfc;
}
.jsgrid-header-row > .jsgrid-header-cell {
  background: #f9f9f9;
}
.jsgrid-filter-row > .jsgrid-cell {
  background: #fcfcfc;
}
.jsgrid-insert-row > .jsgrid-cell {
  background: #e3ffe5;
}
.jsgrid-edit-row > .jsgrid-cell {
  background: #fdffe3;
}
.jsgrid-selected-row > .jsgrid-cell {
  background: #c4e2ff;
  border-color: #c4e2ff;
}
.jsgrid-nodata-row > .jsgrid-cell {
  background: #fff;
}
.jsgrid-invalid input,
.jsgrid-invalid select,
.jsgrid-invalid textarea {
  background: #ffe3e5;
  border: 1px solid #ff808a;
}
.jsgrid-pager-current-page {
  font-weight: bold;
}
.jsgrid-pager-nav-inactive-button a {
  color: #d3d3d3;
}
.jsgrid-button + .jsgrid-button {
  margin-left: 5px;
}
.jsgrid-button:hover {
  opacity: .5;
  transition: opacity 200ms linear;
}
.jsgrid .jsgrid-button {
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-color: transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .jsgrid .jsgrid-button {
    background-image: url(data:image/png;base64,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);
    background-size: 24px 352px;
  }
}
.jsgrid .jsgrid-mode-button {
  width: 24px;
  height: 24px;
}
.jsgrid-mode-on-button {
  opacity: .5;
}
.jsgrid-cancel-edit-button {
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.jsgrid-clear-filter-button {
  background-position: 0 -40px;
  width: 16px;
  height: 16px;
}
.jsgrid-delete-button {
  background-position: 0 -80px;
  width: 16px;
  height: 16px;
}
.jsgrid-edit-button {
  background-position: 0 -120px;
  width: 16px;
  height: 16px;
}
.jsgrid-insert-mode-button {
  background-position: 0 -160px;
  width: 24px;
  height: 24px;
}
.jsgrid-insert-button {
  background-position: 0 -208px;
  width: 16px;
  height: 16px;
}
.jsgrid-search-mode-button {
  background-position: 0 -248px;
  width: 24px;
  height: 24px;
}
.jsgrid-search-button {
  background-position: 0 -296px;
  width: 16px;
  height: 16px;
}
.jsgrid-update-button {
  background-position: 0 -336px;
  width: 16px;
  height: 16px;
}
.jsgrid-load-shader {
  background: #ddd;
  opacity: .5;
  filter: alpha(opacity=50);
}
.jsgrid-load-panel {
  width: 15em;
  height: 5em;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding-top: 3em;
  text-align: center;
}
.jsgrid-load-panel:before {
  content: " ";
  position: absolute;
  top: .5em;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  height: 2em;
  border: 2px solid #009a67;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: indicator 1s linear infinite;
  animation: indicator 1s linear infinite;
}
@-webkit-keyframes indicator {
  from {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes indicator {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.jsgrid-load-panel {
  padding-top: 1.5em\	;
}
.jsgrid-load-panel:before {
  display: none\	;
}

/* app/assets/stylesheets/budgets.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
}
.hidden,
[hidden] {
  display: none !important;
}
.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family:
    FreeSans,
    Arimo,
    "Droid Sans",
    Helvetica,
    Arial,
    sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
.opera-only :-o-prefocus,
.pure-g {
  word-spacing: -0.43em;
}
.pure-u {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-g [class*=pure-u] {
  font-family: sans-serif;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-u-1-24 {
  width: 4.1667%;
}
.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
}
.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
}
.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
}
.pure-u-1-5 {
  width: 20%;
}
.pure-u-5-24 {
  width: 20.8333%;
}
.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
}
.pure-u-7-24 {
  width: 29.1667%;
}
.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
}
.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
}
.pure-u-2-5 {
  width: 40%;
}
.pure-u-5-12,
.pure-u-10-24 {
  width: 41.6667%;
}
.pure-u-11-24 {
  width: 45.8333%;
}
.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
}
.pure-u-13-24 {
  width: 54.1667%;
}
.pure-u-7-12,
.pure-u-14-24 {
  width: 58.3333%;
}
.pure-u-3-5 {
  width: 60%;
}
.pure-u-5-8,
.pure-u-15-24 {
  width: 62.5%;
}
.pure-u-2-3,
.pure-u-16-24 {
  width: 66.6667%;
}
.pure-u-17-24 {
  width: 70.8333%;
}
.pure-u-3-4,
.pure-u-18-24 {
  width: 75%;
}
.pure-u-19-24 {
  width: 79.1667%;
}
.pure-u-4-5 {
  width: 80%;
}
.pure-u-5-6,
.pure-u-20-24 {
  width: 83.3333%;
}
.pure-u-7-8,
.pure-u-21-24 {
  width: 87.5%;
}
.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
}
.pure-u-23-24 {
  width: 95.8333%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
  width: 100%;
}
.pure-button {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pure-button-group {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}
.opera-only :-o-prefocus,
.pure-button-group {
  word-spacing: -0.43em;
}
.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: 0.5em 1em;
  color: rgba(0, 0, 0, 0.8);
  border: none rgba(0, 0, 0, 0);
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 2px;
}
.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image:
    linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.05) 40%,
      rgba(0, 0, 0, 0.1));
}
.pure-button:focus {
  outline: 0;
}
.pure-button-active,
.pure-button:active {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
  border-color: #000;
}
.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
  border: none;
  background-image: none;
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
.pure-button-hidden {
  display: none;
}
.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
  background-color: rgb(0, 120, 231);
  color: #fff;
}
.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none;
}
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-form input[type=color] {
  padding: 0.2em 0.5em;
}
.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129FEA;
}
.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus,
.pure-form input[type=checkbox]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.pure-form input[type=text][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc;
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: white;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.pure-form-stacked input[type=text],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked input[type=file],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-message-inline {
  display: inline-block;
  vertical-align: middle;
}
.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-3-4 {
  width: 75%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
.pure-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}
.pure-menu-list,
.pure-menu-item {
  position: relative;
}
.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%;
}
.pure-menu-link,
.pure-menu-heading {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap;
}
.pure-menu-horizontal .pure-menu-list {
  display: inline-block;
}
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  vertical-align: middle;
}
.pure-menu-item .pure-menu-item {
  display: block;
}
.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}
.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit;
}
.pure-menu-allow-hover:hover > .pure-menu-children,
.pure-menu-active > .pure-menu-children {
  display: block;
  position: absolute;
}
.pure-menu-has-children > .pure-menu-link:after {
  padding-left: 0.5em;
  content: "\25b8";
  font-size: small;
}
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
  content: "\25be";
}
.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
}
.pure-menu-scrollable .pure-menu-list {
  display: block;
}
.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block;
}
.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0.5em 0;
}
.pure-menu-separator,
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: 0.3em 0;
}
.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 0.3em;
}
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto;
}
.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64;
}
.pure-menu-link {
  color: #777;
}
.pure-menu-children {
  background-color: #fff;
}
.pure-menu-link,
.pure-menu-heading {
  padding: 0.5em 1em;
}
.pure-menu-disabled {
  opacity: 0.5;
}
.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent;
  cursor: default;
}
.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
  background-color: #eee;
}
.pure-menu-selected > .pure-menu-link,
.pure-menu-selected > .pure-menu-link:visited {
  color: #000;
}
.pure-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb;
}
.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
.pure-table td,
.pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
}
.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
.pure-table td {
  background-color: transparent;
}
.pure-table-odd td {
  background-color: #f2f2f2;
}
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2;
}
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}
.pure-table-horizontal td,
.pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb;
}
.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
  }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
  }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
  }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
  }
  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
  }
  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
  }
  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5%;
  }
  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
  }
  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
  }
  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5%;
  }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
  }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
  }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
  }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
  }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
  }
  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5%;
  }
  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
  }
  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
  }
  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5%;
  }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
  }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
  }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
  }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
  }
  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
  }
  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
  }
  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5%;
  }
  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
  }
  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
  }
  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5%;
  }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
  }
  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
  }
  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5%;
  }
  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
  }
  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5%;
  }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%;
  }
}
.color_bg_main {
  background: #00909e;
}
:root {
  --color-base-string: var(--color-main, 0, 144, 158);
  --color-base: rgb(var(--color-base-string));
  --color-gobierto-turquoise: #008e9c;
  --color-gobierto-blue: #12365b;
  --color-gobierto-red: #ff776d;
  --color-gobierto-yellow: #f8b205;
}
.clearfix::after,
.clearfix::before {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clear_b {
  clear: both;
}
.col-1-2,
.col-2-2 {
  width: 48%;
  float: left;
  margin: 0 4% 0 0;
  text-align: center;
}
.col-2-2 {
  float: right;
  margin: 0;
}
.col-1-3,
.col-2-3,
.col-3-3 {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
  text-align: center;
}
.col-3-3 {
  float: right;
  margin: 0;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.d_block {
  display: block;
}
.ib,
.inline {
  display: inline-block;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.absolute_right {
  position: absolute;
  right: 0;
}
.hidden,
.soft_hidden {
  display: none;
}
.screen-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.fixed {
  position: fixed;
}
.soft {
  opacity: 0.5;
}
.v_top {
  vertical-align: top;
}
.no_wrap {
  white-space: nowrap;
}
.strong {
  font-weight: 700;
}
.p_0_5 {
  padding: 0.5em;
}
.p_1 {
  padding: 1em;
}
.p_2 {
  padding: 2em;
}
.p_3 {
  padding: 3em;
}
.p_4 {
  padding: 4em;
}
.m_0 {
  margin: 0;
}
.m_1 {
  margin: 1em;
}
.m_2 {
  margin: 2em;
}
.m_3 {
  margin: 3em;
}
.m_4 {
  margin: 4em;
}
.p_h_1 {
  padding: 0 1em;
  box-sizing: border-box;
}
.p_h_2 {
  padding: 0 2em;
  box-sizing: border-box;
}
.p_h_3 {
  padding: 0 3em;
  box-sizing: border-box;
}
.p_h_4 {
  padding: 0 4em;
  box-sizing: border-box;
}
.p_v_1 {
  padding: 1em 0;
  box-sizing: border-box;
}
.p_v_2 {
  padding: 2em 0;
  box-sizing: border-box;
}
.p_v_3 {
  padding: 3em 0;
  box-sizing: border-box;
}
.p_v_4 {
  padding: 4em 0;
  box-sizing: border-box;
}
.m_v_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m_v_0_25 {
  margin: 0.25em 0 !important;
}
.m_v_1 {
  margin: 1em 0 !important;
}
.m_v_2 {
  margin: 2em 0 !important;
}
.m_v_3 {
  margin: 3em 0 !important;
}
.m_v_4 {
  margin: 4em 0 !important;
}
.p_h_r_0_5 {
  padding: 0 0.5em 0 0;
  box-sizing: border-box;
}
.m_t_0 {
  margin-top: 0;
}
.m_t_1 {
  margin-top: 1em;
}
.m_t_0_5 {
  margin-top: 0.5em;
}
.m_t_2 {
  margin-top: 2em;
}
.m_t_3 {
  margin-top: 3em;
}
.m_t_4 {
  margin-top: 4em;
}
.m_b_1 {
  margin: 0 0 1em;
}
.m_b_2 {
  margin: 0 0 2em;
}
.m_b_3 {
  margin: 0 0 3em;
}
.m_b_4 {
  margin: 0 0 4em;
}
.p_h_r_0_25 {
  padding: 0 0.25em 0 0;
  box-sizing: border-box;
}
.p_h_r_1 {
  padding: 0 1em 0 0;
  box-sizing: border-box;
}
.p_h_r_2 {
  padding: 0 2em 0 0;
  box-sizing: border-box;
}
.p_h_r_3 {
  padding: 0 3em 0 0;
  box-sizing: border-box;
}
.p_h_l_1 {
  padding: 0 0 0 1em;
  box-sizing: border-box;
}
.p_h_l_2 {
  padding: 0 0 0 2em;
  box-sizing: border-box;
}
.p_h_l_3 {
  padding: 0 0 0 3em;
  box-sizing: border-box;
}
.bg-gray {
  background: #f6f6f6;
}
@media screen and (max-width: 740px) {
  .desktop_only {
    display: none;
  }
  .desktop_only_reset {
    display: none;
  }
  .mobile_only {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 741px) {
  .desktop_only {
    width: 100%;
    display: block;
  }
  .desktop_only_reset {
    display: block;
  }
  .mobile_only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .padded_cols.pure-g {
    width: calc(100% + 2em);
  }
}
.padded_cols [class*=pure-u] {
  box-sizing: border-box;
}
.padded_cols .padded {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .padded_cols .padded {
    margin: 1em;
  }
}
.padded_cols [class*=pure-u]:first-child {
  margin-left: -1em;
}
.padded_cols.example {
  background: rgba(204, 204, 204, 0.9);
}
.padded_cols.example [class*=pure-u] {
  background: #DFDFDF;
}
.padded_cols.example .padded {
  background: green;
  color: #FFF;
  text-align: center;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .pure-g.gutters {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .pure-g.gutters > [class*=pure-u] {
    box-sizing: border-box;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pure-g.gutters {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .pure-g.gutters > [class*=pure-u] {
    box-sizing: border-box;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.breadcrumb {
  margin: 0 0 2em;
  background: #fff;
  padding: 1em 0;
}
.breadcrumb a,
.breadcrumb span {
  margin: 0 0.5em;
  font-size: 1.15em;
}
.breadcrumb a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 740px) {
  .breadcrumb {
    padding: 0.75em 0;
    margin: 0 0 0.5em;
  }
  .breadcrumb .bread_links {
    line-height: 1.3em;
    font-size: 0.75em;
  }
}
.breadcrumb.is_stuck {
  z-index: 10000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.breadcrumb.year_only {
  margin-bottom: 0;
}
.breadcrumb.year_only .bread_hover {
  max-width: 100px;
  display: inline-block;
}
.breadcrumb.year_only .bread_links {
  background: rgba(var(--color-base-string), 0.1);
  padding: 0.3em 0.75em;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  font-weight: 200;
}
.breadcrumb.year_only .bread_links a {
  text-decoration: none;
  color: #767168;
}
.breadcrumb.year_only .bread_links .fas {
  vertical-align: middle;
  margin-top: -10px;
  color: var(--color-base);
}
.breadcrumb.year_only .line_browser {
  padding: calc(1.5em - 1px) 2em 2em;
}
.breadcrumb.year_only .line_browser .col {
  padding: 0;
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
}
.breadcrumb.year_only .line_browser .col a {
  display: block;
}
.header_block_inline h2 {
  margin: 0.8em 0 2em;
}
.line_browser {
  z-index: 100;
  overflow: hidden;
  white-space: nowrap;
  display: none;
  position: absolute;
  background: #fff;
  padding: 2em 1em 1em 2em;
  margin-left: calc(-2em - 1px);
  margin-top: calc(-3.5em - 1px);
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.line_browser .col {
  display: inline-block;
  display: none;
  float: left;
  padding: 0 1em 0 0;
}
.line_browser .col[data-level="0"] {
  display: block;
}
.line_browser .bread_links {
  margin: 0 0 1em;
}
.line_browser table {
  font-size: 0.85em;
}
.line_browser td.selected,
.line_browser td.selected_no_children {
  border-left: 2px solid rgba(var(--color-base-string), 0.5);
  position: relative;
}
.line_browser td.selected::after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 11.3px;
  border-color: transparent transparent transparent rgba(var(--color-base-string), 0.5);
  top: 38%;
  left: 100%;
}
.bread_links {
  display: inline-block;
}
.open_line_browser,
.close_line_browser {
  opacity: 0.5;
  color: var(--color-base);
  cursor: pointer;
  margin: 0 1em 0 0;
}
.admin_breadcrumb {
  font-size: 0.75em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.pagination {
  display: flex;
  padding-left: 0;
}
.pagination ul,
.pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
}
.pagination li:first-child {
  display: none;
}
@media screen and (min-width: 740px) {
  .pagination li:first-child {
    display: inline-block;
  }
}
.pagination li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--color-base);
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}
.pagination .disabled {
  color: rgba(var(--color-base-string), 0.5);
  pointer-events: none;
}
.pagination .active a,
.pagination .button-group .button-grouped:hover a,
.button-group .pagination .button-grouped:hover a {
  border-color: var(--color-base);
  background: var(--color-base);
  color: white;
  font-weight: 700;
}
input[type=text],
input[type=email],
input[type=number],
input[type=submit],
input[type=password],
input[type=color],
input[type=file],
.button,
button,
select,
option,
textarea {
  box-sizing: border-box;
  height: 74px;
  padding: 0 1em;
  margin: 0 0.5em 0 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  background: #fafafa;
}
@media screen and (max-width: 740px) {
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=submit],
  input[type=password],
  input[type=color],
  input[type=file],
  .button,
  button,
  select,
  option,
  textarea {
    width: 100%;
    margin: 0 0 1em;
  }
}
button:last-child,
.button:last-child {
  margin-right: 0;
}
input,
textarea {
}
input::placeholder,
textarea::placeholder {
  opacity: 0.25;
}
input:input-placeholder,
textarea:input-placeholder {
  opacity: 0.25;
}
input::input-placeholder,
textarea::input-placeholder {
  opacity: 0.25;
}
input[type=text].slim,
input[type=email].slim {
  height: auto;
  padding: 0.25em;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=submit]:focus,
input[type=password]:focus,
input[type=file]:focus,
.button:focus,
button:focus,
select:focus,
textarea:focus {
  border-color: #51a7e8;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
  background: #fff;
}
.form_item.input_text,
.form_item.textarea,
.select_control,
.file_field {
  position: relative;
  margin: 0 0 2em;
}
.form_item.input_text label,
.form_item.textarea label,
.select_control label,
.file_field label {
  z-index: 1;
  position: absolute;
  width: calc(100% - 1.75rem);
  top: 0.5rem;
  left: 1rem;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
}
.form_item.input_text label .indication,
.form_item.textarea label .indication,
.select_control label .indication,
.file_field label .indication {
  float: right;
  font-weight: normal;
  opacity: 0.5;
}
.form_item.input_text .form_item_colorpicker,
.form_item.textarea .form_item_colorpicker,
.select_control .form_item_colorpicker,
.file_field .form_item_colorpicker {
  position: relative;
}
.form_item.input_text .form_item_colorpicker .minicolors-swatch,
.form_item.textarea .form_item_colorpicker .minicolors-swatch,
.select_control .form_item_colorpicker .minicolors-swatch,
.file_field .form_item_colorpicker .minicolors-swatch {
  margin-top: auto;
  bottom: 0;
  margin-bottom: 0.8rem;
  margin-left: 12px;
}
.form_item.input_text .form_item_colorpicker .minicolors-input,
.form_item.textarea .form_item_colorpicker .minicolors-input,
.select_control .form_item_colorpicker .minicolors-input,
.file_field .form_item_colorpicker .minicolors-input {
  padding-left: 52px;
}
.form_item.input_text input,
.form_item.input_text textarea,
.form_item.textarea input,
.form_item.textarea textarea,
.select_control input,
.select_control textarea,
.file_field input,
.file_field textarea {
  padding: 1.75rem 1rem 0.5rem 0.95rem;
  width: 100%;
  outline: none;
}
.form_item.input_text textarea,
.form_item.textarea textarea,
.select_control textarea,
.file_field textarea {
  color: inherit;
  font: inherit;
  box-sizing: border-box;
  height: 300px;
}
.form_item.input_text input[type=password],
.form_item.textarea input[type=password],
.select_control input[type=password],
.file_field input[type=password] {
  height: 67px;
  padding: 1.5rem 1rem 0.25rem;
}
.form_item.plugin_field label {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
}
.select_control {
  background: #fafafa;
}
.select_control select {
  padding: 0 15px;
  height: 47px;
}
.select_control.select_compact,
.form_item.input_text.compact {
  font-size: 0.85em;
  margin: 0;
}
.select_control.select_compact select,
.select_control.select_compact input,
.form_item.input_text.compact select,
.form_item.input_text.compact input {
  margin-top: 0;
  padding: 2px 10px;
  height: initial;
}
.select_control.select_compact input,
.form_item.input_text.compact input {
  height: 28px;
}
.select_control.selects_inline select {
  width: initial;
  display: inline-block;
  max-width: 25%;
}
.file_field {
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  padding: 2.5em 1em 1em;
}
.file_field input[type=file] {
  padding: 0;
  border: 0;
  height: initial;
}
.file_field img {
  max-width: 100%;
  height: auto;
}
input[type=submit],
.button,
button {
  transition: all 0.15s ease-out 0s;
  border: 0;
  height: initial;
  background: var(--color-base);
  color: #fff;
  padding: 1em 2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
input[type=submit].button {
  border: 0 !important;
  height: initial !important;
  padding: 1em 2em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
input[type=submit]:hover,
.button:hover,
button:hover {
  background: rgba(var(--color-base-string), 0.8);
}
input[type=submit]:disabled,
.button:disabled,
button:disabled {
  background: var(--color-base);
  opacity: 0.2;
}
button a,
a.button,
.button {
  color: #fff;
  text-decoration: none;
}
button.bl,
.button.bl {
  width: 100%;
  display: block;
}
a.button:hover {
  text-decoration: none;
}
.button:hover,
button {
  color: #fff;
}
button.soft,
.button.soft {
  background: rgba(var(--color-base-string), 0.65);
}
button.light,
.button.light {
  background: #fff;
  border: 1px solid #d6d6d6;
  color: var(--color-base);
}
button.gigantic,
.button.gigantic {
  font-size: 1.3rem;
  height: initial;
  padding: 1.4em 4em 1.2em;
  margin: 1em 0;
  border-radius: 2em;
  border-radius: 2em;
  border-radius: 2em;
  border-radius: 2em;
  text-decoration: none;
}
button.medium,
.button.medium {
  font-size: 0.85rem;
  padding: 0.65em 1em 0.5em;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}
button.small,
.button.small {
  font-size: 0.85rem;
  padding: 0.45em 1em 0.3em;
  height: initial;
  line-height: 1.2em;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
}
button.light:hover,
.button.light:hover {
  background: rgba(var(--color-base-string), 0.2);
}
.button_light {
  background: rgba(var(--color-base-string), 0.2);
  transition: all 0.15s ease-out 0s;
  font-size: 0.75em;
  text-decoration: none;
  padding: 0.5em 1.5em;
  line-height: 1.2em;
  border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
  margin: 1em 0;
  display: inline-block;
}
.button_light:hover {
  background: rgba(var(--color-base-string), 0.3);
  text-decoration: none;
}
button.outline,
.button.outline {
  background: #fff;
  border: 1px solid rgba(var(--color-base-string), 0.25);
  color: var(--color-base);
}
button.outline:hover,
.button.outline:hover {
  background: rgba(var(--color-base-string), 0.06);
  text-decoration: none;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
.slickgrid-container input[type=checkbox] {
  display: inline;
}
.slickgrid-container .slick-viewport {
  overflow: visible !important;
}
.slickgrid-container .slick-row.even .slick-cell,
.slickgrid-container .slick-row.odd .slick-cell {
  background: white;
}
.slickgrid-container .slick-row.even .slick-cell.active > span,
.slickgrid-container .slick-row.even .button-group .slick-cell.button-grouped:hover > span,
.button-group .slickgrid-container .slick-row.even .slick-cell.button-grouped:hover > span,
.slickgrid-container .slick-row.odd .slick-cell.active > span,
.slickgrid-container .slick-row.odd .button-group .slick-cell.button-grouped:hover > span,
.button-group .slickgrid-container .slick-row.odd .slick-cell.button-grouped:hover > span {
  margin-left: -5px;
  margin-top: -3px;
}
.slickgrid-container .slick-row.even .slick-cell.active > span .select2-selection,
.slickgrid-container .slick-row.even .button-group .slick-cell.button-grouped:hover > span .select2-selection,
.button-group .slickgrid-container .slick-row.even .slick-cell.button-grouped:hover > span .select2-selection,
.slickgrid-container .slick-row.odd .slick-cell.active > span .select2-selection,
.slickgrid-container .slick-row.odd .button-group .slick-cell.button-grouped:hover > span .select2-selection,
.button-group .slickgrid-container .slick-row.odd .slick-cell.button-grouped:hover > span .select2-selection {
  border-radius: 0;
}
.slickgrid-container .slick-row.even .slick-cell.disabled,
.slickgrid-container .slick-row.odd .slick-cell.disabled {
  background: #f7f7f6;
  border-color: #d6d7d6 !important;
  border-style: solid;
}
.slickgrid-container .slick-row.even .slick-cell.disabled.active,
.slickgrid-container .slick-row.even .button-group .slick-cell.disabled.button-grouped:hover,
.button-group .slickgrid-container .slick-row.even .slick-cell.disabled.button-grouped:hover,
.slickgrid-container .slick-row.odd .slick-cell.disabled.active,
.slickgrid-container .slick-row.odd .button-group .slick-cell.disabled.button-grouped:hover,
.button-group .slickgrid-container .slick-row.odd .slick-cell.disabled.button-grouped:hover {
  border-left-width: 0;
  border-top-width: 0;
  padding-left: 4px;
  padding-top: 4px;
}
.slickgrid-container + [add-dashboard-btn] {
  position: absolute;
  left: 100%;
  background-color: #00909e;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  height: 25px;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.slickgrid-container + [add-dashboard-btn].is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
}
.slickgrid-container + [add-dashboard-btn] > i {
  opacity: 1;
  margin: 0;
}
.slickgrid-container + [add-dashboard-btn] > * + * {
  margin-left: 0.25em;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  display: block;
  padding: 14px;
  transition: all 0.15s ease-out 0s;
}
.inline_filter {
  display: inline-block;
  width: 49%;
  margin-bottom: 0.5em;
}
.inline_filter span {
  display: block;
}
@media (width >= 768px) {
  .inline_filter span {
    display: inline-block;
    padding-right: 0.5em;
  }
}
.inline_filter .button-group {
  width: 100%;
}
@media (width >= 768px) {
  .inline_filter .button-group {
    width: auto;
  }
}
@media (width >= 768px) {
  .inline_filter {
    width: auto;
    padding-right: 1em;
  }
}
.button-group .button-grouped {
  background: white;
  color: #676767;
  font-weight: 400;
  border: 1px solid #cecece;
  padding: 0 0.5em;
  margin: 0;
  border-radius: 0;
  font-size: 14px;
}
.button-group .button-grouped:disabled {
  opacity: 0.5;
}
.button-group .button-grouped small {
  line-height: 1;
}
@media (width >= 768px) {
  .button-group .button-grouped + .button-grouped {
    margin-left: -5px;
  }
}
.button-group .button-wrapper {
  display: inline-block;
}
@media (width >= 768px) {
  .button-group .button-wrapper:first-child {
    margin-right: -5px;
  }
}
@media (width >= 768px) {
  .button-group .button-wrapper:last-child {
    margin-left: -5px;
  }
}
.button-group .button-compact {
  display: block;
  width: 100%;
  margin-top: -1px;
}
@media (width >= 768px) {
  .button-group .button-compact + .button-compact {
    margin-left: 0;
  }
}
.button-group .button-grouped:first-child {
  border-radius: 2px 0 0 2px;
  margin-left: 0;
}
.button-group .button-grouped:last-child {
  border-radius: 0 2px 2px 0;
}
.button-group .active,
.button-group .button-grouped:hover {
  background: #f4f4f4;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
.inline_button {
  background: rgba(var(--color-base-string), 0.1);
  border-radius: 4px;
  color: var(--color-base);
  font-weight: 600;
  text-decoration: none;
  padding: 0.35em 0.75em;
  transition: 0.3s;
}
.inline_button:hover,
.inline_button:active,
.inline_button:focus {
  background: rgba(var(--color-base-string), 0.15);
  text-decoration: none;
}
.button.rounded {
  border-radius: 20px;
  font-weight: 600;
}
.button.outline.rounded {
  text-transform: none;
  padding: 0.2em 1em;
  border-radius: 20px;
  font-weight: 600;
}
.button.outline.rounded .fas {
  font-size: 85%;
}
.button.outline.rounded.wide {
  padding: 0.1em 1.5em;
}
.button.outline.rounded.checked {
  background: var(--color-base);
}
.button.outline.rounded.checked .fas {
  color: white;
}
.button.outline.rounded.fat {
  padding: 0.75em 1.5em !important;
  border-radius: 30px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.button.outline.rounded.fat:focus,
.button.outline.rounded.fat:active,
.button.outline.rounded.fat:hover {
  background: var(--color-base);
}
input[type=checkbox] + label span,
input[type=radio] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid var(--color-base);
  background: #fff;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  margin: -4px 11px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.password_protected {
  display: none;
}
input[type=checkbox] + label:hover,
input[type=radio] + label:hover,
.admin_new_el a:hover {
  background: rgba(var(--color-base-string), 0.1);
}
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  background: rgba(var(--color-base-string), 0.2);
}
input[type=checkbox]:checked + label .password_protected,
input[type=radio]:checked + label .password_protected {
  margin: 0.5em 0;
  font-size: 0.85em;
  line-height: 1.2em;
  display: block;
  padding: 0 0 0 29px;
}
input[type=checkbox]:checked + label .password_protected p,
input[type=radio]:checked + label .password_protected p {
  margin: 0 0 0.5em;
}
input[type=checkbox]:checked + label .password_protected input,
input[type=radio]:checked + label .password_protected input {
  padding: 5px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  height: initial;
  width: 100%;
  margin: 0.25em 0;
}
input[type=checkbox]:checked + label span,
input[type=radio]:checked + label span {
  background: var(--color-base);
}
input[type=radio] + label span {
  border-radius: 13px;
  border-radius: 13px;
  border-radius: 13px;
  border-radius: 13px;
}
select {
  appearance: none;
  appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
option,
select {
  font-weight: 400;
  padding: 18px;
  width: 100%;
}
.option {
  padding: 0;
  position: relative;
}
.option .inline_help {
  margin-left: 2.6em;
}
.option.separate {
  margin-top: 1em;
  padding-top: 1em;
}
.select_control,
.options_cont {
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
}
.select_control select,
.options_cont select {
  margin: 1rem 0 0;
  padding: 20px 0 13px 13px;
  height: 56px;
  outline: none;
}
.select_control select::-moz-focus-inner,
.options_cont select::-moz-focus-inner {
  border: 0;
  outline: none;
}
.select_control option,
.options_cont option {
  display: block;
  height: initial;
  padding: 7px 13px;
  font-size: 14px;
  outline: none;
}
.options_cont {
  margin: 0 0 1em;
}
.options_cont > label {
  margin: 0.5rem 1rem;
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
}
.form_item.textarea.code {
  background: none;
}
.form_item.textarea.code textarea {
  font-size: 0.85em;
}
.form_item {
  position: relative;
}
.form_item .options .option {
  display: block;
  margin: 0 0 1em;
}
.form_item .options .option_suboptions {
  padding: 0 0 0 3em;
}
.form_item .options.options_cont .option {
  margin: 0 1em 1em;
  font-size: 0.85em;
  box-sizing: border-box;
}
.form_item .options.compact {
  font-size: 0.85em;
  line-height: 1.8;
}
.form_item .options.compact .option {
  border: 0;
  margin-bottom: 1em;
}
.form_item .options.compact input[type=checkbox] + label,
.form_item .options.compact input[type=radio] + label {
  padding: 5px 9px 5px 2.6em;
  margin: -9px 0 0 -9px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
}
.form_item .options.compact input[type=checkbox] + label span,
.form_item .options.compact input[type=radio] + label span {
  position: absolute;
  top: 1em;
  left: 0;
  height: 14px;
  width: 14px;
}
.form_item .options.compact .option_contextual {
  background: rgba(var(--color-base-string), 0.2);
  padding: 0.5em 1em 0.5em 2.5em;
  margin-left: calc(-0.5rem - 1px);
  margin-top: -1px;
}
.form_item .options.compact .option_contextual .form_item {
  margin-bottom: 1em;
}
.form_item .options.compact .option_contextual label {
  display: block;
}
.form_item .options.compact .option_contextual input:not([data-timepicker=true]) {
  width: 100%;
  height: initial;
  padding: 0.5em;
}
.form_item .options.compact .option_contextual textarea {
  width: 100%;
}
.form_item .fas {
  margin: 0 0.5em;
  opacity: 0.5;
}
.form_item .fa-question-circle {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.form_item.textarea.has-indication .fa-question-circle {
  top: auto;
}
.widget_save .form_item .options.compact .option {
  height: initial;
}
.disclaimer {
  font-size: 0.75em;
  opacity: 0.5;
}
.slim_search {
  margin-top: 0.8em;
}
.slim_search label {
  font-weight: 200;
  padding: 0 1em 0 0;
}
.slim_search input[type=text] {
  height: 40px;
  width: 300px;
}
@media screen and (max-width: 740px) {
  .slim_search {
    text-align: center;
    margin: 0 0 1em;
  }
  .slim_search input[type=text] {
    width: 100%;
    margin: 0;
  }
}
.attach_file input[type=file] {
  padding: 1em;
  height: auto;
}
.admin_new_el a {
  display: block;
}
.admin_new_el.inline {
  display: inline-block;
}
.circles_progress {
  margin-top: 0.25em;
  padding-left: 0;
}
.circles_progress ul,
.circles_progress li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.circles_progress li {
  display: inline-block;
}
.circles_progress li a {
  display: inline-block;
  padding: 0.35em;
}
.circles_progress li a span {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
}
.circles_progress li a span.active,
.circles_progress li a .button-group span.button-grouped:hover,
.button-group .circles_progress li a span.button-grouped:hover {
  background: var(--color-base);
}
.circles_progress li a:hover {
  background: #f0f0f0;
  border-radius: 50%;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  font-size: 12px;
  background: #fff;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
  padding: 2px 10px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 10px;
}
.autocomplete-selected {
  background: var(--color-base);
  color: #fff;
  cursor: pointer;
}
.autocomplete-selected h2,
.autocomplete-selected a {
  color: #fff;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 14px;
  color: #999;
  background: #f0f0f0;
  padding: 2px 10px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}
.ui-autocomplete {
  z-index: 1500;
}
.actions_block {
  border-top: 1px solid #d6d6d6;
  padding: 2em 0 0;
  margin: 2em 0 0;
}
.follow_item button,
.follow_item .button {
  width: 100%;
  margin: 0.5em 0 1em;
}
.radio_toggle {
  display: flex;
}
.radio_toggle span {
  margin-right: 0.5em;
  font-weight: 600;
}
.radio_toggle input {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.radio_toggle label {
  width: 100%;
  padding: 0 !important;
  background-color: #676767;
  border-radius: 60px;
  transition: background 0.4s;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
.radio_toggle label:hover {
  background: rgb(var(--color-base-string) 0.5) !important;
}
.radio_toggle label::before,
.radio_toggle label::after {
  display: block;
  position: absolute;
  content: "";
}
.radio_toggle label::before {
  inset: 1px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s;
}
.radio_toggle label::after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 16px;
  background-color: #ddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
.radio_toggle input:checked + label::after {
  margin-left: 45px;
  background-color: var(--color-base);
}
.inline_login_cta a {
  margin: 2em 0;
  background: var(--color-base);
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 2em;
  display: block;
}
.f_flex_col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.f_flex_col > div.form_item.input_text,
.f_flex_col > div.form_item.select_control {
  width: 22%;
}
.f_flex_col_7 > div.form_item.input_text,
.f_flex_col_7 > div.form_item.select_control {
  width: 14%;
}
.i_filters .i_filter {
  display: flex;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  font-size: 0.85rem;
}
.i_filters .i_filter label {
  width: 70px;
  font-size: 0.85em;
  color: #a5a5a5;
  align-self: center;
}
.i_filters .i_filter .i_f_options_text {
  display: flex;
}
.i_filters .i_filter .i_f_option {
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
  position: relative;
  line-height: 1.2;
}
.i_filters .i_filter .i_f_option a {
  padding: 0.2em 0.25em;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  color: #a5a5a5;
}
.i_filters .i_filter .i_f_option a span {
  text-decoration: underline;
  color: var(--color-base);
}
.i_filters .i_filter .i_f_option a:hover {
  background: #cce8eb;
}
.i_filters .i_filter .i_f_option_active {
  padding: 0.2em 1em 0.2em 0.25em;
}
.i_filters .i_filter .i_f_option:not(:last-child)::after {
  content: "";
  border-left: 1px solid #d6d6d6;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 0;
  right: 0;
}
.i_filters .i_filter:last-child {
  border-bottom: initial;
}
.i_p_status.not_published,
.i_p_status.in_revision,
.i_p_status.approved {
  position: relative;
  padding-left: 18px;
}
.i_p_status.not_published::before,
.i_p_status.in_revision::before,
.i_p_status.approved::before {
  content: "";
  position: absolute;
  border-radius: 36px;
  width: 12px;
  height: 12px;
  left: 0;
}
.i_p_status.not_published::before {
  background: #981f2e;
}
.i_p_status.in_revision::before {
  background: #ecad4c;
}
.i_p_status.approved::before {
  background: #85a81c;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2em;
  color: var(--color-base);
}
h1 .soft,
h2 .soft,
h3 .soft,
h4 .soft {
  color: #a5a5a5;
  font-weight: normal;
}
.block {
  position: relative;
  margin: 0 0 1em;
}
.block h1,
.block h2 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 2em 0;
}
.block h2.with_description {
  margin-bottom: 0.35em;
}
.block .heading_breadcrumb {
  position: relative;
  margin-top: 2em;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.block .heading_breadcrumb::after {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: "\f105";
  height: 0;
  position: absolute;
  width: 0;
  top: 6%;
  margin-left: 10px;
  color: var(--color-base);
}
.block .description {
  width: 50%;
  font-size: 0.85em;
  margin: 0 0 3em;
  line-height: 1.3em;
  opacity: 0.6;
}
.block .slim {
  margin: 0;
}
.block .to_r {
  position: absolute;
  right: 0;
  top: 0;
}
.block .half_description .block_1 p {
  margin-bottom: 0;
}
.block .half_description .block_2 p {
  opacity: 0.6;
  margin-bottom: 1rem;
}
@media (width >= 768px) {
  .block .half_description .block_2 {
    text-align: right;
  }
}
.block .common-links {
  text-transform: uppercase;
  font-weight: 200;
}
.block .common-links > span::after {
  content: "\b7";
  margin: 0 14px;
}
.block .common-links > span:last-child::after {
  content: none;
}
.block .decorator {
  position: relative;
}
.block .decorator::before {
  content: " ";
  width: 50px;
  height: 5px;
  background-color: #cce8eb;
  position: absolute;
  top: -0.5em;
}
@media screen and (max-width: 740px) {
  .block h2 {
    margin: 0.5em 0;
  }
  .block .description {
    width: 100%;
    margin: 0 0 1em;
  }
}
.with_separator {
  font-size: 1.25em;
  color: var(--color-base);
  margin-top: 0;
  display: inline-block;
  min-width: 10em;
  padding-top: 1em;
  border-top: 3px solid var(--color-base);
}
@media screen and (min-width: 740px) {
  .with_separator ~ .soft {
    padding-right: 3em;
  }
}
.dynamic-content .block {
  margin-bottom: 3em;
}
.block.slim {
  font-size: 0.75em;
}
h1.light {
  font-weight: 200;
}
h2.lite {
  margin: 0 0 0.5em;
  font-size: 1em;
}
h1 span.element_title,
h2 span.element_title {
  font-size: 0.9rem;
  font-weight: normal;
  padding-left: 1em;
}
p.intro {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 200;
}
.compact h3 {
  margin: 0 0 1em;
}
.block_section {
  text-transform: uppercase;
  font-size: 0.85em;
  color: #a5a5a5;
}
.slim_headline {
  margin: 2em auto;
  max-width: 675px;
  font-size: 1.25em;
}
.box {
  background: rgba(var(--color-base-string), 0.06);
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
}
.box .inner {
  padding: 1em 2em;
}
.slim_box {
  margin: 1em 0;
}
.slim_box .inner {
  padding: 1em;
}
.slim_box h3 {
  margin: 0 0 0.75em;
  font-size: 1.1em;
  font-weight: 600;
}
.slim_box input[type=text],
.slim_box input[type=email] {
  width: 50%;
}
.slim_box input[type=text],
.slim_box input[type=email],
.slim_box input[type=submit] {
  height: 45px;
  padding: 0.25em 1em;
}
.disclaimer {
  text-align: left;
  font-size: 0.85em;
  margin: 0.5em 0 1.5em;
  width: 70%;
}
.color_neutral_soft {
  background: #f5f4f4;
}
.fully_linked {
  margin: 0 0 1em;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: 200;
}
.fully_linked .linked_headline {
  font-size: 1em;
  margin: 0;
  font-weight: 300;
}
.fully_linked a {
  display: block;
  text-decoration: none;
  padding: 1.5em;
}
.fully_linked a:hover {
  text-decoration: none;
  background: rgba(var(--color-base-string), 0.15);
}
.fully_linked .fas {
  margin-right: 1em;
}
.medium_img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 1120px) {
  .medium_img {
    padding: 2em 0;
    max-width: 500px;
  }
}
.content_block {
  text-align: left;
  position: relative;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  min-height: 15em;
  display: block;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 740px) {
  .content_block {
    min-height: 20em;
  }
}
.content_block .lead {
  color: #767168;
  font-size: 1.25em;
}
.content_block .circle_teaser {
  height: 6.25em;
  width: 6.25em;
  background: rgba(var(--color-base-string), 0.1);
  margin: 0 auto;
  border-radius: 50%;
}
.content_block h2 {
  font-size: 1.625em;
  margin-top: 0.25em;
}
.content_block p {
  color: #767168;
}
.content_block .meta {
  margin-top: 0.5em;
  color: #767168;
  opacity: 0.5;
  font-size: 0.825em;
}
.content_block .meta > div:not(:last-child) {
  margin-right: 0.25em;
}
.content_block .meta .fas {
  margin-right: 0;
}
a.content_block:hover,
a.content_block:focus,
a.content_block:active {
  text-decoration: none;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.content_block.cover_bottom_left {
  background-size: auto;
  background-position: bottom left;
}
.content_block.filled_block {
  background-color: var(--color-base);
}
.content_block.filled_block h2 {
  font-size: 1.25em;
  margin-top: 0.25em;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.content_block.filled_block p,
.content_block.filled_block a {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .content_block.align_right {
    text-align: right;
  }
}
.content_block.align_right .f_right {
  max-width: 15em;
  float: none;
}
@media screen and (min-width: 740px) {
  .content_block.align_right .f_right {
    float: right;
    text-align: right;
  }
}
.content_block.align_right .f_right h2 {
  margin-bottom: 0.25em;
}
.content_block.align_right .f_right p {
  margin-top: 0;
}
.content_block.align_bottom_right {
  text-align: left;
}
@media screen and (min-width: 740px) {
  .content_block.align_bottom_right {
    text-align: right;
  }
}
@media screen and (min-width: 740px) {
  .content_block.align_bottom_right > div {
    position: absolute;
    right: 1em;
    bottom: 0;
  }
}
.content_block.align_bottom_right > div h2 {
  margin-bottom: 0.25em;
}
.content_block.align_bottom_right > div p {
  margin-top: 0;
}
.content_block.align_bottom {
  text-align: left;
}
.content_block.align_bottom > div {
  position: absolute;
  bottom: 1.75em;
  left: 1em;
  max-width: 90%;
}
@media screen and (min-width: 740px) {
  .content_block.align_bottom > div {
    left: 2em;
    max-width: none;
  }
}
.content_block.align_bottom > div h2 {
  margin-bottom: 0.25em;
}
.content_block.align_bottom > div p {
  margin-top: 0;
}
.content_block.mask_bottom::before {
  border-radius: 4px;
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      to bottom,
      transparent,
      #000);
  opacity: 0.9;
}
.separator {
  border-top: 1px solid #a5a5a5;
  margin: 1em 0;
  width: 100%;
  height: 1px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .separator {
    margin: 2em 0;
  }
}
.separator_v {
  border-left: 1px solid #d6d6d6;
  margin: 0 1em;
  display: inline-block;
  height: 3em;
  margin-top: -0.25em;
  vertical-align: top;
}
.separator.half {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.separator.quarter {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.separator_blue_medium {
  border-top: 3px solid rgba(var(--color-base-string), 0.35);
}
.separator_responsive {
  margin: 4em 0;
  border: 0;
  border-top: 1px solid #deeff1;
}
@media (width >= 768px) {
  .separator_responsive {
    min-width: 175%;
    margin: 5em 0;
    margin-left: -37.5%;
  }
}
.separator_responsive.quarter {
  margin: 4em auto;
  max-width: 10em;
  min-width: 25%;
}
.block_color {
  background: rgba(var(--color-base-string), 0.06);
  border-top: 4px solid var(--color-base);
}
.section_separator {
  margin: 1em 0;
  text-align: center;
  color: #a5a5a5;
  font-size: 0.85em;
  line-height: 1.4em;
}
.section_separator .sep {
  width: 10%;
  border-top: 1px solid #a5a5a5;
  height: 1px;
  margin: 1em auto;
  opacity: 0.5;
}
.section_separator p {
  margin: 0;
}
.padded_line_box {
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #d6d6d6;
  padding: 2em 3em;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
@media screen and (max-width: 740px) {
  .padded_line_box {
    padding: 0 1em;
    margin: 0 0 1em;
  }
}
.padded_line_box.compact {
  padding: 1em 1.5em;
}
.see_more {
  display: block;
  padding: 0.75em 1em;
  margin: 0 0 2em;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  background: rgba(var(--color-base-string), 0.06);
}
.see_more:hover {
  text-decoration: none;
  background: rgba(var(--color-base-string), 0.15);
}
.inpage_section {
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  background: #f5f4f4;
  padding: 1em;
  margin: 2em 0;
}
.inpage_section ul,
.inpage_section li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.inpage_section li {
  display: inline-block;
}
.inpage_section li a {
  margin: 0 1em;
}
.with_light_separator {
  position: relative;
  margin-top: 2em;
  margin-bottom: 0;
}
.with_light_separator::before {
  content: "";
  position: absolute;
  top: -1em;
  width: 2em;
  height: 3px;
  background: rgba(var(--color-base-string), 0.5);
}
.accent {
  font-weight: 600;
  color: var(--color-base);
}
.date_badge {
  box-sizing: border-box;
  padding: 0.3em 0;
  text-align: center;
  background: rgba(var(--color-base-string), 0.06);
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  color: var(--color-base);
}
@media screen and (min-width: 768px) {
  .date_badge {
    display: block;
  }
}
.date_badge .day,
.date_badge .month,
.date_badge .hour {
  margin: 0;
  line-height: 1.4em;
}
.date_badge .day {
  font-size: 1.4em;
  font-weight: 600;
}
.date_badge .month,
.date_badge .hour {
  font-size: 0.85em;
}
.date_badge .hour {
  opacity: 0.5;
}
.badge {
  box-sizing: border-box;
  padding: 0.3em 0;
  text-align: center;
  background: rgba(var(--color-base-string), 0.06);
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  color: var(--color-base);
}
.badge strong {
  font-size: 1.4em;
  font-weight: 600;
}
.updated {
  text-transform: uppercase;
  font-size: 0.875rem !important;
}
.updated strong {
  color: var(--color-base);
}
.link_list {
  padding-left: 0;
  list-style: none;
}
.column {
  width: calc(100% - 6rem);
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 740px) {
  .column {
    width: initial;
    margin: auto 1em;
  }
}
.main_content {
  padding: 0 0 0 5em;
  box-sizing: border-box;
}
.small_column {
  max-width: 1100px;
  margin: 0 auto;
}
.content_side {
  padding-right: 25%;
}
footer {
  border-top: 1px solid;
  border-color: #cce8eb;
  padding: 3em 0;
  margin: 10em 0 0;
  clear: both;
}
footer .logo {
  max-width: 275px;
}
@media screen and (max-width: 740px) {
  footer .logo {
    max-width: 100%;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  margin: 0 1em 0 0;
  display: block;
}
footer a {
  color: var(--color-base);
  text-decoration: none;
}
footer .copyright_notice {
  opacity: 0.5em;
}
footer .footer_tools {
  margin-top: 3em;
}
footer .box {
  background: none;
  margin: 0;
}
footer .box .inner {
  padding: 0;
}
footer .box .inner h3 {
  display: none;
}
footer .gobierto_notice {
  opacity: 0.5;
  margin-top: 5em;
}
.two_by_two > div {
  box-sizing: border-box;
}
@media screen and (min-width: 740px) {
  .two_by_two > div:nth-child(odd) {
    padding: 0 0.75em 1em 0;
  }
}
@media screen and (min-width: 740px) {
  .two_by_two > div:nth-child(even) {
    padding: 0 0 1em 0.75em;
  }
}
.three_by_three > div {
  box-sizing: border-box;
}
@media screen and (min-width: 740px) {
  .three_by_three > div {
    padding: 0 0.75em 2em;
  }
}
.three_by_three > div:nth-child(3n) {
  padding-right: 0;
}
.three_by_three > div:nth-child(3n+1) {
  padding-left: 0;
}
@media screen and (min-width: 740px) {
  .three_by_three > div:first-child {
    padding: 0 0.75em 2em 0;
  }
}
@media screen and (min-width: 740px) {
  .three_by_three > div:last-child {
    padding: 0 0 2em 0.75em;
  }
}
.four_by_four > div {
  box-sizing: border-box;
}
@media screen and (min-width: 740px) {
  .four_by_four > div {
    padding: 0 0.75em 2em;
  }
}
@media screen and (min-width: 740px) {
  .four_by_four > div:first-child {
    padding: 0 0.75em 2em 0;
  }
}
@media screen and (min-width: 740px) {
  .four_by_four > div:nth-child(4n+4) {
    padding: 0 0 2em 0.75em;
  }
}
@media screen and (min-width: 740px) {
  .four_by_four > div:nth-child(4n+1) {
    padding: 0 0.75em 2em 0;
  }
}
.flex_container {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
header .slim_nav_bar {
  margin: 0;
  text-transform: uppercase;
  background-color: #f0f0f0;
}
header .slim_nav_bar a {
  display: inline-block;
  padding: 0.75em 0.5em 0.6em;
  text-decoration: none;
  margin: 0;
  font-size: 0.85em;
  font-weight: 200;
  font-style: normal;
  color: #767168;
}
header .slim_nav_bar a:hover {
  background: #dddddd;
}
header .slim_nav_bar .user_links,
header .slim_nav_bar .language_selector,
header .slim_nav_bar .pure-menu {
  display: inline-block;
  width: initial;
}
header .slim_nav_bar .pure-menu .pure-menu-item {
  display: block;
}
header .slim_nav_bar .pure-menu .pure-menu-children {
  background-color: #f0f0f0;
  min-width: 150px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
header .slim_nav_bar .pure-menu .pure-menu-children .pure-menu-link {
  display: block;
  padding: 0.5em 1em;
}
header .slim_nav_bar .pure-menu .pure-menu-children .pure-menu-link:hover {
  background-color: #dddddd;
}
header .slim_nav_bar .button-feed {
  appearance: none;
  appearance: none;
  appearance: none;
  padding: 0 6px;
  background: rgba(var(--color-base-string), 0.06);
  text-transform: initial;
  border: 1px solid transparent;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  color: var(--color-base);
  border-radius: 75px;
  border-radius: 75px;
  border-radius: 75px;
  border-radius: 75px;
}
header .slim_nav_bar .button-feed:hover {
  background: rgba(var(--color-base-string), 0.25);
}
header .slim_nav_bar .button-feed i {
  opacity: 0.5;
}
header .site_header a {
  text-decoration: none;
}
header .site_header .search-box {
  position: relative;
}
header .site_header .search-box .fa-search {
  position: absolute;
  opacity: 0.3;
  top: 6px;
  left: 5px;
  font-size: 0.875rem;
}
header .site_header .search-box .search-box_input {
  border: 1px solid rgba(var(--color-base-string), 0.3);
  border-radius: 100px;
  width: 170px;
  height: 26px;
  text-indent: 5px;
  transition: width 0.5s;
}
header .site_header .search-box .search-box_input:focus {
  width: 370px;
}
header .site_header .search-box .search_result_list {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  width: 250px;
  background: #f5f4f4;
  z-index: 1000;
  font-size: 0.85em;
  line-height: 1.2em;
  position: absolute;
  bottom: 3em;
}
@media screen and (min-width: 740px) {
  header .site_header .search-box .search_result_list {
    bottom: initial;
    right: 1em;
  }
}
header .site_header .search-box .search_result_list a {
  color: #676767;
}
header .site_header .search-box .search_result_list .result {
  display: block;
  padding: 1em;
}
header .site_header .search-box .search_result_list .result h2 {
  margin: 0.25em 0;
  font-size: 1rem;
}
header .site_header .search-box .search_result_list .result:hover {
  background: #f0efef;
}
header .site_header .dropdown-button {
  display: inline-block;
  padding: 5px 0;
  float: right;
  cursor: pointer;
}
header .site_header .dropdown-button .button-container {
  background-color: rgba(var(--color-base-string), 0.12);
  color: var(--color-base);
  width: 19px;
  height: 15px;
  border-radius: 1px;
  border-radius: 1px;
  border-radius: 1px;
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .site_header .dropdown-button .button-container > * {
  margin: 0;
}
header .site_header .js-slider {
  max-height: 0;
  opacity: 0;
  transition: max-height 300ms ease-in-out, opacity 300ms ease-in-out;
}
header .site_header .js-slider > * {
  visibility: hidden;
}
header .site_header .js-slider.is-open {
  overflow-y: hidden;
  opacity: 1;
  max-height: 100vh;
}
header .site_header .js-slider.is-open > * {
  visibility: visible;
}
header .site_header .site_header_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 120px;
  padding: 16px 0;
  box-sizing: border-box;
}
header .site_header .site_header_block .site_header_logo {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .site_header .site_header_block .site_header_logo .hamburger_container {
  background-color: rgba(var(--color-base-string), 0.04);
  float: right;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
}
header .site_header .site_header_block .site_header_logo .hamburger_container.hamburger_container--transparent {
  background-color: transparent;
}
header .site_header .site_header_block .site_header_logo .hamburger_container a.nav_control {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
header .site_header .site_header_block .site_header_logo .hamburger_container a.nav_control i.fas {
  align-self: center;
  margin: 0;
}
header .site_header .site_header_block .site_header_logo .site_header_image {
  height: 100%;
}
header .site_header .site_header_block .site_header_logo .site_header_image a {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
header .site_header .site_header_block .site_header_logo .site_header_image a img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
}
header .site_header .site_header_block .site_header_logo .site_header_slogan {
  padding: 0 0 0 2em;
  margin: 0 0 0 2em;
  border-left: 1px solid rgba(var(--color-base-string), 0.06);
  font-size: 1.125rem;
  font-weight: 200;
  font-style: normal;
  color: var(--color-base);
}
header .site_header .site_header_block .site_header_logo .site_header_slogan span::before {
  content: "\a";
  white-space: pre;
}
header .site_header .site_header_block .site_header_social {
  display: flex;
}
header .site_header .site_header_block .site_header_social .social_links_container {
  text-align: center;
  font-size: 0.85em;
  display: inline;
}
header .site_header .site_header_block .site_header_social .social_links_container .social_share {
  padding: 0;
  width: 2.1em;
  cursor: pointer;
}
header .site_header .site_header_block .site_header_social .scroll-up {
  position: fixed;
  bottom: 1em;
  right: 1em;
  text-align: center;
  font-size: 0.85em;
  display: inline;
  z-index: 5;
  color: var(--color-base);
  cursor: pointer;
}
header .site_header .main-nav {
  background-color: rgba(var(--color-base-string), 0.06);
  cursor: pointer;
}
header .site_header .main-nav .main-nav-item {
  display: inline-block;
  margin: 0 1.5em 0 0;
  border-top: 5px solid transparent;
}
header .site_header .main-nav .main-nav-item:hover {
  border-top: 5px solid rgba(var(--color-base-string), 0.5);
  transition: all 0.15s ease-out 0s;
}
header .site_header .main-nav .main-nav-item.active,
header .site_header .main-nav .button-group .main-nav-item.button-grouped:hover,
.button-group header .site_header .main-nav .main-nav-item.button-grouped:hover {
  border-top: 5px solid var(--color-base);
}
header .site_header .main-nav .main-nav-item.active a,
header .site_header .main-nav .button-group .main-nav-item.button-grouped:hover a,
.button-group header .site_header .main-nav .main-nav-item.button-grouped:hover a {
  font-weight: 700;
}
header .site_header .main-nav a {
  display: block;
  padding: 8px 0 10px;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 200;
  font-style: normal;
  color: var(--color-base);
}
header .site_header .particle {
  color: var(--color-base);
  margin: 0 1em 0 0;
  display: inline-block;
}
header .site_header .sub-nav {
  cursor: pointer;
}
header .site_header .sub-nav .sub-nav-item {
  display: inline-block;
  margin: 0 1.5em 0 0;
  border-bottom: 2px solid transparent;
}
header .site_header .sub-nav .sub-nav-item:hover {
  border-bottom: 2px solid rgba(var(--color-base-string), 0.5);
  transition: all 0.15s ease-out 0s;
}
header .site_header .sub-nav .sub-nav-item.active a,
header .site_header .sub-nav .button-group .sub-nav-item.button-grouped:hover a,
.button-group header .site_header .sub-nav .sub-nav-item.button-grouped:hover a {
  font-weight: 600;
}
header .site_header .sub-nav a {
  display: block;
  padding: 8px 0 4px;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 200;
  font-style: normal;
  color: var(--color-base);
}
header .site_header .secondary_nav {
  float: right;
  margin: 0;
  padding: 0;
}
header .site_header .secondary_nav ul,
header .site_header .secondary_nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .site_header .secondary_nav li {
  display: inline-block;
  padding: 0 0 0 1em;
}
header .site_header .secondary_nav li a {
  padding: 6px 0;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: normal;
  color: #a5a5a5;
  line-height: 1.2;
  border-bottom: 2px solid transparent;
}
header .site_header .secondary_nav li a:hover {
  border-bottom: 2px solid rgba(var(--color-base-string), 0.5);
  transition: all 0.15s ease-out 0s;
}
header .site_header .site_header--mobile .header .sub-nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .site_header .site_header--mobile .header .sub-nav-flex > * {
  margin: 0;
}
header .site_header .site_header--mobile .header .submenu-container {
  position: relative;
}
header .site_header .site_header--mobile .header .submenu-container .submenu-dropdown-container {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
header .site_header .site_header--mobile .header .submenu-container .submenu-dropdown-container .submenu-dropdown {
  background-color: rgba(var(--color-base-string), 0.04);
  border-top: 1px solid rgba(var(--color-base-string), 0.2);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  border-radius: 1px;
  border-radius: 1px;
  border-radius: 1px;
}
header .site_header .site_header--mobile .header .submenu-container .submenu-dropdown-container .submenu-dropdown .dropdown-items {
  position: relative;
}
header .site_header .site_header--mobile .header .submenu-container .submenu-dropdown-container .submenu-dropdown .sub-nav-item {
  display: block;
  margin: 0;
}
header .site_header .site_header--mobile .header .submenu-container .submenu-dropdown-container .submenu-dropdown menu.secondary_nav {
  display: none;
}
header .site_header .site_header--mobile .header .submenu-container .submenu-dropdown-container .dropdown-button {
  position: absolute;
  right: 0;
  top: 0;
}
header .site_header .site_header--mobile .navigation {
  display: none;
  min-height: calc(100vh - 90px);
  background-color: rgba(var(--color-base-string), 0.06);
  position: relative;
}
header .site_header .site_header--mobile .navigation .navigation-wrap:first-child {
  border-top: 1px solid rgba(var(--color-base-string), 0.2);
  width: 100%;
}
header .site_header .site_header--mobile .navigation .navigation-wrap:first-child .main-nav-item {
  width: 100%;
}
header .site_header .site_header--mobile .navigation .navigation-wrap:not(:first-child) {
  border-top: 5px solid #fff;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-item {
  padding: 0.5em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-item > * {
  margin: 0;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-item .main-nav-item {
  text-transform: uppercase;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-item .main-nav-item:first-child,
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-item .main-nav-item:last-child {
  margin: 0;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-item .main-nav-item a:not(.result) {
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  color: var(--color-base);
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-subitem-container {
  background-color: #fff;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-subitem-container .navigation-subitem {
  background-color: rgba(var(--color-base-string), 0.04);
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-subitem-container .navigation-subitem.is-open {
  display: block;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-subitem-container .navigation-subitem .subitem-container {
  columns: 2;
  text-transform: uppercase;
  padding: 0.5em 0;
  margin: 0 1rem;
  font-size: 0.85em;
  font-weight: 200;
  font-style: normal;
  color: #767168;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-subitem-container .navigation-subitem .subitem-container .secondary_nav {
  display: none;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-subitem-container .navigation-subitem .subitem-account {
  display: flex;
  margin: 0 1rem;
  padding: 0.5em 0;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-subitem-container .navigation-subitem .subitem-account > * {
  flex: 1;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-subitem-container .navigation-subitem .subitem-account .account-out {
  text-decoration: underline;
  font-size: 0.85em;
  font-weight: 400;
  font-style: normal;
  color: var(--color-base);
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-subitem-container .navigation-subitem .subitem-account .account-details a {
  font-size: 1.125em;
  font-weight: 600;
  font-style: normal;
  color: var(--color-base);
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-subitem-container .navigation-subitem .subitem-account .account-details > * {
  display: block;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-footer {
  width: 100%;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-footer .footer-top {
  display: block;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-footer .footer-top a {
  text-decoration: underline;
  font-size: 0.85em;
  font-weight: 400;
  font-style: normal;
  color: var(--color-base);
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-footer .footer-top a:hover {
  border-bottom: 0;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-footer .footer-bottom {
  background-color: #f0f0f0;
}
header .site_header .site_header--mobile .navigation .navigation-wrap .navigation-footer .footer-bottom a {
  text-decoration: underline;
  font-size: 0.85em;
  font-weight: #767168;
  font-style: 400;
  color: #767168;
}
header .site_header .site_header--mobile .navigation .secondary_nav {
  float: inherit;
}
header .site_header .site_header--mobile .navigation .secondary_nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header .site_header .site_header--mobile .navigation .secondary_nav ul > * {
  margin: 0;
}
header .site_header .site_header--mobile .navigation .secondary_nav ul li {
  padding: 0;
}
@media (max-width: 768px) {
  header .button-feed {
    display: none;
  }
}
@media (max-width: 568px) {
  header .site_header .search-box .search-box_input {
    width: 100%;
    transition: none;
    margin: 0;
  }
  header .site_header .search-box .search-box_input:focus {
    width: 100%;
  }
  header .site_header .search-box .search_result_list {
    bottom: initial;
    width: 100%;
  }
  header .site_header .search-box .search_result_list .result {
    text-transform: initial;
  }
  header .site_header .site_header_block {
    height: 90px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  header .site_header .site_header_block > * {
    width: 100%;
  }
  header .site_header .site_header_block .site_header_logo .site_header_image a {
    width: 100%;
  }
  header .site_header .site_header_block .site_header_logo .site_header_slogan {
    margin: 0;
  }
  header .site_header .site_header_block .site_header_logo .site_header_image,
  header .site_header .site_header_block .site_header_logo .site_header_slogan {
    max-width: 50%;
  }
  header .site_header .site_header_block .site_header_social .search-box {
    display: none;
  }
  header .site_header .main-nav {
    border-top: 1px solid rgba(var(--color-base-string), 0.2);
  }
  header .site_header .main-nav.nav {
    display: none;
  }
  header .site_header .main-nav .main-nav-item {
    display: block;
    text-align: left;
  }
  header .site_header .main-nav .main-nav-item,
  header .site_header .main-nav .main-nav-item:hover {
    border-top: 0;
  }
  header .site_header .main-nav .main-nav-item a {
    font-weight: 700;
    padding: 5px 0;
  }
  header .site_header .sub-nav {
    text-align: left;
  }
  header .site_header .sub-nav.nav {
    display: none;
  }
  header .site_header .sub-nav .sub-nav-item,
  header .site_header .sub-nav .sub-nav-item:hover {
    border-bottom: 0;
  }
  header .site_header .sub-nav .sub-nav-item a {
    padding: 5px 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  border-top: 1px solid rgba(var(--color-base-string), 0.15);
  padding: 0.4em 0.5em;
  font-size: 0.85em;
  line-height: 1.4em;
}
table td a,
table th a {
  display: inline-block;
}
table th {
  font-weight: 300;
}
table td.qty {
  text-align: right;
}
table tr.summary_row td {
  border-top: 3px solid rgba(var(--color-base-string), 0.35);
  padding-top: 1em;
}
table tr.no_border td {
  border: 0;
}
table tr.summary_row_end td {
  border-bottom: 3px solid rgba(var(--color-base-string), 0.35);
  padding-bottom: 1em;
}
@media screen and (max-width: 740px) {
  table td,
  table th {
    padding: 0.25em 0.4em;
    line-height: 1.2em;
  }
  table td.bar,
  table th.bar {
    display: none;
    padding: 0;
    width: 30px;
  }
}
tr {
  vertical-align: top;
}
td.bar {
  padding-right: 0;
}
td.bar div.bar {
  background: var(--color-base);
  height: 18px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
}
td.variation {
  padding-left: 0;
}
td.visibility_level {
  white-space: nowrap;
}
.table_cont_round {
  background: rgba(var(--color-base-string), 0.06);
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  padding: 0.5em 0;
}
table.explore_slow {
  margin-top: 50px;
  font-size: 1.2rem;
}
table.explore_slow th {
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: small;
  border-top: 0;
  padding: 0.5em 1em;
  display: table-cell;
  vertical-align: middle;
}
table.explore_slow tr.group td {
  border-top: 3px solid rgba(var(--color-base-string), 0.15);
}
table.explore_slow thead > tr th:last-child {
  border-radius: 4px 4px 0 0;
}
table.explore_slow tbody tr:last-child td:last-child {
  border-radius: 0 0 4px;
}
table.explore_slow tr td:last-child {
  text-align: right;
  width: 80px;
}
table.explore_slow tr:hover {
  transition: all 0.15s ease-out 0s;
}
table.explore_slow tr:hover td:not(.level_1) {
  background: rgb(var(--color-base-string) 0.1) !important;
}
table.explore_slow td {
  vertical-align: top;
  padding: 0.5em 1em;
}
table.explore_slow td a {
  display: block;
}
@media screen and (max-width: 740px) {
  table.explore_slow td {
    padding: 0.5em 0.5em 0.5em 0;
    font-size: 0.7em;
    line-height: 1.2em;
  }
}
table.explore_slow td.level_1 {
  font-size: 0.75em;
  padding-left: 0;
}
table.explore_slow td.bar {
  width: 100px;
  padding-right: 0;
}
table.med_bg {
  width: 100%;
  background: #fff;
}
table.med_bg td,
table.med_bg th {
  border-top: 1px solid rgba(var(--color-base-string), 0.15);
  background: rgba(var(--color-base-string), 0.06);
  padding: 0.7em 1em 0.4em;
  font-size: 0.85em;
}
table.med_bg td a,
table.med_bg th a {
  display: inline;
}
table.med_bg th {
  background: none;
  font-weight: normal;
  font-size: 0.75em;
  text-align: left;
  text-align: right;
  opacity: 0.5;
  border: 0;
}
table.med_bg tr:hover {
  transition: all 0.15s ease-out 0s;
}
table.med_bg tr:hover td,
table.med_bg tr:hover th {
  background: rgb(var(--color-base-string) 0.1) !important;
}
table.med_bg td.bar,
table.med_bg td.qty {
  width: 60px;
}
table.med_bg td.qty {
  text-align: right;
}
table.med_bg td.big_qty {
  width: 100px;
}
table.med_bg td.bar {
  padding-left: 10px;
}
table.med_bg .budget_line {
  width: 50%;
}
table.med_bg tr.child_group > td:first-child {
  padding-right: 0;
  padding-left: 2.5em;
}
table.med_bg tr.child_group .child_tb_cont {
  padding: 0;
  margin: 0 0 1em;
}
th.icon_col {
  width: 15px;
}
table.block_content th,
.gobierto_cms th {
  background: rgba(var(--color-base-string), 0.15);
  text-align: left;
  text-transform: uppercase;
  color: rgba(var(--color-base-string), 0.5);
  border: 0;
}
table.block_content th.center,
.gobierto_cms th.center {
  text-align: center;
}
table.block_content td,
.gobierto_cms td {
  border: 0;
}
table.block_content tr:nth-child(2n-1) td,
.gobierto_cms tr:nth-child(2n-1) td {
  background: rgba(var(--color-base-string), 0.05);
}
table.block_content tr:hover td,
.gobierto_cms tr:hover td {
  background: rgba(var(--color-base-string), 0.1);
}
table.block_content tr td.bg-scale--1,
.gobierto_cms tr td.bg-scale--1 {
  background: #eff3ff;
}
table.block_content tr td.bg-scale--2,
.gobierto_cms tr td.bg-scale--2 {
  background: #bdd7e7;
}
table.block_content tr td.bg-scale--3,
.gobierto_cms tr td.bg-scale--3 {
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  background: #6baed6;
}
table.block_content tr td.bg-scale--4,
.gobierto_cms tr td.bg-scale--4 {
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  background: #3182bd;
}
table.block_content tr td.bg-scale--5,
.gobierto_cms tr td.bg-scale--5 {
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  background: #08519c;
}
.sort-handler {
  cursor: pointer;
}
.gobierto_admin table.results_report th,
.gobierto_admin table.results_report td,
.gobierto_cms table.results_report th,
.gobierto_cms table.results_report td {
  border-top: 6px solid #fff;
  border-left: 2px solid #fff;
}
.gobierto_admin table.results_report th,
.gobierto_cms table.results_report th {
  color: var(--color-base);
  text-transform: none;
  font-weight: normal;
}
.gobierto_admin table.results_report th.question_title,
.gobierto_cms table.results_report th.question_title {
  font-weight: bold;
}
.header_block_inline h2 {
  margin: 0.85em 0 2em;
}
.header_block_inline .last_update {
  margin-top: 2em;
  margin-bottom: 0.25em;
}
.header_block_inline .inline_header h2,
.header_block_inline .inline_header .breadcrumb {
  display: inline-block;
}
.header_block_inline .inline_header .breadcrumb {
  padding: 0;
}
.header_block_inline p {
  line-height: 1.4;
  font-size: 1rem;
}
@media (width >= 768px) {
  .header_block_inline p {
    font-size: 1.125rem;
  }
}
.header_block_inline .img_header {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.social_share,
.search_icon {
  display: inline-block;
  padding: 0.35em 0.75em;
  margin: 1em 1em 0 0;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
}
.social_share .fas,
.search_icon .fas {
  margin: 0;
  display: inline-block;
}
.social_share_container .social_share,
.social_share_container .search_icon {
  border-radius: 16px;
  border-radius: 16px;
  border-radius: 16px;
  border-radius: 16px;
  padding: 0.25em 2em;
  text-decoration: none;
}
.social_share_container .social_share .fas,
.social_share_container .search_icon .fas {
  margin: 0 0.2em 0 0;
}
.social_share_container .social_share:hover,
.social_share_container .search_icon:hover {
  text-decoration: none;
}
.social_share.twitter,
.social_share.facebook {
  display: none;
}
.social_share:hover {
  color: #fff;
}
.facebook {
  background: #3a589a;
}
.twitter {
  background: #00abef;
}
.linkedin {
  background: #0074b5;
}
.email {
  background: var(--color-base);
}
.whatsapp {
  background: #0dc143;
}
.telegram {
  background: #2da0da;
}
.code {
  background: var(--color-base);
}
.facebook:hover {
  background: #2c4375;
}
.twitter:hover {
  background: #0087bc;
}
.email:hover {
  background: rgba(var(--color-base-string), 0.8);
}
.linkedin:hover {
  background: #005382;
}
.code:hover {
  background: rgba(var(--color-base-string), 0.8);
}
.social_links_container {
  z-index: 1;
}
.social_links_container > a {
  border-radius: 3em;
  border-radius: 3em;
  border-radius: 3em;
  border-radius: 3em;
  margin: 0 0.5em 0 0;
  font-size: 0.85em;
  padding: 0.2em 0.1em;
  color: #fff;
  display: inline-block;
  width: 2.25em;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .social_links_container {
    position: fixed;
    bottom: 1em;
    left: 1em;
  }
}
@media screen and (min-width: 740px) {
  .social_links_container a.whatsapp,
  .social_links_container a.telegram {
    display: none;
  }
}
.tipsy {
  z-index: 100000000;
  position: absolute;
  padding: 5px;
  font-size: 14px;
  line-height: 21px;
}
.tipsy-inner {
  max-width: 300px;
  padding: 10px 12px;
  color: white;
  background-color: black;
  text-align: center;
  border-radius: 0;
  border-radius: 0;
  border-radius: 0;
}
.tipsy-arrow::before {
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #979797;
  content: "";
}
.tipsy-arrow::after {
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent white;
  content: "";
}
.tipsy-n .tipsy-arrow::before {
  top: -8px;
  left: 50%;
}
.tipsy-n .tipsy-arrow::after {
  top: -6px;
  left: 50%;
}
.tipsy-nw .tipsy-arrow::before {
  top: -8px;
  left: 10%;
}
.tipsy-nw .tipsy-arrow::after {
  top: -6px;
  left: 10%;
}
.tipsy-ne .tipsy-arrow::before {
  top: -8px;
  right: 5%;
}
.tipsy-ne .tipsy-arrow::after {
  top: -6px;
  right: 6%;
}
.tipsy-s .tipsy-arrow::before {
  transform: rotate(180deg);
  bottom: -8.25px;
  left: 50%;
}
.tipsy-s .tipsy-arrow::after {
  transform: rotate(180deg);
  bottom: -6px;
  left: 50%;
}
.tipsy-sw .tipsy-arrow::before {
  transform: rotate(180deg);
  bottom: -8px;
  left: 9%;
}
.tipsy-sw .tipsy-arrow::after {
  transform: rotate(180deg);
  bottom: -5px;
  left: 9%;
}
.tipsy-se .tipsy-arrow::before {
  transform: rotate(180deg);
  bottom: -8px;
  right: 5.25%;
}
.tipsy-se .tipsy-arrow::after {
  transform: rotate(180deg);
  bottom: -5px;
  right: 6%;
}
.tipsy-e .tipsy-arrow::before {
  transform: rotate(90deg);
  top: 49%;
  right: -6%;
}
.tipsy-e .tipsy-arrow::after {
  transform: rotate(90deg);
  top: 50%;
  right: -4%;
}
.tipsy-w .tipsy-arrow::before {
  transform: rotate(-90deg);
  top: 49%;
  left: -1%;
}
.tipsy-w .tipsy-arrow::after {
  transform: rotate(-90deg);
  top: 50%;
  left: 0%;
}
.success,
.error,
.alert,
.notice {
  padding: 1em;
  margin-bottom: 2em;
  font-size: 1.125rem;
  border-left: 10px solid;
}
.success .fas,
.error .fas,
.alert .fas,
.notice .fas {
  font-size: 1.5em;
  margin: 0 1em 0 0;
  vertical-align: top;
}
.success.slim,
.error.slim,
.alert.slim,
.notice.slim {
  padding: 1em;
  font-size: 0.9em;
}
.success {
  background: #cc0;
  border-color: #666600;
  color: #fff;
}
.error {
  background: #f96;
  border-color: #ff5500;
  color: #fff;
}
.alert {
  background: #ffebe0;
  border-color: #ffa97a;
  color: #ae5d3b;
}
.notice {
  background: #f5f5cc;
  border-color: #e4e477;
  color: #787a03;
}
.field_with_errors input {
  border: 1px solid #f96;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family:
    "Source Sans Pro",
    "Helvetica Neue",
    "Arial",
    "sans-serif";
  font-size: 16px;
  line-height: 24px;
  color: #767168;
}
.pure-g [class*=pure-u] {
  font-family:
    "Source Sans Pro",
    "Helvetica Neue",
    "Arial",
    "sans-serif";
}
a {
  color: var(--color-base);
  transition: all 0.15s ease-out 0s;
}
a:hover {
  text-decoration: underline;
}
.soft_cta {
  background: rgba(var(--color-base-string), 0.1);
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  padding: 1em 2em;
  display: inline-block;
}
a.soft_cta:hover {
  background: rgba(var(--color-base-string), 0.2);
}
.small {
  font-size: 0.85em;
}
.highlight {
  background: #f1f4be;
  padding: 0.2em;
  display: inline-block;
}
.disabled-grayed {
  background-color: gray !important;
}
.disabled-cursor {
  cursor: not-allowed;
}
#lines_tooltip table th[title=name] {
  width: 45%;
}
.help {
  font-size: 0.75em;
  float: right;
}
.help a {
  color: rgba(var(--color-base-string), 0.5);
}
.b {
  border: 1px solid #111;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.m1 {
  margin: 1em;
}
.mt1 {
  margin-top: 1em;
}
.mt2 {
  margin-top: 2em;
}
.mt3 {
  margin-top: 3em;
}
.mt4 {
  margin-top: 4em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb3 {
  margin-bottom: 3em;
}
.mb4 {
  margin-bottom: 4em;
}
.ml1 {
  margin-left: 1em;
}
.p1 {
  padding: 1em;
}
.pb0 {
  padding-bottom: 0;
}
.pb1 {
  padding-bottom: 1em;
}
.pb2 {
  padding-bottom: 2em;
}
.pb3 {
  padding-bottom: 3em;
}
.pb4 {
  padding-bottom: 4em;
}
.pr0 {
  padding-right: 0;
}
.pr1 {
  padding-right: 1em;
}
.pl0 {
  padding-left: 0;
}
.pl1 {
  padding-left: 1em;
}
.pl-xs {
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .pl-xs {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .center-md {
    text-align: center;
  }
}
.hidden-xs {
  display: none;
}
@media (width >= 768px) {
  .hidden-xs {
    display: block;
  }
}
.tip {
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.2em;
}
.tip a {
  color: rgba(var(--color-base-string), 0.7);
  text-decoration: none;
}
.tip .fas {
  display: block;
  line-height: 2em;
  font-size: 1.6em;
}
.tipsy {
  opacity: 1 !important;
}
.tipsy .tipsy-inner {
  background: white;
  border: 1px solid #979797;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  color: #767168;
  line-height: 1.3;
}
.invisible {
  visibility: hidden;
}
a.list_view_more {
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: rgba(var(--color-base-string), 0.06);
  color: #a5a5a5;
  padding: 0.5em 0 0.4em;
  text-align: center;
  margin: 1em 0;
  text-decoration: none;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}
html.turbolinks-progress-bar::before {
  background-color: var(--color-base) !important;
  height: 5px !important;
}
.download_file {
  padding: 0.5em 1em;
  margin: -0.5em 0 1em 1em;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid rgba(var(--color-base-string), 0.75);
  text-decoration: none;
}
.download_file .fas {
  opacity: 0.5;
}
.download_file .file_size {
  opacity: 0.5;
}
.download_open_data {
  margin: 2em 0;
  padding: 1em 0;
  border-top: 1px solid #d6d6d6;
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .download_open_data {
    margin: 4em 0;
    padding: 3em 0;
  }
}
.download_open_data a {
  color: #a5a5a5;
  width: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .download_open_data a {
    width: 135px;
  }
}
.download_open_data a:hover {
  color: #8c8c8c;
}
.download_open_data .fas {
  margin: 0 0.6em;
}
.open_data h1 + .subtitle,
.open_data h2 + .subtitle,
.open_data h3 + .subtitle {
  margin: -1em 0 2em;
}
.open_data .data_block {
  border-top: 1px solid #d6d6d6;
  padding: 2em 0;
  margin: 2em 0;
}
.open_data .data_block h2,
.open_data .data_block h3 {
  margin-top: 0;
}
.open_data .data_block .data_item {
  margin: 0 0 3em;
}
.open_data .data_block .data_item p {
  margin: 0.5em 0;
}
.open_data .data_block .subblock {
  border-top: 0;
  padding: 0 0 2em;
  margin: 0 0 2em;
}
.open_data .data_block .data_subitem {
  margin: 0 0 0.5em;
}
.open_data .data_block .data_subitem h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.open_data .data_block h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.open_data .data_block h3 + .button.small {
  margin-left: 1em;
}
.inner_cols.two_cols {
  columns: 2;
  columns: 2;
  columns: 2;
}
.inner_cols.three_cols {
  columns: 3;
  columns: 3;
  columns: 3;
}
.inner_cols.four_cols {
  columns: 4;
  columns: 4;
  columns: 4;
}
.sandbox .inner_cols a {
  display: block;
}
@media screen and (min-width: 768px) {
  body.sessions_new .container {
    padding: 3em 0;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-none * {
  pointer-events: auto;
}
.metric_boxes {
  margin: 0 0 3em;
}
.metric_boxes .metric_box {
  box-sizing: border-box;
}
.metric_boxes .metric_box .inner {
  background: rgba(var(--color-base-string), 0.15);
  margin: 0 0.5em;
  padding: 0.8em 1em;
  min-height: 100px;
  position: relative;
}
.metric_boxes .metric_box .inner.nomargin {
  margin: 0;
}
.metric_boxes .metric_box h3 {
  color: var(--color-base);
  margin: 0 0 0.75em;
  font-size: 1em;
  opacity: 0.6;
  font-weight: 600;
}
.metric_boxes .metric_box .metric {
  font-size: 2em;
  font-weight: 600;
}
.metric_boxes .metric_box .metric small {
  display: block;
  margin: 13px 0;
  font-weight: initial;
  font-size: 24px;
}
.metric_boxes .metric_box .metric span.small {
  font-weight: initial;
}
.metric_boxes .metric_box .explanation {
  font-size: 0.85em;
  opacity: 0.6;
  position: absolute;
  line-height: 1.4;
  bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .metric_boxes .metric_box .explanation {
    display: none;
  }
}
.metric_boxes .metric_box .explanation.explanation--relative {
  position: relative;
  bottom: auto;
  font-size: 0.875em;
}
.metric_boxes .metric_box span.not_av {
  font-size: 1em;
  opacity: 0.5;
}
.metric_boxes .metric_box .explanation_bar {
  font-size: 0.85em;
  position: absolute;
  bottom: 0.8em;
  width: calc(100% - 3em);
}
.metric_boxes .metric_box .bar {
  display: inline-block;
  width: 25%;
  opacity: 1;
  height: 10px;
  background: rgba(var(--color-base-string), 0.1);
  margin-right: 0.25rem;
}
.metric_boxes .metric_box .bar .line {
  opacity: 1;
  height: 10px;
  background: var(--color-base);
}
.metric_boxes .metric_box .tooltiped {
  text-decoration: underline;
  cursor: pointer;
}
.metric_boxes .metric_box .diff {
  opacity: 0.6;
  font-size: 0.85em;
}
@media screen and (min-width: 768px) {
  .metric_boxes .metric_box .diff {
    bottom: 0.8em;
    position: absolute;
  }
}
.metric_boxes .metric_box .metric_details {
  margin: 41.2px 0 0;
}
.metric_boxes .metric_box .metric_details.flex {
  display: flex;
}
.metric_boxes .metric_box .metric_details.flex label {
  margin-right: 24px;
  font-size: 0.875em;
}
.metric_boxes .metric_box:first-child .inner {
  margin-left: 0;
}
.metric_boxes .metric_box:last-child .inner {
  margin-right: 0;
}
.metric_boxes_detailed .metric_box .inner {
  padding: 0.8em 1em 2em;
}
.metric_boxes_detailed .metric_box .inner .metric_details {
  margin: 1em 0;
}
.metric_boxes_detailed .metric_box .inner .metric_details th {
  text-align: left;
}
.metric_boxes_detailed .metric_box .inner .metric_details th,
.metric_boxes_detailed .metric_box .inner .metric_details td {
  padding: 0.25em 0;
}
.metric_boxes_detailed .metric_box .inner .metric_details.flex {
  display: flex;
}
.metric_boxes_detailed .metric_box .inner .metric_details.flex label {
  margin-right: 24px;
  font-size: 0.875em;
}
@media screen and (max-width: 740px) {
  .metric_boxes {
    margin: 0 0 2em;
  }
  .metric_boxes .metric_box .inner {
    margin: 0;
    min-height: initial;
    padding: 0.5em;
  }
  .metric_boxes .metric_box h3 {
    font-size: 0.85em;
    min-height: initial;
    line-height: 1em;
  }
  .metric_boxes .metric_box .metric {
    font-size: 1.6em;
  }
  .metric_boxes .metric_box .explanation {
    bottom: 0.2em;
  }
  .metric_boxes .metric_box span.not_av {
    font-size: 0.6em;
  }
  .metric_boxes .metric_box:nth-child(n) .inner {
    margin: 0 0.5em 1em 0;
  }
  .metric_boxes .metric_box:nth-child(2n) .inner {
    margin: 0 0 1em 0.5em;
  }
  .metric_boxes .metric_box:last-child {
    width: 100%;
  }
  .metric_boxes .metric_box:last-child .inner {
    margin: 0;
    min-height: initial;
  }
  .metric_boxes .metric_box.cta a {
    padding: 0.5em;
  }
}
.card_container {
  position: relative;
  perspective: 1000px;
  perspective: 1000px;
  perspective: 1000px;
  perspective: 1000px;
  min-height: 180px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .card_container {
    margin-bottom: 1em;
    min-height: 220px;
  }
}
.card_container .indicator_widget {
  transition: 0.6s;
  transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.card_container .front,
.card_container .back {
  border-radius: 8px;
  background: #f0f9f9;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  backface-visibility: hidden;
  backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s all;
}
.card_container .front:hover,
.card_container .front:active,
.card_container .front:focus,
.card_container .back:hover,
.card_container .back:active,
.card_container .back:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.card_container .widget_headline {
  font-weight: 600;
  padding: 1rem;
}
.card_container .widget_body {
  min-height: 80px;
  line-height: 80px;
  padding: 0 1rem;
  position: relative;
}
.card_container .widget_body .half {
  width: 48%;
  display: inline-block;
}
.card_container .widget_body .category {
  color: #a5a5a5;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.card_container .widget_body .sparkline {
  position: absolute;
  top: 0;
  line-height: 0;
  width: calc(100% - 2rem);
}
.card_container .widget_body .sparkline path {
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-opacity: 0.15;
  stroke-width: 4;
}
.card_container .widget_body .sparkline circle {
  fill-opacity: 0.15;
}
.card_container .widget_body .widget_table .sparktable {
  width: 25%;
}
.card_container .widget_body .widget_table .sparktable path {
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: 1.5;
}
.card_container .widget_body ol {
  padding: 0 1rem;
}
.card_container .widget_body .bars .row {
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.card_container .widget_body .bars .row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.card_container .widget_body .bars .row .key {
  padding-right: 5px;
  width: 30%;
  vertical-align: top;
  display: inline-block;
  font-size: 0.85em;
}
.card_container .widget_body .bars .row .bar {
  display: inline-block;
  height: 10px;
  background: var(--color-base);
}
@media (width >= 768px) {
  .card_container .widget_body .bars .row .bar {
    height: 20px;
  }
}
.card_container .widget_body .bars .row .qty {
  font-size: 90%;
  vertical-align: top;
  padding-left: 0.5rem;
  font-weight: 300;
  display: inline-block;
}
.card_container .widget_body.widget_comparison {
  line-height: 37px;
}
.card_container .widget_body.widget_comparison .first {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.card_container .widget_body.widget_comparison .first span:not(.figure),
.card_container .widget_body.widget_comparison .second span:not(.figure) {
  font-size: 1rem;
  color: #767168;
}
.card_container .widget_body.categories {
  line-height: inherit;
  font-size: 0.85rem;
}
.card_container .widget_headline i {
  color: #b1b8b8;
  margin: 0.25em 0.25em 0 0;
  transition: all 0.25s;
  cursor: pointer;
}
.card_container .indicator_widget:focus .widget_headline i,
.card_container .indicator_widget:active .widget_headline i,
.card_container .indicator_widget:hover .widget_headline i {
  color: #767168;
}
.card_container .widget_headline .fa-times {
  color: #767168;
}
.card_container .back .fa-facebook,
.card_container .back .fa-twitter {
  color: #767168;
}
.card_container .front .fa-facebook,
.card_container .front .fa-twitter {
  opacity: 0;
  transition: 0.25s;
}
.card_container .front:hover .fa-facebook,
.card_container .front:hover .fa-twitter {
  opacity: 1;
}
.card_container .widget_figure {
  font-weight: 300;
  font-size: 1.75rem;
  color: var(--color-base);
}
.card_container .widget_pct {
  font-weight: 300;
}
.card_container .widget_pct i {
  margin-left: 0.25rem;
}
.card_container .widget_pct .fa-caret-up {
  color: #2ca25f;
}
.card_container .widget_pct .fa-caret-down {
  color: #981f2e;
}
.card_container .widget_info {
  min-height: 80px;
  padding: 0 1rem;
}
.card_container .widget_meta {
  padding: 1rem;
}
.card_container .widget_meta .fas {
  font-size: 70%;
  color: #9c9c9c;
}
.card_container .widget_meta .widget_src {
  vertical-align: middle;
  display: inline-block;
  font-size: 70%;
  width: 20%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7f7f7f;
  font-weight: 300;
}
.card_container .widget_meta .widget_src a {
  font-weight: 300;
  color: #7f7f7f;
  text-decoration: none;
  cursor: pointer;
}
.card_container .widget_meta .widget_src a:hover {
  text-decoration: underline;
  text-decoration-color: #7f7f7f;
}
.card_container .widget_meta small,
.card_container .widget_meta .widget-sep {
  font-weight: 300;
  color: #7f7f7f;
  font-size: 70%;
}
.card_container .widget_meta .widget-sep {
  margin: 0 0.15rem;
}
.card_container.hover .indicator_widget {
  transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card_container.hover .front,
.card_container.hover .back {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.card_container .front {
  z-index: 2;
  transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.card_container .back {
  transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card_container .figure-row {
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (width >= 768px) {
  .card_container {
    min-height: 260px;
  }
  .widget_body {
    min-height: 100px;
    line-height: 100px;
  }
  .widget_figure {
    font-size: 2.5rem;
  }
  .widget_info {
    min-height: 100px;
  }
}
.graph-title {
  text-transform: uppercase;
  border-bottom: 2px solid #cce8eb;
  padding-bottom: 0.5em;
}
.graph-title + p {
  font-size: 0.875em;
  opacity: 0.5;
}
.as-block {
  display: block;
}
.dc-chart svg {
  overflow: visible;
}
.dc-chart g.row rect,
.dc-chart rect.bar {
  fill: var(--color-base);
}
.dc-chart g.row rect.deselected,
.dc-chart rect.bar.deselected {
  fill: #ccc;
}
.dc-chart g.row rect.selected + text tspan,
.dc-chart rect.bar.selected + text tspan {
  font-style: italic;
}
.dc-chart g.row text,
.dc-chart .axis,
.dc-chart .axis text {
  font: inherit;
  font-size: 0.875rem;
  fill: #767168 !important;
  white-space: pre;
}
.dc-chart .axis .axis-title {
  opacity: 0.5;
  text-transform: uppercase;
}
.dc-chart .axis line {
  stroke: #767168;
}
.dc-chart .axis path,
.dc-chart .axis .tick line:not(.grid-line) {
  display: none;
}
.vis-bubbles {
  position: relative;
  margin-bottom: 0;
}
.vis-bubbles svg {
  overflow: visible;
}
.vis-bubbles .tooltip {
  display: none;
  position: absolute;
  background: white;
  padding: 10px;
  z-index: 4;
  min-width: 200px;
  max-width: 250px;
  border: 1px solid #979797;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.vis-bubbles .tooltip .line-name {
  line-height: 1.3;
  margin-bottom: 0.15rem;
}
.vis-bubbles .tooltip .line-pct {
  font-size: 0.775rem;
  margin-top: 0.25rem;
  text-transform: uppercase;
}
.vis-bubbles .tooltip .line-pct i {
  margin-left: 0.25rem;
  display: inline;
}
@media (width <= 590px) {
  .vis-bubbles .tooltip {
    position: fixed;
    inset: auto -1px -1px;
    width: 96%;
    width: auto !important;
    max-width: none;
  }
}
@media (width >= 740px) {
  .vis-bubbles .tooltip::before {
    border-radius: 2px;
    position: absolute;
    top: -14px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #646464;
    content: "";
  }
  .vis-bubbles .tooltip::after {
    border-radius: 2px;
    position: absolute;
    top: -12px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent white;
    content: "";
  }
}
.vis-bubbles .bubble-g text {
  pointer-events: none;
  font-size: 0.8rem;
}
.vis-bubbles circle {
  cursor: pointer;
  stroke-width: 0.1px;
  stroke: #979797;
}
.vis-bubbles circle:hover {
  stroke: #676767;
  stroke-width: 1px;
}
.bubble_legend_wrapper {
  z-index: 1;
}
.bubble_legend_wrapper .bubble_legend text {
  fill: var(--color-base);
  font-weight: 600;
  text-shadow:
    1px 1px 0 rgba(255, 255, 255, 0.7),
    -1px -1px 0 rgba(255, 255, 255, 0.7),
    -1px 1px 0 rgba(255, 255, 255, 0.7),
    1px -1px 0 rgba(255, 255, 255, 0.7);
}
.bubble_legend_wrapper .bubble_legend .legend-label {
  fill-opacity: 0.65;
  font-size: 0.8em;
  fill: #a5a5a5;
  text-transform: uppercase;
  font-weight: 400;
}
.filter {
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  .filter.m_2 {
    margin: 0 0 1em;
  }
}
.filter a {
  display: inline-block;
  padding: 0.35em 1.25em 0.25em;
  margin: 0 0.75em 0 0;
  border-radius: 2em;
  border-radius: 2em;
  border-radius: 2em;
  border-radius: 2em;
  background: rgba(var(--color-base-string), 0.2);
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .filter a {
    padding: 0.35em 0.5em 0.25em;
  }
}
.filter a:hover {
  background: rgba(var(--color-base-string), 0.3);
  text-decoration: none;
}
.filter a.active,
.filter .button-group a.button-grouped:hover,
.button-group .filter a.button-grouped:hover,
.filter a.active:hover {
  border: 1px solid rgba(var(--color-base-string), 0.2);
  background: #fff;
}
.filter a.active,
.filter .button-group a.button-grouped:hover,
.button-group .filter a.button-grouped:hover {
  cursor: default;
}
.filter a.help {
  font-weight: bold;
  padding: 0.35em 1em 0.25em;
}
.filter .separator_v {
  margin: -0.25em 2em 0;
}
.filter span.label {
  padding: 0 1em;
}
.filter a:last-child {
  margin-right: 0;
}
.form_filters {
  display: inline-block;
  float: right;
  font-size: 12px;
  margin: 1em 0;
}
.form_filters .group {
  display: inline-block;
  margin: 0 0 0 1em;
}
.form_filters ul,
.form_filters li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.form_filters ul {
  border-radius: 2em;
  border-radius: 2em;
  border-radius: 2em;
  border-radius: 2em;
  background: #eff8f9;
  padding: 0 10px;
  margin: 0;
}
.form_filters li a {
  display: inline-block;
  border-right: 1px solid var(--color-base);
  text-decoration: none;
  padding: 1px 7px;
  margin: 0;
}
.form_filters li:last-child a {
  border: 0;
}
.form_filters li a:hover,
.form_filters li a.buttonSelected,
.form_filters a.active,
.form_filters .button-group a.button-grouped:hover,
.button-group .form_filters a.button-grouped:hover {
  background: #d1eaed;
}
.stories_box .story_box {
  box-sizing: border-box;
  text-decoration: none;
}
.stories_box .story_box .bg-image {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (width >= 740px) {
  .stories_box .story_box .bg-image {
    height: 360px;
  }
}
.stories_box .story_box .inner {
  margin: 0 0.5em;
  min-height: 100px;
  position: relative;
  border: 1px solid #f0f0f0;
  transition: 0.3s;
}
.stories_box .story_box .inner .padded {
  padding: 2em;
}
.stories_box .story_box .inner .padded p {
  line-height: 1.4;
  color: #767168;
}
.stories_box .story_box .inner:hover,
.stories_box .story_box .inner:focus,
.stories_box .story_box .inner:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.stories_box .story_box:first-child .inner {
  margin-left: 0;
}
.stories_box .story_box:last-child .inner {
  margin-right: 0;
}
@media (width <= 740px) {
  .stories_box .story_box .inner {
    margin: 0 0 1em;
  }
}
.banners .banner_block {
  box-sizing: border-box;
}
.banners .banner_block .inner {
  position: relative;
  margin: 0 0.5em;
  padding: 1em;
  border: 1px solid #f0f0f0;
  min-height: 260px;
  text-decoration: none;
  transition: 0.3s;
}
@media (width >= 740px) {
  .banners .banner_block .inner {
    min-height: 480px;
  }
}
.banners .banner_block .vertically_centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banners .banner_block .budget_receipt h3 {
  font-size: 1.5em;
}
.banners .banner_block .budget_receipt p {
  color: #767168;
  font-size: 1.25em;
}
.banners .banner_block .budget_receipt img {
  margin: 2em auto;
}
@media (width >= 740px) {
  .banners .banner_block .budget_receipt img {
    max-width: 560px;
  }
}
.banners .banner_block .budget_receipt:hover,
.banners .banner_block .budget_receipt:focus,
.banners .banner_block .budget_receipt:active {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.banners .banner_block .budget_expense h3 {
  margin-top: 0.5rem;
  font-size: 1.5em;
}
.banners .banner_block .budget_expense .circle_figure {
  height: 100%;
  position: absolute;
  top: 45%;
  width: calc(100% - 2em);
  text-align: center;
}
@media (width >= 740px) {
  .banners .banner_block .budget_expense .circle_figure {
    top: 40%;
  }
}
.banners .banner_block .budget_expense .circle_figure div {
  font-size: 3em;
  border-radius: 50%;
  border: 1px solid #ddd;
  height: 3em;
  margin: 0 auto;
  width: 3em;
  line-height: 3em;
  color: var(--color-base);
}
@media (width >= 740px) {
  .banners .banner_block .budget_expense .circle_figure div {
    font-size: 4em;
  }
}
.banners .banner_block:first-child .inner {
  margin-left: 0;
}
.banners .banner_block:last-child .inner {
  margin-right: 0;
}
@media (width <= 740px) {
  .banners .banner_block .inner {
    margin: 0 0 1em;
  }
}
.line_boxes .line_box {
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 1em;
}
.line_boxes .line_box .bg-image {
  height: 168px;
  background: rgba(var(--color-base-string), 0.1);
}
.line_boxes .line_box .bg-image svg {
  margin: 1.5em 0 auto;
}
.line_boxes .line_box .inner {
  margin: 0 0.5em;
  position: relative;
  border: 1px solid #f0f0f0;
  transition: 0.3s;
  min-height: 285px;
}
.line_boxes .line_box .inner .padded {
  overflow: hidden;
  padding: 1.15em 1em 1em;
}
.line_boxes .line_box .inner .padded .line_title {
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media (width >= 768px) {
  .line_boxes .line_box .inner .padded .line_title {
    margin-bottom: 0;
    max-width: 55%;
  }
}
.line_boxes .line_box .inner .padded .line_title h3 {
  font-size: 1.25em;
  text-transform: uppercase;
}
.line_boxes .line_box .inner .padded .line_figure .figure {
  font-weight: 700;
  font-size: 2.25em;
  margin-bottom: 0.25rem;
}
.line_boxes .line_box .inner .padded .line_figure .bar {
  display: inline-block;
  width: 100%;
  height: 10px;
  background: rgba(var(--color-base-string), 0.1);
  margin-right: 0.25rem;
}
.line_boxes .line_box .inner .padded .line_figure .bar .line {
  height: 10px;
  background: var(--color-base);
}
@media (width >= 740px) {
  .line_boxes .line_box .inner .padded .line_figure .bar {
    width: 80px;
  }
}
.line_boxes .line_box .inner .padded .line_figure .zoom i {
  cursor: pointer;
  color: var(--color-base);
}
@media (width >= 740px) {
  .line_boxes .line_box .inner .padded .line_figure .zoom {
    text-align: right;
  }
}
@media (width >= 740px) {
  .line_boxes .line_box .inner .padded .line_figure {
    text-align: right;
    float: right;
  }
}
.line_boxes .line_box .inner .padded p {
  line-height: 1.4;
  color: #767168;
}
.line_boxes .line_box:first-child .inner {
  margin-left: 0;
}
.line_boxes .line_box:last-child .inner {
  margin-right: 0;
}
.line_boxes .line_box:nth-child(3) .inner {
  margin-right: 0;
}
.line_boxes .line_box:nth-child(4) .inner {
  margin-left: 0;
}
@media (width <= 740px) {
  .line_boxes .line_box .inner {
    margin: 0 0 1em;
  }
}
.tipsy-lines .tipsy-inner {
  padding: 0;
}
.tipsy-lines .tipsy-inner .table_header {
  background: var(--color-base);
  padding: 10px 12px;
  color: white;
}
.tipsy-lines .tipsy-inner .table_header .table_title {
  font-size: 1rem;
  max-width: 80%;
  display: inline-block;
  font-weight: 600;
}
.tipsy-lines .tipsy-inner .table_header .table_title a {
  color: white;
  text-decoration: none;
}
.tipsy-lines .tipsy-inner .table_wrapper {
  padding: 10px 12px;
}
.tipsy-lines .tipsy-inner .table_wrapper table td,
.tipsy-lines .tipsy-inner .table_wrapper table th {
  border-top: 0;
}
.tipsy-lines .tipsy-inner .table_wrapper table .right {
  font-weight: 600;
}
.mega_bars .bar {
  margin-bottom: 1rem;
  height: 200px;
  position: relative;
}
.mega_bars .bar .label {
  position: absolute;
  top: 20%;
  color: white;
  font-size: 1.5rem;
}
.mega_bars .bar .label .figure {
  font-size: 6rem;
  font-weight: 700;
  line-height: 6rem;
}
.mega_bars .bar .label .figure span {
  font-size: 1.5rem;
}
@media (width >= 740px) {
  .mega_bars .bar .label {
    top: 30%;
  }
}
.mega_bars .bar .filled {
  height: 200px;
}
@media (width >= 740px) {
  .mega_bars .bar .filled {
    height: 280px;
  }
}
@media (width >= 740px) {
  .mega_bars .bar {
    height: 280px;
    margin-bottom: 0;
  }
}
.mega_bars .bar.income {
  background: rgba(var(--color-base-string), 0.1);
}
.mega_bars .bar.income .label {
  left: 20px;
  text-shadow:
    -1px -1px 0 var(--color-base),
    1px -1px 0 var(--color-base),
    -1px 1px 0 var(--color-base),
    1px 1px 0 var(--color-base);
}
@media (width >= 740px) {
  .mega_bars .bar.income .label {
    left: 40px;
  }
}
.mega_bars .bar.income .filled {
  background: var(--color-base);
}
@media (width >= 740px) {
  .mega_bars .bar.income {
    margin-right: 0.5rem;
  }
}
.mega_bars .bar.expense {
  background: rgba(248, 143, 89, 0.1);
}
.mega_bars .bar.expense .label {
  left: 20px;
  text-shadow:
    -1px -1px 0 #f88f59,
    1px -1px 0 #f88f59,
    -1px 1px 0 #f88f59,
    1px 1px 0 #f88f59;
}
@media (width >= 740px) {
  .mega_bars .bar.expense .label {
    right: 40px;
    text-align: right;
  }
  .mega_bars .bar.expense .label > .f3 {
    margin-right: 1.55rem;
  }
}
.mega_bars .bar.expense .filled {
  background: #f88f59;
}
@media (width >= 740px) {
  .mega_bars .bar.expense .filled {
    float: right;
  }
}
@media (width >= 740px) {
  .mega_bars .bar.expense {
    margin-left: 0.5rem;
  }
}
.receipt {
  background: #e5f3f5;
  border-radius: 4px;
}
.receipt .padding {
  padding: 1em;
}
@media screen and (min-width: 740px) and (max-width: 1024px) {
  .receipt .padding {
    padding: 3em 2em 1em;
  }
}
@media screen and (min-width: 1025px) {
  .receipt .padding {
    padding: 3em 3em 1em;
  }
}
.receipt .pure-u-1 {
  padding: 0.5em;
  box-sizing: border-box;
}
.receipt .receipt_item {
  font-size: 1.25em;
  background: #f2f9fa;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.receipt .receipt_dropdown {
  padding: 0.5em 0;
  position: relative;
  display: inline-block;
  color: var(--color-base);
}
@media screen and (min-width: 740px) {
  .receipt .receipt_dropdown {
    padding: 0 0.5em;
  }
}
.receipt .receipt_dropdown select {
  color: #767168;
  display: inline-block;
  height: 44px;
  width: 100%;
  margin: 0;
  padding: 0.5em 2.25em 0.5em 1em;
  line-height: 1.5;
  background-color: white;
  border: 0;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  cursor: pointer;
  outline: 0;
  appearance: none;
  appearance: none;
  appearance: none;
}
.receipt .receipt_dropdown::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -0.15em;
  pointer-events: none;
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}
.receipt .receipt_separator {
  display: none;
}
@media screen and (min-width: 740px) {
  .receipt .receipt_separator {
    display: block;
    background-image:
      linear-gradient(
        to right,
        var(--color-base) 33%,
        rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
  }
}
.receipt .receipt_calc {
  display: flex;
  padding: 0.5em 0;
  display: flex;
  flex-direction: column;
}
.receipt .receipt_calc > * {
  margin-bottom: calc(1em / 2);
}
.receipt .receipt_calc > :first-child {
  margin-top: 0;
}
.receipt .receipt_calc > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 740px) {
  .receipt .receipt_calc {
    padding: 0 0.5em;
    display: flex;
    flex-direction: row;
  }
  .receipt .receipt_calc > * {
    margin: 0 calc(1em / 2);
  }
  .receipt .receipt_calc > :first-child {
    margin-left: 0;
  }
  .receipt .receipt_calc > :last-child {
    margin-right: 0;
  }
}
.receipt .receipt_calc .bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f9fa;
  padding: 0 0.5em;
  border-radius: 4px;
}
@media screen and (min-width: 740px) {
  .receipt .receipt_calc .bg {
    width: 100%;
  }
}
.receipt .receipt_calc .bg > small:first-child {
  display: inline-block;
}
@media screen and (min-width: 740px) {
  .receipt .receipt_calc .bg > small:first-child {
    display: none;
  }
}
.receipt .receipt_calc .bg:not(:last-child) {
  opacity: 0.5;
}
.receipt .receipt_calc .bg span,
.receipt .receipt_calc .bg input {
  font-size: 1.15em;
}
.receipt .receipt_calc .bg .toggle-clickable {
  width: 100%;
  cursor: pointer;
  text-align: right;
}
.receipt .receipt_calc .bg small {
  color: #a5a5a5;
  font-size: 90%;
}
.receipt .receipt_calc .bg input {
  height: 100%;
  width: calc(100% + 1em);
  margin: 0 -0.5em;
  border: 0;
  background: transparent;
}
.receipt .receipt_calc .bg input:focus {
  background: #fff;
}
.receipt .receipt_calc .bg.bg--transparent {
  background: transparent;
  justify-content: center;
}
.receipt .receipt_result {
  border-top: 1px solid #d7e2e4;
  padding-top: 2em;
  padding-bottom: 2em;
}
.receipt .receipt_result h3 {
  margin: 0;
  font-size: 1.45em;
  color: #676767;
}
.receipt .receipt_result .receipt_result_number {
  margin-top: 0.5em;
  font-size: 2em;
}
@media screen and (min-width: 740px) {
  .receipt .receipt_result .receipt_result_number {
    margin-top: 0;
    text-align: right;
  }
}
.receipt_bill {
  background: #e5f3f5;
  border-radius: 4px;
  padding: 1em;
}
@media screen and (min-width: 740px) {
  .receipt_bill {
    padding: 3em;
  }
}
.receipt_bill .bill_row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #d7e2e4;
  padding: 0.5em 0;
  cursor: pointer;
}
.receipt_bill .bill_row:hover > .line,
.receipt_bill .bill_row:focus > .line,
.receipt_bill .bill_row:active > .line {
  text-decoration: underline;
}
.receipt_bill .bill_row.toggled > .line {
  text-decoration: underline;
}
.receipt_bill .bill_row .toggle {
  left: -1.5em;
  top: 0.85em;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  background: var(--color-base);
  color: white;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
  margin-top: 0.35em;
}
@media screen and (min-width: 740px) {
  .receipt_bill .bill_row .toggle {
    position: absolute;
    margin-top: 0;
  }
}
.receipt_bill .bill_row .toggle .fas {
  font-size: 10px;
  margin: 0;
}
.receipt_bill .bill_row .line {
  font-weight: 600;
  font-size: 1.15em;
  flex-basis: 70%;
}
.receipt_bill .bill_row .figure {
  opacity: 0.7;
  font-size: 1.15em;
}
.receipt_bill .bill_row .children {
  flex-basis: 100%;
  margin-top: 0.5em;
  cursor: auto;
}
.receipt_bill .bill_row .children .bill_row_child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 740px) {
  .receipt_bill .bill_row .children .bill_row_child {
    margin-bottom: 0.25em;
  }
}
.receipt_bill .bill_row .children .bill_row_child .line {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  opacity: 0.5;
}
.receipt_bill .bill_row .children .bill_row_child .figure {
  font-size: 1em;
}
.pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal {
  margin-bottom: 50px;
}
.pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal li {
  border: 1px solid rgba(var(--color-base-string), 0.15);
  text-transform: uppercase;
  font-weight: 200;
}
.pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal li a {
  text-decoration: none;
}
.pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal li.active,
.pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal .button-group li.button-grouped:hover,
.button-group .pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal li.button-grouped:hover {
  font-weight: 400;
  background: rgba(var(--color-base-string), 0.15);
  border: 0;
}
.pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal li.active:hover::after,
.pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal .button-group li.button-grouped:hover::after,
.button-group .pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal li.button-grouped:hover::after {
  border-top-color: #eee;
}
.pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal li.active::after,
.pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal .button-group li.button-grouped:hover::after,
.button-group .pure-menu-horizontal--custom.pure-menu.pure-menu-horizontal li.button-grouped:hover::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-top-color: rgba(var(--color-base-string), 0.15);
  border-width: 15px;
  margin-left: -15px;
}
.overlay-container {
  position: relative;
}
.overlay-container .overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  cursor: pointer;
}
.overlay-container .overlay .overlay-content {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  font-size: 2.25rem;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-container.is-active {
  overflow: hidden;
}
.overlay-container.is-active .overlay {
  display: block;
}
.overlay-container.is-active > div:not(.overlay) {
  filter: blur(5px);
  overflow: hidden;
}
.jsgrid .jsgrid-filter-row input {
  height: 30px;
}
.jsgrid .jsgrid-cell.break {
  word-break: break-all;
}
.jsgrid input[type=checkbox] {
  display: inline-block;
}
.treemap_node {
  font-size: 0.8em;
  line-height: 1.2em;
  overflow: hidden;
  position: absolute;
  color: white;
  padding: 0;
}
.treemap_node.clickable {
  cursor: pointer;
}
.treemap_node p {
  margin: 0;
  padding: 8px 8px 0;
}
#vis_lineas_j {
  width: 70%;
  float: left;
  background-color: #fff;
}
#density_vis_per {
  width: 50%;
  overflow: hidden;
}
.axis path {
  fill: none;
  stroke-width: 1px;
}
.axis line {
  stroke-width: 1px;
}
.evolution_line {
  fill: none;
}
.vis_lineas_j_tooltip {
  top: 0;
  right: 0;
  position: absolute;
  padding: 5px;
  line-height: 140%;
  width: 180px;
  height: 70px;
  font-size: 12px;
  background: #faf7f5;
  border: 1px solid #424242;
  border-radius: 5px;
  pointer-events: none;
  text-align: right;
}
.le {
  display: inline-block;
  border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  height: 10px;
  width: 10px;
  margin: 0 10px 0 0;
}
.le-place {
  background: #e9ad00;
}
.le-province {
  background: #a479f4;
}
.le-com {
  background: #aac44b;
}
.le-country {
  background: #008998;
}
.line-txt-group {
  font-size: 1rem;
  font-weight: 600;
  fill: #4a4a4a;
}
.line-txt-detail {
  font-size: 0.875rem;
  font-weight: 400;
  fill: #767168;
}
.timeline {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .timeline {
    margin-bottom: 0;
  }
}
.timeline .ticks {
  font-size: 1rem;
  fill: #d6d6d6;
  font-weight: 300;
}
.timeline .ticks text {
  cursor: pointer;
}
.timeline .ticks text.active,
.timeline .ticks .button-group text.button-grouped:hover,
.button-group .timeline .ticks text.button-grouped:hover {
  font-weight: 600;
  fill: #676767;
}
@media (width >= 740px) {
  .timeline .ticks {
    font-size: 1.25rem;
  }
}
.timeline .year-circles {
  fill: #d6d6d6;
  stroke: white;
}
.timeline .year-circles circle {
  cursor: pointer;
}
.timeline .track {
  stroke: #f0f0f0;
  stroke-width: 10px;
}
.timeline .track-inset {
  stroke: #f0f0f0;
  stroke-width: 8px;
}
.timeline .track-overlay {
  pointer-events: stroke;
  stroke-width: 65px;
  stroke: transparent;
}
.timeline .handle {
  fill: var(--color-base);
  stroke: white;
  stroke-opacity: 0.5;
  stroke-width: 1.25px;
  cursor: pointer;
}
.timeline .proposal {
  fill: #fffad8;
}
.timeline .proposal text {
  fill: #b59200;
  text-transform: uppercase;
  font-weight: bold;
}
.highlight-proposal {
  background: #fffad8;
  margin: 1em 0;
}
.highlight-proposal p {
  color: #b59200;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5em;
  font-size: 1em;
  margin: 0;
}
.highlight-proposal span {
  font-size: 0.9em;
  margin: 0 0.5em 0 0.25em;
}
.metric_boxes .metric_box.cta {
  text-align: center;
  padding: 0;
}
.metric_boxes .metric_box.cta .inner {
  padding: 0;
  background: #e9ad00;
  min-height: 100px;
  transition: all 0.15s ease-out 0s;
}
.metric_boxes .metric_box.cta .inner:hover {
  background: #b68700;
}
.metric_boxes .metric_box.cta a {
  padding: 1.85em 0.5em;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
}
.metric_boxes .metric_box.cta a .main {
  text-transform: uppercase;
}
.metric_boxes .metric_box.cta a .lite {
  font-weight: 300;
  font-size: 0.85rem;
}
.metric_boxes .metric_box.cta .fas {
  background: #fff;
  color: #f8b206;
  padding: 0.75em;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  margin-left: 0.5em;
}
.metric_boxes .metric.cta:hover {
  border: 1px solid red;
}
@media screen and (min-width: 900px) {
  .ask_your_entity .inner {
    width: 65%;
    margin: auto;
  }
}
.budget_line_feedback {
  background: #f5f4f4;
  text-align: center;
  padding: 3em;
}
.budget_line_feedback .options {
  margin: 1.5em 0;
}
.budget_line_feedback .options .button {
  margin: 0 0.2em;
}
.budget_line_feedback .options .button span {
  display: block;
  text-transform: uppercase;
}
.budget_line_feedback .reply {
  max-width: 60em;
  margin: auto;
  padding: 2em;
  background: #fff;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
  border-radius: 6px;
}
.budget_line_feedback .reply .inner {
  margin: 0 20%;
}
.budget_line_feedback .options.yes_no {
  font-size: 1.5em;
}
.budget_line_feedback .options.yes_no .button {
  font-weight: bold;
}
.budget_line_feedback .form_item {
  text-align: left;
}
.budget_line_feedback .form_item .form_item_cont label {
  width: 75px;
}
.budget_line_feedback .form_item .form_item_cont .i_text {
  width: 60%;
}
.budget_line_feedback .submit_item {
  text-align: left;
  margin-left: 87px;
}
.budget_line_feedback .recover_password {
  font-size: 0.8em;
}
.budget_line_feedback .button.empty {
  color: #767168;
  cursor: auto;
}
.small_button {
  background: var(--color-base);
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  border-radius: 3px;
  padding: 0.1em 0.75em 0;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.small_button:hover {
  background: rgba(var(--color-base-string), 0.8);
  text-decoration: none;
}
.button.empty {
  background: #fff;
  border: 1px solid #a5a5a5;
}
.button.empty span {
  display: block;
  text-transform: uppercase;
}
.sep {
  border-top: 1px solid #f0f0f0;
  margin: 1em 0;
  height: 1px;
  color: #999;
}
.table-breakdown {
  background: rgba(var(--color-base-string), 0.06);
}
.table-breakdown .table-breakdown-element {
  color: var(--color-base);
  cursor: pointer;
}
.table-breakdown tr.show-sublevel .table-breakdown-element {
  font-weight: bold;
}
.table-breakdown tr.show-sublevel + .container-breakdown-sublevel {
  display: table-row;
}
.table-breakdown tr.show-sublevel i {
  transform: rotate(90deg);
}
.table-breakdown i {
  color: var(--color-base);
  margin-right: 0.5rem;
}
.container-breakdown-sublevel {
  display: none;
}
.container-breakdown-sublevel table {
  width: 91%;
  margin-left: 9%;
}
.container-breakdown-sublevel .container-breakdown-sublevel-td-element .table-breakdown-element {
  margin-left: 0;
}
.container-breakdown-sublevel .container-breakdown-sublevel-td-element.align-right {
  text-align: right;
}
.container-breakdown-sublevel-td {
  padding-left: 0;
  padding-right: 0;
}
.featured_b_l .cont {
  background: #f5f4f4;
  padding: 2em 3em;
}
.featured_b_l .highlight {
  margin: 0.5em 0;
}
.featured_b_l .ic {
  margin: 0 0 0 1em;
  box-sizing: border-box;
  font-size: 1.25em;
  font-weight: 200;
}
.featured_b_l .ic label {
  display: table-cell;
  vertical-align: bottom;
  line-height: 1em;
  height: 40px;
}
.featured_b_l > :first-child {
  margin: 0;
}
.featured_b_l .title {
  box-sizing: border-box;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 200;
  text-align: right;
  padding-right: 2em;
  padding-top: 0.5em;
  border-right: 1px solid #d6d6d6;
}
.featured_b_l .title strong {
  font-weight: 400;
  display: block;
}
.featured_b_l small {
  line-height: 0.5em;
}
@media screen and (max-width: 740px) {
  .featured_b_l .cont {
    padding: 2em 1em;
    text-align: center;
  }
  .featured_b_l .title {
    padding: 0;
    border: 0;
    text-align: center;
    margin: 0 0 1em;
    font-size: 1.1em;
  }
  .featured_b_l .ic {
    margin: 0 0 0.5em;
  }
  .featured_b_l .ic label {
    height: initial;
    display: block;
  }
  .featured_b_l .highlight {
    margin: 0.25em 0;
  }
}
.explore_detail h3 {
  font-weight: 200;
  margin-top: 4.85em;
}
.explore_detail ul,
.explore_detail li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.explore_detail li {
  display: inline-block;
}
.explore_detail li {
  display: block;
}
.explore_detail input[type=text] {
  width: 70%;
}
.explore_detail button {
  width: 23%;
}
.explore_detail table.med_bg .fas {
  margin-right: 0.5em;
}
.explore_detail table.med_bg td,
.explore_detail table.med_bg th {
  padding: 0.7em 1em 0.4em;
}
.explore_detail table.med_bg td.qty,
.explore_detail table.med_bg td.bar {
  padding: 0.7em 0 0.4em;
}
.explore_detail table.med_bg td.bar {
  padding-left: 10px;
}
.explore_detail table.med_bg td table {
  font-size: 1rem;
  border: 1px solid rgba(var(--color-base-string), 0.15);
}
.explore_detail table.med_bg td .child_tb_cont {
  padding: 1em 1.5em;
}
@media screen and (max-width: 740px) {
  .explore_detail [data-budget-lines] {
    padding: 0;
  }
}
.budget_line header h1,
.budget_line header .social_links_container {
  margin-top: 0;
  display: inline-block;
}
.budget_line header .social_links_container {
  float: right;
}
.budget_line .line_description p {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.6em;
}
@media screen and (max-width: 740px) {
  .budget_line .line_description p {
    font-size: 0.85em;
    line-height: 1.3em;
  }
}
.budget_line .metric_boxes {
  margin-bottom: 2em;
}
.budget_line .block h2 {
  margin-bottom: 1em;
}
.show_me_another {
  text-align: center;
  margin: 1em 0;
  font-size: 0.85em;
}
.show_me_another a {
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(var(--color-base-string), 0.75);
  display: inline-block;
  padding: 0.5em 2em 0.25em;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}
.show_me_another .fas {
  margin: 0 0.5em 0 0;
  font-size: 0.85em;
}
.show_me_another a:hover {
  background: rgba(var(--color-base-string), 0.1);
  color: var(--color-base);
}
.execution {
  margin: 3em 0;
}
.execution .box .inner {
  box-sizing: border-box;
}
.execution .box .vizz {
  min-height: 60px;
  margin: 1em 0 2em 2em;
}
.execution .box .vizz .axis line,
.execution .box .vizz .axis path {
  fill: none;
  stroke: #d6dddf;
  shape-rendering: crispedges;
}
.execution .box .vizz .axis .tick text {
  fill: #b0b2ae;
  font-size: 11px;
}
.execution .box .vizz .line {
  fill: none;
  stroke: #b0b2ae;
  stroke-width: 1px;
  stroke-dasharray: 5, 2;
}
.execution .box .vizz line.year_marker {
  fill: none;
  stroke: #009baa;
  stroke-width: 1.5px;
}
.execution .box .vizz .y.axis path,
.execution .box .vizz .x.axis path {
  display: none;
}
.execution .box h3 {
  margin: 0.67em 0;
  color: var(--color-base);
  font-size: 3.6em;
}
.execution .box .totals table {
  width: 100%;
  margin-bottom: 1em;
}
.execution .box .totals th,
.execution .box .totals td {
  border: 0;
  white-space: nowrap;
  font-size: 1em;
  width: 50%;
}
.execution .box .totals th {
  font-weight: bold;
  text-align: right;
}
.execution .box .totals td {
  text-align: left;
  margin-left: 1em;
}
.execution .box .totals p {
  margin: 0.25em 0;
}
.execution h2.lite {
  display: inline-block;
  min-height: 3em;
  width: 50%;
}
.execution .form_filters {
  margin: 0;
}
.execution table {
  width: 100%;
}
.execution table td,
.execution table th {
  border: 0;
  padding: 0.35em 1em 0.1em;
}
.execution table th {
  font-size: 0.7em;
  font-weight: bold;
  background: none;
  text-transform: none;
  text-align: right;
}
.execution table td {
  text-align: right;
  white-space: nowrap;
}
.execution table td.title {
  text-align: left;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .execution table td.title {
    max-width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .execution .deviation_table_container {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid 1px rgba(178, 175, 169, 0.5);
  }
  .execution .deviation_table_container:last-child {
    border-bottom: 0;
  }
}
.execution .deviation_widget {
  min-height: 275px;
}
.budgets_execution .option {
  margin-bottom: 1rem;
  z-index: 1;
}
.budgets_execution .metric_boxes .inner {
  margin-top: 4em;
}
@media (width >= 740px) {
  .budgets_execution .block_description {
    margin-right: 2em;
  }
}
.budgets_execution .expenses_execution,
.budgets_execution .income_execution {
  position: relative;
  min-height: 500px;
}
.budgets_execution .expenses_execution svg,
.budgets_execution .income_execution svg {
  overflow: visible;
}
.budgets_execution .expenses_execution .axis,
.budgets_execution .income_execution .axis {
  font-family:
    "Source Sans Pro",
    "Helvetica Neue",
    "Arial",
    "sans-serif";
}
.budgets_execution .expenses_execution .axis .domain,
.budgets_execution .income_execution .axis .domain {
  display: none;
}
.budgets_execution .expenses_execution .bar-group:hover,
.budgets_execution .income_execution .bar-group:hover {
  stroke: black !important;
}
.budgets_execution .expenses_execution .y.axis,
.budgets_execution .income_execution .y.axis {
  font-size: 1rem;
}
.budgets_execution .expenses_execution .y.axis text,
.budgets_execution .income_execution .y.axis text {
  fill: #767168;
  font-weight: 600;
}
.budgets_execution .expenses_execution .y.axis line,
.budgets_execution .income_execution .y.axis line {
  display: none;
}
.budgets_execution .expenses_execution .x.axis,
.budgets_execution .income_execution .x.axis {
  font-size: 0.875rem;
}
.budgets_execution .expenses_execution .x.axis text,
.budgets_execution .income_execution .x.axis text {
  fill: rgba(118, 113, 104, 0.5);
}
.budgets_execution .expenses_execution .x.axis line,
.budgets_execution .income_execution .x.axis line {
  stroke-dasharray: 2 10;
  stroke: rgba(0, 0, 0, 0.5);
}
.budgets_execution .expenses_execution .x.axis .hundred_percent line,
.budgets_execution .income_execution .x.axis .hundred_percent line {
  display: none;
}
.budgets_execution .expenses_execution .x.axis .hundred_percent text,
.budgets_execution .income_execution .x.axis .hundred_percent text {
  fill: #767168;
  font-weight: 700;
}
.budgets_execution .expenses_execution .tooltip,
.budgets_execution .income_execution .tooltip {
  pointer-events: none;
  display: none;
  position: absolute;
  background: white;
  padding: 4px 8px;
  z-index: 4;
  min-width: 200px;
  max-width: 380px;
  border: 1px solid #979797;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.budgets_execution .expenses_execution .tooltip .line-pct,
.budgets_execution .income_execution .tooltip .line-pct {
  width: 85px;
}
.budgets_execution .expenses_execution .tooltip .line-pct i,
.budgets_execution .income_execution .tooltip .line-pct i {
  display: inline;
}
@media (width <= 590px) {
  .budgets_execution .expenses_execution .tooltip,
  .budgets_execution .income_execution .tooltip {
    position: fixed;
    inset: auto -1px -1px;
    width: 96%;
    width: auto !important;
    max-width: none;
  }
}
.budgets_execution .expenses_execution .legend,
.budgets_execution .income_execution .legend {
  font-style: italic;
  fill: #a4a4a4;
  font-size: 0.875rem;
}
.budgets_execution .expenses_execution .year_progress,
.budgets_execution .income_execution .year_progress {
  font-weight: 600;
  font-style: italic;
  fill: #a4a4a4;
  font-size: 0.875rem;
}
.budgets_execution .expenses_execution .year_progress line,
.budgets_execution .income_execution .year_progress line {
  stroke-dasharray: 4 4;
}
.budgets_execution .expenses_execution .tooltip::before,
.budgets_execution .income_execution .tooltip::before {
  border-radius: 2px;
  position: absolute;
  top: -14px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #646464;
  content: "";
}
.budgets_execution .expenses_execution .tooltip::after,
.budgets_execution .income_execution .tooltip::after {
  border-radius: 2px;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent white;
  content: "";
}
.budgets_guide header.meta {
  margin: 0;
}
.budgets_guide header.meta .site_header {
  padding: 0;
}
#lines_chart_comparison_wrapper .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  #lines_chart_comparison_wrapper .flex {
    flex-direction: row;
  }
}
#lines_chart_comparison_wrapper .img-container {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  #lines_chart_comparison_wrapper .img-container img {
    max-width: 75%;
  }
}
#lines_chart_comparison_wrapper .compare-text {
  font-size: large;
  margin-right: 1em;
}
#lines_chart_comparison_wrapper .compare-text a {
  text-decoration: none;
}
#lines_chart_comparison_wrapper #comparison_widget_wrapper {
  margin-top: 20px;
}
.text_page header.text_page_header {
  text-align: center;
}
figure.png,
figure.jpg,
figure.gif {
  margin: 1em 0;
}
figure.png img,
figure.jpg img,
figure.gif img {
  max-width: 100%;
  height: auto;
}
figure.png figcaption,
figure.jpg figcaption,
figure.gif figcaption {
  display: none;
}
.cms_page {
  padding-top: 2em;
}
.cms_page menu.side_navigation {
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.cms_page menu.side_navigation ul,
.cms_page menu.side_navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cms_page menu.side_navigation li {
  display: inline-block;
}
.cms_page menu.side_navigation ul li {
  display: block;
  margin: 0 0 0.5em;
}
.cms_page menu.side_navigation ul li a {
  padding: 0.5em 0.75em;
  color: #fff;
  background: var(--color-base);
  display: block;
  text-decoration: none;
}
.cms_page menu.side_navigation ul li a:hover {
  background: rgba(var(--color-base-string), 0.9);
}
.cms_page menu.side_navigation ul li ul {
  background: rgba(var(--color-base-string), 0.06);
  padding: 0.75em 0.75em 0.75em 1.25em;
  font-size: 0.85rem;
}
.cms_page menu.side_navigation ul li ul li {
  margin: 0 0 1em;
}
.cms_page menu.side_navigation ul li ul li a {
  background: initial;
  padding: 0;
  font-weight: bold;
  color: var(--color-base);
}
.cms_page menu.side_navigation ul li ul li a:hover {
  background: initial;
  color: var(--color-base);
  filter: brightness(0.9);
}
.cms_page menu.side_navigation ul li ul li ul {
  background: none;
  padding: 1em 0 0 1.5em;
}
.cms_page menu.side_navigation ul li ul li ul li a {
  font-weight: normal;
  color: #767168;
}
@media screen and (min-width: 740px) {
  .cms_page article {
    padding-left: 6em;
  }
}
.cms_page article .breadcrumb {
  margin-top: 0;
  padding-top: 0;
  font-size: 0.75em;
  opacity: 0.5;
}
.cms_page article h1 {
  font-size: 1.5rem;
  border-bottom: 1px solid #cce8eb;
  padding: 0 0 0.5em;
}
.cms_page article .page_attachments {
  background: rgba(var(--color-base-string), 0.06);
  width: 50%;
  float: right;
  margin: 0 0 2em 2em;
  padding: 2em;
  border-radius: 6px;
}
.cms_page article .page_attachments h3 {
  margin: 0 0 1em;
  font-size: 1rem;
}
.cms_page article .page_attachments .file {
  clear: both;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.cms_page article .page_attachments .file .icon {
  float: left;
  margin: 0 1rem 1rem 0;
  font-size: 2.5rem;
  opacity: 0.3;
}
.cms_page article .page_attachments .file a {
  display: block;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 6px;
}
.cms_page article .page_attachments .file a:hover {
  background: rgba(var(--color-base-string), 0.06);
  filter: brightness(0.95);
}
.cms_page article .page_attachments .file h4 {
  text-transform: none;
  margin: 0;
  text-decoration: underline;
}
.cms_page article .page_attachments .file .meta {
  opacity: 0.65;
  font-size: 0.875rem;
}
.cms_page img {
  width: 100%;
  height: auto;
}
.page_children {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2;
}
.page_children .page_child {
  background: rgba(var(--color-base-string), 0.06);
  border-radius: 6px;
  margin: 0.5em;
  font-size: 1.125rem;
  font-weight: 600;
  box-sizing: border-box;
  width: 40%;
  flex: 2 1 auto;
}
.page_children .page_child a {
  display: block;
  padding: 1em;
}
.page_children .page_child a:hover {
  background: rgba(var(--color-base-string), 0.06);
  filter: brightness(0.95);
}
.page_children .page_child .page_children {
  padding: 0 1em 1em;
  display: block;
}
.page_children .page_child .page_children .page_child {
  font-weight: normal;
  font-size: 0.85rem;
  margin: 0;
  display: inline;
  background: none;
  padding: 0;
}
.page_children .page_child .page_children .page_child a {
  padding: 0;
  margin: 0 0 0.5em;
}
.nowrap {
  white-space: nowrap;
}
.tab {
  display: none;
}
.tab.active,
.button-group .tab.button-grouped:hover {
  display: block;
}
.tabs ul,
.tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs ul {
  border-bottom: 1px solid #DFDFDF;
  padding: 0 10px;
}
.tabs li {
  display: inline-block;
  height: 25px;
}
.tabs li a {
  display: block;
  border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  border: 1px solid #DFDFDF;
  margin: 0 10px 0 0;
  padding: 6px 10px 4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.15s ease-out 0s;
}
.tabs li a:hover {
  background: #CCC;
  color: #FFF;
}
.tabs li.active a,
.tabs .button-group li.button-grouped:hover a,
.button-group .tabs li.button-grouped:hover a {
  background: #CCC;
  color: #FFF;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active,
.tabs .button-group .tab.button-grouped:hover,
.button-group .tabs .tab.button-grouped:hover {
  display: block;
}
.tabs ul {
  border-color: rgba(var(--color-base-string), 0.41);
}
.tabs ul li {
  height: initial;
  display: inline-block;
}
.tabs ul li a {
  border: 0;
  background: rgba(var(--color-base-string), 0.1);
  color: #767168;
  font-weight: 200;
  padding: 0.75em 1em 0.25em;
  margin: 0 0.25em;
}
@media screen and (min-width: 768px) {
  .tabs ul li a {
    padding: 0.75em 3em 0.25em;
    margin: 0 1em;
  }
}
.tabs ul li a:hover {
  background: rgba(var(--color-base-string), 0.3);
}
.tabs ul li.active a,
.tabs ul .button-group li.button-grouped:hover a,
.button-group .tabs ul li.button-grouped:hover a {
  border: 1px solid rgba(var(--color-base-string), 0.41);
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #767168;
  margin-bottom: -1px;
}
@media screen and (max-width: 740px) {
  .tabs ul li a {
    padding: 0.75em 1.5em 0.25em;
    margin: 0 0.2em;
  }
}
.sub_filter {
  font-size: 0.85em;
}
.sub_filter ul,
.sub_filter li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sub_filter li {
  display: inline-block;
  margin-right: 1em;
  font-weight: normal;
}
.sub_filter li.active,
.sub_filter .button-group li.button-grouped:hover,
.button-group .sub_filter li.button-grouped:hover {
  position: relative;
  font-weight: bold;
}
.sub_filter li.active::after,
.sub_filter .button-group li.button-grouped:hover::after,
.button-group .sub_filter li.button-grouped:hover::after {
  top: 110%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: white;
  border-top-color: var(--color-base);
  border-width: 10px;
  margin-left: -10px;
  border-radius: 2px;
  border-radius: 2px;
  border-radius: 2px;
  border-radius: 2px;
}
.sub_filter li:hover a {
  background: rgba(var(--color-base-string), 0.2);
}
.filter_boxed {
  padding: 0;
  margin: 0 0 1.5em;
}
.filter_boxed ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.filter_boxed ul li {
  position: relative;
  margin: 0 1.5em 0 0;
  display: inline-block;
}
.filter_boxed ul li a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.4em 0.6em;
  display: inline-block;
  border: 1px solid #d6d6d6;
  color: #a5a5a5;
}
.filter_boxed ul li:first-child a {
  margin-left: 0;
}
.filter_boxed ul li:hover a {
  background: rgba(var(--color-base-string), 0.06);
}
.filter_boxed ul li.active a,
.filter_boxed ul .button-group li.button-grouped:hover a,
.button-group .filter_boxed ul li.button-grouped:hover a {
  background: rgba(var(--color-base-string), 0.06);
  color: var(--color-base);
  font-weight: bold;
  border: 0;
}
.filter_boxed ul li.active::after,
.filter_boxed ul .button-group li.button-grouped:hover::after,
.button-group .filter_boxed ul li.button-grouped:hover::after {
  top: 101%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: white;
  border-top-color: rgba(var(--color-base-string), 0.06);
  border-width: 10px;
  margin-left: -10px;
  border-radius: 2px;
  border-radius: 2px;
  border-radius: 2px;
  border-radius: 2px;
}
.filter_boxed.compact ul li a {
  padding: 0.25em 1em 0.2em;
  margin: 0 0.5em 0 0;
}
.timeline {
  position: relative;
}
.timeline .timeline_row {
  position: relative;
  width: 100%;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 740px) {
  .timeline .timeline_row {
    margin-bottom: 3em;
  }
}
.timeline .timeline_row .timeline_separator {
  display: none;
}
@media screen and (min-width: 740px) {
  .timeline .timeline_row .timeline_separator {
    display: inline-block;
  }
}
.timeline .badge {
  float: right;
  min-width: 4em;
  margin-top: 0.5em;
}
.timeline .badge strong {
  padding: 0 0.5em;
}
.timeline .line {
  margin-top: 1em;
  position: absolute;
  right: 1em;
  width: 12px;
  height: calc(100% - 8em);
  background: #cce8eb;
  border-radius: 4px;
}
@media screen and (min-width: 740px) {
  .timeline .line {
    left: 20%;
    z-index: 1;
  }
}
.timeline .current {
  background: #fefbd2;
  border-radius: 4px;
  border: 1px solid #f0f0f0;
}
.timeline .timeline_row.active:not(:last-child, :nth-child(2))::before,
.timeline .button-group .timeline_row.button-grouped:not(:last-child, :nth-child(2)):hover::before,
.button-group .timeline .timeline_row.button-grouped:not(:last-child, :nth-child(2)):hover::before {
  margin-top: 1.25em;
  z-index: 1;
  content: "";
  position: absolute;
  left: 10.25em;
  width: 4px;
  top: calc(-100% - 2em);
  height: calc(100% + 3em);
  background: var(--color-base);
}
.timeline .content_block {
  position: relative;
  min-height: inherit;
}
.timeline .content_block h3 {
  cursor: pointer;
}
.timeline .content_block .description {
  display: none;
  max-width: 90%;
  margin-bottom: 0.5em;
}
.timeline .content_block .circle {
  color: #767168;
  font-weight: 400;
  border: 1px solid #00909E;
  border-radius: 100%;
  font-size: 0.775em;
  text-align: center;
  margin-right: 0.25em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  position: absolute;
  top: 1em;
  right: 1em;
  display: none;
}
@media screen and (min-width: 740px) {
  .timeline .content_block .circle {
    display: block;
  }
}
.timeline .content_block::before {
  content: "";
  position: absolute;
  background: #cce8eb;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: 0.85em;
  left: -8.275%;
}
@media screen and (min-width: 1200px) {
  .timeline .content_block::before {
    left: -7.95%;
  }
}
.timeline .content_block::after {
  content: "";
  z-index: 2;
  position: absolute;
  background: var(--color-base);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 1.1em;
  left: -7.5%;
}
@media screen and (min-width: 1200px) {
  .timeline .content_block::after {
    left: -7.25%;
  }
}
@media screen and (min-width: 1200px) {
  .timeline .current .content_block::after {
    left: -7.35%;
  }
}
.gradient-bg {
  background-image:
    linear-gradient(
      -180deg,
      #ecfafc 0%,
      white 50%);
  margin: 0 -1em;
  margin-bottom: 5em;
  padding: 1em;
}
@media (width >= 768px) {
  .gradient-bg {
    margin: 0;
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 740px) {
  .processes_home .news_teaser {
    margin-top: -1.75em;
  }
}
.news_teaser,
.activities_teaser {
  margin: 0 0 4em;
}
.news_teaser h3,
.activities_teaser h3 {
  line-height: 1.3;
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 0.25em;
}
.news_teaser p,
.activities_teaser p {
  margin-top: 0.25em;
}
.news_teaser .meta,
.news_article .meta,
.activities_teaser .meta {
  font-size: 0.875rem;
  opacity: 0.5;
}
.content .inner {
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
}
@media (width >= 768px) {
  .content .inner {
    padding: 0;
    padding-top: 5em;
  }
}
.content .inner h1 {
  font-weight: 600;
  font-size: 2.25em;
  margin-bottom: 0.25em;
}
.content .inner p {
  font-weight: 500;
  font-size: 1.125em;
  margin-top: 0;
  line-height: 1.3;
}
.content article > img {
  text-align: left;
  margin: 1em auto;
  max-width: 100%;
}
.content article p {
  font-size: 1.125em;
  line-height: 1.5;
}
.content article ul {
  padding-left: 2em;
  margin-bottom: 3em;
  font-size: 1.125rem;
}
.content article ul li {
  margin-bottom: 0.25em;
  list-style-type: disc;
}
.content article h2 {
  font-size: 1.25rem;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #deeff1;
  margin-top: 2em;
}
.content article h3 {
  font-size: 1.125rem;
  margin-top: 2em;
}
.content article h3 small {
  color: #767168;
  font-weight: 400;
  border: 1px solid #00909E;
  border-radius: 100%;
  font-size: 0.775em;
  text-align: center;
  margin-right: 0.25em;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
}
.content article h4 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 2em;
}
.content article h5 {
  font-size: 1em;
}
.content article .number {
  padding-top: 0.5em;
  padding-bottom: 2em;
}
.content article .number p {
  margin-top: 0;
  color: #a5a5a5;
  font-size: 0.775em;
}
.content article .number div {
  color: var(--color-base);
  font-weight: 300;
  font-size: 3em;
}
.content article blockquote {
  margin: 0;
  position: relative;
}
.content article blockquote p {
  margin-top: 0;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.25;
}
@media (width >= 768px) {
  .content article blockquote p {
    font-size: 2.25em;
  }
}
.content article blockquote .share {
  position: absolute;
  right: 0;
}
.content article blockquote .share a {
  color: #676767;
}
.content article blockquote .share a:not(:last-child) {
  margin-right: 0.25em;
}
.content article figure {
  position: relative;
  max-width: 1024px;
  margin: 0;
}
@media (width >= 768px) {
  .content article figure {
    margin-bottom: 3em;
    min-width: 120%;
    margin-left: -10%;
  }
}
.content article figure figcaption {
  color: #a5a5a5;
  font-size: 0.775em;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media (width >= 768px) {
  .content article figure figcaption {
    display: inline-block;
    position: absolute;
    margin-left: 0.25em;
    right: 0;
  }
}
.content article dl {
  box-sizing: border-box;
  background: rgba(var(--color-base-string), 0.03);
  max-width: 730px;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  margin: 1em -1em;
}
@media (width >= 768px) {
  .content article dl {
    padding: 30px 65px;
    margin: 1em auto;
    margin-bottom: 4em;
    min-width: 120%;
    margin-left: -10%;
  }
}
.content article dl > div:not(:last-child) {
  margin-bottom: 1.5em;
}
.content article dl > div dt {
  color: var(--color-base);
  font-weight: 600;
  margin: 0;
}
.content article dl > div dd {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
@media (width >= 768px) {
  .content article dl > div {
    width: 48%;
  }
  .content article dl > div:nth-child(odd) {
    margin-right: 1em;
  }
}
.content article .note {
  position: relative;
  padding-top: 0.5em;
  margin-bottom: 4em;
  font-size: 0.775em;
  color: #a5a5a5;
}
.content article .sources {
  margin-top: 8em;
}
.content article .sources h4 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #deeff1;
}
.content article .sources ul {
  list-style: none;
  padding-left: 0;
}
.content article .sources ul li {
  margin-bottom: 1em;
}
.content ol {
  counter-reset: list;
  list-style: none;
  font-size: 1.125em;
  padding-left: 0;
}
.content ol li {
  counter-increment: list;
  margin-bottom: 1em;
  line-height: 1.5;
}
.content ol li::before {
  color: #767168;
  font-weight: 400;
  border: 1px solid #00909E;
  border-radius: 100%;
  font-size: 0.775em;
  text-align: center;
  margin-right: 0.25em;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  content: counter(list);
  margin-right: 8px;
}
@media (width >= 768px) {
  .content ol li::before {
    margin-left: -29px;
  }
}
.content_side_nav_location {
  font-size: 0.875rem;
}
.list_items_from_collection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .list_items_from_collection {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 639px) {
  .list_items_from_collection {
    display: block;
  }
  .list_items_from_collection a {
    display: block;
  }
}
.list_items_from_collection a {
  text-decoration: none;
  color: #767168;
  border: 1px solid #cce8eb;
  padding: 1em;
  transition: box-shadow 0.5s ease;
}
.list_items_from_collection a:hover {
  text-decoration: none;
  color: #767168;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.list_items_from_collection .collection_item img {
  width: 100%;
  height: auto;
}
.list_items_from_collection .collection_item span.date {
  font-size: 0.875rem;
  opacity: 0.65;
}
.list_items_from_collection .collection_item h2 {
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
  color: var(--color-base);
}
.list_items_from_collection .collection_item p.description {
  color: #767168;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.4;
}
.card-container {
  background: rgba(var(--color-base-string), 0.06);
  display: flex;
}
@media screen and (max-width: 740px) {
  .card-container .card-inner-side {
    width: 25%;
  }
}
.card-container .card-inner-side img {
  display: block;
  width: 100%;
}
.dropdown {
  background-color: #fff;
  display: inline-block;
  position: relative;
}
.dropdown .dropdown-inner {
  padding: 0.25rem 0.75rem;
  font-weight: 200;
  background-color: rgba(var(--color-base-string), 0.1);
  background-image:
    linear-gradient(
      45deg,
      transparent 50%,
      var(--color-base) 50%),
    linear-gradient(
      135deg,
      var(--color-base) 50%,
      transparent 50%);
  background-position: calc(100% - 0.5rem - 5px) 50%, calc(100% - 0.5rem) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}
.dropdown .dropdown-inner * {
  text-decoration: none;
  color: #767168;
  margin-right: 1rem;
}
.dropdown .dropdown-content {
  z-index: 100;
  overflow: hidden;
  white-space: nowrap;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  text-align: left;
  box-sizing: border-box;
  padding: calc(1.5rem - 1px) 2rem 2rem;
  margin-left: calc(-2rem - 1px);
  margin-top: -3.5rem;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.dropdown .dropdown-content .dropdown-inner {
  margin-bottom: 1rem;
  display: inline-block;
}
.dropdown .dropdown-content .dropdown-items.default * {
  display: block;
  font-weight: 200;
  border-top: 1px solid rgba(var(--color-base-string), 0.15);
  background-color: rgba(var(--color-base-string), 0.06);
  padding: 0.5rem 0.75rem 0.25rem;
}
.dropdown .dropdown-content .dropdown-items.default *:hover {
  transition: all 0.15s ease-out 0s;
  background-color: rgba(var(--color-base-string), 0.1);
}
.dropdown:hover .dropdown-content {
  display: block;
}
[data-dropdown]:not(.js-dropdown) {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .padded_cols.pure-g {
    width: calc(100% + 4em);
  }
  .padded_cols.pure-g [class*=pure-u]:nth-child(3n+1) {
    margin-left: -1em;
  }
}
/*!
Pure v2.0.6
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE
*/
/*!
normalize.css v | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! Bundled license information:

normalize.css/normalize.css:
  (*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css *)

@fortawesome/fontawesome-free/css/all.css:
  (*!
   * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   *)
*/
/*# sourceMappingURL=budgets.css.map */
