/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/react-select/dist/react-select.css ***!
  \***************************************************************************************************/
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/react-day-picker/lib/style.css ***!
  \***********************************************************************************************/
/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;

  flex-direction: row;
  padding-bottom: 1em;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;

  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;

  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;

  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@jobandtalent/backoffice-navigation/dist/styles.css ***!
  \********************************************************************************************************************/
.Category__clearfix__2GZ7x {
  *zoom: 1;
}
.Category__clearfix__2GZ7x:before,
.Category__clearfix__2GZ7x:after {
  display: table;
  content: "";
  line-height: 0;
}
.Category__clearfix__2GZ7x:after {
  clear: both;
}
.Category__remove-default-appearance__2GZ7x {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.Category__hide-text__2GZ7x {
  font: 0/0 a;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword, font-family-name-quotes */
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.Category__sr-only__2GZ7x {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.Category__hidden__2GZ7x {
  display: none;
}
.Category__flex-center-content-vertically__2GZ7x {
  display: flex;
  align-items: center;
}
.Category__ds-text-display-thin__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.875rem;
  line-height: 3.75rem;
}
.Category__ds-text-display-small__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.Category__ds-text-headline__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.25rem;
}
.Category__ds-text-title-big-regular__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.Category__ds-text-big-light__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 2.125rem;
}
.Category__ds-text-big-semibold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.Category__ds-text-title-base-light__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.0625rem;
}
.Category__ds-text-title-base-semibold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8125rem;
}
.Category__ds-text-title-base-regular__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}
.Category__ds-text-subtitle-big-bold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.Category__ds-text-subtitle-big-semibold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.Category__ds-text-subtitle-big-light__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.Category__ds-text-subtitle-big-regular__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.Category__ds-text-subtitle-base-semibold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.Category__ds-text-subtitle-base-regular__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.Category__ds-text-body-big-semibold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
}
.Category__ds-text-body-big-light__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}
.Category__ds-text-body-big-regular__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
.Category__ds-text-body-base-bold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
}
.Category__ds-text-body-base-semibold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.Category__ds-text-body-base-regular__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.Category__ds-text-body-base-italic__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.Category__ds-text-footnote-regular__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(35, 40, 46, 0.8);
}
.Category__ds-text-footnote-semibold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.Category__ds-text-footnote-bold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.Category__ds-text-caption-regular__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: rgba(35, 40, 46, 0.6);
}
.Category__ds-text-caption-semibold__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.Category__container__2GZ7x {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 10px;
}
.Category__container__2GZ7x .Category__header__2GZ7x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 46px;
  padding: 0 15px 0 10px;
  border-radius: 15px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border: 0;
  outline: none;
  cursor: pointer;
}
.Category__container__2GZ7x .Category__header__2GZ7x .Category__info__2GZ7x {
  display: flex;
  align-items: center;
}
.Category__container__2GZ7x .Category__header__2GZ7x .Category__icon__2GZ7x {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  opacity: 0.4;
}
.Category__container__2GZ7x .Category__header__2GZ7x .Category__title__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
}
.Category__container__2GZ7x .Category__header__2GZ7x .Category__caret__2GZ7x {
  position: relative;
  top: -2px;
  width: 14px;
  height: 14px;
  color: #ffffff;
  opacity: 0.6;
}
.Category__container__2GZ7x .Category__options__2GZ7x {
  padding: 0 15px;
  transition: height ease 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.Category__container__2GZ7x .Category__options__2GZ7x .Category__optionsContent__2GZ7x {
  padding: 25px 0;
}
.Category__container__2GZ7x .Category__options__2GZ7x .Category__option__2GZ7x {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  display: block;
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.Category__container__2GZ7x .Category__options__2GZ7x .Category__option__2GZ7x:not(:last-child) {
  margin-bottom: 28px;
}
.Category__container__2GZ7x .Category__options__2GZ7x .Category__option__2GZ7x .Category__external__2GZ7x {
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  color: #ffffff;
}
.Category__container__2GZ7x .Category__options__2GZ7x .Category__option__2GZ7x:hover,
.Category__container__2GZ7x .Category__options__2GZ7x .Category__option__2GZ7x.Category__selected__2GZ7x {
  opacity: 1;
}
.Category__container__2GZ7x.Category__opened__2GZ7x .Category__header__2GZ7x {
  background-color: #1c97f5;
}
.Category__container__2GZ7x.Category__opened__2GZ7x .Category__header__2GZ7x .Category__icon__2GZ7x {
  opacity: 1;
}
.Category__container__2GZ7x.Category__opened__2GZ7x .Category__header__2GZ7x .Category__caret__2GZ7x {
  top: 3px;
  opacity: 1;
  transform: rotateZ(180deg);
}
.Category__container__2GZ7x.Category__collapsed__2GZ7x {
  margin-bottom: 15px;
}
.Category__container__2GZ7x.Category__collapsed__2GZ7x .Category__header__2GZ7x {
  justify-content: center;
  height: 34px;
  padding: 0;
}
.Category__container__2GZ7x.Category__collapsed__2GZ7x .Category__header__2GZ7x .Category__icon__2GZ7x {
  margin-right: 0;
}

.Menu__clearfix__1S7Gk {
  *zoom: 1;
}
.Menu__clearfix__1S7Gk:before,
.Menu__clearfix__1S7Gk:after {
  display: table;
  content: "";
  line-height: 0;
}
.Menu__clearfix__1S7Gk:after {
  clear: both;
}
.Menu__remove-default-appearance__1S7Gk {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.Menu__hide-text__1S7Gk {
  font: 0/0 a;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword, font-family-name-quotes */
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.Menu__sr-only__1S7Gk {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.Menu__hidden__1S7Gk {
  display: none;
}
.Menu__flex-center-content-vertically__1S7Gk {
  display: flex;
  align-items: center;
}
.Menu__ds-text-display-thin__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.875rem;
  line-height: 3.75rem;
}
.Menu__ds-text-display-small__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.Menu__ds-text-headline__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.25rem;
}
.Menu__ds-text-title-big-regular__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.Menu__ds-text-big-light__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 2.125rem;
}
.Menu__ds-text-big-semibold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.625rem;
}
.Menu__ds-text-title-base-light__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.0625rem;
}
.Menu__ds-text-title-base-semibold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8125rem;
}
.Menu__ds-text-title-base-regular__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}
.Menu__ds-text-subtitle-big-bold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.Menu__ds-text-subtitle-big-semibold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.Menu__ds-text-subtitle-big-light__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.Menu__ds-text-subtitle-big-regular__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.Menu__ds-text-subtitle-base-semibold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.Menu__ds-text-subtitle-base-regular__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.Menu__ds-text-body-big-semibold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
}
.Menu__ds-text-body-big-light__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
}
.Menu__ds-text-body-big-regular__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
.Menu__ds-text-body-base-bold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
}
.Menu__ds-text-body-base-semibold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
.Menu__ds-text-body-base-regular__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.Menu__ds-text-body-base-italic__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.Menu__ds-text-footnote-regular__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(35, 40, 46, 0.8);
}
.Menu__ds-text-footnote-semibold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.Menu__ds-text-footnote-bold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.Menu__ds-text-caption-regular__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: rgba(35, 40, 46, 0.6);
}
.Menu__ds-text-caption-semibold__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.Menu__container__1S7Gk {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 250px;
  flex: 0 0 250px;
  background-color: #23282e;
  overflow-y: overlay;
}
.Menu__container__1S7Gk .Menu__header__1S7Gk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 10px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.1);
}
.Menu__container__1S7Gk .Menu__header__1S7Gk .Menu__info__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  outline: none;
  color: #ffffff;
}
.Menu__container__1S7Gk .Menu__header__1S7Gk .Menu__name__1S7Gk {
  margin-left: 10px;
}
.Menu__container__1S7Gk .Menu__header__1S7Gk .Menu__name__1S7Gk .Menu__subtitle__1S7Gk {
  margin-top: 4px;
  opacity: 0.6;
}
.Menu__container__1S7Gk .Menu__header__1S7Gk .Menu__collapseButton__1S7Gk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.Menu__container__1S7Gk .Menu__header__1S7Gk .Menu__collapseButton__1S7Gk .Menu__icon__1S7Gk {
  width: 12px;
  height: 12px;
}
.Menu__container__1S7Gk .Menu__sections__1S7Gk {
  padding: 20px 10px;
}
.Menu__container__1S7Gk .Menu__user__1S7Gk {
  display: flex;
  align-items: center;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.Menu__container__1S7Gk .Menu__user__1S7Gk .Menu__avatar__1S7Gk {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.Menu__container__1S7Gk .Menu__user__1S7Gk .Menu__avatar__1S7Gk img {
  width: 100%;
  height: 100%;
}
.Menu__container__1S7Gk .Menu__user__1S7Gk .Menu__name__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-left: 12px;
  color: #ffffff;
}
.Menu__container__1S7Gk .Menu__feedback__1S7Gk {
  font-family: "proxima-nova", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  display: flex;
  align-items: center;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-decoration: none;
}
.Menu__container__1S7Gk .Menu__feedback__1S7Gk .Menu__feedbackIcon__1S7Gk {
  width: 16px;
  height: 18px;
  fill: #ffffff;
}
.Menu__container__1S7Gk .Menu__feedback__1S7Gk .Menu__feedbackName__1S7Gk {
  margin-left: 7px;
}
.Menu__container__1S7Gk.Menu__collapsed__1S7Gk {
  width: 60px;
  flex: 0 0 60px;
  overflow: hidden;
}
.Menu__container__1S7Gk.Menu__collapsed__1S7Gk .Menu__header__1S7Gk .Menu__info__1S7Gk {
  cursor: pointer;
}
.Menu__container__1S7Gk.Menu__collapsed__1S7Gk .Menu__sections__1S7Gk {
  padding: 12px 13px;
}
.Menu__container__1S7Gk.Menu__collapsed__1S7Gk .Menu__user__1S7Gk {
  padding: 20px 10px;
}
.Menu__container__1S7Gk.Menu__collapsed__1S7Gk .Menu__feedback__1S7Gk {
  justify-content: center;
}
.Menu__container__1S7Gk.Menu__collapsed__1S7Gk .Menu__feedback__1S7Gk .Menu__feedbackName__1S7Gk {
  display: none;
}
.Menu__container__1S7Gk::-webkit-scrollbar {
  display: none;
}


/*# sourceMappingURL=vendor-libs.8ebde55ec8944de3e2a9.css.map*/