@charset "UTF-8";
/*
* Imports Libs
*/
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}
.react-datepicker-wrapper {
  display: inline-block;
}
.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}
.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.react-datepicker-popper {
  z-index: 100;
}
.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}
.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}
.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}
.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}
.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}
.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}
.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}
.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195.85px);
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day {
  cursor: pointer;
}
.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover {
  background-color: transparent;
}
.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}
.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}
.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}
.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px;
}
.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 0px;
  text-align: center;
}
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}
.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}
.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--previous--disabled,
.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--next--disabled,
.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
/*
* Imports Utilities
*/
/*
For Package NPM
 */
/*
* BreakPoints
 */
/*
* Add color name variable for add atoms variations
 */
/*
* Colors State
*/
/*
* Colors Utilities
*/
/*
* Colors Primaries
*/
/*
* Colors Structure
*/
/*
* Colors Emotionals
*/
/*
* Colors Sementics
*/
/*
* Colors Data Viz
*/
/*
* Import Fonts Weight
*/
/*
* import fonts roboto
*/
@font-face {
  font-family: 'roboto_black';
  src: url(/assets/fonts/roboto-black.woff2) format('woff2'), url(/assets/fonts/roboto-black.ttf) format('truetype'), url(/assets/fonts/roboto-black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_black-italic';
  src: url(/assets/fonts/roboto-blackitalic.woff) format('woff'), url(/assets/fonts/roboto-blackitalic.ttf) format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'roboto_bold';
  src: url(/assets/fonts/roboto-bold-webfont.svg) format('svg'), url(/assets/fonts/roboto-bold-webfont.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_bold-italic';
  src: url(/assets/fonts/roboto-bolditalic-webfont.woff) format('woff'), url(/assets/fonts/roboto-bolditalic-webfont.svg) format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'roboto_italic';
  src: url(/assets/fonts/roboto-italic-webfont.woff) format('woff'), url(/assets/fonts/roboto-italic-webfont.svg) format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'roboto_light';
  src: url(/assets/fonts/roboto-light-webfont.woff) format('woff'), url(/assets/fonts/roboto-light-webfont.svg) format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_light-italic';
  src: url(/assets/fonts/roboto-lightitalic-webfont.woff) format('woff'), url(/assets/fonts/roboto-lightitalic-webfont.woff) format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'roboto_medium';
  src: url(/assets/fonts/roboto-medium.woff2) format('woff2'), url(/assets/fonts/roboto-medium.ttf) format('truetype'), url(/assets/fonts/roboto-medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_medium-italic';
  src: url(/assets/fonts/roboto-mediumitalic.woff2) format('woff2'), url(/assets/fonts/roboto-mediumitalic.ttf) format('truetype'), url(/assets/fonts/roboto-mediumitalic.woff) format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'roboto_regular';
  src: url(/assets/fonts/roboto-regular-webfont.woff) format('woff'), url(/assets/fonts/roboto-regular-webfont.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'uxp-font';
  src: url(/assets/fonts/uxp-font.woff) format('woff'), url(/assets/fonts/uxp-font.ttf) format('truetype'), url(/assets/fonts/uxp-font.svg) format('svg'), url(/assets/fonts/uxp-font.eot) format('eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_thin';
  src: url(/assets/fonts/roboto-thin.woff2) format('woff2'), url(/assets/fonts/roboto-thin.ttf) format('truetype'), url(/assets/fonts/roboto-thin.woff) format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_thin-italic';
  src: url(/assets/fonts/roboto-thinitalic.woff2) format('woff2'), url(/assets/fonts/roboto-thinitalic.ttf) format('truetype'), url(/assets/fonts/roboto-thinitalic.woff) format('woff');
  font-weight: 100;
  font-style: italic;
}
/*
  * import roboto condensed
   */
@font-face {
  font-family: 'robotocondensed_bold';
  src: url(/assets/fonts/robotocondensed-bold-webfont.woff) format('woff'), url(/assets/fonts/robotocondensed-bold-webfont.svg) format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'robotocondensed_bold-italic';
  src: url(/assets/fonts/robotocondensed-bolditalic-webfont.woff) format('woff'), url(/assets/fonts/robotocondensed-bolditalic-webfont.svg) format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'robotocondensed_italic';
  src: url(/assets/fonts/robotocondensed-italic-webfont.woff) format('woff'), url(/assets/fonts/robotocondensed-italic-webfont.svg) format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'robotocondensed_light';
  src: url(/assets/fonts/robotocondensed-light-webfont.woff) format('woff'), url(/assets/fonts/robotocondensed-light-webfont.svg) format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'robotocondensed_light-italic';
  src: url(/assets/fonts/robotocondensed-lightitalic-webfont.woff) format('woff'), url(/assets/fonts/robotocondensed-lightitalic-webfont.svg) format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'robotocondensed_regular';
  src: url(/assets/fonts/robotocondensed-regular-webfont.woff) format('woff'), url(/assets/fonts/robotocondensed-regular-webfont.svg) format('svg');
  font-weight: 400;
  font-style: normal;
}
/*
  * import icons
   */
@font-face {
  font-family: 'talentsoft-font-icons';
  src: url(/assets/fonts/talentsoft-font-icons.eot);
  src: url(/assets/fonts/talentsoft-font-icons.eot#iefix) format('embedded-opentype'), url(/assets/fonts/talentsoft-font-icons.ttf) format('truetype'), url(/assets/fonts/talentsoft-font-icons.woff) format('woff'), url(/assets/fonts/talentsoft-font-icons.svg#talentsoft-font-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
* Make variations background-color over the element
* Modify the variables.less variable @colors
*/
/*
* Make variations background-color class
* Modify the _variables.less variable @colors
*/
/*
* Make variations border-color class
* Modify the _variables.less variable @colors
*/
/*
* Make variations background-color Button Primary
* Modify the _variables.less variable @colors-state
* TODO WARNING CHANGE ARRAY IN @colors-state in params
*/
/*
* Make variations background-color Button Primary
* Modify the _variables.less variable @colors
*/
/*
* Make variations color atoms
* Modify the _variables.less variable @colors
*/
/*
* Make variations color atoms
* Modify the _variables.less variable @colors
*/
/*
* Create font styles
*/
/*
* Create css property for all browsers: chrome, ie, firefox, opera and standard
*/
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
}
html,
body {
  font-family: "Roboto_regular";
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-attachment: fixed;
  background-size: cover;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-spacing: 0;
  border-collapse: separate;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
}
:focus {
  outline: 0;
}
* {
  box-sizing: border-box;
}
.col-3 {
  width: calc(33.33333333%);
}
.col-2 {
  width: calc(50%);
}
.col-4 {
  width: calc(25%);
}
.col-full {
  flex: 1;
  width: 100%;
}
/**
Helpers for size
 */
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
/**
Helpers for Margin
 */
.mt-20 {
  margin-top: 2rem;
}
.ml-20 {
  margin-left: 2rem;
}
.mr-20 {
  margin-right: 2rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
/**
Helpers for Padding
 */
.pt-20 {
  padding-top: 2rem;
}
.pl-20 {
  padding-left: 2rem;
}
.pr-20 {
  padding-right: 2rem;
}
.pb-20 {
  padding-bottom: 2rem;
}
/**
Delete margin  & Padding
 */
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
/**
Border
 */
.border {
  border: 0.1rem solid #d1d3d5;
}
.border--top-none {
  border-top: none;
}
.border--bottom-none {
  border-bottom: none;
}
.border--left-none {
  border-left: none;
}
.border--right-none {
  border-right: none;
}
.border-radius {
  border-radius: 0.4rem;
}
.border-radius--tl-none {
  border-top-left-radius: none;
}
.border-radius--tr-none {
  border-top-right-radius: none;
}
.border-radius--bl-none {
  border-bottom-left-radius: none;
}
.border-radius--br-none {
  border-bottom-right-radius: none;
}
.border-radius--top {
  border-top-right-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}
.border-radius--bottom {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
/**
Helpers for grid
 */
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-stretch {
  align-content: stretch;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
/**
Helpers alignment
 */
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.navigation-group .navigation-group-title {
  font-size: 16.8px !important;
}
.navigation-group a.navigation-tile {
  font-size: 13.2px !important;
}
/*
* Imports Atoms
*/
.Hylia-a-avatar {
  position: relative;
  /** 
    * Modifier
    **/
}
.Hylia-a-avatar:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  content: "";
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transform-origin: center center;
  border-style: solid;
  border-radius: 50%;
}
.Hylia-a-avatar:hover:before {
  transform: translateY(-50%) translateX(-50%);
}
.Hylia-a-avatar--candidate:before {
  border-color: #31b87b;
}
.Hylia-a-avatar--default:before {
  border-color: #d1d3d5;
}
.Hylia-a-avatar--disable:before {
  border-color: #d1d3d5;
}
.Hylia-a-avatar--disable.Hylia-a-avatar--initial .Hylia-a-avatar__initial {
  color: #d1d3d5;
}
.Hylia-a-avatar--disable.Hylia-a-avatar--initial .Hylia-a-avatar__picture {
  background-color: #f4f5f6;
}
.Hylia-a-avatar--disable.Hylia-a-avatar--initial i {
  color: #ececed;
}
.Hylia-a-avatar--disable .Hylia-a-avatar__picture {
  filter: grayscale(75%);
}
.Hylia-a-avatar--collaborator:before {
  border-color: #fddc41;
}
.Hylia-a-avatar--me:before {
  border-color: #337BB8;
}
.Hylia-a-avatar--initial .Hylia-a-avatar__picture {
  background-color: #E1E3E5;
  font-family: "RobotoCondensed_bold";
  display: flex;
  justify-content: center;
  align-items: center;
}
.Hylia-a-avatar--initial .Hylia-a-avatar__initial {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.Hylia-a-avatar--initial i {
  position: absolute;
  color: #d1d3d5;
}
.Hylia-a-avatar__picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-position: center;
  background-size: cover;
}
.Hylia-a-avatar__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
}
.Hylia-a-avatar--xlarge {
  width: 15rem;
  height: 15rem;
}
.Hylia-a-avatar--xlarge:before {
  width: 13rem;
  height: 13rem;
  border-width: 0.4rem;
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.Hylia-a-avatar--xlarge:hover .Hylia-a-avatar__wrapper {
  width: 15rem;
  height: 15rem;
}
.Hylia-a-avatar--xlarge .Hylia-a-avatar__wrapper {
  width: 13rem;
  height: 13rem;
}
.Hylia-a-avatar--xlarge .Hylia-a-avatar__picture {
  width: 15rem;
  height: 15rem;
}
.Hylia-a-avatar--xlarge.Hylia-a-avatar--initial .Hylia-a-avatar__initial {
  font-size: 7rem;
}
.Hylia-a-avatar--xlarge.Hylia-a-avatar--initial i {
  font-size: 14.5rem;
  top: 2rem;
}
.Hylia-a-avatar--large {
  width: 7.6rem;
  height: 7.6rem;
}
.Hylia-a-avatar--large:before {
  width: 6.6rem;
  height: 6.6rem;
  border-width: 0.2rem;
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.Hylia-a-avatar--large:hover .Hylia-a-avatar__wrapper {
  width: 7.6rem;
  height: 7.6rem;
}
.Hylia-a-avatar--large .Hylia-a-avatar__wrapper {
  width: 6.6rem;
  height: 6.6rem;
}
.Hylia-a-avatar--large .Hylia-a-avatar__picture {
  width: 8.6rem;
  height: 8.6rem;
}
.Hylia-a-avatar--large.Hylia-a-avatar--initial .Hylia-a-avatar__initial {
  font-size: 4rem;
}
.Hylia-a-avatar--large.Hylia-a-avatar--initial i {
  font-size: 7rem;
  top: 1.8rem;
}
.Hylia-a-avatar--medium {
  width: 6rem;
  height: 6rem;
}
.Hylia-a-avatar--medium:before {
  width: 4.5rem;
  height: 4.5rem;
  border-width: 0.2rem;
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.Hylia-a-avatar--medium:hover .Hylia-a-avatar__wrapper {
  width: 5.5rem;
  height: 5.5rem;
}
.Hylia-a-avatar--medium .Hylia-a-avatar__wrapper {
  width: 4.5rem;
  height: 4.5rem;
}
.Hylia-a-avatar--medium .Hylia-a-avatar__picture {
  width: 5.5rem;
  height: 5.5rem;
}
.Hylia-a-avatar--medium.Hylia-a-avatar--initial .Hylia-a-avatar__initial {
  font-size: 2.5rem;
}
.Hylia-a-avatar--medium.Hylia-a-avatar--initial i {
  font-size: 5rem;
  top: 1rem;
}
.Hylia-a-avatar--small {
  width: 4rem;
  height: 4rem;
}
.Hylia-a-avatar--small:before {
  width: 3rem;
  height: 3rem;
  border-width: 0.2rem;
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.Hylia-a-avatar--small:hover .Hylia-a-avatar__wrapper {
  width: 4rem;
  height: 4rem;
}
.Hylia-a-avatar--small .Hylia-a-avatar__wrapper {
  width: 3rem;
  height: 3rem;
}
.Hylia-a-avatar--small .Hylia-a-avatar__picture {
  width: 4rem;
  height: 4rem;
}
.Hylia-a-avatar--small.Hylia-a-avatar--initial .Hylia-a-avatar__initial {
  font-size: 2rem;
}
.Hylia-a-avatar--small.Hylia-a-avatar--initial i {
  font-size: 3.6rem;
  top: 0.8rem;
}
.Hylia-a-avatar--xsmall {
  width: 3rem;
  height: 3rem;
}
.Hylia-a-avatar--xsmall:before {
  width: 2.4rem;
  height: 2.4rem;
  border-width: 0.1rem;
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}
.Hylia-a-avatar--xsmall:hover .Hylia-a-avatar__wrapper {
  width: 3rem;
  height: 3rem;
}
.Hylia-a-avatar--xsmall .Hylia-a-avatar__wrapper {
  width: 2.4rem;
  height: 2.4rem;
}
.Hylia-a-avatar--xsmall .Hylia-a-avatar__picture {
  width: 3.4rem;
  height: 3.4rem;
}
.Hylia-a-avatar--xsmall.Hylia-a-avatar--initial .Hylia-a-avatar__initial {
  font-size: 1.5rem;
}
.Hylia-a-avatar--xsmall.Hylia-a-avatar--initial i {
  font-size: 2.8rem;
  top: 0.8rem;
}
.loader  {
  background: #FFFFFF;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.loader  .loader__spinner {
  color: #124D72;
  font-size: 1em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: -9999rem;
  transform: translate(-50%, -50%) translateZ(0);
  animation: loader 1.3s infinite linear;
}
@keyframes loader {
  0%,
  100% {
    box-shadow: 0 -3rem 0 0.2rem, 2rem -2rem 0 0rem, 3rem 0 0 -1rem, 2rem 2rem 0 -1rem, 0 3rem 0 -1rem, -2rem 2rem 0 -1rem, -3rem 0 0 -1rem, -2rem -2rem 0 0;
  }
  12.5% {
    box-shadow: 0 -3rem 0 0, 2rem -2rem 0 0.2rem, 3rem 0 0 0, 2rem 2rem 0 -1rem, 0 3rem 0 -1rem, -2rem 2rem 0 -1rem, -3rem 0 0 -1rem, -2rem -2rem 0 -1rem;
  }
  25% {
    box-shadow: 0 -3rem 0 -0.5rem, 2rem -2rem 0 0, 3rem 0 0 0.2rem, 2rem 2rem 0 0, 0 3rem 0 -1rem, -2rem 2rem 0 -1rem, -3rem 0 0 -1rem, -2rem -2rem 0 -1rem;
  }
  37.5% {
    box-shadow: 0 -3rem 0 -1rem, 2rem -2rem 0 -1rem, 3rem 0rem 0 0, 2rem 2rem 0 0.2rem, 0 3rem 0 0rem, -2rem 2rem 0 -1rem, -3rem 0rem 0 -1rem, -2rem -2rem 0 -1rem;
  }
  50% {
    box-shadow: 0 -3rem 0 -1rem, 2rem -2rem 0 -1rem, 3rem 0 0 -1rem, 2rem 2rem 0 0rem, 0 3rem 0 0.2rem, -2rem 2rem 0 0, -3rem 0rem 0 -1rem, -2rem -2rem 0 -1rem;
  }
  62.5% {
    box-shadow: 0 -3rem 0 -1rem, 2rem -2rem 0 -1rem, 3rem 0 0 -1rem, 2rem 2rem 0 -1rem, 0 3rem 0 0, -2rem 2rem 0 0.2rem, -3rem 0 0 0, -2rem -2rem 0 -1rem;
  }
  75% {
    box-shadow: 0rem -3rem 0 -1rem, 2rem -2rem 0 -1rem, 3rem 0rem 0 -1rem, 2rem 2rem 0 -1rem, 0 3rem 0 -1rem, -2rem 2rem 0 0, -3rem 0rem 0 0.2rem, -2rem -2rem 0 0;
  }
  87.5% {
    box-shadow: 0rem -3rem 0 0, 2rem -2rem 0 -1rem, 3rem 0 0 -1rem, 2rem 2rem 0 -1rem, 0 3rem 0 -1rem, -2rem 2rem 0 0, -3rem 0rem 0 0, -2rem -2rem 0 0.2rem;
  }
}
.background--zerg {
  background-color: #b30062;
}
.background--white {
  background-color: #FFFFFF;
}
.background--vader {
  background-color: #333333;
}
.background--terran {
  background-color: #337BB8;
}
.background--stormtrooper {
  background-color: #FFFFFF;
}
.background--smartDark {
  background-color: #0B3F46;
}
.background--smartDark {
  background-color: #0B3F46;
}
.background--smartSky {
  background-color: #4580A5;
}
.background--smartBlue {
  background-color: #124D72;
}
.background--smart {
  background-color: #124D72;
}
.background--schtroumpf {
  background-color: #4c84ff;
}
.background--saien {
  background-color: #E47524;
}
.background--ruban {
  background-color: #D11548;
}
.background--red {
  background-color: #D11548;
}
.background--protoss {
  background-color: #fddc41;
}
.background--orange {
  background-color: #E47524;
}
.background--namek {
  background-color: #308449;
}
.background--namec {
  background-color: #225F34;
}
.background--minion {
  background-color: #E1E3E5;
}
.background--lightGray {
  background-color: #F0F0F0;
}
.background--knight {
  background-color: #737373;
}
.background--harkonnem {
  background-color: #31b87b;
}
.background--green {
  background-color: #308449;
}
.background--electricBlue {
  background-color: #337BB8;
}
.background--darkRed {
  background-color: #A31038;
}
.background--darkOrange {
  background-color: #A75215;
}
.background--darkGreen {
  background-color: #225F34;
}
.background--darkGray {
  background-color: #737373;
}
.background--darkBlue {
  background-color: #0B3F46;
}
.background--clearRed {
  background-color: #FDE8EE;
}
.background--clearOrange {
  background-color: #FFF2CC;
}
.background--clearGreen {
  background-color: #DBF2E2;
}
.background--clearGray {
  background-color: #FAFAFA;
}
.background--clearBlue {
  background-color: #C1E1F5;
}
.background--brightGreen {
  background-color: #31b87b;
}
.background--brightGray {
  background-color: #E1E3E5;
}
.background--atreide {
  background-color: #b1b491;
}
.background--apprentice {
  background-color: #d1d3d5;
}
.background--adept {
  background-color: #F0F0F0;
}
.background--acolyte {
  background-color: #FAFAFA;
}
.background--application {
  background-color: #F0F0F0;
}
.Hylia-a-badge {
  color: #124D72;
  padding: 1rem;
  font-family: "Roboto_medium";
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  height: 2.3rem;
  font-size: 1.3rem;
}
.Hylia-a-badge__background {
  border-radius: 100rem;
  background-color: currentColor;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Hylia-a-badge:empty {
  height: .4rem;
  width: 4rem;
  border-radius: 100rem;
  background-color: currentColor;
}
.Hylia-a-button {
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
  position: relative;
  min-width: 11.5rem;
  height: 3.5rem;
  margin: 0 0.5rem;
  padding: 0 1rem;
  border: none;
  border-radius: 0.4rem;
}
.Hylia-a-button:not(:disabled) {
  cursor: pointer;
}
.Hylia-a-button__counter {
  font-family: "RobotoCondensed_bold";
  font-size: 1.3rem;
  line-height: 2.2rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  min-width: 2.3rem;
  height: 2.2rem;
  padding: 0 0.5rem;
  transform: translateY(-50%);
  color: #124D72;
  border-radius: 1000rem;
  background-color: #FFFFFF;
}
.Hylia-a-button--full {
  min-width: 100%;
}
.Hylia-a-button--icon {
  padding: 0 3.5rem;
}
.Hylia-a-button--icon i {
  position: absolute;
  top: 50%;
  left: 1rem;
  padding-right: 1rem;
  transform: translateY(-50%);
}
.Hylia-a-button--counter {
  padding: 0 5rem;
}
.Hylia-a-button--counter.Hylia-a-button-primary--positive .Hylia-a-button__counter {
  color: #308449;
}
.Hylia-a-button--counter.Hylia-a-button-primary--warning .Hylia-a-button__counter {
  color: #E47524;
}
.Hylia-a-button--counter.Hylia-a-button-primary--negative .Hylia-a-button__counter {
  color: #D11548;
}
.Hylia-a-button--counter.Hylia-a-button-secondary--positive .Hylia-a-button__counter {
  color: #FFFFFF;
  background-color: #308449;
}
.Hylia-a-button--counter.Hylia-a-button-secondary--warning .Hylia-a-button__counter {
  color: #FFFFFF;
  background-color: #E47524;
}
.Hylia-a-button--counter.Hylia-a-button-secondary--negative .Hylia-a-button__counter {
  color: #FFFFFF;
  background-color: #D11548;
}
.Hylia-a-button--small {
  line-height: 2.3rem;
  height: 2.4rem;
}
.Hylia-a-button-primary {
  transition: background-color 0.3s, border 0.3s;
  color: #FFFFFF;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #124D72;
  background-color: #124D72;
}
.Hylia-a-button-primary:not(:disabled):hover {
  border: 0.1rem solid #0b2f46;
  background-color: #0b2f46;
}
.Hylia-a-button-primary:not(:disabled):active {
  background-color: #0b2f46;
}
.Hylia-a-button-primary:not(:disabled):focus {
  animation: onPressDefault 1s;
}
.Hylia-a-button-primary:disabled {
  color: #737373;
  border: 0.1rem solid #d1d3d5;
  background-color: #d1d3d5;
}
.Hylia-a-button-primary--positive {
  color: #FFFFFF;
  border-color: #308449;
  background-color: #308449;
}
.Hylia-a-button-primary--positive:not(:disabled):hover {
  border: 0.1rem solid #225f34;
  background-color: #225f34;
}
.Hylia-a-button-primary--positive:not(:disabled):active {
  background-color: #225f34;
}
.Hylia-a-button-primary--positive:not(:disabled):focus {
  animation: onPressPositive 1s;
}
.Hylia-a-button-primary--warning {
  color: #FFFFFF;
  border-color: #E47524;
  background-color: #E47524;
}
.Hylia-a-button-primary--warning:not(:disabled):hover {
  border: 0.1rem solid #be5e17;
  background-color: #be5e17;
}
.Hylia-a-button-primary--warning:not(:disabled):active {
  background-color: #be5e17;
}
.Hylia-a-button-primary--warning:not(:disabled):focus {
  animation: onPressWarning 1s;
}
.Hylia-a-button-primary--negative {
  color: #FFFFFF;
  border-color: #D11548;
  background-color: #D11548;
}
.Hylia-a-button-primary--negative:not(:disabled):hover {
  border: 0.1rem solid #a31038;
  background-color: #a31038;
}
.Hylia-a-button-primary--negative:not(:disabled):active {
  background-color: #a31038;
}
.Hylia-a-button-primary--negative:not(:disabled):focus {
  animation: onPressNegative 1s;
}
.Hylia-a-button-secondary {
  transition: background-color 0.3s, color 0.3s;
  color: #124D72;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #124D72;
  background-color: #FFFFFF;
}
.Hylia-a-button-secondary:not(:disabled):hover {
  color: #FFFFFF;
  background-color: #124D72;
}
.Hylia-a-button-secondary:not(:disabled):hover .Hylia-a-button__counter {
  color: #124D72;
  background-color: #FFFFFF;
}
.Hylia-a-button-secondary:not(:disabled):active {
  background-color: #0b2f46;
}
.Hylia-a-button-secondary:not(:disabled):focus {
  animation: onPressDefault 1s;
}
.Hylia-a-button-secondary .Hylia-a-button__counter {
  color: #FFFFFF;
  background-color: #124D72;
}
.Hylia-a-button-secondary:disabled {
  color: #d1d3d5;
  border: #d1d3d5 0.1rem solid;
}
.Hylia-a-button-secondary--positive {
  color: #308449;
  border-color: #308449;
}
.Hylia-a-button-secondary--positive:not(:disabled):hover {
  border: 0.1rem solid #308449;
  background-color: #308449;
}
.Hylia-a-button-secondary--positive:not(:disabled):active {
  background-color: #308449;
}
.Hylia-a-button-secondary--positive:not(:disabled):focus {
  animation: onPressPositive 1s;
}
.Hylia-a-button-secondary--warning {
  color: #E47524;
  border-color: #E47524;
}
.Hylia-a-button-secondary--warning:not(:disabled):hover {
  border: 0.1rem solid #E47524;
  background-color: #E47524;
}
.Hylia-a-button-secondary--warning:not(:disabled):active {
  background-color: #E47524;
}
.Hylia-a-button-secondary--warning:not(:disabled):focus {
  animation: onPressWarning 1s;
}
.Hylia-a-button-secondary--negative {
  color: #D11548;
  border-color: #D11548;
}
.Hylia-a-button-secondary--negative:not(:disabled):hover {
  border: 0.1rem solid #D11548;
  background-color: #D11548;
}
.Hylia-a-button-secondary--negative:not(:disabled):active {
  background-color: #D11548;
}
.Hylia-a-button-secondary--negative:not(:disabled):focus {
  animation: onPressNegative 1s;
}
.Hylia-a-button-standard {
  transition: all 0.3s;
  color: #124D72;
  border: 0.1rem solid #FFFFFF;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.Hylia-a-button-standard:not(:disabled):hover {
  border: 0.1rem solid #124D72;
}
.Hylia-a-button-standard:not(:disabled):focus {
  animation: onPressDefault 1s;
}
.Hylia-a-button-ghost {
  min-width: auto;
  transition: all 0.3s;
  color: #124D72;
  border: 0.1rem solid transparent;
  background-color: transparent;
}
.Hylia-a-button-ghost:not(:disabled):hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}
.Hylia-a-button-ghost:not(:disabled):focus {
  animation: onPressDefault 1s;
}
.Hylia-a-button-ghost--positive {
  color: #308449;
}
.Hylia-a-button-ghost--positive:not(:disabled):hover {
  border: 0.1rem solid #308449;
  background-color: #FFFFFF;
}
.Hylia-a-button-ghost--positive:not(:disabled):focus {
  animation: onPressPositive 1s;
}
.Hylia-a-button-ghost--warning {
  color: #E47524;
}
.Hylia-a-button-ghost--warning:not(:disabled):hover {
  border: 0.1rem solid #E47524;
  background-color: #FFFFFF;
}
.Hylia-a-button-ghost--warning:not(:disabled):focus {
  animation: onPressWarning 1s;
}
.Hylia-a-button-ghost--negative {
  color: #D11548;
}
.Hylia-a-button-ghost--negative:not(:disabled):hover {
  border: 0.1rem solid #D11548;
  background-color: #FFFFFF;
}
.Hylia-a-button-ghost--negative:not(:disabled):focus {
  animation: onPressNegative 1s;
}
.Hylia-a-button-hollow {
  color: #124D72;
  border: dashed 0.1rem currentColor;
}
.Hylia-a-button-round {
  font-size: 1.8rem;
  line-height: 3.6rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 3.5rem;
  min-width: auto;
  height: 3.5rem;
  padding: 0;
  border-radius: 50%;
}
.Hylia-a-button-round i {
  padding: 0;
  position: static;
  transform: translate(0, 0);
}
@keyframes onPressDefault {
  0% {
    box-shadow: 0 0 0 0 #124D72;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(18, 77, 114, 0);
  }
}
@keyframes onPressPositive {
  0% {
    box-shadow: 0 0 0 0 #308449;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(48, 132, 73, 0);
  }
}
@keyframes onPressWarning {
  0% {
    box-shadow: 0 0 0 0 #E47524;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(228, 117, 36, 0);
  }
}
@keyframes onPressNegative {
  0% {
    box-shadow: 0 0 0 0 #D11548;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(209, 21, 72, 0);
  }
}
.border-color--zerg {
  border-color: #b30062;
}
.border-color--white {
  border-color: #FFFFFF;
}
.border-color--vader {
  border-color: #333333;
}
.border-color--terran {
  border-color: #337BB8;
}
.border-color--stormtrooper {
  border-color: #FFFFFF;
}
.border-color--smartDark {
  border-color: #0B3F46;
}
.border-color--smartDark {
  border-color: #0B3F46;
}
.border-color--smartSky {
  border-color: #4580A5;
}
.border-color--smartBlue {
  border-color: #124D72;
}
.border-color--smart {
  border-color: #124D72;
}
.border-color--schtroumpf {
  border-color: #4c84ff;
}
.border-color--saien {
  border-color: #E47524;
}
.border-color--ruban {
  border-color: #D11548;
}
.border-color--red {
  border-color: #D11548;
}
.border-color--protoss {
  border-color: #fddc41;
}
.border-color--orange {
  border-color: #E47524;
}
.border-color--namek {
  border-color: #308449;
}
.border-color--namec {
  border-color: #225F34;
}
.border-color--minion {
  border-color: #E1E3E5;
}
.border-color--lightGray {
  border-color: #F0F0F0;
}
.border-color--knight {
  border-color: #737373;
}
.border-color--harkonnem {
  border-color: #31b87b;
}
.border-color--green {
  border-color: #308449;
}
.border-color--electricBlue {
  border-color: #337BB8;
}
.border-color--darkRed {
  border-color: #A31038;
}
.border-color--darkOrange {
  border-color: #A75215;
}
.border-color--darkGreen {
  border-color: #225F34;
}
.border-color--darkGray {
  border-color: #737373;
}
.border-color--darkBlue {
  border-color: #0B3F46;
}
.border-color--clearRed {
  border-color: #FDE8EE;
}
.border-color--clearOrange {
  border-color: #FFF2CC;
}
.border-color--clearGreen {
  border-color: #DBF2E2;
}
.border-color--clearGray {
  border-color: #FAFAFA;
}
.border-color--clearBlue {
  border-color: #C1E1F5;
}
.border-color--brightGreen {
  border-color: #31b87b;
}
.border-color--brightGray {
  border-color: #E1E3E5;
}
.border-color--atreide {
  border-color: #b1b491;
}
.border-color--apprentice {
  border-color: #d1d3d5;
}
.border-color--adept {
  border-color: #F0F0F0;
}
.border-color--acolyte {
  border-color: #FAFAFA;
}
.color--zerg {
  color: #b30062;
}
.color--white {
  color: #FFFFFF;
}
.color--vader {
  color: #333333;
}
.color--terran {
  color: #337BB8;
}
.color--stormtrooper {
  color: #FFFFFF;
}
.color--smartDark {
  color: #0B3F46;
}
.color--smartDark {
  color: #0B3F46;
}
.color--smartSky {
  color: #4580A5;
}
.color--smartBlue {
  color: #124D72;
}
.color--smart {
  color: #124D72;
}
.color--schtroumpf {
  color: #4c84ff;
}
.color--saien {
  color: #E47524;
}
.color--ruban {
  color: #D11548;
}
.color--red {
  color: #D11548;
}
.color--protoss {
  color: #fddc41;
}
.color--orange {
  color: #E47524;
}
.color--namek {
  color: #308449;
}
.color--namec {
  color: #225F34;
}
.color--minion {
  color: #E1E3E5;
}
.color--lightGray {
  color: #F0F0F0;
}
.color--knight {
  color: #737373;
}
.color--harkonnem {
  color: #31b87b;
}
.color--green {
  color: #308449;
}
.color--electricBlue {
  color: #337BB8;
}
.color--darkRed {
  color: #A31038;
}
.color--darkOrange {
  color: #A75215;
}
.color--darkGreen {
  color: #225F34;
}
.color--darkGray {
  color: #737373;
}
.color--darkBlue {
  color: #0B3F46;
}
.color--clearRed {
  color: #FDE8EE;
}
.color--clearOrange {
  color: #FFF2CC;
}
.color--clearGreen {
  color: #DBF2E2;
}
.color--clearGray {
  color: #FAFAFA;
}
.color--clearBlue {
  color: #C1E1F5;
}
.color--brightGreen {
  color: #31b87b;
}
.color--brightGray {
  color: #E1E3E5;
}
.color--atreide {
  color: #b1b491;
}
.color--apprentice {
  color: #d1d3d5;
}
.color--adept {
  color: #F0F0F0;
}
.color--acolyte {
  color: #FAFAFA;
}
.background-color--zerg {
  background-color: #b30062;
}
.background-color--white {
  background-color: #FFFFFF;
}
.background-color--vader {
  background-color: #333333;
}
.background-color--terran {
  background-color: #337BB8;
}
.background-color--stormtrooper {
  background-color: #FFFFFF;
}
.background-color--smartDark {
  background-color: #0B3F46;
}
.background-color--smartDark {
  background-color: #0B3F46;
}
.background-color--smartSky {
  background-color: #4580A5;
}
.background-color--smartBlue {
  background-color: #124D72;
}
.background-color--smart {
  background-color: #124D72;
}
.background-color--schtroumpf {
  background-color: #4c84ff;
}
.background-color--saien {
  background-color: #E47524;
}
.background-color--ruban {
  background-color: #D11548;
}
.background-color--red {
  background-color: #D11548;
}
.background-color--protoss {
  background-color: #fddc41;
}
.background-color--orange {
  background-color: #E47524;
}
.background-color--namek {
  background-color: #308449;
}
.background-color--namec {
  background-color: #225F34;
}
.background-color--minion {
  background-color: #E1E3E5;
}
.background-color--lightGray {
  background-color: #F0F0F0;
}
.background-color--knight {
  background-color: #737373;
}
.background-color--harkonnem {
  background-color: #31b87b;
}
.background-color--green {
  background-color: #308449;
}
.background-color--electricBlue {
  background-color: #337BB8;
}
.background-color--darkRed {
  background-color: #A31038;
}
.background-color--darkOrange {
  background-color: #A75215;
}
.background-color--darkGreen {
  background-color: #225F34;
}
.background-color--darkGray {
  background-color: #737373;
}
.background-color--darkBlue {
  background-color: #0B3F46;
}
.background-color--clearRed {
  background-color: #FDE8EE;
}
.background-color--clearOrange {
  background-color: #FFF2CC;
}
.background-color--clearGreen {
  background-color: #DBF2E2;
}
.background-color--clearGray {
  background-color: #FAFAFA;
}
.background-color--clearBlue {
  background-color: #C1E1F5;
}
.background-color--brightGreen {
  background-color: #31b87b;
}
.background-color--brightGray {
  background-color: #E1E3E5;
}
.background-color--atreide {
  background-color: #b1b491;
}
.background-color--apprentice {
  background-color: #d1d3d5;
}
.background-color--adept {
  background-color: #F0F0F0;
}
.background-color--acolyte {
  background-color: #FAFAFA;
}
.Hylia-u-color--positive {
  color: #308449;
}
.Hylia-u-color--warning {
  color: #E47524;
}
.Hylia-u-color--negative {
  color: #D11548;
}
.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100rem;
  background-color: #FFFFFF;
  font-family: "Roboto_bold";
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #333333;
}
.dropdown__icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  padding-left: 1rem;
  transform: translateY(-50%);
  border-left: 0.1rem solid #737373;
}
.flag {
  border: 0.2rem solid #FFFFFF;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.flag--header {
  width: 1.7rem;
  height: 1.7rem;
}
.flag--md {
  width: 4rem;
  height: 4rem;
}
h1 {
  font-family: "RobotoCondensed_bold";
  font-size: 2.6rem;
  color: #333333;
  line-height: 3rem;
  font-weight: initial;
}
h2 {
  font-family: "RobotoCondensed_bold";
  font-size: 1.8rem;
  color: #333333;
  line-height: 2.4rem;
  font-weight: initial;
}
h3 {
  font-family: "RobotoCondensed_regular";
  font-size: 1.6rem;
  color: #333333;
  line-height: 2rem;
  font-weight: initial;
}
/*
* Add name + id icon
 */
.Hylia-a-icon--action {
  transition: filter .3s;
  filter: brightness(100%);
  cursor: pointer;
}
.Hylia-a-icon--action:hover {
  filter: brightness(80%);
}
/*
* Add name + id icon
*/
.icon-bar:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: .4rem;
  background-color: currentColor;
  border-radius: 100rem;
  transform: translateY(-70%);
}
.icon-circle-dot:before {
  content: "";
  display: inline-block;
  width: 1ex;
  height: 1ex;
  border-radius: 50%;
  border: solid 0.1rem currentColor;
  padding: 1px;
  background-clip: content-box;
  background-color: currentColor;
}
.icon-megaphone:before {
  content: "\E9B6";
}
.icon-arrow-left:before {
  content: "\E9AA";
}
.icon-arrow-right:before {
  content: "\E9AB";
}
.icon-substract:before {
  content: "\E9AC";
}
.icon-google-drive:before {
  content: "\EA8F";
}
.icon-rss:before {
  content: "\EA9B";
}
.icon-site:before {
  content: "\E9A8";
}
.icon-tag:before {
  content: "\E9A9";
}
.icon-reorder:before {
  content: "\E9A7";
}
.icon-flash-off:before {
  content: "\E9A3";
}
.icon-flash-auto:before {
  content: "\E9A4";
}
.icon-flash-on:before {
  content: "\E9A5";
}
.icon-switch:before {
  content: "\E9A6";
}
.icon-action-add:before {
  content: "\E900";
}
.icon-alerte:before {
  content: "\E901";
}
.icon-alerte2:before {
  content: "\E902";
}
.icon-camera:before {
  content: "\E903";
}
.icon-file-broken:before {
  content: "\E904";
}
.icon-file-csv:before {
  content: "\E905";
}
.icon-file-empty:before {
  content: "\E906";
}
.icon-file-excel:before {
  content: "\E907";
}
.icon-file-pdf:before {
  content: "\E908";
}
.icon-file-person:before {
  content: "\E909";
}
.icon-file:before {
  content: "\E90A";
}
.icon-files:before {
  content: "\E90B";
}
.icon-filter:before {
  content: "\E90C";
}
.icon-folder-add:before {
  content: "\E90D";
}
.icon-folder-download:before {
  content: "\E90E";
}
.icon-folder-minus:before {
  content: "\E90F";
}
.icon-folder-open:before {
  content: "\E910";
}
.icon-folder-upload:before {
  content: "\E911";
}
.icon-folder:before {
  content: "\E912";
}
.icon-heart:before {
  content: "\E913";
}
.icon-heart2:before {
  content: "\E914";
}
.icon-hide:before {
  content: "\E915";
}
.icon-historic:before {
  content: "\E916";
}
.icon-home:before {
  content: "\E917";
}
.icon-info:before {
  content: "\E918";
}
.icon-info2:before {
  content: "\E919";
}
.icon-job:before {
  content: "\E91A";
}
.icon-like:before {
  content: "\E91B";
}
.icon-menu:before {
  content: "\E91C";
}
.icon-minus:before {
  content: "\E91D";
}
.icon-people:before {
  content: "\E91E";
}
.icon-play-inprogress:before {
  content: "\E91F";
}
.icon-plus:before {
  content: "\E920";
}
.icon-prev:before {
  content: "\E921";
}
.icon-print-preview:before {
  content: "\E922";
}
.icon-question:before {
  content: "\E923";
}
.icon-question2:before {
  content: "\E924";
}
.icon-reverse:before {
  content: "\E925";
}
.icon-time2:before {
  content: "\E926";
}
.icon-twitter2:before {
  content: "\E927";
}
.icon-viadeo2:before {
  content: "\E928";
}
.icon-waiting:before {
  content: "\E929";
}
.icon-warning2:before {
  content: "\E92A";
}
.icon-xing2:before {
  content: "\E92B";
}
.icon-abduct:before {
  content: "\E92C";
}
.icon-add:before {
  content: "\E92D";
}
.icon-affix:before {
  content: "\E92E";
}
.icon-airplane:before {
  content: "\E92F";
}
.icon-arrow-down:before {
  content: "\E930";
}
.icon-arrow-up:before {
  content: "\E931";
}
.icon-award:before {
  content: "\E932";
}
.icon-bell:before {
  content: "\E933";
}
.icon-blocked:before {
  content: "\E934";
}
.icon-book:before {
  content: "\E935";
}
.icon-bookmark:before {
  content: "\E936";
}
.icon-bookmark2:before {
  content: "\E937";
}
.icon-bottom:before {
  content: "\E938";
}
.icon-caddie:before {
  content: "\E939";
}
.icon-calendar-add:before {
  content: "\E93A";
}
.icon-calendar-checked:before {
  content: "\E93B";
}
.icon-calendar-delete:before {
  content: "\E93C";
}
.icon-calendar-empty:before {
  content: "\E93D";
}
.icon-calendar-minus:before {
  content: "\E93E";
}
.icon-calendar:before {
  content: "\E93F";
}
.icon-card-people:before {
  content: "\E940";
}
.icon-chart-graph:before {
  content: "\E941";
}
.icon-chart-histogram:before {
  content: "\E942";
}
.icon-chart-pie:before {
  content: "\E943";
}
.icon-chart-pie2:before {
  content: "\E944";
}
.icon-check:before {
  content: "\E945";
}
.icon-clipboard-add:before {
  content: "\E946";
}
.icon-clipboard-check:before {
  content: "\E947";
}
.icon-clipboard-delete:before {
  content: "\E948";
}
.icon-clipboard-empty:before {
  content: "\E949";
}
.icon-clipboard:before {
  content: "\E94A";
}
.icon-column:before {
  content: "\E94B";
}
.icon-degree:before {
  content: "\E94C";
}
.icon-delete:before {
  content: "\E94D";
}
.icon-discussion:before {
  content: "\E94E";
}
.icon-discussion2:before {
  content: "\E94F";
}
.icon-dpwnload:before {
  content: "\E950";
}
.icon-dropbox:before {
  content: "\E951";
}
.icon-edit:before {
  content: "\E952";
}
.icon-expand:before {
  content: "\E953";
}
.icon-font:before {
  content: "\E954";
}
.icon-indicator:before {
  content: "\E955";
}
.icon-item-list:before {
  content: "\E956";
}
.icon-jalon:before {
  content: "\E957";
}
.icon-key:before {
  content: "\E958";
}
.icon-left:before {
  content: "\E959";
}
.icon-link:before {
  content: "\E95A";
}
.icon-linkedin:before {
  content: "\E95B";
}
.icon-linkedin2:before {
  content: "\E95C";
}
.icon-list-details:before {
  content: "\E95D";
}
.icon-list-grid:before {
  content: "\E95E";
}
.icon-loader:before {
  content: "\E95F";
}
.icon-location:before {
  content: "\E960";
}
.icon-lock:before {
  content: "\E961";
}
.icon-logout:before {
  content: "\E962";
}
.icon-mail:before {
  content: "\E963";
}
.icon-mail2:before {
  content: "\E964";
}
.icon-man:before {
  content: "\E965";
}
.icon-map-sign:before {
  content: "\E966";
}
.icon-message:before {
  content: "\E967";
}
.icon-message2:before {
  content: "\E968";
}
.icon-mobile:before {
  content: "\E969";
}
.icon-more-vertical:before {
  content: "\E96A";
}
.icon-more:before {
  content: "\E96B";
}
.icon-move:before {
  content: "\E96C";
}
.icon-notification:before {
  content: "\E96D";
}
.icon-paragraph-centered:before {
  content: "\E96E";
}
.icon-paragraph-justify:before {
  content: "\E96F";
}
.icon-paragraph-left:before {
  content: "\E970";
}
.icon-paragraph-right:before {
  content: "\E971";
}
.icon-paramters:before {
  content: "\E972";
}
.icon-pause:before {
  content: "\E973";
}
.icon-phone:before {
  content: "\E974";
}
.icon-photo:before {
  content: "\E975";
}
.icon-picture:before {
  content: "\E976";
}
.icon-pin:before {
  content: "\E977";
}
.icon-play:before {
  content: "\E978";
}
.icon-print:before {
  content: "\E979";
}
.icon-profil:before {
  content: "\E97A";
}
.icon-quote-close:before {
  content: "\E97B";
}
.icon-quote-open:before {
  content: "\E97C";
}
.icon-reduce:before {
  content: "\E97D";
}
.icon-refresh:before {
  content: "\E97E";
}
.icon-repete:before {
  content: "\E97F";
}
.icon-right:before {
  content: "\E980";
}
.icon-save:before {
  content: "\E981";
}
.icon-search:before {
  content: "\E982";
}
.icon-section:before {
  content: "\E983";
}
.icon-send:before {
  content: "\E984";
}
.icon-send2:before {
  content: "\E985";
}
.icon-setting:before {
  content: "\E986";
}
.icon-share:before {
  content: "\E987";
}
.icon-show:before {
  content: "\E988";
}
.icon-skype:before {
  content: "\E989";
}
.icon-smiley-happy:before {
  content: "\E98A";
}
.icon-smiley-neutral:before {
  content: "\E98B";
}
.icon-smiley-sad:before {
  content: "\E98C";
}
.icon-spell-check:before {
  content: "\E98D";
}
.icon-star-empty:before {
  content: "\E98E";
}
.icon-star-half:before {
  content: "\E98F";
}
.icon-star:before {
  content: "\E990";
}
.icon-stop:before {
  content: "\E991";
}
.icon-table:before {
  content: "\E992";
}
.icon-target:before {
  content: "\E993";
}
.icon-time:before {
  content: "\E994";
}
.icon-top:before {
  content: "\E995";
}
.icon-translate:before {
  content: "\E996";
}
.icon-trash:before {
  content: "\E997";
}
.icon-tree:before {
  content: "\E998";
}
.icon-trophy:before {
  content: "\E999";
}
.icon-twitter:before {
  content: "\E99A";
}
.icon-undo:before {
  content: "\E99B";
}
.icon-unlock:before {
  content: "\E99C";
}
.icon-upload:before {
  content: "\E99D";
}
.icon-vary:before {
  content: "\E99E";
}
.icon-viadeo:before {
  content: "\E99F";
}
.icon-warning:before {
  content: "\E9A0";
}
.icon-woman:before {
  content: "\E9A1";
}
.icon-xing:before {
  content: "\E9A2";
}
.icon-icons-ts-alerte3:before {
  content: "\E9AD";
}
.icon-icons-ts-storage:before {
  content: "\E9B2";
}
.icon-icons-ts-clock:before {
  content: "\E9AE";
}
.icon-icons-ts-spinner:before {
  content: "\E9AF";
}
.icon-icons-ts-arrow-right:before {
  content: "\E9B0";
}
.icon-icons-ts-filters:before {
  content: "\E9B1";
}
.icon-icons-ts-download-TSL:before {
  content: "\E9B3";
}
.icon-icons-ts-welcome:before {
  content: "\E9B4";
}
.icon-icons-ts-diplomas:before {
  content: "\E9B5";
}
.icon-icons-ts-attachment:before {
  content: "\E9CD";
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "talentsoft-font-icons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Remove controls from Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* Re-applies the controls on :hover and :focus */
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: textfield;
}
input::-ms-clear {
  display: none;
}
input::-webkit-input-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
input:-ms-input-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
input::-moz-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
input:-moz-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-a-input {
  display: flex;
}
.Hylia-a-input > * {
  margin: 0;
}
.Hylia-a-input > *:not(:last-child) > *,
.Hylia-a-input > *:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.Hylia-a-input > *:not(:first-child) > *,
.Hylia-a-input > *:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.Hylia-a-input__icon {
  font-size: 1.4rem;
  line-height: 3.5rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  color: #124D72;
}
.Hylia-a-input__icon--action {
  cursor: pointer;
  transition: color 0.3s;
  color: #d1d3d5;
}
.Hylia-a-input__icon--action:hover {
  color: #124D72;
}
.Hylia-a-input__wrapper {
  position: relative;
  width: 100%;
}
.Hylia-a-input__wrapper--search input {
  padding: 1rem 1rem 1rem 3.5rem;
}
.Hylia-a-input__wrapper--error input {
  border-color: #D11548;
}
.Hylia-a-input__wrapper--warning input {
  border-color: #E47524;
}
.Hylia-a-input__wrapper--numeric input {
  padding-right: 3.5rem;
}
.Hylia-a-input__wrapper--icon-left input {
  padding-left: 3.5rem;
}
.Hylia-a-input__wrapper--icon-right input {
  padding-right: 3.5rem;
}
.Hylia-a-input__wrapper--disabled .Hylia-a-input__control i {
  color: #737373;
}
.Hylia-a-input__wrapper > i {
  font-size: 1.6rem;
  line-height: 3.5rem;
  position: absolute;
  top: 0;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  color: #124D72;
}
.Hylia-a-input__wrapper > i:first-child {
  left: 0;
}
.Hylia-a-input__wrapper > i:last-child {
  right: 0;
}
.Hylia-a-input__input {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  display: block;
  width: 100%;
  height: 3.5rem;
  padding: 1rem;
  cursor: text;
  transition: background-color 0.3s, border 0.3s;
  color: #333333;
  border: 0.1rem solid #E1E3E5;
  border-radius: 0.4rem;
}
.Hylia-a-input__input:hover:not(:disabled) {
  border-color: #c6c9cd;
}
.Hylia-a-input__input:focus:not(:disabled) {
  border-color: #78add9;
}
.Hylia-a-input__input:disabled {
  border-color: #d1d3d5;
  background-color: #d1d3d5;
}
.Hylia-a-input__search {
  font-size: 1.4rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #d1d3d5;
}
.Hylia-a-input__control {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 3rem;
  height: 3.5rem;
}
.Hylia-a-input__control i {
  font-size: 1.6rem;
  line-height: 0.8rem;
  cursor: pointer;
  color: #124D72;
}
.input-select {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  line-height: 1.4rem;
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  height: 3.5rem;
  color: #333333;
  border: 0.1rem solid #E1E3E5;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  background: #FFFFFF;
}
.input-select-dropdown__up,
.input-select-dropdown__down {
  position: absolute;
  top: 50%;
  left: 50%;
}
.input-select-dropdown__up {
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  transform: translate(-50%, -80%);
  opacity: 0;
}
.input-select-dropdown__down {
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.input-select__placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  color: #737373;
}
.input-select--open + .input-select__list {
  display: block;
  visibility: visible;
  opacity: 1;
}
.input-select--open .input-select__status-bar {
  transform: translateX(0);
}
.input-select--open .input-select-dropdown__down {
  transform: translate(-50%, -80%);
  opacity: 0;
}
.input-select--open .input-select-dropdown__up {
  transform: translate(-50%, -55%);
  opacity: 1;
}
.input-select__wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.input-select__selection {
  font-size: 1.4rem;
  line-height: 1.8rem;
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  padding: 0.8rem 3.6rem 0.8rem 1.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.input-select__button {
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  display: inline-block;
  width: 3.3rem;
  height: 3.3rem;
  text-align: center;
  color: #124D72;
  border-style: none;
  border-radius: 0 0.3rem 0.3rem 0;
}
.input-select__list {
  position: absolute;
  z-index: 10;
  max-height: 11rem;
  overflow-y: auto;
  display: block;
  visibility: hidden;
  width: calc(100.2%);
  margin: 0 -0.1rem;
  padding: 0.5rem;
  opacity: 0;
  border-right: 1px solid #d1d3d5;
  border-bottom: 1px solid #d1d3d5;
  border-left: 1px solid #d1d3d5;
  border-radius: 0;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  background-color: #FFFFFF;
}
.input-select__label {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.8rem;
  font-weight: initial;
}
.input-select__icon {
  padding-right: 0.5rem;
}
.input-select__item {
  overflow: hidden;
  max-width: 100%;
  padding: 0.8rem;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input-select__item:hover {
  border-radius: 0.4rem;
  background-color: rgba(51, 123, 184, 0.25);
}
.input-select__item--delete {
  color: #D11548;
}
.input-select__item--delete:hover {
  color: #FFFFFF;
  background-color: #D11548;
}
input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.Hylia-a-inputCheckbox {
  display: flex;
  align-items: center;
}
.Hylia-a-inputCheckbox__input:checked:not(:disabled) + .Hylia-a-inputCheckbox__apparence {
  animation: onFocusChecked 1s;
  border: 0.2rem solid #337BB8;
  background-color: #337BB8;
}
.Hylia-a-inputCheckbox__input:checked:not(:disabled) + .Hylia-a-inputCheckbox__apparence:before {
  color: #FFFFFF;
}
.Hylia-a-inputCheckbox__input:checked:not(:disabled) + .Hylia-a-inputCheckbox__apparence:hover {
  border-color: #1d4668;
  background-color: #1d4668;
}
.Hylia-a-inputCheckbox__input:checked:disabled + .Hylia-a-inputCheckbox__apparence {
  border: 0.2rem solid #d1d3d5;
}
.Hylia-a-inputCheckbox__input:checked:disabled + .Hylia-a-inputCheckbox__apparence:before {
  color: #737373;
}
.Hylia-a-inputCheckbox__input:disabled + .Hylia-a-inputCheckbox__apparence {
  border: 0.2rem solid #d1d3d5;
  background-color: #d1d3d5;
}
.Hylia-a-inputCheckbox__input:disabled + .Hylia-a-inputCheckbox__apparence:before {
  background-color: transparent;
}
.Hylia-a-inputCheckbox__input:focus:checked:not(:disabled) + .Hylia-a-inputCheckbox__apparence {
  box-shadow: 0 0 0 0.4rem rgba(51, 123, 184, 0.3);
}
.Hylia-a-inputCheckbox__input:focus:not(:disabled) + .Hylia-a-inputCheckbox__apparence {
  box-shadow: 0 0 0 0.3rem rgba(209, 211, 213, 0.3);
}
.Hylia-a-inputCheckbox__input:focus:disabled + .Hylia-a-inputCheckbox__apparence {
  animation: onFocus 1s;
}
.Hylia-a-inputCheckbox__apparence {
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  cursor: pointer;
  transition: 0.5s all;
  border: 0.2rem solid #E1E3E5;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
}
.Hylia-a-inputCheckbox__apparence:before {
  font-family: "talentsoft-font-icons" !important;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  content: "\E945";
  transition: all 0.5s ease-out;
  transform: translate(-50%, -72%);
  text-transform: none;
  color: transparent;
  -webkit-font-smoothing: antialiased;
}
.Hylia-a-inputCheckbox__apparence:hover {
  border-color: #aab0b6;
}
@keyframes onFocusChecked {
  0% {
    box-shadow: 0 0 0 0 #337BB8;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(51, 123, 184, 0);
  }
}
@keyframes onFocus {
  0% {
    box-shadow: 0 0 0 0 #d1d3d5;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(209, 211, 213, 0);
  }
}
.input-datepicker {
  position: relative;
  width: 100%;
  display: inline-block;
}
.input-datepicker:before {
  font-family: "talentsoft-font-icons" !important;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  content: "\E93F";
  cursor: pointer;
  text-align: center;
  text-transform: none;
  color: #124D72;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.input-datepicker:before:hover {
  color: #FFFFFF;
  background-color: #124D72;
}
.input-datepicker .react-datepicker-wrapper,
.input-datepicker .react-datepicker__input-container {
  width: 100%;
}
.input-datepicker .react-datepicker__month-container {
  font-family: "Roboto_regular";
  font-size: 1.1rem;
}
.input-datepicker .react-datepicker__current-month {
  font-family: "RobotoCondensed_regular";
  font-size: 1.3rem;
}
.input-datepicker .react-datepicker__day--selected {
  background-color: #337BB8;
}
.input-datepicker .react-datepicker__day--selected:hover {
  background-color: #337BB8;
}
.input-datepicker .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  right: 10px;
  left: auto;
}
input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.Hylia-a-inputRadio {
  display: flex;
  align-content: center;
  cursor: pointer;
}
.Hylia-a-inputRadio__input:checked:not(:disabled) + .Hylia-a-inputRadio__apparence {
  animation: onFocusChecked 1s;
  border: 0.2rem solid #337BB8;
}
.Hylia-a-inputRadio__input:checked:not(:disabled) + .Hylia-a-inputRadio__apparence:before {
  background-color: #337BB8;
}
.Hylia-a-inputRadio__input:checked:not(:disabled) + .Hylia-a-inputRadio__apparence:hover {
  border-color: #1d4668;
}
.Hylia-a-inputRadio__input:checked:not(:disabled) + .Hylia-a-inputRadio__apparence:hover:before {
  background-color: #1d4668;
}
.Hylia-a-inputRadio__input:checked:disabled + .Hylia-a-inputRadio__apparence {
  border: 0.2rem solid #d1d3d5;
  background-color: #d1d3d5;
}
.Hylia-a-inputRadio__input:checked:disabled + .Hylia-a-inputRadio__apparence:before {
  background-color: #737373;
}
.Hylia-a-inputRadio__input:disabled + .Hylia-a-inputRadio__apparence {
  border: 0.2rem solid #d1d3d5;
  background-color: #d1d3d5;
}
.Hylia-a-inputRadio__input:disabled + .Hylia-a-inputRadio__apparence:before {
  background-color: transparent;
}
.Hylia-a-inputRadio__input:focus:checked:not(:disabled) + .Hylia-a-inputRadio__apparence {
  box-shadow: 0 0 0 0.3rem rgba(51, 123, 184, 0.3);
}
.Hylia-a-inputRadio__input:focus:not(:disabled) + .Hylia-a-inputRadio__apparence {
  box-shadow: 0 0 0 0.3rem rgba(209, 211, 213, 0.3);
}
.Hylia-a-inputRadio__input:focus:disabled + .Hylia-a-inputRadio__apparence {
  animation: onFocus 1s;
}
.Hylia-a-inputRadio__apparence {
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  cursor: pointer;
  transition: 0.5s all;
  border: 0.2rem solid #E1E3E5;
  border-radius: 50%;
}
.Hylia-a-inputRadio__apparence:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  transition: all 0.5s ease-out;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
}
.Hylia-a-inputRadio__apparence:hover {
  border-color: #aab0b6;
}
@keyframes onFocusChecked {
  0% {
    box-shadow: 0 0 0 0 #337BB8;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(51, 123, 184, 0);
  }
}
@keyframes onFocus {
  0% {
    box-shadow: 0 0 0 0 #d1d3d5;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(209, 211, 213, 0);
  }
}
.Hylia-a-inputSwitch {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Hylia-a-inputSwitch .Hylia-a-label {
  margin-right: 1rem;
}
.Hylia-a-inputSwitch:hover:not(.Hylia-a-inputSwitch--disabled) .Hylia-a-inputSwitch__apparence:after {
  background-color: #78add9;
}
.Hylia-a-inputSwitch-label--right {
  flex-direction: row-reverse;
}
.Hylia-a-inputSwitch-label--right .Hylia-a-label {
  margin-right: 0;
  margin-left: 1rem;
}
.Hylia-a-inputSwitch--disabled .Hylia-a-inputSwitch__apparence:after {
  border-color: #5a5a5a;
  background-color: #c0c0c0;
}
.Hylia-a-inputSwitch--disabled .Hylia-a-inputSwitch__input:checked + .Hylia-a-inputSwitch__apparence {
  background-color: #737373;
}
.Hylia-a-inputSwitch--disabled .Hylia-a-inputSwitch__input:checked + .Hylia-a-inputSwitch__apparence:after {
  border-color: #272727;
}
.Hylia-a-inputSwitch__input:checked + .Hylia-a-inputSwitch__apparence:after {
  transform: translate(106%, -50%);
}
.Hylia-a-inputSwitch__input:checked:not(:disabled) + .Hylia-a-inputSwitch__apparence {
  animation: onFocusChecked 1s;
  background-color: #337BB8;
}
.Hylia-a-inputSwitch__input:checked:not(:disabled) + .Hylia-a-inputSwitch__apparence:after {
  border: 0.2rem solid #122b40;
}
.Hylia-a-inputSwitch__input:hover:not(:disabled) .Hylia-a-inputSwitch__apparence:after {
  background-color: #9fc5e5;
}
.Hylia-a-inputSwitch__input:focus:checked:not(:disabled) + .Hylia-a-inputSwitch__apparence {
  box-shadow: 0 0 0 0.3rem rgba(51, 123, 184, 0.3);
}
.Hylia-a-inputSwitch__input:focus:not(:disabled) + .Hylia-a-inputSwitch__apparence {
  box-shadow: 0 0 0 0.3rem rgba(209, 211, 213, 0.3);
}
.Hylia-a-inputSwitch__input:focus:disabled + .Hylia-a-inputSwitch__apparence {
  animation: onFocus 1s;
}
.Hylia-a-inputSwitch__apparence {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 4rem;
  height: 2rem;
  user-select: none;
  transition: all 1s;
  border-radius: 100rem;
  outline: none;
  background-color: #E1E3E5;
}
.Hylia-a-inputSwitch__apparence:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  transition: all 0.4s;
  transform: translate(0, -50%);
  border: 0.2rem solid #337BB8;
  border-radius: 100%;
  background-color: #FFFFFF;
}
.Hylia-a-inputSwitch__icon {
  font-size: 1.2rem;
  position: relative;
  top: 0.1em;
  left: 0.5rem;
  color: #FFFFFF;
}
@keyframes onFocusChecked {
  0% {
    box-shadow: 0 0 0 0 #337BB8;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(51, 123, 184, 0);
  }
}
@keyframes onFocus {
  0% {
    box-shadow: 0 0 0 0 #d1d3d5;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(209, 211, 213, 0);
  }
}
.input-text {
  width: 100%;
  height: 3.5rem;
  padding: 0.8rem;
  transition: border 0.3s 1s;
  border: 0.1rem solid #d1d3d5;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.4rem;
  font-weight: initial;
}
.input-text--warning {
  border-color: #d1d3d5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.input-text--warning + .input-text__status-bar {
  transform: translateX(0);
  background-color: #b30062;
}
.input-text--icon {
  padding-left: 3.2rem;
}
.input-text__icon {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
}
.input-text__icon--right {
  line-height: 3.5rem;
  top: 0;
  right: 0;
  left: auto;
  width: 3.5rem;
  height: 3.5rem;
  transform: translateY(0);
  text-align: center;
  color: #124D72;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  background-color: #d1d3d5;
}
.input-text__icon--right + input {
  padding: 0.8rem;
  padding-right: 4rem;
}
.input-text:hover {
  border-color: #8cb9df;
}
.input-text:focus {
  transition: border 0.3s;
  border-color: #d1d3d5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.input-text:focus + .input-text__status-bar {
  transform: translateX(0);
}
.input-text__box {
  position: relative;
}
.input-text__status-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  transition: transform 0.2s 0.2s;
  transform: translateX(-100%);
  background-color: #337BB8;
}
.input-text__wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.Hylia-a-label {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  display: block;
  color: #333333;
}
.Hylia-a-label__description {
  font-style: italic;
  color: #737373;
}
.Hylia-a-label__required {
  margin: 0 0 0 0.3rem;
  color: #337BB8;
}
.Hylia-a-label__info {
  margin: 0 0 0 0.3rem;
  cursor: pointer;
  color: #737373;
}
p {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: inherit;
  line-height: 1.8rem;
  font-weight: initial;
}
p a {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: inherit;
  line-height: 1.8rem;
  font-weight: initial;
  text-decoration: underline;
}
p a:hover {
  color: #124D72;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-a-popover {
  position: relative;
  display: inline-block;
}
.Hylia-a-popover__wrapper {
  pointer-events: none;
  transition: opacity .3s;
  z-index: 2;
  display: inline-block;
  position: absolute;
  padding: 1rem;
  filter: drop-shadow(0 0.6rem 0.6rem rgba(0, 0, 0, 0.2));
}
.Hylia-a-popover__wrapper__arrow {
  pointer-events: initial;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 1rem;
}
.Hylia-a-popover__wrapper--bottom .Hylia-a-popover__wrapper__arrow {
  bottom: 100%;
  left: 50%;
  transform: translate(-1rem, 1rem);
  border-color: transparent transparent white transparent;
}
.Hylia-a-popover__wrapper--bottom--right .Hylia-a-popover__wrapper__arrow {
  left: 4rem;
}
.Hylia-a-popover__wrapper--bottom--left .Hylia-a-popover__wrapper__arrow {
  left: unset;
  right: 2rem;
}
.Hylia-a-popover__wrapper--bottom {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 1rem);
}
.Hylia-a-popover__wrapper--bottom--right {
  transform: translate(-4rem, 1rem);
}
.Hylia-a-popover__wrapper--bottom--left {
  left: unset;
  right: 50%;
  transform: translate(4rem, 1rem);
}
.Hylia-a-popover__wrapper--top .Hylia-a-popover__wrapper__arrow {
  top: 100%;
  left: 50%;
  transform: translate(-1rem, -1rem);
  border-color: white transparent transparent transparent;
}
.Hylia-a-popover__wrapper--top--right .Hylia-a-popover__wrapper__arrow {
  left: 4rem;
}
.Hylia-a-popover__wrapper--top--left .Hylia-a-popover__wrapper__arrow {
  left: unset;
  right: 2rem;
}
.Hylia-a-popover__wrapper--top {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -1rem);
}
.Hylia-a-popover__wrapper--top--right {
  transform: translate(-4rem, -1rem);
}
.Hylia-a-popover__wrapper--top--left {
  left: unset;
  right: 50%;
  transform: translate(4rem, -1rem);
}
.Hylia-a-popover__wrapper--left .Hylia-a-popover__wrapper__arrow {
  left: 100%;
  top: 50%;
  transform: translate(-1rem, -1rem);
  border-color: transparent transparent transparent white ;
}
.Hylia-a-popover__wrapper--left--bottom .Hylia-a-popover__wrapper__arrow {
  top: 4rem;
}
.Hylia-a-popover__wrapper--left--top .Hylia-a-popover__wrapper__arrow {
  top: unset;
  bottom: 2rem;
}
.Hylia-a-popover__wrapper--left {
  right: 100%;
  top: 50%;
  transform: translate(-1rem, -50%);
}
.Hylia-a-popover__wrapper--left--bottom {
  transform: translate(-1rem, -4rem);
}
.Hylia-a-popover__wrapper--left--top {
  top: unset;
  bottom: 50%;
  transform: translate(-1rem, 4rem);
}
.Hylia-a-popover__wrapper--right .Hylia-a-popover__wrapper__arrow {
  right: 100%;
  top: 50%;
  transform: translate(1rem, -1rem);
  border-color: transparent white transparent transparent  ;
}
.Hylia-a-popover__wrapper--right--bottom .Hylia-a-popover__wrapper__arrow {
  top: 4rem;
}
.Hylia-a-popover__wrapper--right--top .Hylia-a-popover__wrapper__arrow {
  top: unset;
  bottom: 2rem;
}
.Hylia-a-popover__wrapper--right {
  left: 100%;
  top: 50%;
  transform: translate(1rem, -50%);
}
.Hylia-a-popover__wrapper--right--bottom {
  transform: translate(1rem, -4rem);
}
.Hylia-a-popover__wrapper--right--top {
  top: unset;
  bottom: 50%;
  transform: translate(1rem, 4rem);
}
.Hylia-a-popover__container {
  pointer-events: initial;
  min-width: 6rem;
  max-width: 40rem;
  background-color: white;
  padding: 2rem;
  border-radius: 0.4rem;
}
.Hylia-a-popover__content {
  width: max-content;
  min-width: 4rem;
  max-width: 36rem;
  overflow: auto;
}
.stats-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1.5rem;
  margin: 0.2rem 0;
  border-radius: 100rem;
  background-color: #d1d3d5;
}
.stats-bar__indicator {
  font-size: 1.1rem;
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  color: #FFFFFF;
}
.stats-bar__result {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100%;
  height: 101%;
  transition: all 1s;
  transform: translate(-100%, -50%);
  border-radius: 100rem;
  background-color: #124D72;
  will-change: transform;
}
.Hylia-a-tag {
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
  line-height: 2.4rem;
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 25rem;
  height: 2.4rem;
  margin: 0.5rem;
  padding: 0 1rem;
  transition: background 0.3s;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #d1d3d5;
  border-radius: 1000rem;
}
.Hylia-a-tag--positive {
  background-color: #308449;
  color: #FFFFFF;
}
.Hylia-a-tag--positive.Hylia-a-tag--with-action:hover {
  background-color: #225f34;
}
.Hylia-a-tag--positive .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--positive .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--positive.Hylia-a-tag--animate {
  animation: "onPressTagpositive" 1s;
}
.Hylia-a-tag--positive .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--positive .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #225f34;
}
@keyframes "onPressTagpositive" {
  0% {
    box-shadow: 0 0 0 0 #308449;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(48, 132, 73, 0);
  }
}
.Hylia-a-tag--apprentice {
  background-color: #d1d3d5;
  color: #333333;
}
.Hylia-a-tag--apprentice.Hylia-a-tag--with-action:hover {
  background-color: #b6b9bd;
}
.Hylia-a-tag--apprentice .Hylia-a-tag__icon {
  color: rgba(51, 51, 51, 0.5);
}
.Hylia-a-tag--apprentice .Hylia-a-tag__icon--selected {
  color: #333333;
}
.Hylia-a-tag--apprentice.Hylia-a-tag--animate {
  animation: "onPressTagapprentice" 1s;
}
.Hylia-a-tag--apprentice .Hylia-a-icon-delete {
  color: rgba(51, 51, 51, 0.5);
}
.Hylia-a-tag--apprentice .Hylia-a-icon-delete:hover {
  color: #333333;
  background-color: #b6b9bd;
}
@keyframes "onPressTagapprentice" {
  0% {
    box-shadow: 0 0 0 0 #d1d3d5;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(209, 211, 213, 0);
  }
}
.Hylia-a-tag--warning {
  background-color: #E47524;
  color: #FFFFFF;
}
.Hylia-a-tag--warning.Hylia-a-tag--with-action:hover {
  background-color: #be5e17;
}
.Hylia-a-tag--warning .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--warning .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--warning.Hylia-a-tag--animate {
  animation: "onPressTagwarning" 1s;
}
.Hylia-a-tag--warning .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--warning .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #be5e17;
}
@keyframes "onPressTagwarning" {
  0% {
    box-shadow: 0 0 0 0 #E47524;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(228, 117, 36, 0);
  }
}
.Hylia-a-tag--negative {
  background-color: #D11548;
  color: #FFFFFF;
}
.Hylia-a-tag--negative.Hylia-a-tag--with-action:hover {
  background-color: #a31038;
}
.Hylia-a-tag--negative .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--negative .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--negative.Hylia-a-tag--animate {
  animation: "onPressTagnegative" 1s;
}
.Hylia-a-tag--negative .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--negative .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #a31038;
}
@keyframes "onPressTagnegative" {
  0% {
    box-shadow: 0 0 0 0 #D11548;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(209, 21, 72, 0);
  }
}
.Hylia-a-tag--joker {
  background-color: #8c4aef;
  color: #FFFFFF;
}
.Hylia-a-tag--joker.Hylia-a-tag--with-action:hover {
  background-color: #6e1beb;
}
.Hylia-a-tag--joker .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--joker .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--joker.Hylia-a-tag--animate {
  animation: "onPressTagjoker" 1s;
}
.Hylia-a-tag--joker .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--joker .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #6e1beb;
}
@keyframes "onPressTagjoker" {
  0% {
    box-shadow: 0 0 0 0 #8c4aef;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(140, 74, 239, 0);
  }
}
.Hylia-a-tag--zerg {
  background-color: #b30062;
  color: #FFFFFF;
}
.Hylia-a-tag--zerg.Hylia-a-tag--with-action:hover {
  background-color: #800046;
}
.Hylia-a-tag--zerg .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--zerg .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--zerg.Hylia-a-tag--animate {
  animation: "onPressTagzerg" 1s;
}
.Hylia-a-tag--zerg .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--zerg .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #800046;
}
@keyframes "onPressTagzerg" {
  0% {
    box-shadow: 0 0 0 0 #b30062;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(179, 0, 98, 0);
  }
}
.Hylia-a-tag--bb8 {
  background-color: #ff6914;
  color: #FFFFFF;
}
.Hylia-a-tag--bb8.Hylia-a-tag--with-action:hover {
  background-color: #e05100;
}
.Hylia-a-tag--bb8 .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--bb8 .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--bb8.Hylia-a-tag--animate {
  animation: "onPressTagbb8" 1s;
}
.Hylia-a-tag--bb8 .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--bb8 .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #e05100;
}
@keyframes "onPressTagbb8" {
  0% {
    box-shadow: 0 0 0 0 #ff6914;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(255, 105, 20, 0);
  }
}
.Hylia-a-tag--atreide {
  background-color: #b1b491;
  color: #FFFFFF;
}
.Hylia-a-tag--atreide.Hylia-a-tag--with-action:hover {
  background-color: #9b9f73;
}
.Hylia-a-tag--atreide .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--atreide .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--atreide.Hylia-a-tag--animate {
  animation: "onPressTagatreide" 1s;
}
.Hylia-a-tag--atreide .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--atreide .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #9b9f73;
}
@keyframes "onPressTagatreide" {
  0% {
    box-shadow: 0 0 0 0 #b1b491;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(177, 180, 145, 0);
  }
}
.Hylia-a-tag--punisher {
  background-color: #5e6b91;
  color: #FFFFFF;
}
.Hylia-a-tag--punisher.Hylia-a-tag--with-action:hover {
  background-color: #4a5472;
}
.Hylia-a-tag--punisher .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--punisher .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--punisher.Hylia-a-tag--animate {
  animation: "onPressTagpunisher" 1s;
}
.Hylia-a-tag--punisher .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--punisher .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #4a5472;
}
@keyframes "onPressTagpunisher" {
  0% {
    box-shadow: 0 0 0 0 #5e6b91;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(94, 107, 145, 0);
  }
}
.Hylia-a-tag--boo {
  background-color: #e86695;
  color: #FFFFFF;
}
.Hylia-a-tag--boo.Hylia-a-tag--with-action:hover {
  background-color: #e13a76;
}
.Hylia-a-tag--boo .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--boo .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--boo.Hylia-a-tag--animate {
  animation: "onPressTagboo" 1s;
}
.Hylia-a-tag--boo .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--boo .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #e13a76;
}
@keyframes "onPressTagboo" {
  0% {
    box-shadow: 0 0 0 0 #e86695;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(232, 102, 149, 0);
  }
}
.Hylia-a-tag--bouftou {
  background-color: #30b549;
  color: #FFFFFF;
}
.Hylia-a-tag--bouftou.Hylia-a-tag--with-action:hover {
  background-color: #258d39;
}
.Hylia-a-tag--bouftou .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--bouftou .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--bouftou.Hylia-a-tag--animate {
  animation: "onPressTagbouftou" 1s;
}
.Hylia-a-tag--bouftou .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--bouftou .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #258d39;
}
@keyframes "onPressTagbouftou" {
  0% {
    box-shadow: 0 0 0 0 #30b549;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(48, 181, 73, 0);
  }
}
.Hylia-a-tag--mystic {
  background-color: #00c3e4;
  color: #FFFFFF;
}
.Hylia-a-tag--mystic.Hylia-a-tag--with-action:hover {
  background-color: #0097b1;
}
.Hylia-a-tag--mystic .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--mystic .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--mystic.Hylia-a-tag--animate {
  animation: "onPressTagmystic" 1s;
}
.Hylia-a-tag--mystic .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--mystic .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #0097b1;
}
@keyframes "onPressTagmystic" {
  0% {
    box-shadow: 0 0 0 0 #00c3e4;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(0, 195, 228, 0);
  }
}
.Hylia-a-tag--emperor {
  background-color: #1c2333;
  color: #FFFFFF;
}
.Hylia-a-tag--emperor.Hylia-a-tag--with-action:hover {
  background-color: #0a0c12;
}
.Hylia-a-tag--emperor .Hylia-a-tag__icon {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--emperor .Hylia-a-tag__icon--selected {
  color: #ffffff;
}
.Hylia-a-tag--emperor.Hylia-a-tag--animate {
  animation: "onPressTagemperor" 1s;
}
.Hylia-a-tag--emperor .Hylia-a-icon-delete {
  color: rgba(255, 255, 255, 0.5);
}
.Hylia-a-tag--emperor .Hylia-a-icon-delete:hover {
  color: #ffffff;
  background-color: #0a0c12;
}
@keyframes "onPressTagemperor" {
  0% {
    box-shadow: 0 0 0 0 #1c2333;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(28, 35, 51, 0);
  }
}
.Hylia-a-tag__delete {
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.Hylia-a-tag--with-icon {
  text-align: left;
  padding-left: 2.5rem;
}
.Hylia-a-tag--with-remove {
  padding-right: 3rem;
}
.Hylia-a-tag__icon {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  color: #737373;
  transform: translateY(-50%);
}
.Hylia-a-tag--with-action {
  cursor: pointer;
  padding-left: 2rem;
}
.Hylia-a-tag--with-action .icon-check {
  opacity: 0.2;
}
.Hylia-a-tag--with-action .Hylia-a-tag__icon--selected {
  opacity: 0;
}
.Hylia-a-tag--with-action:hover .Hylia-a-tag__icon {
  opacity: 0;
}
.Hylia-a-tag--with-action:hover .icon-check,
.Hylia-a-tag--with-action:hover .Hylia-a-tag__icon--selected {
  opacity: 1;
}
.Hylia-a-tag--selected .Hylia-a-tag__icon {
  opacity: 0;
}
.Hylia-a-tag--selected .icon-check,
.Hylia-a-tag--selected .Hylia-a-tag__icon--selected {
  opacity: 1;
}
.Hylia-a-tag--dotted {
  color: #d1d3d5;
  border: 0.1rem dashed #d1d3d5;
  background: #FFFFFF;
}
.Hylia-a-tag--dotted:hover {
  background-color: #FFFFFF;
}
.Hylia-a-tag--disabled {
  opacity: 0.5;
}
.Hylia-a-tag--disabled:hover .Hylia-a-tag__icon {
  opacity: initial;
}
.Hylia-a-tag--disabled .Hylia-a-tag__delete:hover {
  color: initial;
  background-color: initial;
}
.text--regular,
p,
.note__label {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.8rem;
  font-weight: initial;
}
.text--regular a:hover,
p a:hover {
  text-decoration: underline;
}
.text--bold,
strong,
.block-objective__taskStatus {
  font-family: "Roboto_bold";
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.8rem;
  font-weight: initial;
}
.text--italic,
em {
  font-family: "Roboto_italic";
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.4rem;
  font-weight: initial;
}
.Hylia-a-textarea__wrapper {
  position: relative;
  transition: background 0.3s, border 0.3s;
  border: 0.1rem solid #E1E3E5;
  border-radius: 0.4rem;
  background: #FFFFFF;
}
.Hylia-a-textarea__wrapper:hover:not(.Hylia-a-textarea--disabled) {
  border-color: #c6c9cd;
}
.Hylia-a-textarea__wrapper--focus:not(.Hylia-a-textarea--disabled) {
  border-color: #78add9 !important;
}
.Hylia-a-textarea__wrapper--disabled {
  border-color: #d1d3d5;
  background-color: #d1d3d5;
}
.Hylia-a-textarea__wrapper--disabled textarea {
  background-color: #d1d3d5;
}
.Hylia-a-textarea__wrapper--error {
  border-color: #D11548;
}
.Hylia-a-textarea__wrapper--warning {
  border-color: #E47524;
}
.Hylia-a-textarea__area {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  line-height: 1.6rem;
  display: block;
  padding: 0.5rem 1rem 0 1rem;
  width: 100%;
  margin: 0.3rem 0 1.7rem 0;
  border: none;
  border-right: 0.3rem solid transparent;
  resize: none;
  cursor: text;
  color: #333333;
}
.Hylia-a-textarea__area::-webkit-input-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-a-textarea__area:-ms-input-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-a-textarea__area::-moz-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-a-textarea__area:-moz-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-a-textarea__area::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.Hylia-a-textarea__area::-webkit-scrollbar-track {
  border-radius: 100rem;
  background-color: rgba(51, 51, 51, 0.1);
}
.Hylia-a-textarea__area::-webkit-scrollbar-thumb {
  border-radius: 100rem;
  background-color: rgba(51, 51, 51, 0.6);
}
.Hylia-a-textarea__counter {
  font-family: "Roboto_regular";
  font-size: 1.2rem;
  position: absolute;
  right: 1.2rem;
  bottom: 0.2rem;
  text-align: right;
  color: #737373;
}
.Hylia-a-textarea-resizer {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
}
.Hylia-a-textarea-resizer__bar {
  display: inline-block;
  background-color: #737373;
}
.Hylia-a-textarea-resizer__bar--xl {
  width: 0.8rem;
  height: 0.1rem;
}
.Hylia-a-textarea-resizer__bar--sm {
  width: 0.4rem;
  height: 0.1rem;
  margin-top: 0.2rem;
}
.scrollbar--active {
  position: relative;
  overflow: hidden;
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  -ms-touch-action: auto;
  touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0;
  display: none;
  height: 15px;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  opacity: 0;
}
.ps__rail-y {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0.5rem;
  width: 0.3rem;
  margin: 2rem 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  border-radius: 100rem;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: #E3E3E3;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  height: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  border-radius: 6px;
  background-color: #AAAAAA;
}
.ps__thumb-y {
  /* please don't change 'position' */
  position: absolute;
  /* there must be 'right' for ps__thumb-y */
  right: -0.1rem;
  width: 6px;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  border-radius: 6px;
  background-color: #124D72;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  height: 11px;
  background-color: #999999;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.scrollbar::-webkit-scrollbar {
  height: 0.7rem;
  width: 0.7rem;
  margin-right: 0.2rem;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #E1E3E5;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 100rem;
  background-color: #124D72;
}
.chart-bar {
  display: block;
  cursor: pointer;
}
.chart-stat {
  width: 100%;
}
.loader-dots {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-dot {
  margin: 2px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #124D72;
  transform: scale(0.5);
  animation: scale-dot 1.2s ease-out infinite;
}
.loader-dot:nth-of-type(2) {
  animation-delay: 0.2s;
}
.loader-dot:nth-of-type(3) {
  animation-delay: 0.3s;
}
.loader-dot:nth-of-type(4) {
  animation-delay: 0.4s;
}
.loader-dot:nth-of-type(5) {
  animation-delay: 0.5s;
}
@keyframes scale-dot {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(0.5);
  }
}
.Hylia-a-icon-delete {
  padding: 0.2rem;
  transition: background 0.3s, color 0.3s;
  border-radius: 50%;
  cursor: pointer;
  color: #737373;
}
.Hylia-a-icon-delete:hover {
  color: #333333;
  background-color: #ececed;
}
.Hylia-a-toaster {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  width: 35rem;
  height: 8rem;
  padding: 2.5rem;
  border: 0.1rem solid #337BB8;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
.Hylia-a-toaster--positive {
  border-color: #308449;
}
.Hylia-a-toaster--positive .Hylia-a-toaster__icon {
  font-size: 1.4rem;
  line-height: 2.6rem;
  background-color: #308449;
}
.Hylia-a-toaster--warning {
  border-color: #E47524;
}
.Hylia-a-toaster--warning .Hylia-a-toaster__icon {
  font-size: 1.2rem;
  line-height: 2.5rem;
  background-color: #E47524;
}
.Hylia-a-toaster--information .Hylia-a-toaster__icon {
  font-size: 1.4rem;
  line-height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #337BB8;
}
.Hylia-a-toaster--information .Hylia-a-toaster__icon-info {
  width: 1.4rem;
}
.Hylia-a-toaster--negative {
  border-color: #D11548;
}
.Hylia-a-toaster--negative .Hylia-a-toaster__icon {
  line-height: 2.8rem;
  background-color: #D11548;
}
.Hylia-a-toaster__icon {
  font-size: 1.3rem;
  line-height: 2.5rem;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 3rem;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #337BB8;
}
.Hylia-a-toaster__close {
  font-size: 1.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #737373;
}
.Hylia-a-toaster__info {
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
}
.Hylia-a-toaster__error {
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  margin-top: 0.5rem;
  color: #D11548;
}
.Hylia-a-toaster__error--action {
  cursor: pointer;
}
.Hylia-a-toaster__error--action:hover {
  text-decoration: underline;
}
.Hylia-a-toaster__timer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Hylia-a-toaster__timer circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 3;
}
@keyframes timerToster {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 75;
  }
}
@keyframes animationToaster {
  0% {
    transform: translateY(3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.Hylia-a-tooltip {
  position: relative;
  display: inline-block;
}
.Hylia-a-tooltip *:disabled {
  pointer-events: none;
}
.Hylia-a-tooltip__text {
  border-radius: 0.4rem;
  padding: 0.6rem 1rem;
  color: #FFFFFF;
  background-color: #333333;
  overflow-wrap: break-word;
  width: max-content;
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.Hylia-a-tooltip__wrapper {
  box-shadow: 0 0.3rem 0.9rem 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
  display: flex;
  position: fixed;
  z-index: 9999;
  user-select: none;
  transition: opacity .5s;
}
.Hylia-a-tooltip__wrapper--shown {
  opacity: 1;
}
.Hylia-a-tooltip__wrapper--hidden {
  opacity: 0;
}
.Hylia-a-searchBar {
  position: relative;
}
.Hylia-a-searchBar__icon {
  font-size: 1.4rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #124D72;
}
.Hylia-a-searchBar__input {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  display: block;
  width: 100%;
  height: 3.5rem;
  padding: 1rem 3.5rem 1rem 1rem;
  cursor: text;
  transition: background 0.3s, border 0.3s;
  color: #333333;
  border: 0.1rem solid #E1E3E5;
  border-radius: 1000rem;
}
.Hylia-a-searchBar__input:hover:not(:disabled) {
  border-color: #c6c9cd;
}
.Hylia-a-searchBar__input:focus:not(:disabled) {
  border-color: #78add9;
}
.Hylia-a-searchBar__input:disabled {
  border-color: #d1d3d5;
  background-color: #d1d3d5;
}
.Hylia-a-searchBar__input:disabled + .Hylia-a-searchBar__icon {
  color: #737373;
}
.Hylia-a-searchBar__input::-webkit-input-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-a-searchBar__input:-ms-input-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-a-searchBar__input::-moz-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-a-searchBar__input:-moz-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-a-range {
  position: relative;
  margin-bottom: 2rem;
  padding-top: 3rem;
  width: 100%;
}
.Hylia-a-range__tooltip {
  position: absolute;
  z-index: 1;
  left: -0.5rem;
  bottom: -0.5rem;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grap;
  transform: translateX(-50%);
}
.Hylia-a-range__tooltip:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.Hylia-a-range__tooltip__pointer {
  font-size: 1.2rem;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.5rem solid #4c84ff;
  border-radius: 100rem;
  background: #FFFFFF;
}
.Hylia-a-range__tooltip__pointer--percent {
  margin: auto;
  margin-top: 0.5rem;
}
.Hylia-a-range__tooltip__pointer--target {
  position: absolute;
  z-index: 100;
  bottom: -0.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.Hylia-a-range__tooltip__number {
  font-size: 1.2rem;
  position: relative;
  padding: 0.2rem 0.8rem;
  color: #4c84ff;
  border-radius: 1000rem;
  background-color: rgba(76, 132, 255, 0.25);
  user-select: none;
}
.Hylia-a-range__progress {
  position: relative;
  height: 0.5rem;
  border-radius: 1000rem;
  background-color: #d1d3d5;
}
.Hylia-a-range__progress__state {
  background-color: #4c84ff;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5rem;
  border-radius: 100rem;
}
.Hylia-m-button-menu {
  position: relative;
}
.Hylia-m-button-menu .panel-menu {
  right: -1.2rem;
  bottom: -1rem;
}
.Hylia-a-date-picker {
  position: relative;
  display: block;
}
.Hylia-a-date-picker > div {
  width: 100%;
}
.Hylia-a-date-picker:before {
  width: 3.5rem;
  height: 3.5rem;
}
.Hylia-a-date-picker__date {
  color: #333333;
  height: 3.5rem;
  font-size: 1.4rem;
  font-family: "Roboto_regular";
  border: 0.1rem solid #E1E3E5;
  border-radius: 0.4rem;
  padding: 1rem;
  width: 100%;
}
.Hylia-a-date-picker__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #124D72;
}
.react-datepicker {
  font-family: "Roboto_regular";
  font-size: 1.1rem;
  border: 0.1rem solid #E1E3E5;
  border-radius: 0;
}
.react-datepicker-popper {
  width: 100%;
  z-index: 2;
}
.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 0;
}
.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 0;
}
.react-datepicker-wrapper {
  display: block;
}
.react-datepicker__triangle {
  display: none;
}
.react-datepicker__header {
  background-color: #E1E3E5;
  border-radius: 0;
}
.react-datepicker__current-month {
  font-family: "RobotoCondensed_regular";
  font-size: 1.3rem;
}
.react-datepicker__input-container {
  display: block;
}
.react-datepicker__day--selected {
  background-color: #337BB8;
}
.react-datepicker__day--selected:hover {
  background-color: #337BB8;
}
.message-timeline {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.message-timeline__date {
  text-transform: uppercase;
  color: #737373;
  font-size: 1rem;
}
.message-timeline__line {
  flex: 1;
  height: 0.1rem;
  margin-left: 1rem;
  background-color: #d1d3d5;
}
.Hylia-a-pagination__folio {
  height: 3.5rem;
  width: 3.3rem;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  color: #333333;
  transition: box-shadow 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.Hylia-a-pagination__folio--isActive {
  background-color: rgba(51, 123, 184, 0.25);
}
.Hylia-a-pagination__folio:not(:last-child) {
  margin-right: 0.5rem;
}
.Hylia-a-pagination__folio:hover,
.Hylia-a-pagination__folio:focus {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.Hylia-a-pagination-list {
  display: flex;
  align-items: center;
}
.Hylia-a-pagination-list__legend {
  flex-shrink: 0;
}
.Hylia-a-pagination-list__total {
  color: #124D72;
  display: inline-block;
  margin: 0 .5rem;
}
.Hylia-a-pagination-list .Hylia-m-dropdown {
  width: 6rem;
  margin: 0 0.5rem;
}
.Hylia-a-pagination-list .Hylia-a-button {
  margin: 0;
  margin-left: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  flex-shrink: 0;
}
/*
* Imports Molecules
*/
.button-download {
  position: relative;
  overflow: hidden;
  height: 3.5rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #122b40;
}
.button-download:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 1s 0.5s;
  transform: translateX(-101%);
  background-color: #337BB8;
}
.button-download--active > span {
  position: relative;
  z-index: 2;
  display: inline-block;
  animation: download 0.5s;
}
.button-download--active:before {
  transform: translateX(0) !important;
}
@keyframes download {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.button-primary--disable {
  background-color: #d1d3d5;
  transition: 1s all;
}
.button-primary--disable:hover {
  background-color: #b6b9bd;
}
.button-primary--disable:hover .button__badge {
  color: #b6b9bd;
}
.button-primary--disable .button__badge {
  color: #d1d3d5;
}
.button-primary--danger {
  background-color: #D11548;
  transition: 1s all;
}
.button-primary--danger:hover {
  background-color: #a31038;
}
.button-primary--danger:hover .button__badge {
  color: #a31038;
}
.button-primary--danger .button__badge {
  color: #D11548;
}
.button-primary--warning {
  background-color: #E47524;
  transition: 1s all;
}
.button-primary--warning:hover {
  background-color: #be5e17;
}
.button-primary--warning:hover .button__badge {
  color: #be5e17;
}
.button-primary--warning .button__badge {
  color: #E47524;
}
.button-primary--success {
  background-color: #308449;
  transition: 1s all;
}
.button-primary--success:hover {
  background-color: #225f34;
}
.button-primary--success:hover .button__badge {
  color: #225f34;
}
.button-primary--success .button__badge {
  color: #308449;
}
.button-primary--default {
  background-color: #124D72;
  transition: 1s all;
}
.button-primary--default:hover {
  background-color: #0b2f46;
}
.button-primary--default:hover .button__badge {
  color: #0b2f46;
}
.button-primary--default .button__badge {
  color: #124D72;
}
.button-primary--normal {
  min-width: 11.5rem;
  height: 3.5rem;
}
.button-primary--medium {
  min-width: 11.5rem;
  height: 3rem;
}
.button-primary--small {
  min-width: 11.5rem;
  height: 2.4rem;
}
.button-round {
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-width: 0.2rem;
  border-style: solid;
  border-radius: 50%;
}
.button-round-dropdown {
  width: 3.3rem;
  height: 3.3rem;
}
.button-round-dropdown__up,
.button-round-dropdown__down {
  position: absolute;
  top: 50%;
  left: 50%;
}
.button-round-dropdown__up {
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  transform: translate(-50%, -80%);
  opacity: 0;
  color: #FFFFFF;
}
.button-round-dropdown__down {
  transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
  transform: translate(-50%, -50%);
  opacity: 1;
  color: #124D72;
}
.button-round-dropdown--open {
  background-color: #124D72;
}
.button-round-dropdown--open .button-round-dropdown__down {
  transform: translate(-50%, -80%);
  opacity: 0;
}
.button-round-dropdown--open .button-round-dropdown__up {
  transform: translate(-50%, -55%);
  opacity: 1;
}
.button-secondary--disable {
  color: #d1d3d5;
  border: solid 0.1rem #d1d3d5;
  transition: 1s all;
}
.button-secondary--disable:hover {
  background-color: #d1d3d5;
  color: #FFFFFF;
}
.button-secondary--disable .button__badge {
  color: #d1d3d5;
}
.button-secondary--danger {
  color: #D11548;
  border: solid 0.1rem #D11548;
  transition: 1s all;
}
.button-secondary--danger:hover {
  background-color: #D11548;
  color: #FFFFFF;
}
.button-secondary--danger .button__badge {
  color: #D11548;
}
.button-secondary--warning {
  color: #E47524;
  border: solid 0.1rem #E47524;
  transition: 1s all;
}
.button-secondary--warning:hover {
  background-color: #E47524;
  color: #FFFFFF;
}
.button-secondary--warning .button__badge {
  color: #E47524;
}
.button-secondary--success {
  color: #308449;
  border: solid 0.1rem #308449;
  transition: 1s all;
}
.button-secondary--success:hover {
  background-color: #308449;
  color: #FFFFFF;
}
.button-secondary--success .button__badge {
  color: #308449;
}
.button-secondary--default {
  color: #124D72;
  border: solid 0.1rem #124D72;
  transition: 1s all;
}
.button-secondary--default:hover {
  background-color: #124D72;
  color: #FFFFFF;
}
.button-secondary--default .button__badge {
  color: #124D72;
}
.button-secondary--normal {
  min-width: 11.5rem;
  height: 3.5rem;
}
.button-secondary--medium {
  min-width: 11.5rem;
  height: 3rem;
}
.button-secondary--small {
  min-width: 11.5rem;
  height: 2.4rem;
}
.Hylia-m-button-switcher {
  display: flex;
  align-items: center;
  position: relative;
  border: 0.1rem solid #E1E3E5;
  border-radius: 0.4rem;
}
.Hylia-m-button-switcher__status {
  position: absolute;
  z-index: 8;
  top: 0.1rem;
  bottom: 0.1rem;
  background-color: #337bb8;
  border-radius: 0.4rem;
  transition: transform 0.4s ease-in-out;
}
.Hylia-m-button-switcher__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 100%;
  position: relative;
  z-index: 10;
  min-width: 11.5rem;
  height: 3rem;
  margin: 0.1rem;
  border-radius: 0.3rem;
  text-align: center;
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
  color: #000;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.Hylia-m-button-switcher__item--active {
  color: #FFFFFF;
}
.card {
  border-radius: 0.4rem;
}
.card__iconography {
  font-size: 4rem;
  position: relative;
  top: -2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto -2rem auto;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #124D72;
}
.card__avatar {
  position: relative;
  margin: 0 auto -2rem auto;
  transform: translateY(-15%);
}
.card__wrapper {
  padding: 2rem;
}
.card--plain {
  background-color: #F0F0F0;
}
.card--border {
  border: 0.1rem solid #E1E3E5;
}
.chart-circle {
  position: relative;
  display: inline-block;
}
.chart-circle__score {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto_bold";
  font-size: 3.2rem;
  color: #308449;
  line-height: 2rem;
  font-weight: initial;
}
.chart-circle__desc {
  display: block;
  margin-top: 1rem;
  text-align: center;
  font-family: "Roboto_regular";
  font-size: 1rem;
  color: #737373;
  line-height: 1rem;
  font-weight: initial;
}
.comment__area {
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #d1d3d5;
}
.comment__avatar {
  margin-right: 3rem;
}
.comment__message {
  flex: 1;
}
.comment__button {
  margin-top: 2rem;
  text-align: right;
}
.dataform__icon {
  font-size: 3rem;
  line-height: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
.feed {
  display: flex;
  align-items: center;
  flex: 1;
}
.feed__desc {
  flex: 1;
  margin-left: 1rem;
}
.feedback {
  display: flex;
  overflow: hidden;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  border: 0.1rem solid #d1d3d5;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
}
.feedback--withoutBorder {
  border: none;
}
.feedback--head {
  flex-direction: column;
}
.feedback--head:not(:last-child) {
  margin-bottom: 2rem;
}
.feedback__button-more {
  font-size: 2rem;
  cursor: pointer;
  color: #737373;
}
.feedback__button-more--padding {
  margin-left: 5.6rem;
}
.feedback__button-collapse {
  font-size: 1.6rem;
  position: relative;
  margin-left: 5.6rem;
  padding-right: 0;
  cursor: pointer;
}
.feedback__time {
  width: 8rem;
  color: #737373;
}
.feedback__text {
  padding-bottom: 2rem;
  padding-left: 8rem;
}
.feedback__title,
.feedback__post {
  flex: 1;
  padding-right: 3rem;
}
.feedback__label {
  flex: 1;
  padding-right: 3rem;
}
.feedback__post {
  flex: 1;
}
.feedback__content {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  flex-basis: auto;
  justify-content: space-between;
  min-height: 3.3rem;
  margin: 2rem 2.5rem;
}
.feedback__content--head {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.feedback__content--head:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  content: "";
  background-color: #d1d3d5;
}
.feedback__status {
  display: flex;
  align-items: center;
}
.feedback__icon {
  font-size: 2.6rem;
  padding-right: 4.5rem;
  color: #333333;
}
.feedback__tag {
  min-width: 13.5rem;
  height: 3rem;
  color: #FFFFFF;
}
.feedback-collapse {
  overflow: hidden;
  height: 0;
}
.feedback-collapse__content {
  position: relative;
  display: flex;
  flex: 1;
  flex-basis: auto;
  padding: 2rem 2.5rem 5rem 2.5rem;
  background-color: #FAFAFA;
}
.feedback-collapse__feeds {
  margin-left: 6rem;
}
.feedback-collapse-button {
  position: absolute;
  right: -0.1rem;
  bottom: -0.7rem;
  display: flex;
  padding: 0.7rem 3rem 1.4rem 3rem;
  cursor: pointer;
  transition: all 0.3s;
  border: 0.1rem solid #d1d3d5;
  border-top-left-radius: 0.4rem;
  background-color: #FFFFFF;
}
.feedback-collapse-button:hover {
  transform: translateY(-0.5rem);
}
.feedback-collapse-button__icon {
  padding-left: 1.5rem;
}
.item-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.5rem;
  padding: 0 2rem;
  transform: scaleY(1);
  background-color: #FFFFFF;
}
.item-dropdown label {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s;
  border: 0.1rem solid #FFFFFF;
}
.item-dropdown label:hover {
  border: 0.1rem solid #337BB8;
}
.item-dropdown--isActive label {
  border: 0.1rem solid #124D72;
}
.item-dropdown__desc {
  flex: 1;
  padding-left: 3rem;
}
.item-dropdown__date,
.item-dropdown__tag {
  width: 20%;
}
.item-dropdown__tag {
  min-width: 16rem;
  height: 3rem;
  color: #FFFFFF;
}
.item-dropdown__input {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 1.5rem;
}
.list-social__icon {
  font-size: 1.8rem;
  padding-right: 0.5rem;
}
.list-social__icon--linkedin {
  color: #0077B5;
}
.list-social__icon--viadeo {
  color: #F07355;
}
.list-social__icon--skype {
  color: #00ACF4;
}
.list-social__icon--twitter {
  color: #55ACEE;
}
.list-social__item {
  padding-top: 1rem;
}
.list-tags {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.list-tags__item {
  margin: 0.3rem 1.4rem 0.5rem 0;
}
.list-tags__more {
  font-size: 2rem;
  line-height: 2rem;
  padding: 0 1.2rem;
  color: #737373;
  border: 2px solid #d1d3d5;
  background: transparent;
}
.Hylia-m-listTag {
  display: inline-flex;
  flex-wrap: wrap;
  min-height: 3.5rem;
  align-items: center;
  cursor: text;
  color: #333333;
  border: 0.1rem solid #E1E3E5;
  border-radius: 0.4rem;
  transition: padding .3s;
}
.Hylia-m-listTag__placeholder {
  color: #737373;
  font-family: "Roboto_regular";
}
.Hylia-m-listTag__field {
  margin: 0 1rem;
}
.Hylia-m-listTag:hover:not(:disabled) {
  border-color: #c6c9cd;
}
.Hylia-m-listTag--focus {
  border-color: #78add9;
}
.Hylia-m-listTag--disabled {
  border-color: #d1d3d5;
  background-color: #d1d3d5;
}
.Hylia-m-listTag__input {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  border: none;
  margin: 0.5rem 0;
  background-color: transparent;
}
.navbar {
  position: relative;
}
.navbar--sticky {
  position: fixed;
  top: 0;
  transition: all 1s;
  transform: translateY(7.5rem);
}
.navbar a {
  display: inline-flex;
  width: 100%;
  color: #124D72;
}
.navbar--horizontal {
  display: flex;
}
.navbar--horizontal--active:before {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5rem;
  content: "";
  border-radius: 100rem;
  background-color: #124D72;
}
.navbar--horizontal li {
  position: relative;
  padding: 0 1rem 1rem 1rem;
  cursor: pointer;
  text-decoration: none;
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
  color: #124D72;
  line-height: 1.8rem;
  font-weight: initial;
}
.navbar--horizontal li a {
  padding: 0 1rem 1rem 1rem;
  text-decoration: none;
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
  color: #124D72;
  line-height: 1.8rem;
  font-weight: initial;
}
.navbar--vertical {
  display: flex;
  flex-direction: column;
  border-left: 0.1rem solid #d1d3d5;
}
.navbar--vertical li {
  position: relative;
  padding: 0 1rem 1rem 1rem;
  cursor: pointer;
  text-decoration: none;
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
  color: #124D72;
  line-height: 1.8rem;
  font-weight: initial;
}
.navbar--vertical li a {
  padding: 1rem 1rem 1rem 2rem;
  transition: all 1s;
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
  color: #124D72;
  line-height: 1.8rem;
  font-weight: initial;
}
.navbar-status {
  position: absolute;
  display: block;
  border-radius: 100rem;
  background-color: #8FA9BA;
}
.navbar-status--showActive {
  position: absolute;
  top: 0;
  left: -0.2rem;
  display: block;
  width: 0.5rem;
  border-radius: 100rem;
  background-color: #124D72;
}
.navbar-status--horizontal {
  bottom: -0.3rem;
  height: 0.5rem;
}
.navbar-status--vertical {
  top: 0;
  left: -0.2rem;
  overflow: hidden;
  width: 0.5rem;
}
.navbar-list-profil {
  height: 100%;
}
.navbar-list-profil__item {
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar-list-profil__status {
  position: relative;
  top: 0.4rem;
  margin-left: 1rem;
}
.navbar-miniCard-profil__avatar {
  position: relative;
  margin-right: 1rem;
}
.navbar-miniCard-profil__flag {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
}
.Hylia-m-panel {
  display: flex;
  flex-direction: column;
  width: fit-content;
  border-radius: 0.4rem;
  border: 1px solid #d1d3d5;
}
.Hylia-m-panel--collapsible > .Hylia-m-panel__header-wrapper {
  cursor: pointer;
}
.Hylia-m-panel__header-wrapper {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  overflow: hidden;
  min-height: 6rem;
}
.Hylia-m-panel__header-wrapper__header {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  height: 6rem;
}
.Hylia-m-panel__header-wrapper__header h1,
.Hylia-m-panel__header-wrapper__header h2,
.Hylia-m-panel__header-wrapper__header h3,
.Hylia-m-panel__header-wrapper__header h4,
.Hylia-m-panel__header-wrapper__header h5,
.Hylia-m-panel__header-wrapper__header h6 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: auto;
  font-family: "Roboto_regular";
}
.Hylia-m-panel__header-wrapper__header__buttons {
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.Hylia-m-panel__header-wrapper__header__buttons > * {
  cursor: default;
}
.Hylia-m-panel__header-wrapper__collapse-icon {
  min-width: 0;
  display: flex;
  align-items: center;
  height: 6rem;
  margin-left: auto;
}
.Hylia-m-panel__content-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all .5s;
  width: 100%;
}
.Hylia-m-panel__content {
  box-sizing: border-box;
  padding: 2rem;
  overflow: auto;
  height: fit-content;
  width: 100%;
}
.Hylia-m-panel:hover {
  box-shadow: 0 0.3rem 0.9rem 0 rgba(0, 0, 0, 0.1);
}
.Hylia-m-panel:focus,
.Hylia-m-panel:active {
  box-shadow: 0 0.3rem 0.9rem 0 rgba(0, 0, 0, 0.2);
}
.Hylia-m-status-bar {
  font-size: 1.1rem;
  color: #737373;
  display: flex;
}
.Hylia-m-status-bar__item:not(:last-child) {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: solid 0.1rem rgba(149, 160, 178, 0.2);
}
.block-chart {
  padding: 2rem 2rem;
  text-align: center;
  background-color: #FAFAFA;
}
.block-chart__rating {
  padding: 2.5rem 0 3.8rem 0;
}
.block-chart__icon {
  font-size: 1.8rem;
  padding-right: 0.5rem;
  color: #fddc41;
}
.block-chart__chart {
  margin-top: 4rem;
}
.block-chart__button {
  min-width: 100%;
}
.block-chart__tag {
  min-width: 18rem;
  height: 3rem;
  margin: 0.8rem 0;
  color: #FFFFFF;
}
.block-chart__tag:before,
.block-chart__tag:after {
  display: block;
  content: "";
}
.tidy {
  display: flex;
  align-items: center;
  flex: 1;
  height: 3.5rem;
  padding: 0 2rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  background-color: #F0F0F0;
}
.tidy--dishBottom {
  border-radius: 0.4rem 0.4rem 0 0;
}
.vignette {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3rem 0;
}
.vignette__icon {
  font-size: 7.5rem;
  line-height: 7.5rem;
  padding: 1rem 0;
  color: #F0F0F0;
}
.vignette__button {
  min-width: 17.5rem;
  margin-top: 1rem;
}
.stat-icons {
  position: relative;
  display: inline-block;
}
.stat-icons__ladder i {
  margin-right: .5rem;
  font-size: 2.4rem;
}
.stat-icons__ladder--anim {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  white-space: nowrap;
  color: #124D72;
}
.todo-list__item {
  padding-top: 1rem;
  padding-left: 0.8rem;
}
.todo-list__checkbox {
  display: flex;
  cursor: pointer;
  padding: 0.5rem 0;
}
.todo-list__checkbox__input:checked + span {
  border: none;
  background-color: none;
}
.todo-list__checkbox__input:checked + span:before {
  color: #308449;
  font-size: 2.5rem;
}
.todo-list__checkbox__apparence {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transition: 0.5s all;
  text-align: center;
  border: 0.1rem solid #124D72;
  border-radius: 0.5rem;
}
.todo-list__checkbox__apparence:before {
  font-family: "talentsoft-font-icons" !important;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\E98D";
  transition: all 0.5s ease-out;
  transform: translate(-50%, -72%);
  text-transform: none;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.Hylia-m-groupButton {
  display: flex;
  flex-wrap: nowrap;
}
.Hylia-m-groupButton button {
  flex: 1;
  min-width: auto;
  margin: 0;
  border-radius: 0;
}
.Hylia-m-groupButton button:first-child {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.Hylia-m-groupButton button:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.Hylia-m-groupButton button:focus {
  animation: none !important;
}
.Hylia-m-groupButton .Hylia-a-button-secondary {
  border-right-width: 0;
}
.Hylia-m-groupButton .Hylia-a-button-secondary:last-child {
  border-right-width: 0.1rem;
}
.Hylia-m-groupButton .Hylia-a-button--icon {
  padding: 0 1rem;
}
.Hylia-m-groupButton .Hylia-a-button--icon i {
  position: static;
  padding: 0;
}
.Hylia-m-dropdown {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 3.5rem;
  padding: 0 3.5rem 0 0.5rem;
  transition: background-color 0.3s, border 0.3s;
  color: #333333;
  border: 0.1rem solid #E1E3E5;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
}
.Hylia-m-dropdown--open {
  border-color: #78add9;
  border-bottom-color: #E1E3E5 !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.Hylia-m-dropdown--open.Hylia-m-dropdown--ghost {
  border-top: 0.1rem solid #78add9;
  border-right: 0.1rem solid #78add9;
  border-left: 0.1rem solid #78add9;
}
.Hylia-m-dropdown--disabled {
  background-color: #d1d3d5;
}
.Hylia-m-dropdown--disabled .Hylia-m-dropdown__icon {
  color: #737373;
}
.Hylia-m-dropdown--error {
  border: 0.1rem solid #D11548;
}
.Hylia-m-dropdown--warning {
  border: 0.1rem solid #E47524;
}
.Hylia-m-dropdown--ghost {
  border-top: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
}
.Hylia-m-dropdown:focus:not(.Hylia-m-dropdown--disabled),
.Hylia-m-dropdown:hover:not(.Hylia-m-dropdown--disabled) {
  border-color: #78add9;
}
.Hylia-m-dropdown .Hylia-a-tag {
  min-width: auto;
  margin: 0.4rem 0.5rem;
  padding-right: 3rem;
  padding-left: 1rem;
}
.Hylia-m-dropdown__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  margin-left: auto;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  color: #124D72;
  border-radius: 50%;
}
.Hylia-m-dropdown__step:hover {
  color: #FFFFFF;
  background-color: #124D72 !important;
}
.Hylia-m-dropdown__count-tag {
  display: flex;
  align-items: center;
}
.Hylia-m-dropdown__count-tag .Hylia-a-tag {
  padding-right: 1rem;
}
.Hylia-m-dropdown__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  padding: 0.2rem;
  transform: translateY(-50%);
  color: #124D72;
}
.Hylia-m-dropdown__remove-tag {
  font-family: "Roboto_regular";
  font-size: 1.2rem;
  font-style: italic;
  margin: 0.5rem 0 0.5rem 1rem;
  cursor: pointer;
  color: #124D72;
}
.Hylia-m-dropdown__remove-tag:hover {
  text-decoration: underline;
}
.Hylia-m-dropdown__search {
  display: flex;
  align-items: center;
  padding: 1rem;
  color: #737373;
  border-bottom: 0.1rem solid #E1E3E5;
}
.Hylia-m-dropdown__search i {
  cursor: pointer;
}
.Hylia-m-dropdown__search input {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  width: 100%;
  padding: 0 0.5rem;
  color: #333333;
  border: none;
}
.Hylia-m-dropdown__placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  overflow: hidden;
  margin-left: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #737373;
}
.Hylia-m-dropdown__label {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  overflow: hidden;
  margin-left: 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.Hylia-m-dropdown__selection {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 15rem;
  max-height: 15rem;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.Hylia-m-dropdown__menu {
  position: absolute;
  z-index: 100;
  top: calc(100% + .1rem);
  left: 0;
  width: calc(100% + .2rem);
  margin: 0 -0.1rem;
  border-right: 0.1rem solid #78add9;
  border-bottom: 0.1rem solid #78add9;
  border-left: 0.1rem solid #78add9;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  outline: 0;
  background-color: #FFFFFF;
}
.Hylia-m-dropdown-choices {
  flex: 0 0 100%;
}
.Hylia-m-dropdown-choices__title {
  padding: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: #F0F0F0;
}
.Hylia-m-dropdown-choices__title .Hylia-m-dropdown__step {
  margin-right: 1rem;
  background-color: #FFFFFF;
}
.Hylia-m-dropdown-choices__title:hover {
  background-color: #d1d3d5;
}
.Hylia-m-dropdown-choices__title:hover .Hylia-m-dropdown__step {
  color: #FFFFFF;
  background-color: #124D72;
}
.Hylia-m-dropdown-choices__noresult {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-align: center;
  color: #737373;
}
.Hylia-m-dropdown-choices__value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Hylia-m-dropdown-choices__icon {
  margin-right: 0.5rem;
  transition: 0.3s color;
  color: #d1d3d5;
}
.Hylia-m-dropdown-choices__wrapper {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.Hylia-m-dropdown-choices__wrapper::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.Hylia-m-dropdown-choices__wrapper::-webkit-scrollbar-track {
  border-radius: 100rem;
  background-color: rgba(51, 51, 51, 0.1);
}
.Hylia-m-dropdown-choices__wrapper::-webkit-scrollbar-thumb {
  border-radius: 100rem;
  background-color: rgba(51, 51, 51, 0.4);
}
.Hylia-m-dropdown-choices__category {
  font-family: "Roboto_bold";
  font-style: italic;
  padding: 1rem;
  color: #d1d3d5;
}
.Hylia-m-dropdown-choices__category:not(:first-child):before {
  position: relative;
  top: -1rem;
  display: block;
  width: 100%;
  height: 0.1rem;
  content: "";
  background-color: #d1d3d5;
}
.Hylia-m-dropdown-choices__category:first-letter {
  text-transform: uppercase;
}
.Hylia-m-dropdown-choices__item {
  display: flex;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  transition: background-color 0.2s;
  background-color: #FFFFFF;
}
.Hylia-m-dropdown-choices__item--active {
  background-color: #337BB8;
}
.Hylia-m-dropdown-choices__item--active .Hylia-m-dropdown-choices__icon {
  color: #333333;
}
.Hylia-m-dropdown-choices__item:hover:not(.Hylia-m-dropdown-choices__item--active) {
  background-color: #F0F0F0;
}
.Hylia-m-dropdown-choices__item:hover:not(.Hylia-m-dropdown-choices__item--active) .Hylia-m-dropdown-choices__icon {
  color: #333333;
}
.Hylia-m-dropdown-choices__item:hover:not(.Hylia-m-dropdown-choices__item--active) .Hylia-m-dropdown-choices__panel {
  color: #FFFFFF;
  background-color: #124D72;
}
.Hylia-m-dropdown-choices__item:hover:not(.Hylia-m-dropdown-choices__item--active) .Hylia-m-dropdown__step {
  background-color: #FFFFFF;
}
.Hylia-m-dropdown__anim-enter {
  transform: translateX(100%);
  opacity: 0;
}
.Hylia-m-dropdown__anim-enter.Hylia-m-dropdown__anim-enter-active {
  transition: all 0.3s ease-in-out;
  transform: translateX(0%);
  opacity: 1;
}
.Hylia-m-dropdown__anim-exit {
  transform: translateX(0%);
  opacity: 1;
}
.Hylia-m-dropdown__anim-exit.Hylia-m-dropdown__anim-exit-active {
  transition: all 0.3s ease-in-out;
  transform: translateX(-100%);
  opacity: 0;
}
.Hylia-m-form-item .Hylia-a-label {
  margin: 1rem 0 0.5rem 0;
}
.Hylia-m-boxmessage {
  width: 100%;
}
.Hylia-m-boxmessage__message {
  position: relative;
  width: 100%;
}
.Hylia-m-boxmessage__textarea {
  box-sizing: border-box;
  border: 0.1rem solid #E1E3E5;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  resize: none;
  overflow: auto;
  height: auto;
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  width: 100%;
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  line-height: 1.7rem;
  transition: background-color 0.3s, border 0.3s;
}
.Hylia-m-boxmessage__textarea:hover {
  border-color: #c6c9cd;
}
.Hylia-m-boxmessage__textarea:focus {
  border-color: #78add9 !important;
}
.Hylia-m-boxmessage__textarea:disabled {
  border-color: #d1d3d5;
  background-color: #d1d3d5;
}
.Hylia-m-boxmessage__textarea::-webkit-input-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-m-boxmessage__textarea:-ms-input-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-m-boxmessage__textarea::-moz-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-m-boxmessage__textarea:-moz-placeholder {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-m-boxmessage__textarea::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.Hylia-m-boxmessage__textarea::-webkit-scrollbar-track {
  border-radius: 100rem;
  background-color: rgba(51, 51, 51, 0.1);
}
.Hylia-m-boxmessage__textarea::-webkit-scrollbar-thumb {
  border-radius: 100rem;
  background-color: rgba(51, 51, 51, 0.6);
}
.Hylia-m-boxmessage__toolbar {
  display: flex;
  justify-content: flex-end;
  padding: 0 1rem;
  margin-top: .5rem;
}
.Hylia-m-boxmessage__emojiPicker {
  position: absolute;
  top: 2.8rem;
  right: -1.5rem;
  visibility: hidden;
  transition: 0.3s opacity, 0.3s 0.3s visibility;
  opacity: 0;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.29);
}
@media screen and (max-width: 768px) {
  .Hylia-m-boxmessage__emojiPicker {
    top: 3.8rem;
    right: -0.8rem;
  }
}
.Hylia-m-boxmessage__emojiPicker:before {
  position: absolute;
  z-index: 12;
  top: -0.5rem;
  right: 1rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  transform: rotate(-45deg);
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.29);
}
.Hylia-m-boxmessage__emojiPicker:after {
  position: absolute;
  z-index: 14;
  top: 0;
  right: 0.3rem;
  display: block;
  width: 6rem;
  height: 2rem;
  content: "";
  background-color: #FFFFFF;
}
.Hylia-m-boxmessage__emojiPicker--active {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transition: 0s visibility, 0.3s opacity;
}
.Hylia-m-boxmessage__emojiPicker__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 2.5rem;
  position: relative;
  z-index: 20;
  width: 25.5rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .Hylia-m-boxmessage__emojiPicker__wrapper {
    font-size: 1.6rem;
    width: 19.5rem;
  }
}
.Hylia-m-boxmessage__emojiPicker__wrapper span {
  display: inline-block;
  margin: 0.2rem;
  cursor: pointer;
}
.Hylia-m-boxmessage__emoji {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
}
@media screen and (max-width: 768px) {
  .Hylia-m-boxmessage__emoji {
    top: 0.1rem;
    font-size: 2.5rem;
  }
}
.Hylia-m-boxmessage__emoji i {
  color: #737373;
  transition: color 0.3s;
  cursor: pointer;
}
.Hylia-m-boxmessage__emoji i:hover {
  color: #124D72;
}
.Hylia-m-boxmessage__send {
  color: #124D72;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .Hylia-m-boxmessage__send {
    top: 0.1rem;
    font-size: 2.5rem;
  }
}
.Hylia-m-message {
  position: relative;
  animation: appearFeed 1s forwards;
}
.Hylia-m-message__avatar {
  flex-shrink: 0;
  flex-grow: 0;
}
.Hylia-m-message__comment {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  width: 100%;
}
.Hylia-m-message__comment .Hylia-a-button {
  color: #d1d3d5;
}
.Hylia-m-message__comment .Hylia-a-button:hover {
  color: #124D72;
}
.Hylia-m-message__date {
  font-size: 1rem;
  text-transform: uppercase;
  color: #737373;
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.Hylia-m-message__message {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.Hylia-m-message__wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  flex: 1;
  align-items: flex-start;
}
.Hylia-m-message__author {
  font-family: "Roboto_bold";
  color: #124D72;
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.Hylia-m-message__text {
  font-family: "Roboto_regular";
  border-radius: 0.4rem;
  font-size: 1.4rem;
  padding: 1rem;
  white-space: pre-wrap;
  background-color: #f5f6fa;
}
/*
* Imports Organisms
*/
.Hylia-o-action-popin {
  position: relative;
}
.Hylia-o-action-popin__button {
  border: solid 0.1rem #d1d3d5;
  border-radius: 0.4rem;
  background-color: #F0F0F0;
  color: #737373;
  padding: 0.5rem;
  cursor: pointer;
  transition: color 0.3s;
  margin-bottom: 0.3rem;
}
.Hylia-o-action-popin__button:hover {
  color: #F0F0F0;
  background-color: #737373;
}
.Hylia-o-action-popin__icon {
  padding-right: 0.3rem;
  font-size: 1rem;
}
.breadcrumb {
  display: flex;
  align-items: center;
  width: 110rem;
  height: 4.6rem;
  margin: 6rem auto 0 auto;
  transition: background 0.5s;
  border-radius: 0.4rem 0.4rem 0 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.breadcrumb:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
.breadcrumb__wire {
  margin: 0 0.6rem;
  font-family: "RobotoCondensed_regular";
  font-size: 1.4rem;
  color: #124D72;
  line-height: 1.8rem;
  font-weight: initial;
}
.breadcrumb__wire:hover:not(.breadcrumb__wire--selected) {
  text-decoration: underline;
}
.breadcrumb__wire--selected {
  color: #333333;
}
.breadcrumb__next {
  font-size: 1rem;
  color: #124D72;
}
.breadcrumb__return {
  font-size: 2.2rem;
  line-height: 2.2rem;
  position: relative;
  left: -0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  margin-right: 0.6rem;
  transition: background 0.5s;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 0.4rem 0 0 0;
  background-color: #4580A5;
}
.breadcrumb__return:hover {
  background-color: #124D72;
}
.Hylia-o-card {
  border-radius: 0.4rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  background-color: #FFFFFF;
}
.Hylia-o-card__header {
  font-size: 1.5rem;
  font-family: "Roboto_medium";
  color: #333333;
  margin: 0.8rem;
  padding: 0.8rem;
}
.Hylia-o-card__content {
  border-radius: 0.4rem;
  background-color: #f5f6fa;
  margin: 0.8rem;
}
.Hylia-o-card__footer {
  margin: 0.8rem;
}
.header {
  padding: 2.2rem 5rem 0 5rem;
  border-bottom: 0.1rem solid #E3E3E3;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  background: #FFFFFF;
}
.header__navbar {
  margin-top: 5rem;
}
.header__tags {
  margin-top: 2.4rem;
}
.list-dataform {
  display: inline-block;
  width: 100%;
}
.list-dataform__item:not(:last-child) {
  margin-bottom: 2rem;
}
.list-dataform__item--divider {
  padding-top: 2rem;
  border-top: 0.1rem solid #E1E3E5;
}
.list-dataform__item--icono {
  display: flex;
  align-items: center;
}
.list-dropdown {
  position: absolute;
  z-index: 5;
  top: -4rem;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-height: 18.5rem;
  transition: all 0.5s;
  transform-origin: top center;
  background-color: #E1E3E5;
}
.list-dropdown:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  content: "";
  background-color: #E1E3E5;
}
.list-dropdown__wrapper {
  position: relative;
  max-height: 18.5rem;
  padding-right: 1rem;
}
.list-dropdown__item {
  margin: 0.5rem;
}
.list-dropdown--hidden {
  overflow: hidden;
  max-height: 0;
}
.list-feed__item {
  margin-bottom: 2rem;
}
.list-vignette {
  display: flex;
}
.list-vignette li:nth-child(odd) .vignette {
  background-color: #F0F0F0;
}
.list-vignette li:nth-child(odd) .vignette > .vignette__icon {
  color: #FFFFFF;
}
.menu-actions {
  display: flex;
  align-items: center;
}
.menu-actions li:not(:last-child) {
  margin-right: 0.6rem;
}
.menu-actions__menu {
  color: #FFFFFF;
}
.menu-actions__action {
  position: relative;
  transition: all 0.5s;
  color: #124D72;
}
.menu-actions__action:hover {
  color: #FFFFFF;
  background-color: #124D72;
}
.navbar-profil {
  position: relative;
  height: 4.5rem;
  /*
* When the menu is sticked
*/
}
.navbar-profil__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
.navbar-profil__identity {
  overflow: hidden;
  height: 4.5rem;
}
.navbar-profil__background {
  background-color: transparent;
}
.navbar-profil__avatar {
  position: absolute;
  top: -185%;
  left: 50%;
  transition: all 0.5s;
  transform: translate(-50%, 0);
}
.navbar-profil__flag {
  position: absolute;
  right: 0;
  bottom: 1rem;
}
.navbar-profil__identity-item {
  transition: all 0.2s;
  transform: translateY(0%);
}
.navbar-profil__actions {
  transition: all 0.5s;
}
.navbar-profil--sticky {
  position: fixed;
  z-index: 1000;
}
.navbar-profil--sticky .navbar-profil__identity-item {
  transition: all 0.2s;
  transform: translateY(-100%);
}
.navbar-profil--sticky .navbar-profil__wrapper {
  width: 120rem;
  padding: 1rem 5rem;
}
.navbar-profil--sticky .navbar-profil__avatar {
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
.navbar-profil--sticky .navbar-profil__actions {
  transition: all 0.5s;
  transform: scale(0.8);
  transform-origin: center right;
}
.navbar-profil--sticky.navbar-profil__background {
  top: 0;
  left: 0;
  width: 100%;
  transition: all 1s;
  background-color: #FFFFFF;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.Hylia-o-popin {
  width: 46rem;
  padding: 2rem;
  border: solid 1px #d1d3d5;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.Hylia-o-popin__header {
  display: flex;
  align-items: flex-start;
}
.Hylia-o-popin__header__title {
  flex: 1;
}
.Hylia-o-popin--enter {
  animation: slide-in-bck-center 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.Hylia-o-popin--leave {
  animation: slide-out-top 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.Hylia-o-popin__title {
  padding-bottom: 1.5rem;
}
.timeline {
  position: relative;
  overflow: hidden;
}
.timeline--comment .timeline__item {
  align-items: flex-start;
}
.timeline__overflow {
  position: relative;
  overflow: auto;
  height: 32.5rem;
}
.timeline__wrapper {
  position: relative;
  margin: 4rem 2rem;
}
.timeline__wrapper:before {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  display: block;
  width: 0.7rem;
  height: 85%;
  content: "";
  background-color: #E1E3E5;
}
.timeline__wrapper--comment {
  margin: 3rem 2rem;
}
.timeline__wrapper--comment:before {
  height: 100%;
}
.timeline__avatar {
  position: relative;
  z-index: 2;
  margin-right: 2rem;
}
.timeline__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.timeline__item:last-child .timeline__date:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1000%;
  content: "";
  transform: translateY(100%);
  background: #FFFFFF;
}
.timeline__date {
  position: relative;
  z-index: 2;
  top: 2rem;
  margin-right: 1.5rem;
}
.timeline__date--comment {
  position: absolute;
  z-index: 10;
  top: -2rem;
  left: 2rem;
}
.list-notes {
  padding: 6rem 8rem;
}
.list-notes__item:not(:last-child) {
  padding-bottom: 1.5rem;
}
.note {
  display: flex;
  align-items: center;
  justify-content: center;
}
.note__label {
  font-size: 1.4rem;
  min-width: 25%;
}
.note__markers {
  font-size: 2rem;
  flex: 1;
  color: #737373;
}
.note__score {
  width: 10%;
}
.note__tag {
  color: #FFFFFF;
  margin-right: 1rem;
}
.block-objective__title {
  margin-bottom: 1rem;
}
.block-objective__tag {
  margin-left: 3rem;
}
.block-objective__visualize {
  padding-left: 17rem;
}
.block-objective__buttonMenu {
  position: relative;
  top: -0.5rem;
}
.block-objective__taskStatus {
  display: inline-block;
  margin-top: 1rem;
  color: #308449;
}
.block-objective__dropdown {
  font-size: 1.6rem;
  padding: 0.7rem 2rem;
  cursor: pointer;
  text-align: center;
  background-color: #E1E3E5;
}
.block-objective__wrapper {
  padding: 2rem 0;
}
.block-objective__animation-enter {
  transform: translateY(-100%);
  opacity: 0;
}
.block-objective__animation-enter.block-objective__animation-enter-active {
  transition: all 1s ease-in;
  transform: translateY(0%);
  opacity: 1;
}
.block-objective__animation-leave {
  opacity: 1;
}
.block-objective__animation-leave.block-objective__animation-leave-active {
  transition: opacity 1s 1s ease-in;
  transform: translateY(100%);
  opacity: 0;
}
.fade-appear,
.fade-enter {
  opacity: 0;
}
.fade-appear-active,
.fade-enter-active {
  transition: opacity 1.5s;
  opacity: 1;
}
.list-elements__item:not(:last-child) {
  padding-bottom: 1.5rem;
}
.wrapper-collapse {
  overflow: hidden;
  height: 0;
}
.wrapper-collapse--is-visible {
  display: block;
  height: auto;
}
.wrapper-collapse__controller i {
  display: inline-block;
  transition: transform 0.5s;
}
.wrapper-collapse__controller--open i {
  transition: transform 0.5s;
  transform: rotate(180deg) translateZ(0);
}
.Hylia-m-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  max-height: 100vh;
  opacity: 0;
  animation: modalAppear 0.3s 0.2s forwards;
}
@media screen and (min-width: 768px) {
  .Hylia-m-modal {
    padding: 5.4rem 2rem;
  }
}
.Hylia-m-modal__close {
  font-size: 2rem;
  line-height: 3.2rem;
  z-index: 1;
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
}
.Hylia-m-modal__overlaid {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.9);
}
.Hylia-m-modal__overlaid--short .Hylia-m-modal__icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .Hylia-m-modal__overlaid--short .Hylia-m-modal__icon {
    display: block;
  }
}
.Hylia-m-modal__overlaid--short .Hylia-m-modal {
  padding: 5.4rem 2rem;
}
.Hylia-m-modal__wrapper {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
}
.Hylia-m-modal__wrapper > *:last-child {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.Hylia-m-modal__wrapper--fullheight {
  height: 100vh;
}
.Hylia-m-modal__title {
  font-family: "RobotoCondensed_bold";
  font-size: 2.6rem;
  line-height: 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  color: #124D72;
}
.Hylia-m-modal__subject {
  padding: 2rem 2rem 0 2rem;
}
.Hylia-m-modal__header {
  background-color: #FFFFFF;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.Hylia-m-modal__menu {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  padding: 0 2rem;
  border-bottom: 0.1rem solid #d1d3d5;
  background-color: #FFFFFF;
}
.Hylia-m-modal__content {
  flex: 1 1 auto;
  max-height: 100%;
  display: flex;
  min-height: 0px;
  padding: 1rem;
  background-color: #FFFFFF;
}
.Hylia-m-modal__content::-webkit-scrollbar {
  height: 0.7rem;
  width: 0.7rem;
  margin-right: 0.2rem;
}
.Hylia-m-modal__content::-webkit-scrollbar-track {
  background-color: #E1E3E5;
}
.Hylia-m-modal__content::-webkit-scrollbar-thumb {
  border-radius: 100rem;
  background-color: #124D72;
}
.Hylia-m-modal__content--noPadding {
  padding: 0;
}
.Hylia-m-modal__footer {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 1rem 2rem;
  border-top: 0.1rem solid #d1d3d5;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  background-color: #FAFAFA;
}
.Hylia-m-modal__footer > button {
  margin: 0 0.5rem;
}
@keyframes modalAppear {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.Hylia-m-header {
  position: relative;
  max-width: 120rem;
  margin: auto;
  padding: 0 5rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  background-color: #FFFFFF;
}
.Hylia-m-header--full {
  max-width: 100%;
  padding: 0 7rem;
  border-radius: 0;
}
.Hylia-m-header__menu {
  margin-top: 2rem;
}
.Hylia-m-header__landmark {
  display: flex;
}
.Hylia-m-header__title {
  font-family: "RobotoCondensed_bold";
  font-size: 2.6rem;
  line-height: 3.6rem;
  width: 60%;
  padding: 2rem 0;
  color: #124D72;
}
.Hylia-m-header--fixed .Hylia-m-header__headband {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  animation: appearHeader 0.5s;
  background-color: #FFFFFF;
  box-shadow: 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.Hylia-m-header--fixed.Hylia-m-header--with-nav .Hylia-m-header__title {
  font-size: 2rem;
  padding-bottom: 0;
}
.Hylia-m-header--fixed .Hylia-m-header__wrapper {
  padding: 0 7rem;
}
.Hylia-m-header--fixed:not(.Hylia-m-header--full) .Hylia-m-header__wrapper {
  width: 120rem;
  margin: auto;
  padding: 0 5rem;
}
@keyframes appearHeader {
  0% {
    transform: translateY(-2rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
.Hylia-o-businessCard {
  position: relative;
  display: flex;
  flex-direction: column;
}
.Hylia-o-businessCard:hover .Hylia-o-businessCard-panel {
  transition: background 0.3s, transform 0.3s;
  transform: translateY(0.5rem);
  background-color: #FFFFFF;
}
.Hylia-o-businessCard:hover .Hylia-o-businessCard__nick i {
  top: 0.8rem;
  transition: color 0.3s, top 0.3s;
}
.Hylia-o-businessCard__nick {
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3.6rem;
  height: 1.5rem;
  cursor: pointer;
  transform: translate(-50%, 0%);
  text-align: center;
}
.Hylia-o-businessCard__nick:hover i {
  color: #124D72;
}
.Hylia-o-businessCard__nick i {
  font-size: 1.4rem;
  position: relative;
  z-index: 4;
  top: 0.5rem;
  transition: color 0.3s, top 0.3s;
  color: #d1d3d5;
}
.Hylia-o-businessCard__nick:before {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  display: block;
  width: 3.6rem;
  height: 2.6rem;
  content: "";
  transform: translate(-50%, 50%);
  border-radius: 50%;
  box-shadow: inset 0 21px 17px -20px rgba(0, 0, 0, 0.25);
}
.Hylia-o-businessCard__nick:after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  display: block;
  width: 3.6rem;
  height: 1rem;
  content: "";
  transform: translate(-50%, 50%);
  background-color: #FFFFFF;
}
.Hylia-o-businessCard__wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 33rem;
  min-height: 17.5rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.Hylia-o-businessCard__header {
  display: flex;
}
.Hylia-o-businessCard__state {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 2.1rem;
  height: 2.1rem;
  border: 0.3rem solid #FFFFFF;
  border-radius: 50%;
}
.Hylia-o-businessCard__state--online {
  background-color: #308449;
}
.Hylia-o-businessCard__state--busy {
  background-color: #D11548;
}
.Hylia-o-businessCard__state--offline {
  background-color: #d1d3d5;
}
.Hylia-o-businessCard__actions {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}
.Hylia-o-businessCard__actions button:last-child {
  margin-left: 1rem;
}
.Hylia-o-businessCard__identity {
  margin-left: 1.5rem;
}
.Hylia-o-businessCard__avatar {
  position: relative;
}
.Hylia-o-businessCard-identity {
  display: flex;
  overflow: hidden;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.Hylia-o-businessCard-identity__name {
  font-family: "RobotoCondensed_bold";
  font-size: 1.4rem;
  line-height: normal;
  color: #124D72;
}
.Hylia-o-businessCard-identity__name[href]:hover {
  text-decoration: underline;
}
.Hylia-o-businessCard-identity__job {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
}
.Hylia-o-businessCard-identity__hierarchy {
  font-family: "RobotoCondensed_regular";
  font-size: 1.2rem;
  line-height: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #737373;
}
.Hylia-o-businessCard-panel {
  position: relative;
  z-index: 2;
  top: -2.2rem;
  left: 1rem;
  max-width: 31rem;
  padding: 1.5rem;
  transition: transform 0.3s;
  border-radius: 0.4rem;
  background-color: #FAFAFA;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}
.Hylia-o-businessCard-panel--open .Hylia-o-businessCard-panel__wrapper {
  overflow: auto;
  height: 5rem;
  transition: height 0.2s, opacity 0.2s 0.5s;
  opacity: 1;
}
.Hylia-o-businessCard-panel__wrapper {
  font-family: "Roboto_regular";
  font-size: 1.4rem;
  overflow: hidden;
  height: 0;
  transition: height 0.2s 0.2s, opacity 0.2s;
  opacity: 0;
}
.Hylia-o-formLayout--full {
  width: 100%;
}
.Hylia-o-formLayout-section:not(:first-child) {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #d1d3d5;
}
.Hylia-o-formLayout .Hylia-a-label {
  margin: 1rem 0 0.5rem 0;
}
.Hylia-o-formLayout__row {
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}
.Hylia-o-formLayout__col {
  flex: 1;
  margin-right: 1rem;
  margin-left: 1rem;
}
.Hylia-o-formLayout-section--full {
  width: 100%;
}
.Hylia-o-formLayout-section__title {
  font-family: "Roboto_regular";
  font-size: 1.8rem;
  font-weight: normal;
  color: #333333;
}
.Hylia-o-formLayout-section__description {
  font-family: "Roboto_regular";
  font-size: 1.6rem;
  font-weight: normal;
  color: #737373;
}
.Hylia-o-table-panel {
  display: flex;
  height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  background-color: #E1E3E5;
  padding: 1rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border: 0.1rem solid #E1E3E5;
}
.Hylia-o-table-panel--search {
  background-color: transparent;
  padding: 1rem 0;
  border: none;
}
.Hylia-o-table-panel--search .Hylia-o-table-panel__actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.Hylia-o-table-panel__title {
  display: flex;
  align-items: center;
}
.Hylia-o-table-panel__actions button {
  margin: 0;
  margin-left: 0.5rem;
}
.Hylia-o-table-panel__count {
  border-radius: 1000rem;
  color: #333333;
  background-color: #d1d3d5;
  font-size: 1.4rem;
  font-family: "Roboto_bold";
  min-width: 3.5rem;
  padding: 0 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.Hylia-o-table-footer {
  padding: 1rem;
  height: 5rem;
  display: flex;
  justify-content: flex-end;
  background-color: #FFFFFF;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-left: 0.1rem solid #E1E3E5;
  border-right: 0.1rem solid #E1E3E5;
  border-bottom: 0.1rem solid #E1E3E5;
}
.Hylia-o-table-footer__folio {
  font-family: "RobotoCondensed_regular";
}
.Hylia-o-table-footer__pagination {
  margin-left: auto;
}
.Hylia-o-table-wrapper {
  width: 100%;
  border-radius: 0.4rem;
}
.Hylia-o-table-wrapper--large tbody tr {
  height: 8rem;
}
.Hylia-o-table-wrapper--large.Hylia-o-table-wrapper--resizable .Hylia-o-table-header__resizer {
  min-width: 8rem;
}
.Hylia-o-table-wrapper--large .Hylia-o-table__body tr .Hylia-o-table-cell__content:before {
  background: linear-gradient(to bottom, transparent 0%, #FFFFFF 90%);
}
.Hylia-o-table-wrapper--large .Hylia-o-table__body tr:nth-child(even) .Hylia-o-table-cell__content:before {
  background: linear-gradient(to bottom, transparent 0%, #FAFAFA 100%);
}
.Hylia-o-table-wrapper--large .Hylia-o-table__body tr.Hylia-o-table-row--selected .Hylia-o-table-cell__content:before {
  background: linear-gradient(to bottom, transparent 0%, #8cb9df 100%);
}
.Hylia-o-table-wrapper--large .Hylia-o-table__body tr.Hylia-o-table-row--hover .Hylia-o-table-cell__content:before {
  background: linear-gradient(to bottom, transparent 0%, #F0F0F0 100%);
}
.Hylia-o-table-wrapper--large .Hylia-o-table-cell {
  text-overflow: initial;
  white-space: normal;
}
.Hylia-o-table-wrapper--large .Hylia-o-table-cell__content {
  text-overflow: initial;
  white-space: normal;
  height: 5.3rem;
  overflow: hidden;
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.Hylia-o-table-wrapper--large .Hylia-o-table-cell__content:before {
  content: "";
  display: block;
  height: 2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.Hylia-o-table-wrapper--large .Hylia-o-table-cell__content > * {
  margin: auto 0;
}
.Hylia-o-table-row td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Hylia-o-table-row .Hylia-a-inputCheckbox {
  opacity: 0;
  transition: opacity 0.3s;
}
.Hylia-o-table-row--hover {
  background-color: #F0F0F0 !important;
}
.Hylia-o-table-row--hover .Hylia-a-inputCheckbox {
  opacity: 1;
}
.Hylia-o-table-row--hover .Hylia-a-button-round {
  background-color: transparent !important;
}
.Hylia-o-table-row--hover .Hylia-a-button-ghost {
  background-color: #FFFFFF;
}
.Hylia-o-table-row--hover .Hylia-a-button-ghost--positive {
  border: solid 0.1rem #308449;
}
.Hylia-o-table-row--hover .Hylia-a-button-ghost--negative {
  border: solid 0.1rem #D11548;
}
.Hylia-o-table-row--hover .Hylia-a-button-ghost--warning {
  border: solid 0.1rem #E47524;
}
.Hylia-o-table-row--focused td:first-child {
  position: relative;
}
.Hylia-o-table-row--focused td:first-child:before {
  content: "";
  width: 0.4rem;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-color: #337BB8;
}
.Hylia-o-table-header {
  font-size: 1.4rem;
  color: #737373;
}
.Hylia-o-table-header__resize {
  position: absolute;
  top: 0;
  right: -0.1rem;
  height: 100%;
  width: 0.4rem;
  z-index: 1;
  display: block;
  transition: background-color 0.3s;
  background-color: transparent;
}
.Hylia-o-table-header__resize--active {
  background-color: #337BB8 !important;
  cursor: col-resize;
}
.Hylia-o-table-header__resize--active:before {
  content: "";
  height: 200vh;
  width: 0.1rem;
  background: #337BB8;
  position: absolute;
  right: .1rem;
  top: 0;
}
.Hylia-o-table-header__resize:hover {
  background-color: #337BB8 !important;
  cursor: col-resize;
}
.Hylia-o-table-header__resize:hover:before {
  content: "";
  height: 200vh;
  width: 0.1rem;
  background: #337BB8;
  position: absolute;
  right: .1rem;
  top: 0;
}
.Hylia-o-table-header__resizer {
  display: flex;
  align-items: center;
  width: 100%;
}
.Hylia-o-table-header__title {
  font-family: "Roboto_bold";
  user-select: none;
  text-overflow: ellipsis;
  padding-right: 1rem;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  min-width: 4rem;
  max-width: 30rem;
}
.Hylia-o-table-header__title--sorted {
  color: #333333;
}
.Hylia-o-table-header__info {
  margin-left: 0.5rem;
  color: #737373;
  cursor: pointer;
  transition: color 0.3s;
}
.Hylia-o-table-header__info:hover {
  color: #333333;
}
.Hylia-o-table-header__filter {
  position: absolute;
  top: 0;
  right: .5rem;
  width: 4rem;
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Hylia-o-table-header__filter i {
  color: transparent;
  transition: color .3s;
}
.Hylia-o-table-header__filter--active i {
  color: #337BB8;
}
.Hylia-o-table-header__sort {
  position: relative;
  margin-right: 0.3rem;
  cursor: pointer;
}
.Hylia-o-table-header__sort--asc {
  color: #337BB8;
}
.Hylia-o-table-header__sort--desc {
  color: #337BB8;
}
.Hylia-o-table-header__cell {
  position: relative;
  white-space: nowrap;
  background-color: #F0F0F0;
  z-index: 1;
  padding: 1rem;
  box-sizing: initial;
  border-left: 0.1rem solid #d1d3d5;
}
.Hylia-o-table-header__cell:hover .Hylia-o-table-header__filter i {
  color: #d1d3d5;
}
.Hylia-o-table-header__cell:hover .Hylia-o-table-header__resize {
  background-color: #737373;
}
.Hylia-o-table-header__cell--filter {
  padding-right: 4rem;
}
.Hylia-o-table-header--options tr th {
  border: none;
}
.Hylia-o-table__body tr:nth-child(even) {
  background-color: #FAFAFA;
}
.Hylia-o-table__body tr.Hylia-o-table-row--selected {
  background-color: #8cb9df;
}
.Hylia-o-table__body tr.Hylia-o-table-row--selected .Hylia-a-inputCheckbox {
  opacity: 1;
}
.Hylia-o-table__body td {
  border-bottom: 0.1px solid #FFFFFF;
}
.Hylia-o-table__body td button.Hylia-a-button:not(:last-child) {
  margin-right: 1rem;
}
.Hylia-o-table--align--center .Hylia-o-table-cell__content {
  text-align: center;
}
.Hylia-o-table--align--left .Hylia-o-table-cell__content {
  text-align: left;
}
.Hylia-o-table--align--right .Hylia-o-table-cell__content {
  text-align: right;
}
.Hylia-o-table-container {
  display: flex;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border: 0.1rem solid #E1E3E5;
  position: relative;
}
.Hylia-o-table-container tr {
  height: 4rem;
}
.Hylia-o-table-container td {
  padding: 0 1rem;
  font-family: "RobotoCondensed_regular";
}
.Hylia-o-table-container__loader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4rem);
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
}
.Hylia-o-table-container__empty {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Hylia-o-table-container__empty__desc {
  background-color: #E1E3E5;
  padding: 1rem;
  border-radius: 0.4rem;
}
.Hylia-o-table-main {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.Hylia-o-table-main:before {
  content: "";
  background: linear-gradient(-90deg, rgba(170, 170, 170, 0) 0%, #d1d3d5 100%);
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s;
}
.Hylia-o-table-main:after {
  content: "";
  background: linear-gradient(90deg, rgba(170, 170, 170, 0) 0%, #d1d3d5 100%);
  display: block;
  position: absolute;
  width: 0.6rem;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}
.Hylia-o-table-main__header th:last-child .Hylia-o-table-header__resize {
  display: none;
}
.Hylia-o-table-main__content--resizable td {
  max-width: 0;
}
.Hylia-o-table-main--onScroll:before {
  opacity: 1;
}
.Hylia-o-table-main .Hylia-o-table {
  min-width: 100%;
}
.Hylia-o-table-options {
  overflow: hidden;
}
.Hylia-o-table-options__select {
  box-sizing: border-box;
  width: 4rem;
}
.Hylia-o-table-options__select .Hylia-a-inputCheckbox {
  justify-content: center;
}
.Hylia-o-table-options__select .Hylia-a-inputCheckbox__apparence {
  margin: 0;
}
.Hylia-o-table-options__state {
  box-sizing: border-box;
  width: 4rem;
  vertical-align: middle;
}
.Hylia-o-table-options__status {
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  display: block;
  border-radius: 50%;
  background-color: #d1d3d5;
  border: 0.5rem solid #ffffff;
  box-sizing: content-box;
}
.Hylia-o-table-options__status--positive {
  background-color: #308449;
  border: 0.5rem solid #6bc987;
}
.Hylia-o-table-options__status--warning {
  background-color: #E47524;
  border: 0.5rem solid #f2bd96;
}
.Hylia-o-table-options__status--negative {
  background-color: #D11548;
  border: 0.5rem solid #f17496;
}
.Hylia-o-table-actions {
  overflow-x: hidden;
  overflow-y: auto;
}
.Hylia-o-table-actions__more i {
  color: #d1d3d5;
}
.Hylia-o-table-actions__btn {
  width: 20rem;
  overflow: inherit;
}
.Hylia-o-table-actions__btn__container {
  display: flex;
  justify-content: center;
}
.Hylia-o-table-actions__btn .Hylia-a-button {
  margin: 0;
  width: 100%;
  padding: 0 1rem;
}
.Hylia-o-table-actions__btn .Hylia-a-button:hover {
  color: #FFFFFF;
}
.Hylia-o-table-actions__btn .Hylia-a-button-ghost--positive:hover {
  background-color: #308449;
}
.Hylia-o-table-actions__btn .Hylia-a-button-ghost--negative:hover {
  background-color: #D11548;
}
.Hylia-o-table-actions__btn .Hylia-a-button-ghost--warning:hover {
  background-color: #E47524;
}
.Hylia-o-table-cell__content {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  position: relative;
}
.Hylia-o-table-cell--left {
  text-align: left;
}
.Hylia-o-table-cell--right {
  text-align: right;
}
.Hylia-o-table-cell--center {
  text-align: center;
}
.Hylia-o-table-cell--sorted {
  color: #124D72;
}
.Hylia-o-table-button-menu .panel-menu {
  bottom: -0.7rem;
}
.Hylia-o-table-button-menu .Hylia-a-button {
  margin: 0;
}
.Hylia-o-table-button-menu .Hylia-a-button i {
  transition: color .3s;
  font-size: 1.3rem;
}
.Hylia-o-table-button-menu .Hylia-a-button:hover {
  background-color: transparent;
  box-shadow: none;
}
.Hylia-o-table-button-menu .Hylia-a-button:hover i {
  color: #737373;
}
.Hylia-o-table-button-menu .Hylia-a-button:focus {
  animation: none;
}
.Hylia-o-table-menu-filter {
  min-width: 14rem;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.29);
}
.Hylia-o-table-menu-filter:before {
  position: absolute;
  z-index: 0;
  top: -0.8rem;
  right: 2.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  transform: rotate(45deg);
  background-color: #FFFFFF;
  box-shadow: -2px -2px 2px 0 rgba(0, 0, 0, 0.1);
}
.Hylia-o-table-menu-filter__content {
  position: relative;
  padding: 1rem;
}
.Hylia-o-sidepanel {
  overflow: hidden;
}
.Hylia-o-sidepanel__overlaid {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(51, 51, 51, 0.4);
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.Hylia-o-sidepanel__sidebar {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2rem;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.Hylia-o-sidepanel__sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0.8rem;
  height: 100%;
  transition: opacity 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.\--default-size .Hylia-o-sidepanel__sidebar {
  max-width: 30rem;
}
.\--medium-size .Hylia-o-sidepanel__sidebar {
  max-width: 60rem;
}
.\--large-size .Hylia-o-sidepanel__sidebar {
  max-width: 90rem;
}
.\--right-position .Hylia-o-sidepanel__sidebar {
  right: 0;
  left: auto;
}
.\--right-position .Hylia-o-sidepanel__sidebar:before {
  left: -0.8rem;
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.\--left-position .Hylia-o-sidepanel__sidebar {
  right: auto;
  left: 0;
}
.\--left-position .Hylia-o-sidepanel__sidebar:before {
  right: -0.8rem;
  background: linear-gradient(-90deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.Hylia-o-sidepanel__overlaid + .Hylia-o-sidepanel__sidebar:before {
  opacity: 0;
  visibility: hidden;
}
.\--closed .Hylia-o-sidepanel__overlaid + .Hylia-o-sidepanel__sidebar:before {
  visibility: visible;
  opacity: 1;
}
.Hylia-o-sidepanel__toggle-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #e1e3e5;
  border-radius: 50%;
  box-shadow: -0.4rem 0 0.6rem 0 rgba(0, 0, 0, 0.1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #124D72;
  cursor: pointer;
}
.\--right-position .Hylia-o-sidepanel__toggle-button {
  top: 3.5rem;
  left: -1.2rem;
}
.\--left-position .Hylia-o-sidepanel__toggle-button {
  top: 0.6rem;
  right: 0.6rem;
}
.Hylia-o-sidepanel__toggle-button:hover {
  background-color: #124D72;
  border-color: #124D72;
  color: #FFFFFF;
}
.Hylia-o-sidepanel__toggle-button:focus {
  animation: onPress 1s;
}
.Hylia-o-sidepanel:not(.\--closed) .Hylia-o-sidepanel__overlaid {
  opacity: 1;
  visibility: visible;
}
.Hylia-o-sidepanel.\--right-position.\--closed.\--minimized .Hylia-o-sidepanel__sidebar {
  transform: translate3d(calc(100% - 5.4rem), 0, 0);
}
.Hylia-o-sidepanel.\--right-position.\--closed.\--full-minimized .Hylia-o-sidepanel__sidebar {
  transform: translate3d(calc(100% - 1.8rem), 0, 0);
}
.Hylia-o-sidepanel.\--left-position.\--closed .Hylia-o-sidepanel__sidebar,
.Hylia-o-sidepanel.\--left-position.\--closed.\--minimized .Hylia-o-sidepanel__sidebar,
.Hylia-o-sidepanel.\--left-position.\--closed.\--full-minimized .Hylia-o-sidepanel__sidebar {
  transform: translate3d(-100%, 0, 0);
}
@keyframes onPress {
  0% {
    box-shadow: 0 0 0 0 #124D72;
  }
  100% {
    box-shadow: 0 0 0 0.6rem rgba(18, 77, 114, 0);
  }
}
.Hylia-o-stepper {
  width: 100%;
}
.Hylia-o-stepper__navigation {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-bottom: 0.2rem solid #E1E3E5;
}
.Hylia-o-stepper__content {
  padding: 3rem;
  background-color: #FFFFFF;
}
.Hylia-o-stepper__step {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  margin-bottom: -0.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #FAFAFA;
  border: 0.1rem solid #E1E3E5;
  border-bottom-width: 0.2rem;
  font-size: 1.2rem;
  color: #737373;
}
.Hylia-o-stepper__step:not(:last-child) {
  position: relative;
}
.Hylia-o-stepper__step:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  background-color: #FAFAFA;
  border: 0.1rem solid #E1E3E5;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .Hylia-o-stepper__step {
    flex: 1 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.4rem;
  }
}
.Hylia-o-stepper__step__indicator {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 50%;
  border: 0.1rem solid #737373;
  text-align: center;
}
.Hylia-o-stepper__step__label {
  display: none;
  margin-left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .Hylia-o-stepper__step__label {
    display: block;
  }
}
.Hylia-o-stepper__step--active {
  flex-grow: 1;
  background-color: #FFFFFF;
  border-bottom-color: transparent;
  color: #337BB8;
}
.Hylia-o-stepper__step--active:not(:last-child):before {
  background-color: #FFFFFF;
}
.Hylia-o-stepper__step--active .Hylia-o-stepper__step__indicator {
  border-color: #337BB8;
}
.Hylia-o-stepper__step--active .Hylia-o-stepper__step__label {
  display: block;
}
.Hylia-o-stepper__step--completed {
  background-color: #FFFFFF;
  color: #333333;
}
.Hylia-o-stepper__step--completed:not(:last-child):before {
  background-color: #FFFFFF;
}
.Hylia-o-stepper__step--completed .Hylia-o-stepper__step__indicator {
  border-color: #333333;
}
.Hylia-o-stepper__step + .Hylia-o-stepper__step {
  border-left: none;
}
/*
* Imports Templates
*/
/**
Layout 1 tiers & tiers
 */
.layout-2-3 {
  width: 66%;
  padding: 0 1rem;
}
.layout-1-3 {
  width: 34%;
  padding: 0 1rem;
}
.layout {
  display: flex;
  padding: 2.5rem 5rem 2.5rem 5rem;
  /**
  Layout 2 colonnes with sidebar
   */
}
.layout-sidebar__aside {
  min-width: 18rem;
}
.layout-sidebar__main {
  position: relative;
  min-width: calc(82%);
  margin-left: 2rem;
}
.wrapper {
  width: 120rem;
  margin: auto;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  background-color: #FAFAFA;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.wrapper--no-shadow {
  box-shadow: none;
}
.ts-container,
.ts-container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .ts-container {
    padding-right: 15px;
    padding-left: 15px;
    width: 540px;
    max-width: 100%;
  }
  .ts-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .ts-container {
    padding-right: 15px;
    padding-left: 15px;
    width: 720px;
    max-width: 100%;
  }
  .ts-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .ts-container {
    padding-right: 15px;
    padding-left: 15px;
    width: 960px;
    max-width: 100%;
  }
  .ts-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .ts-container {
    padding-right: 15px;
    padding-left: 15px;
    width: 1140px;
    max-width: 100%;
  }
  .ts-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.pull-0 {
  right: auto;
}
.pull-1 {
  right: 8.33333%;
}
.pull-2 {
  right: 16.66667%;
}
.pull-3 {
  right: 25%;
}
.pull-4 {
  right: 33.33333%;
}
.pull-5 {
  right: 41.66667%;
}
.pull-6 {
  right: 50%;
}
.pull-7 {
  right: 58.33333%;
}
.pull-8 {
  right: 66.66667%;
}
.pull-9 {
  right: 75%;
}
.pull-10 {
  right: 83.33333%;
}
.pull-11 {
  right: 91.66667%;
}
.pull-12 {
  right: 100%;
}
.push-0 {
  left: auto;
}
.push-1 {
  left: 8.33333%;
}
.push-2 {
  left: 16.66667%;
}
.push-3 {
  left: 25%;
}
.push-4 {
  left: 33.33333%;
}
.push-5 {
  left: 41.66667%;
}
.push-6 {
  left: 50%;
}
.push-7 {
  left: 58.33333%;
}
.push-8 {
  left: 66.66667%;
}
.push-9 {
  left: 75%;
}
.push-10 {
  left: 83.33333%;
}
.push-11 {
  left: 91.66667%;
}
.push-12 {
  left: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
/*
* Imports Pages
*/
.evaluation {
  flex-direction: column;
}
.objectives-menu {
  background-color: #124D72;
}
.objectives-menu__timeline {
  color: #FFFFFF;
  display: flex;
  font-size: 1.5rem;
  padding: .8rem 5rem;
}
.objectives-menu__item {
  margin-right: 2.5rem;
  cursor: pointer;
}
.objectives-menu__item--active {
  font-family: "Roboto_bold";
  text-decoration: underline;
}
