.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0; }

.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1; }

.cal-month-view .cal-cell-row {
  -js-display: flex;
  display: flex; }

.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.cal-month-view .cal-cell .cal-event {
    pointer-events: all !important; }

.cal-month-view .cal-day-cell {
  min-height: 100px; }

@media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid; }

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid; }

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }

.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap; }

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }

.cal-month-view .cal-open-day-events {
  padding: 15px; }

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }

.cal-month-view .cal-draggable {
  cursor: move; }

.cal-month-view .cal-drag-active * {
  pointer-events: none; }

.cal-month-view .cal-event-title {
  cursor: pointer; }

.cal-month-view .cal-event-title:hover {
    text-decoration: underline; }

.cal-month-view {
  background-color: #fff; }

.cal-month-view .cal-cell-row:hover {
    background-color: #fafafa; }

.cal-month-view .cal-cell-row .cal-cell:hover,
  .cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #ededed; }

.cal-month-view .cal-days {
    border-color: #e1e1e1; }

.cal-month-view .cal-day-cell:not(:last-child) {
    border-right-color: #e1e1e1; }

.cal-month-view .cal-days .cal-cell-row {
    border-bottom-color: #e1e1e1; }

.cal-month-view .cal-day-badge {
    background-color: #b94a48;
    color: #fff; }

.cal-month-view .cal-event {
    background-color: #1e90ff;
    border-color: #d1e8ff;
    color: #fff; }

.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
    color: #8b0000; }

.cal-month-view .cal-day-cell.cal-today {
    background-color: #e8fde7; }

.cal-month-view .cal-day-cell.cal-drag-over {
    background-color: #e0e0e0 !important; }

.cal-month-view .cal-open-day-events {
    color: #fff;
    background-color: #555;
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }

.cal-week-view * {
    box-sizing: border-box; }

.cal-week-view .cal-day-headers {
    -js-display: flex;
    display: flex;
    padding-left: 70px;
    border: 1px solid; }

.cal-week-view .cal-day-headers .cal-header {
    flex: 1;
    text-align: center;
    padding: 5px; }

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
      border-right: 1px solid; }

.cal-week-view .cal-day-headers .cal-header:first-child {
      border-left: 1px solid; }

.cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: 0.5; }

.cal-week-view .cal-day-column {
    flex-grow: 1;
    border-left: solid 1px; }

.cal-week-view .cal-event {
    font-size: 12px;
    border: 1px solid; }

.cal-week-view .cal-time-label-column {
    width: 70px;
    height: 100%; }

.cal-week-view .cal-current-time-marker {
    position: absolute;
    width: 100%;
    height: 2px;
    z-index: 2; }

.cal-week-view .cal-all-day-events {
    border: solid 1px;
    border-top: 0;
    border-bottom-width: 3px;
    padding-top: 3px;
    position: relative; }

.cal-week-view .cal-all-day-events .cal-day-columns {
      height: 100%;
      width: 100%;
      -js-display: flex;
      display: flex;
      position: absolute;
      top: 0;
      z-index: 0; }

.cal-week-view .cal-all-day-events .cal-events-row {
      position: relative;
      height: 31px;
      margin-left: 70px; }

.cal-week-view .cal-all-day-events .cal-event-container {
      display: inline-block;
      position: absolute; }

.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
        z-index: 1;
        pointer-events: none; }

.cal-week-view .cal-all-day-events .cal-event {
      padding: 0 5px;
      margin-left: 2px;
      margin-right: 2px;
      height: 28px;
      line-height: 28px; }

.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }

.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }

.cal-week-view .cal-all-day-events .cal-time-label-column {
      -js-display: flex;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px; }

.cal-week-view .cal-all-day-events .cal-resize-handle {
      width: 6px;
      height: 100%;
      cursor: col-resize;
      position: absolute;
      top: 0; }

.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
        right: 0; }

.cal-week-view .cal-event,
  .cal-week-view .cal-header {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.cal-week-view .cal-drag-active {
    pointer-events: none;
    z-index: 1; }

.cal-week-view .cal-drag-active * {
      pointer-events: none; }

.cal-week-view .cal-time-events {
    position: relative;
    border: solid 1px;
    border-top: 0;
    -js-display: flex;
    display: flex; }

.cal-week-view .cal-time-events .cal-day-columns {
      -js-display: flex;
      display: flex;
      flex-grow: 1; }

.cal-week-view .cal-time-events .cal-day-column {
      position: relative; }

.cal-week-view .cal-time-events .cal-events-container {
      position: relative; }

.cal-week-view .cal-time-events .cal-event-container {
      position: absolute;
      z-index: 1; }

.cal-week-view .cal-time-events .cal-event {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      margin: 1px;
      padding: 0 5px;
      line-height: 25px; }

.cal-week-view .cal-time-events .cal-resize-handle {
      width: 100%;
      height: 4px;
      cursor: row-resize;
      position: absolute; }

.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
        bottom: 0; }

.cal-week-view .cal-hour-segment {
    position: relative; }

.cal-week-view .cal-hour-segment::after {
      content: '\00a0'; }

.cal-week-view .cal-event-container:not(.cal-draggable) {
    cursor: pointer; }

.cal-week-view .cal-draggable {
    cursor: move; }

.cal-week-view mwl-calendar-week-view-hour-segment,
  .cal-week-view .cal-hour-segment {
    display: block; }

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed; }

.cal-week-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }

.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }

.cal-week-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.cal-week-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1; }

.cal-week-view .cal-day-headers {
    border-color: #e1e1e1;
    border-top: 0; }

.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
    border-right-color: #e1e1e1; }

.cal-week-view .cal-day-headers .cal-header:first-child {
    border-left-color: #e1e1e1; }

.cal-week-view .cal-day-headers .cal-header:hover,
  .cal-week-view .cal-day-headers .cal-drag-over {
    background-color: #ededed; }

.cal-week-view .cal-day-column {
    border-left-color: #e1e1e1; }

.cal-week-view .cal-event {
    background-color: #d1e8ff;
    border-color: #1e90ff;
    color: #1e90ff; }

.cal-week-view .cal-all-day-events {
    border-color: #e1e1e1; }

.cal-week-view .cal-header.cal-today {
    background-color: #e8fde7; }

.cal-week-view .cal-header.cal-weekend span {
    color: #8b0000; }

.cal-week-view .cal-time-events {
    border-color: #e1e1e1; }

.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
      background-color: #ededed; }

.cal-week-view .cal-hour-odd {
    background-color: #fafafa; }

.cal-week-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }

.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom-color: #e1e1e1; }

.cal-week-view .cal-current-time-marker {
    background-color: #ea4334; }

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }

.cal-day-view mwl-calendar-week-view-header {
    display: none; }

.cal-day-view .cal-events-container {
    margin-left: 70px; }

.cal-day-view .cal-day-column {
    border-left: 0; }

.cal-day-view .cal-current-time-marker {
    margin-left: 70px;
    width: calc(100% - 70px); }

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9; }

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0; }

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px; }

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px; }

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem; }

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000; }

.cal-tooltip-inner {
  color: #fff;
  background-color: #000; }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    transform: scale(1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(.1) translateY(-2000px);
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    transform: scale(.475) translateY(60px);
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale(.1) translateX(-2000px);
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    transform: scale(.475) translateX(48px);
    animation-timing-function: ease-out;
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale(.1) translateX(2000px);
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    transform: scale(.475) translateX(-48px);
    animation-timing-function: ease-out;
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(.1) translateY(2000px);
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    transform: scale(.475) translateY(-60px);
    animation-timing-function: ease-out;
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0;
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale(.475) translateY(-60px);
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    transform: scale(.1) translateY(2000px);
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale(.475) translateX(42px);
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    transform: scale(.1) translateX(-2000px);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale(.475) translateX(-42px);
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    transform: scale(.1) translateX(2000px);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale(.475) translateY(60px);
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    transform: scale(.1) translateY(-2000px);
    transform-origin: center top;
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-container-3d{perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}
.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s top,.2s -webkit-transform;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s left,.2s -webkit-transform;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s right,.2s -webkit-transform;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.container-fluid{margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-1rem;margin-left:-1rem}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{flex-basis:8.333%;max-width:8.333%}.col-xs-2{flex-basis:16.667%;max-width:16.667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.333%;max-width:33.333%}.col-xs-5{flex-basis:41.667%;max-width:41.667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.333%;max-width:58.333%}.col-xs-8{flex-basis:66.667%;max-width:66.667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.333%;max-width:83.333%}.col-xs-11{flex-basis:91.667%;max-width:91.667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width:48em){.container{width:46rem}.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{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.333%;max-width:8.333%}.col-sm-2{flex-basis:16.667%;max-width:16.667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.333%;max-width:33.333%}.col-sm-5{flex-basis:41.667%;max-width:41.667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.333%;max-width:58.333%}.col-sm-8{flex-basis:66.667%;max-width:66.667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.333%;max-width:83.333%}.col-sm-11{flex-basis:91.667%;max-width:91.667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width:62em){.container{width:61rem}.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{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.333%;max-width:8.333%}.col-md-2{flex-basis:16.667%;max-width:16.667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.333%;max-width:33.333%}.col-md-5{flex-basis:41.667%;max-width:41.667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.333%;max-width:58.333%}.col-md-8{flex-basis:66.667%;max-width:66.667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.333%;max-width:83.333%}.col-md-11{flex-basis:91.667%;max-width:91.667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width:75em){.container{width:71rem}.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{box-sizing:border-box;flex:0 0 auto;padding-right:1rem;padding-left:1rem}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.333%;max-width:8.333%}.col-lg-2{flex-basis:16.667%;max-width:16.667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.333%;max-width:33.333%}.col-lg-5{flex-basis:41.667%;max-width:41.667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.333%;max-width:58.333%}.col-lg-8{flex-basis:66.667%;max-width:66.667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.333%;max-width:83.333%}.col-lg-11{flex-basis:91.667%;max-width:91.667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v43/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*! nouislider - 14.7.0 - 4/6/2021 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;touch-action:none;-moz-user-select:none;user-select:none;box-sizing:border-box}
.noUi-target{position:relative}
.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}
.noUi-connects{overflow:hidden;z-index:0}
.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}
.noUi-connect{height:100%;width:100%}
.noUi-origin{height:10%;width:10%}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}
.noUi-vertical .noUi-origin{width:0}
.noUi-horizontal .noUi-origin{height:0}
.noUi-handle{backface-visibility:hidden;position:absolute}
.noUi-touch-area{height:100%;width:100%}
.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:transform .3s}
.noUi-state-drag *{cursor:inherit!important}
.noUi-horizontal{height:18px}
.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}
.noUi-vertical{width:18px}
.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}
.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}
.noUi-connects{border-radius:3px}
.noUi-connect{background:#3FB8AF}
.noUi-draggable{cursor:ew-resize}
.noUi-vertical .noUi-draggable{cursor:ns-resize}
.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}
.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}
.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}
.noUi-handle:after{left:17px}
.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}
.noUi-vertical .noUi-handle:after{top:17px}
[disabled] .noUi-connect{background:#B8B8B8}
[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}
.noUi-pips,.noUi-pips *{box-sizing:border-box}
.noUi-pips{position:absolute;color:#999}
.noUi-value{position:absolute;white-space:nowrap;text-align:center}
.noUi-value-sub{color:#ccc;font-size:10px}
.noUi-marker{position:absolute;background:#CCC}
.noUi-marker-sub{background:#AAA}
.noUi-marker-large{background:#AAA}
.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}
.noUi-value-horizontal{transform:translate(-50%,50%)}
.noUi-rtl .noUi-value-horizontal{transform:translate(50%,50%)}
.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}
.noUi-marker-horizontal.noUi-marker-sub{height:10px}
.noUi-marker-horizontal.noUi-marker-large{height:15px}
.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}
.noUi-value-vertical{transform:translate(0,-50%);padding-left:25px}
.noUi-rtl .noUi-value-vertical{transform:translate(0,50%)}
.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}
.noUi-marker-vertical.noUi-marker-sub{width:10px}
.noUi-marker-vertical.noUi-marker-large{width:15px}
.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}
.noUi-horizontal .noUi-tooltip{transform:translate(-50%,0);left:50%;bottom:120%}
.noUi-vertical .noUi-tooltip{transform:translate(0,-50%);top:50%;right:120%}
.noUi-horizontal .noUi-origin>.noUi-tooltip{transform:translate(50%,0);left:auto;bottom:10px}
.noUi-vertical .noUi-origin>.noUi-tooltip{transform:translate(0,-18px);top:auto;right:28px}
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-badge-small .mat-badge-content{font-size:9px}
.mat-badge-large .mat-badge-content{font-size:24px}
.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}
.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}
.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}
.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}
.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}
.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card-title{font-size:24px;font-weight:500}
.mat-card-header .mat-card-title{font-size:20px}
.mat-card-subtitle,.mat-card-content{font-size:14px}
.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-checkbox-layout .mat-checkbox-label{line-height:24px}
.mat-chip{font-size:14px;font-weight:500}
.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}
.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-header-cell{font-size:12px;font-weight:500}
.mat-cell,.mat-footer-cell{font-size:14px}
.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-calendar-body{font-size:13px}
.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}
.mat-calendar-table-header th{font-size:11px;font-weight:400}
.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}
.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field-wrapper{padding-bottom:1.34375em}
.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}
.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}
.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}
.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}
.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}
.mat-form-field-label{top:1.34375em}
.mat-form-field-underline{bottom:1.34375em}
.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}
.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}
.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}
.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}
@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}
.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}
.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}
.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}
.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}
.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}
input.mat-input-element{margin-top:-0.0625em}
.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}
.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select-trigger{height:1.125em}
.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-step-label{font-size:14px;font-weight:400}
.mat-step-sub-label-error{font-weight:normal}
.mat-step-label-error{font-size:14px}
.mat-step-label-selected{font-size:14px;font-weight:500}
.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}
.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}
.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}
.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-base .mat-list-item{font-size:16px}
.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-list-option{font-size:16px}
.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-list-base[dense] .mat-list-item{font-size:12px}
.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-list-option{font-size:12px}
.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}
.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}
.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}
.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}
.mat-ripple{overflow:hidden;position:relative}
.mat-ripple:not(:empty){transform:translateZ(0)}
.mat-ripple.mat-ripple-unbounded{overflow:visible}
.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}
.cdk-high-contrast-active .mat-ripple-element{display:none}
.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
@keyframes cdk-text-field-autofill-start{/*!*/}
@keyframes cdk-text-field-autofill-end{/*!*/}
.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}
textarea.cdk-textarea-autosize{resize:none}
textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}
textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}
.mat-focus-indicator{position:relative}
.mat-mdc-focus-indicator{position:relative}
.mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-option{color:rgba(0,0,0,.87)}
.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}
.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#673ab7}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ffd740}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}
.mat-optgroup-label{color:rgba(0,0,0,.54)}
.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}
.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}
.mat-pseudo-checkbox::after{color:#fafafa}
.mat-pseudo-checkbox-disabled{color:#b0b0b0}
.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#673ab7}
.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ffd740}
.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}
.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}
.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}
.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}
.mat-theme-loaded-marker{display:none}
.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}
.mat-badge-content{color:#fff;background:#673ab7}
.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}
.mat-badge-accent .mat-badge-content{background:#ffd740;color:rgba(0,0,0,.87)}
.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}
.mat-badge{position:relative}
.mat-badge-hidden .mat-badge-content{display:none}
.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}
.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}
.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}
.mat-badge-content.mat-badge-active{transform:none}
.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}
.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}
.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}
.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}
.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}
.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}
.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}
.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}
.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}
.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}
.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}
.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}
.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}
.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}
.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}
.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}
.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#673ab7}
.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ffd740}
.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}
.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#673ab7}
.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ffd740}
.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}
.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}
.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}
.mat-button-focus-overlay{background:#000}
.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}
.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:rgba(0,0,0,.87)}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#673ab7}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ffd740}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}
.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}
.mat-button-toggle{color:rgba(0,0,0,.38)}
.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}
.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}
.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}
.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}
.mat-card{background:#fff;color:rgba(0,0,0,.87)}
.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-card-subtitle{color:rgba(0,0,0,.54)}
.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}
.mat-checkbox-checkmark{fill:#fafafa}
.mat-checkbox-checkmark-path{stroke:#fafafa !important}
.mat-checkbox-mixedmark{background-color:#fafafa}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#673ab7}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ffd740}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}
.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}
.mat-checkbox .mat-ripple-element{background-color:#000}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#673ab7}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ffd740}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}
.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}
.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}
.mat-chip.mat-standard-chip::after{background:#000}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#673ab7;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-table{background:#fff}
.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}
mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}
.mat-header-cell{color:rgba(0,0,0,.54)}
.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}
.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}
.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}
.mat-calendar-table-header{color:rgba(0,0,0,.38)}
.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}
.mat-calendar-body-label{color:rgba(0,0,0,.54)}
.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}
.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}
.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}
.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}
.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}
.mat-calendar-body-in-range::before{background:rgba(103,58,183,.2)}
.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-calendar-body-selected{background-color:#673ab7;color:#fff}
.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(103,58,183,.4)}
.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(103,58,183,.3)}
.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,215,64,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,215,64,.4)}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,215,64,.3)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}
.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-datepicker-toggle-active{color:#673ab7}
.mat-datepicker-toggle-active.mat-accent{color:#ffd740}
.mat-datepicker-toggle-active.mat-warn{color:#f44336}
.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}
.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-divider{border-top-color:rgba(0,0,0,.12)}
.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}
.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-action-row{border-top-color:rgba(0,0,0,.12)}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}
@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}
.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}
.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}
.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}
.mat-expansion-panel-header{height:48px}
.mat-expansion-panel-header.mat-expanded{height:64px}
.mat-form-field-label{color:rgba(0,0,0,.6)}
.mat-hint{color:rgba(0,0,0,.6)}
.mat-form-field.mat-focused .mat-form-field-label{color:#673ab7}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ffd740}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}
.mat-focused .mat-form-field-required-marker{color:#ffd740}
.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}
.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#673ab7}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ffd740}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#673ab7}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ffd740}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}
.mat-error{color:#f44336}
.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}
.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}
.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}
.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#673ab7}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ffd740}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}
.mat-icon.mat-primary{color:#673ab7}
.mat-icon.mat-accent{color:#ffd740}
.mat-icon.mat-warn{color:#f44336}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}
.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}
.mat-input-element{caret-color:#673ab7}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}
.mat-form-field.mat-accent .mat-input-element{caret-color:#ffd740}
.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}
.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}
.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}
.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}
.mat-list-item-disabled{background-color:#eee}
.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}
.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}
.mat-menu-panel{background:#fff}
.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}
.mat-menu-item[disabled],.mat-menu-item[disabled]::after,.mat-menu-item[disabled] .mat-icon-no-color{color:rgba(0,0,0,.38)}
.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}
.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}
.mat-paginator{background:#fff}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}
.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}
.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}
.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}
.mat-paginator-container{min-height:56px}
.mat-progress-bar-background{fill:#d1c4e9}
.mat-progress-bar-buffer{background-color:#d1c4e9}
.mat-progress-bar-fill::after{background-color:#673ab7}
.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ffe57f}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ffe57f}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ffd740}
.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}
.mat-progress-spinner circle,.mat-spinner circle{stroke:#673ab7}
.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ffd740}
.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}
.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#673ab7}
.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#673ab7}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ffd740}
.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ffd740}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}
.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}
.mat-radio-button .mat-ripple-element{background-color:#000}
.mat-select-value{color:rgba(0,0,0,.87)}
.mat-select-placeholder{color:rgba(0,0,0,.42)}
.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}
.mat-select-arrow{color:rgba(0,0,0,.54)}
.mat-select-panel{background:#fff}
.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#673ab7}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ffd740}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}
.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}
.mat-drawer.mat-drawer-push{background-color:#fff}
.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ffd740}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,215,64,.54)}
.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ffd740}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#673ab7}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(103,58,183,.54)}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#673ab7}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}
.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}
.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}
.mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#673ab7}
.mat-primary .mat-slider-thumb-label-text{color:#fff}
.mat-primary .mat-slider-focus-ring{background-color:rgba(103,58,183,.2)}
.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#ffd740}
.mat-accent .mat-slider-thumb-label-text{color:rgba(0,0,0,.87)}
.mat-accent .mat-slider-focus-ring{background-color:rgba(255,215,64,.2)}
.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:#f44336}
.mat-warn .mat-slider-thumb-label-text{color:#fff}
.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}
.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}
.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}
.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}
.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}
.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}
@media(hover: none){.mat-step-header:hover{background:none}}
.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}
.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}
.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#673ab7;color:#fff}
.mat-step-header.mat-accent .mat-step-icon{color:rgba(0,0,0,.87)}
.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-step-header.mat-warn .mat-step-icon{color:#fff}
.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}
.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}
.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}
.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}
.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}
.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header{height:72px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}
.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}
.mat-sort-header-arrow{color:#757575}
.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}
.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}
.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}
.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}
.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}
.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#673ab7}
.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}
.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ffd740}
.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:rgba(0,0,0,.87)}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}
.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}
.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#673ab7}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}
.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ffd740}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.4)}
.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.4)}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element{background-color:rgba(0,0,0,.12)}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-primary{background:#673ab7;color:#fff}
.mat-toolbar.mat-accent{background:#ffd740;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-warn{background:#f44336;color:#fff}
.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}
.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}
.mat-toolbar .mat-input-element{caret-color:currentColor}
.mat-toolbar-multiple-rows{min-height:64px}
.mat-toolbar-row,.mat-toolbar-single-row{height:64px}
@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}
.mat-tooltip{background:rgba(97,97,97,.9)}
.mat-tree{background:#fff}
.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}
.mat-tree-node{min-height:48px}
.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-simple-snackbar-action{color:#ffd740}
@font-face {
  /*  font-family: helveticaNeveRegular;
      src: url(../fonts/Helvetica-Neue-Regular.ttf),
          url(../fonts/Helvetica-Neue-Regular.woff);
  }
  /*@font-face {
      font-family: helveticaNeveBold;
      src: url('../fonts/Helvetica-Neue-bold.ttf');
  }*/
}
@keyframes down {
  to {
    transform: translateY(100%);
  }
}
@keyframes up {
  to {
    transform: translateY(0);
  }
}
@keyframes showSubmenuActions {
  to {
    opacity: 1;
    transform: translateX(100%);
  }
}
@keyframes hideSubmenuActions {
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(70%);
  }
}
@keyframes slideDown {
  to {
    max-height: 1000px;
  }
}
@keyframes slideUp {
  to {
    max-height: 0;
  }
}
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  color: #333333;
  font-family: "Roboto", sans-serif;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
div.content-list-pages .ngx-pagination .current {
  background: #0067B1;
}
div.content-list-pages .ngx-pagination .current:focus, div.content-list-pages .ngx-pagination .current:hover {
  outline: 2px dashed black;
}
div.content-list-pages + ul.ngx-pagination + li.current + span {
  color: #fff;
}
.ngx-pagination .disabled {
  color: #333333 !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: vertical;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
[hidden] {
  display: none;
}
nav + ul + li {
  padding: 0;
  margin: 0;
}
a {
  color: currentColor;
  text-decoration: none;
}
a:focus, a:active {
  outline: 2px dashed black;
}
.btn-nav:focus, .btn-nav:active {
  outline: 2px dashed black;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
button,
input,
select,
textarea {
  font-weight: 400;
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input:focus {
  outline: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button {
  border: none;
  background-color: transparent;
}
button:focus {
  outline: 2px dashed black;
}
img {
  max-width: 100%;
}
i {
  font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #333333;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 1.875rem;
}
h3 {
  font-size: 1.5625rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.875rem;
}
p, li {
  line-height: 1.4;
}
.text-invalid {
  color: #f00000;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-warning-colsub {
  color: white;
  background-color: #305DC2;
  border-color: #305DC2;
}
input, select {
  border-radius: 10px;
  outline: 0.5px solid rgba(0, 0, 0, 0.2);
}
input:focus, select:focus {
  border-radius: 10px;
  outline: 2px dashed #333333;
}
input:hover, select:hover {
  outline: 1.5px solid #315DC1;
}
.borde-select {
  border-radius: 10px;
  outline: 0.1px solid #D6D6D6;
}
.borde-select:focus {
  border-radius: 10px;
  outline: 2px dashed #333333;
}
.borde-select:hover {
  outline: 1.5px solid #757575;
}
input[type=radio] {
  visibility: hidden;
}
input[type=radio]:focus {
  border-radius: 10px;
  outline: 2px dashed #333333;
}
.hasError {
  border-radius: 10px;
  outline: 1.5px solid #D32F2F !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
html,
body {
  min-height: 1vh;
}
.section {
  position: relative;
}
.mg-10 {
  margin: 10px;
}
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-15 {
  margin-top: 15px;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-20 {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .mg-top-20-sm {
    margin-top: 20px;
  }
}
.mg-top-40 {
  margin-top: 40px;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-rth-5 {
  margin-right: 5px;
}
.mg-rth-20 {
  margin-right: 20px;
}
.mg-lft-10 {
  margin-left: 10px;
}
.mg-lft-20 {
  margin-left: 20px;
}
.mg-lft-40 {
  margin-left: 40px;
}
.mg-btm-10 {
  margin-bottom: 10px;
}
.mg-btm-20 {
  margin-bottom: 20px;
}
.mg-btm-30 {
  margin-bottom: 30px;
}
.mg-btm-40 {
  margin-bottom: 40px;
}
.mg-btm-50 {
  margin-bottom: 50px;
}
.mg-btm-60 {
  margin-bottom: 60px;
}
.mg-btm-90 {
  margin-bottom: 90px;
}
.mg-ic-lt {
  margin-left: 8px;
}
.bnt-datail {
  width: 180px;
  height: 48px;
  border-radius: 50px;
  background-color: #0067B1;
  color: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -6px;
}
@media (max-width: 768px) {
  .bnt-datail {
    width: 45%;
  }
}
.pdd-none {
  padding: 0;
}
.pdd-5 {
  padding: 5px;
}
.pdd-10 {
  padding: 10px;
}
.pdd-15 {
  padding: 15px;
}
.pdd-20 {
  padding: 20px;
}
.pdd-25 {
  padding: 25px;
}
.pdd-30 {
  padding: 30px;
}
.pdd-y-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pdd-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pdd-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pdd-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pdd-y-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pdd-y-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pdd-x-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pdd-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pdd-x-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pdd-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pdd-x-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.pdd-x-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pdd-btm-0 {
  padding-bottom: 0;
}
.pdd-btm-10 {
  padding-bottom: 10px;
}
.pdd-btm-20 {
  padding-bottom: 20px;
}
.pdd-btm-30 {
  padding-bottom: 30px;
}
.pdd-btm-40 {
  padding-bottom: 30px;
}
.pdd-btm-50 {
  padding-bottom: 30px;
}
.pdd-top-0 {
  padding-top: 0px;
}
.pdd-top-10 {
  padding-top: 10px;
}
.pdd-top-20 {
  padding-top: 20px;
}
.pdd-top-30 {
  padding-top: 30px;
}
.pdd-top-40 {
  padding-top: 40px;
}
.pdd-top-50 {
  padding-top: 50px;
}
.pdd-lft-0 {
  padding-left: 0px;
}
.pdd-lft-10 {
  padding-left: 10px;
}
.pdd-lft-20 {
  padding-left: 20px;
}
.pdd-lft-30 {
  padding-left: 30px;
}
.pdd-lft-40 {
  padding-left: 40px;
}
.pdd-lft-50 {
  padding-left: 50px;
}
.pdd-rht-0 {
  padding-right: 0px;
}
.pdd-rht-10 {
  padding-right: 10px;
}
.pdd-rht-20 {
  padding-right: 20px;
}
.pdd-rht-30 {
  padding-right: 30px;
}
.pdd-rht-40 {
  padding-right: 40px;
}
.pdd-rht-50 {
  padding-right: 50px;
}
.w-100 {
  width: 100%;
}
.u-btn--light.btn-pdd-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.buttom-width-100 {
  width: 100%;
}
.border-right {
  border-right: solid 1px #333333;
}
.border-left {
  border-left: solid 1px #333333;
}
.border-none {
  border: none;
}
.border-green {
  border: #2E7D32 2px solid !important;
}
.color-white {
  color: #ffffff;
}
.color-grayLight {
  color: rgba(51, 51, 51, 0.8);
}
.color-blue-light {
  color: #315DC1;
}
.color-blue-dark {
  color: rgba(0, 103, 177, 0.9);
}
.color-red {
  color: #ce2c2c;
}
.color-gray-light {
  color: #F6F7FC;
}
.color-yellow {
  color: #FFE982;
}
.color-green {
  color: #2E7D32 !important;
}
.color-gray {
  color: #333333;
}
.color-blue-info {
  color: #0067B1;
}
.bg {
  background-position: center center;
  background-size: cover;
}
.bg-gradiant {
  background: linear-gradient(150deg, #315DC1, #0067B1);
}
.bg-blue-dark {
  background-color: #0067B1;
}
.bg-yellow {
  background-color: #FFE982;
}
.bg-white, .c-contranst_btn--white {
  background-color: white;
}
.bg-gray-light {
  background-color: #F6F7FC;
}
.bg-black {
  background-color: #000F40;
}
.bg-blue-light {
  background-color: #315DC1;
}
.bg-green {
  background-color: #2E7D32;
}
.bg-red {
  background-color: #D32F2F !important;
}
.bg-light {
  background-color: #f7faff;
}
.bg-success {
  background-color: #00ff76;
}
.bg-error {
  background-color: #D32F2F !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (max-width: 991px) {
  .text-up-md-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-up-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .text-md-center {
    text-align: center;
  }
}
.u-uppercase {
  text-transform: uppercase;
}
.u-underline {
  text-decoration: underline;
}
.u-regular {
  font-weight: 400;
}
.u-medium {
  font-weight: 500;
}
.u-semibold {
  font-weight: 600;
}
.u-bold {
  font-weight: bold;
}
.font-12 {
  font-size: 0.75rem;
}
.font-14, .c-notifications_number {
  font-size: 0.875rem;
}
.font-16 {
  font-size: 1rem;
}
.font-18 {
  font-size: 1.125rem;
}
.font-20 {
  font-size: 1.25rem;
}
.font-25 {
  font-size: 1.5625rem;
}
.font-30, .action-mob_btn, .action-mob_btn i {
  font-size: 1.875rem;
}
.font-40 {
  font-size: 2.5rem;
}
.font-50 {
  font-size: 3.125rem;
}
.u-btn {
  display: inline-block;
  padding: 16px 25px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 100px;
  text-align: center;
  min-width: 175px;
  cursor: pointer;
}
.u-btn.pdd-3 {
  padding: 10px 5px;
}
.u-btn-afl-empresas {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 0;
  padding-left: 0;
}
.u-btn--gradient {
  margin-bottom: -40px;
  font-size: 16px;
}
.u-btn--yellow {
  background-color: #0067B1;
  color: white;
}
.u-btn--yellow:hover {
  background-color: #00365C;
  color: white;
}
.u-btn--blue {
  background-color: #0067B1;
  color: #fff;
}
.u-btn--blue:hover {
  color: #fff;
  cursor: pointer;
}
.u-btn--blue:hover:disabled {
  color: white;
}
.u-btn--white {
  background-color: #fff;
  color: #0067B1;
  border: 1px solid #0067B1;
}
.u-btn--white:hover {
  background-color: #00365C;
  color: #fff;
  cursor: pointer;
}
.u-btn--default {
  background-color: #fff;
  color: #0067B1;
}
.u-btn--default:hover {
  background-color: #00365C;
  color: #fff;
  cursor: pointer;
}
.u-btn:disabled {
  color: #fff;
}
.u-btn:disabled:hover {
  color: white;
}
.u-btn--gray {
  background-color: #333333;
  color: white !important;
}
.u-btn--gray:hover {
  background-color: #00365C;
}
.u-btn--icon em {
  font-size: 1rem;
}
.u-btn--icon em,
.u-btn--icon img {
  vertical-align: middle;
  margin-right: 10px;
}
.u-btn--light {
  padding: 12px 30px 12px 30px;
  min-width: inherit;
  width: 100%;
}
.u-btn--one {
  padding: 12px 60px 12px 30px;
}
.u-btn--one em,
.u-btn--one img {
  margin-right: 25px;
}
.u-btn--blueLight {
  background: #315DC1;
  color: white;
}
.u-btn--blueLight:hover {
  background-color: #00365C;
  color: #fff;
}
.u-btn--lwhite {
  border: solid 1px white;
}
.u-btn--blueDark {
  background: #0067B1;
  color: white;
}
.u-btn--blueDark:hover {
  background-color: #00365C;
  color: #fff;
}
.u-btn--blueDark:hover .color-yellow {
  color: #FFE982;
}
.u-btn--line, .u-btn--line-form {
  border: solid 1px #0067B1;
}
.u-btn--line:hover, .u-btn--line-form:hover {
  background-color: #00365C;
  color: white;
}
.u-btn--line-form {
  width: 190px;
  height: 48px;
  margin-right: 12px;
  color: #0067B1;
}
.u-btn--trans {
  border: 1px solid currentColor;
}
.u-btn--trans:hover {
  background-color: #00365C;
  color: white;
}
.d-block, .c-nav_link {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex--nowrap {
  flex-wrap: nowrap;
}
.d-grid {
  display: grid;
}
.d-inline-flex {
  display: inline-flex !important;
}
.row--no-margin {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
}
.no-padding {
  padding-right: 0;
  padding-left: 0;
}
.u-round {
  border-radius: 50%;
}
.corner-one {
  border-radius: 12px;
}
.corner-one--right {
  border-radius: 0 12px 12px 0;
}
.info-gradient.hide {
  display: none;
}
@media (max-width: 575px) {
  .show-s--md {
    display: flex !important;
  }
}
.hide {
  display: none;
}
@media (max-width: 991px) {
  .hide-down--md {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-down--sm {
    display: none;
  }
}
@media (max-width: 575px) {
  .hide-down--xs {
    display: none;
  }
  .hide-down--xs-im {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hide-down {
    display: none;
  }
}
@media (min-width: 481px) {
  .hide-up {
    display: none;
  }
}
@media (min-width: 576px) {
  .hide-up--xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-up--sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .hide-up--md {
    display: none;
  }
}
.sect-main {
  height: 100%;
  padding: 20px 16px 50px 16px;
}
@media (min-width: 992px) {
  .sect-main {
    padding: 15px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .cont-title-sec {
    text-align: center;
  }
}
.title-sect {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 40px;
  color: #0067b1;
}
.title-sect:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 3px;
  background-color: currentColor;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .title-sect:after {
    width: 48%;
    left: 71px;
  }
}
@media (max-width: 767px) {
  .title-sect {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .title-sect {
    margin-bottom: 25px;
  }
}
.o-group-elms {
  max-width: 110px;
  margin-bottom: 5px;
}
.o-group-elms:hover .u-round {
  background-color: #315DC1;
  color: #FFE982;
}
.o-group-elms .u-round {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto 6px auto;
  transition: background-color 0.3s linear, transform 0.3s linear;
}
@media (min-width: 992px) {
  .o-group-elms .u-round-inline {
    margin: 0;
    margin-right: 10px;
  }
}
.o-group-elms .u-round i,
.o-group-elms .u-round img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.o-group-elms .u-round i {
  font-size: 1.25rem;
}
.o-group-elms .u-round img {
  width: 30px;
}
.o-group-elms span {
  display: block;
  font-size: 0.875rem;
}
.title-bar {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.title-bar:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  background-color: currentColor;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.align-self--start {
  align-self: flex-start;
}
.align-items--stretch {
  align-items: stretch;
}
.align-items--center {
  align-items: center;
}
.shadow-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.shadow-none {
  box-shadow: none !important;
}
.table--responsive {
  overflow-x: scroll;
  overflow-y: hidden;
  display: block;
}
@media (min-width: 1200px) {
  .table--responsive {
    display: table;
    width: 100%;
    overflow-x: inherit;
  }
}
.table--card td {
  padding: 10px;
  vertical-align: middle;
}
.table--card tr {
  border-bottom: solid 1px rgba(51, 51, 51, 0.8);
}
.table--card tr:last-child {
  border-bottom: 0;
}
.table--one thead {
  border-bottom: 1px solid rgba(51, 51, 51, 0.8);
}
.table--one thead td {
  padding: 0 10px 20px 10px;
}
.table--one td {
  padding: 15px 10px;
}
.table table {
  width: 100%;
  text-align: center;
}
.pay-next {
  width: 50%;
  order: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .pay-next {
    width: 100%;
    text-align: right;
  }
}
.pay-minimum {
  width: 100%;
  order: 3;
  text-align: center;
}
.pay-minimum h3 {
  font-size: 41px;
}
.pay-minimum p {
  font-size: 18px;
}
@media (min-width: 992px) {
  .pay-minimum {
    width: 100%;
    order: 2;
    text-align: right;
  }
  .pay-minimum h3 {
    font-size: 25px;
  }
  .pay-minimum p {
    font-size: 16px;
  }
}
.pay-total {
  order: 2;
  width: 50%;
  text-align: center;
}
@media (min-width: 992px) {
  .pay-total {
    order: 3;
    width: 100%;
    text-align: right;
  }
}
.order--first {
  order: -1;
}
.order--1 {
  order: 1;
}
@media (min-width: 992px) {
  .order--1-md {
    order: 1;
  }
}
.order--2 {
  order: 2;
}
@media (min-width: 992px) {
  .order--2-md {
    order: 2;
  }
}
.order--3 {
  order: 3;
}
@media (min-width: 992px) {
  .order--3-md {
    order: 3;
  }
}
.order--4 {
  order: 4;
}
@media (min-width: 992px) {
  .order--4-md {
    order: 4;
  }
}
.order--5 {
  order: 5;
}
@media (min-width: 992px) {
  .order--5-md {
    order: 5;
  }
}
.order--6 {
  order: 6;
}
@media (min-width: 992px) {
  .order--6-md {
    order: 6;
  }
}
.order--7 {
  order: 7;
}
@media (min-width: 992px) {
  .order--7-md {
    order: 7;
  }
}
.order--8 {
  order: 8;
}
@media (min-width: 992px) {
  .order--8-md {
    order: 8;
  }
}
.order--9 {
  order: 9;
}
@media (min-width: 992px) {
  .order--9-md {
    order: 9;
  }
}
.form-icon {
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0;
  z-index: 1;
  padding: 10px;
  background: #333333;
  color: white;
}
.form-icon + div.header-card h2 {
  padding-top: 8px;
}
.form--section {
  padding-bottom: 30px;
}
.form--section:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 1px;
  background: #333333;
}
.form--section-icon {
  padding-left: 60px;
}
.form--section-icon.active .form-icon {
  background: #315DC1;
  color: #FFE982;
}
.form--section-icon:before {
  width: calc(100% - 60px);
  left: inherit;
  right: 0;
}
.form--section-icon--line:after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 22px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #333333;
}
.form--section-icon--line:nth-of-type(2):after {
  content: normal;
}
.form--section-icon:last-child:after {
  display: none;
}
.form_btns .u-btn {
  margin-left: 10px;
  margin-right: 10px;
}
/*input[type="radio"],input[type="check"]{
    display: none;
}
input,select{
    &:focus{
        outline: none;
    }
}*/
.input {
  position: relative;
  padding-bottom: 18px;
  display: block;
  padding-left: 23px;
  color: #333333;
}
.input--icon {
  position: relative;
}
.input--icon i {
  left: 0;
  font-size: 20px;
}
.input--icon input {
  padding-left: 25px;
}
.input--regular {
  color: #333333;
  border: none;
  background: transparent;
  padding: 10px;
  -webkit-appearance: none;
  width: 100%;
}
.input-radio {
  font-size: 14px;
}
.input-radio:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 2px #0067B1;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.input-radio--cheked:checked + label:after {
  background: #0067B1;
  border-color: #0067B1;
  box-shadow: inset 0 0 0 3px rgba(51, 51, 51, 0.8);
}
@media (max-width: 991px) {
  .pad-sm-none {
    padding: 0;
  }
}
.msn-error {
  display: block;
  padding: 20px;
  padding-left: 50px;
  max-width: 300px;
  border-radius: 10px;
  position: absolute;
  right: calc(-300px - 15px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  .msn-error-dark {
    position: relative;
    max-width: inherit;
    margin-top: 20px;
    width: 100%;
    right: 0;
    transform: inherit;
  }
}
@media (max-width: 991px) {
  .msn-error {
    position: relative;
    max-width: inherit;
    margin-top: 20px;
    width: 100%;
    right: 0;
    transform: inherit;
  }
}
.center-absolute--top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.center-icon-text {
  position: relative;
}
.center-icon-text i {
  transform: translateY(3px);
  line-height: 15px;
  font-size: 20px;
}
.center-icon-text--small {
  padding-left: 25px;
}
.over-hiden {
  overflow: hidden;
}
.pdd-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pdd-btm-0 {
  padding-bottom: 0;
}
.pdd-btm-30 {
  padding-bottom: 30px;
}
.pdd-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pdd-none {
  padding: 0;
}
.container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.sect-cont {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .sect-cont {
    padding-bottom: 90px;
  }
}
.select-custom-mat {
  position: relative;
}
.select-custom-mat select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 20px 40px 20px 15px;
  border: none;
  background-color: transparent;
  color: currentColor;
}
.select-custom-mat:before {
  content: "";
  pointer-events: none;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  position: absolute;
}
.elm-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.elm-overlay.is-active {
  display: block;
  animation: fadeIn 0.3s linear forwards;
  top: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .elm-overlay.is-active {
    z-index: 98;
  }
}
@media only screen and (max-width: 768px) {
  .elm-overlay.is-active {
    top: 100%;
  }
}
.elm-overlay.is-inactive {
  animation: fadeOut 0.3s linear forwards;
}
.spinner,
.spinner:after {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  margin: 10px auto 30px;
}
.spinner {
  background-color: transparent;
  border-top: 3px solid #FFE982;
  border-right: 3px solid #FFE982;
  border-bottom: 3px solid #FFE982;
  border-left: 3px solid white;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.content-bt-downlo {
  position: relative;
  width: 100%;
}
.content-bt-downlo span.mat-button-wrapper {
  font-size: 10px;
}
.icon-radius {
  padding: 2px;
  border: 2px solid;
  border-radius: 50%;
}
.mat-drawer-transition .mat-drawer-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.pdd-50 {
  padding: 50px;
}
.relative {
  position: relative;
}
#icon,
#icon2,
#icon3 {
  position: absolute;
  bottom: 6px;
  right: 20px;
  cursor: pointer;
}
#icon:before,
#icon2:before,
#icon3:before {
  font-family: "Material Icons";
  content: "";
  font-size: 25px;
}
.input {
  position: relative;
  padding-bottom: 18px;
  display: block;
  padding-left: 23px;
  color: #333333;
}
.input--regular {
  color: black;
  border: none;
  border-bottom: solid 2px #001f5b;
  background: transparent;
  padding: 10px;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
}
.input-radio {
  font-size: 14px;
}
.input-radio:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 2px #9b9b9b;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.input-radio--cheked:checked + label {
  font-size: 14px;
}
.input-radio--cheked:checked + label:after {
  background: #0067B1;
  border-color: #0067B1;
  box-shadow: inset 0 0 0 3px #dedede;
}
.note-habeas-data {
  color: #315dc1;
  padding: 50px 0px;
}
.mar-r {
  margin-right: 34px !important;
}
.l-dashboard {
  height: 100%;
}
@media (min-width: 768px) {
  .l-dashboard {
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "header header" "aside main" "footer footer";
  }
}
.l-header {
  padding: 38px 25px;
}
@media (max-width: 480px) {
  .l-header {
    padding: 27px 22px;
  }
}
@media (min-width: 768px) {
  .l-header {
    grid-area: header;
    padding: 25px;
  }
}
.l-aside {
  position: relative;
  padding: 10px 15px;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-aside {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  }
  .l-aside.is-down {
    animation: down 0.3s linear forwards;
  }
  .l-aside.is-up {
    animation: up 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  .l-aside {
    grid-area: aside;
    padding: 10px 15px;
  }
}
.l-content {
  position: relative;
}
@media (min-width: 768px) {
  .l-content {
    grid-area: main;
  }
}
.l-footer {
  z-index: 1;
  padding: 30px 60px;
  background-color: white;
}
.l-footer p {
  font-size: 12px;
  color: #000F40;
}
@media (max-width: 767px) {
  .l-footer {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .l-footer {
    grid-area: footer;
  }
}
@media (max-width: 991px) {
  .content-grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .content-grid > div {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .content-grid {
    display: grid;
    grid-template-columns: 65% 33%;
    grid-gap: 0 30px;
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    padding: 10px;
  }

  .colm-1 {
    grid-column-end: span 1;
    grid-column-start: 2;
  }

  .row-2 {
    grid-row-end: span 2;
  }

  .row-3 {
    grid-row-end: span 3;
  }
}
.dropdown {
  background: white;
  padding: 10px 0;
  border-radius: 6px;
  min-width: 280px;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  z-index: 3;
  display: none;
}
.dropdown-item {
  padding: 10px 30px 10px 20px;
  position: relative;
}
.dropdown-item em {
  position: absolute;
  display: none;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #315DC1;
}
.dropdown-item:hover {
  background: rgba(49, 93, 193, 0.1);
}
.dropdown-item:hover i {
  display: block;
}
.dropdown-active {
  display: block;
}
.bg-dropdown {
  display: none;
  position: absolute;
  top: 102px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  left: 0;
  height: calc(100% + 152px);
  z-index: 2;
}
.state {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 4px white;
  margin: 0 auto;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
.state-day {
  background: #2E7D32;
}
.state-pending {
  background: #FFE982;
}
.name-icon {
  padding-left: 30px;
  position: relative;
  text-align: left;
}
.name-icon i {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  color: #315DC1;
}
.name-icon + span {
  padding-left: 30px;
  text-align: left;
}
@media (max-width: 992px) {
  .value-mobile {
    position: absolute;
    top: -15px;
    right: 20px;
  }
}
.help {
  padding-left: 20px;
  position: relative;
  margin: 0 20px;
}
.help:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
}
.help-day:after {
  background: #2E7D32;
}
.help-pending:after {
  background: #FFE982;
}
.c-brand {
  flex-grow: 1;
  align-self: center;
}
@media (max-width: 991px) {
  .c-brand {
    text-align: center;
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .c-brand img {
    max-width: 152px;
    height: 25px;
  }
}
.c-search {
  position: relative;
}
.c-search input {
  display: block;
  padding: 8px 30px 12px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FFE982;
  color: white;
}
.c-search input:focus + .c-search_btn {
  color: white;
}
.c-search ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  /* Firefox */
}
.c-search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  /* Firefox */
}
.c-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.8);
}
.c-search ::-ms-inputplaceholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.8);
}
.c-search_btn {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s linear;
}
.c-notifications_btn, .c-notifications_number {
  display: block;
  border-radius: 50%;
}
.c-notifications_btn {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.c-notifications_btn i, .c-notifications_btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-notifications_btn i {
  font-size: 24px;
  color: white;
}
.c-notifications_number {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 22px;
  color: #0067B1;
}
.c-avatar {
  position: relative;
  padding-left: 60px;
}
.c-avatar_img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}
.c-avatar_img .avatar {
  font-size: 45px;
}
.c-avatar_info a::first-letter {
  text-transform: uppercase;
}
.c-avatar_info a span {
  pointer-events: none;
}
.c-avatar_info a span:first-letter {
  display: inline-block;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-avatar_img {
    width: 48px;
    height: 48px;
  }
  .c-avatar .avatar {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .c-avatar {
    padding-left: 80px;
  }
  .c-avatar_img {
    width: 55px;
    height: 55px;
  }
  .c-avatar .avatar {
    font-size: 55px;
  }
}
.navbar-item {
  padding-left: 0px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-item:last-of-type {
  padding-right: 0;
  border-right: none;
}
@media (min-width: 768px) {
  .navbar-item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .navbar-item:last-of-type {
    padding-right: 40px;
  }
}
.navbar-subitem {
  margin-right: 1.875rem;
}
.navbar-subitem:last-of-type {
  margin-right: 0;
}
.c-contranst_btn {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
}
.c-contranst_btn:last-of-type {
  margin-right: 0;
}
.c-contranst_btn--border {
  border: 1px solid white;
}
.c-size_btn {
  padding-left: 4px;
  padding-right: 4px;
  vertical-align: bottom;
}
.action-mob_btn {
  padding: 0 8px;
}
.action-mob_btn:last-of-type {
  padding-right: 0;
}
@media (min-width: 768px) {
  .action-mob_btn {
    font-size: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .nav-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .nav-actions {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .nav-actions {
    margin-top: 140px;
  }
}
@media (min-width: 1200px) {
  .nav-actions {
    margin-top: 150px;
  }
}
.action-item .u-round {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto 8px auto;
  transition: transform 0.3s linear, background-color 0.3s linear;
}
.action-item i, .action-item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.action-item i {
  font-size: 1.25rem;
}
.action-item a.is-active .u-round, .action-item:hover .u-round {
  background-color: #0067B1;
  color: #FFE982;
}
@media (max-width: 767px) {
  .action-item {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .action-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .action-item {
    margin-bottom: 90px;
  }
}
.c-nav {
  padding: 0 15px;
}
.c-nav_link {
  position: relative;
  padding: 20px 0 20px 30px;
}
.c-nav_link i, .c-nav_link img {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.5;
  transform: translateY(-50%);
  transition: opacity 0.2s linear;
}
.c-nav_link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background-color: currentColor;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: width 0.15s linear;
}
.c-nav_link.is-active i, .c-nav_link.is-active img {
  opacity: 1;
}
.c-nav_link:hover:after, .c-nav_link.is-active:after {
  width: 100%;
}
@media (max-width: 991px) {
  .c-nav {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-nav_list {
    flex-grow: 1;
  }
  .c-nav_item {
    margin: 0 15px;
  }
}
.c-dropdown {
  background: white;
  padding: 10px 0;
  border-radius: 6px;
  min-width: 280px;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  z-index: 500;
  display: none;
}
.c-dropdown-item {
  display: block;
  position: relative;
  transition: background-color 0.2s linear;
}
.c-dropdown-item i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #315DC1;
  opacity: 0;
}
.c-dropdown-item:hover {
  background-color: rgba(49, 93, 193, 0.1);
}
.c-dropdown-item:hover i {
  animation: fadeIn 0.2s linear forwards;
}
.c-dropdown--active {
  display: block;
}
.c-breadcrumb {
  margin-bottom: 20px;
}
.c-breadcrumb_item {
  display: inline-block;
  margin-right: 15px;
}
.c-breadcrumb_item:last-of-type {
  margin-right: 0;
}
.c-breadcrumb_item span, .c-breadcrumb_item a {
  display: block;
  position: relative;
  padding-right: 15px;
}
.c-breadcrumb_item span:after, .c-breadcrumb_item a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-55%);
}
@media (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-calendar {
  width: 100%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .c-calendar {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .c-calendar {
    width: 54%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.c-schedule {
  width: 100%;
}
.view-schedule {
  width: 46%;
  padding: 20px 15px 0 15px;
  background: linear-gradient(150deg, #315DC1, #0067B1);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.view-schedule_text {
  position: relative;
  padding-left: 80px;
  margin-top: 10%;
  text-align: left;
}
.view-schedule_text .fig-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.view-schedule_text .fig-left img {
  display: block;
  max-width: 70px;
}
.view-schedule_text p {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .view-schedule {
    display: none;
  }
}
.schedule-date {
  font-size: 1.25rem;
  text-align: right;
  border-bottom: 1px solid currentColor;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.schedule-info {
  margin-top: 10px;
}
.schedule-info p {
  font-size: 18px;
}
.schedule-info_item {
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.schedule-info_item:first-of-type {
  flex-grow: 1;
}
.schedule-info_item:last-of-type {
  border-right: none;
}
.schedule-info_item .u-btn {
  padding: 6px 15px;
  margin-bottom: 15px;
}
.schedule-info_item .u-btn i, .schedule-info_item .u-btn img {
  margin-right: 6px;
}
.schedule-amount {
  padding: 12px 4px 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.schedule-amount:last-of-type {
  border-bottom: none;
}
.schedule-chart {
  margin-bottom: 10px;
}
.schedule-text {
  margin-top: 15%;
}
.schedule-text h3 {
  margin-bottom: 6px;
}
.schedule-fig {
  margin-top: 10%;
  margin-bottom: 15px;
}
.swiper-container--chart {
  padding-bottom: 50px;
}
.swiper-slide--chart {
  width: 100%;
  padding: 0 5px;
}
.swiper-pagination--chart {
  left: 50%;
  bottom: -30px;
  transform: translateX(50%);
}
.swiper-pagination--chart .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #337CE5;
}
.swiper-pagination--chart .swiper-pagination-bullet-active {
  background-color: #337CE5;
}
.steps-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 576px) {
  .steps-tabs:after {
    content: "";
    position: absolute;
    width: 76%;
    height: 1px;
    top: 20px;
    left: 0;
    right: 0;
    background-color: #333333;
    margin: auto;
  }
}
.step-item {
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
  cursor: pointer;
}
.step-item_icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto 6px auto;
  background-color: #0067B1;
  overflow: hidden;
  transform: scale(0.6);
  transition: transform 0.3s linear;
}
.step-item_icon em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFE982;
}
.is-active .step-item_icon {
  background-color: #0067B1;
  transform: scale(1);
}
.is-active .step-item_icon i {
  opacity: 1;
  color: #FFE982;
}
.step-item--dark.is-active .step-item_icon {
  background-color: #0067B1;
}
.step-item span {
  display: block;
  color: #3d393996;
}
.step-item.is-active {
  pointer-events: initial;
}
.step-item.is-active span {
  color: rgba(0, 0, 0, 0.911);
}
.step-item:hover .step-item_icon {
  transform: scale(0.8);
}
.step-item--two span:last-of-type {
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 575px) {
  .step-item {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .step-item {
    width: 25%;
    min-height: 85px;
  }
  .step-item--two {
    width: 30%;
  }
}
.steps-cont {
  display: none;
  width: 100%;
  padding: 0 15px 50px 15px;
}
.steps-cont.is-active {
  display: block;
}
.steps-cont .c-field {
  padding: 0 15px;
}
.steps-cont .c-field--info {
  padding: 0;
}
.steps-cont--two .c-field {
  padding: 0;
}
.steps-cont_actions .u-btn {
  padding: 10px 20px;
  min-width: 170px;
}
.steps-cont_actions .u-btn--icon {
  min-width: 190px;
  text-align: left;
}
.steps-cont_actions .u-btn--icon i {
  margin-right: 30px;
}
.steps-cont_actions .u-btn, .steps-cont_actions .tooltip {
  vertical-align: middle;
  margin: 10px;
}
@media (max-width: 575px) {
  .steps-cont .c-field--btn {
    text-align: center;
  }
  .steps-cont .c-field--btn .u-btn {
    margin-bottom: 20px;
  }
  .steps-cont_actions {
    padding-left: 0px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .steps-cont .c-field {
    padding: 0 10%;
  }
  .steps-cont .c-field--info {
    padding: 0;
  }
  .steps-cont--two .c-field {
    padding: 0;
  }
}
.c-field_cont {
  position: relative;
}
.c-field_cont i, .c-field_cont input {
  color: #333333;
}
.c-field_cont input {
  display: block;
  width: 100%;
  padding: 20px 15px 15px 45px;
  border: none;
}
.c-field_cont input:focus + i {
  opacity: 1;
}
.c-field_cont i {
  position: absolute;
  top: 50%;
  left: 12px;
  opacity: 0.5;
  transition: opacity 0.3s linear;
  transform: translateY(-50%);
}
.c-field_cont--right input {
  padding: 20px 13px 15px 15px;
}
.c-field_cont--right i {
  left: inherit;
  right: 3%;
}
.c-field_group {
  padding-left: 40px;
}
.c-field_group > span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #333333;
}
.c-field_group .filter-card--select--content:not(:last-of-type) {
  padding-right: 5px;
}
.c-field_group .filter-card--select--content:last-of-type {
  padding-left: 5px;
}
.c-field select {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #0067B1;
}
.c-field--multiple {
  border-bottom: 2px solid #0067B1;
}
.c-field--multiple select, .c-field--multiple input {
  border-bottom: none;
}
.c-field--multiple .select-custom-mat {
  width: 40%;
}
.c-field--multiple .c-field:nth-of-type(2) {
  width: 25%;
}
.c-field--multiple .c-field:last-of-type {
  width: 35%;
}
.c-field--btn .u-btn {
  min-width: 195px;
  padding: 10px 55px 10px 30px;
  margin-bottom: 5px;
}
.c-field--btn .u-btn i {
  margin-right: 20px;
  transform: translateY(-2px);
}
.c-field--btn .u-btn:first-of-type {
  margin-right: 20px;
}
.c-field--btn .u-btn--line, .c-field--btn .u-btn--line-form {
  min-width: 185px;
  padding-left: 50px;
  padding-right: 50px;
}
.label-checkbox, .label-radio {
  display: block;
  position: relative;
  padding-right: 10px;
  margin-bottom: 8px;
  cursor: pointer;
}
.label-checkbox .c-field_control, .label-radio .c-field_control {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #9B9B9B;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.label-checkbox {
  position: relative;
  padding-left: 40px;
}
.label-checkbox input {
  visibility: hidden;
  position: absolute;
}
.label-checkbox input:checked + .c-field_control {
  background-image: url('check-white.a628dc910064178428c9.svg');
  background-color: #FFB100;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  border: 1px solid #FFB100;
}
.label-checkbox .c-field_control {
  border-radius: 4px;
}
.label-radio {
  padding-left: 30px;
  font-weight: 600;
}
.label-radio input:checked + .c-field_control {
  border: 1px solid #FFB100;
}
.label-radio input:checked + .c-field_control:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.label-radio .c-field_control {
  border-radius: 50%;
}
.label-radio .c-field_control:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #FFB100;
  top: 50%;
  left: 50%;
  opacity: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s linear;
}
.tooltip {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 15px 45px 15px 55px;
  border-radius: 4px;
}
.tooltip i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.accordion-profile_header.active span.detail:after, .accordion-profile_user.active span.detail:after {
  top: 62%;
  transform: translateY(-50%) rotate(-135deg);
}
.accordion-profile_header {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  cursor: pointer;
}
.accordion-profile_header + div {
  max-height: 0;
  overflow: hidden;
}
.accordion-profile_header + div.inactive {
  max-height: 1000px;
  animation: slideUp 0.3s linear forwards;
}
.accordion-profile_header + div.active {
  animation: slideDown 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.accordion-profile_user {
  cursor: pointer;
}
.accordion-profile_user + div {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.accordion-profile_user + div.inactive {
  max-height: 1000px;
  animation: slideUp 0.3s linear forwards;
}
.accordion-profile_user + div.active {
  margin-bottom: 30px;
  animation: slideDown 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.accordion-profile .title-tab {
  display: block;
  width: 100%;
}
.accordion-profile .title-tab_info em {
  position: absolute;
  top: 50%;
  left: 0;
  font: size 1.125rem;
  transform: translateY(-50%);
}
.accordion-profile .date-family {
  border-bottom: 1px solid rgba(129, 129, 129, 0.5);
}
.accordion-profile .header-card_title i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  opacity: 0.7;
}
.accordion-profile .container-tab {
  padding: 0 0 20px 0;
}
.accordion-profile .row-tab {
  align-items: flex-end;
}
.accordion-profile .row-tab--two {
  border-bottom: none;
}
.accordion-profile .row-tab--three {
  align-items: center;
}
.accordion-profile span.detail:after {
  top: 35%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s linear;
}
.c-accordion_header {
  position: relative;
}
.c-accordion_header--border {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-accordion_header.is-active .c-accordion_btn i {
  transform: translateY(-50%) rotate(180deg);
}
.c-accordion_btn {
  padding: 5px 30px 5px 5px;
  text-decoration: underline;
  cursor: pointer;
}
.c-accordion_btn:focus {
  outline: none;
}
.c-accordion_btn, .c-accordion_btn i {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-accordion_btn i {
  transition: transform 0.3s linear;
}
.c-accordion_panel {
  overflow: hidden;
  transition: height 0.2s linear;
}
.widget-cont {
  color: #333333;
  border: 2px solid #333333;
  padding-bottom: 10px;
  border-radius: 5px;
}
.widget-cont.inactive-demografic-query.active {
  background: #EDEDED;
  border: 2px solid #0067B1;
  border-radius: 5px;
  color: #0067B1;
}
.widget-cont.inactive-identification-query.active {
  background: #FFE982;
  border: 2px solid #FFE982;
  border-radius: 5px;
  color: #0067B1;
}
.field-controls--filter {
  width: 85%;
}
.field-controls--filter [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.fields-cont {
  align-items: flex-start;
}
.fields-cont_card {
  position: relative;
  min-width: 270px;
  margin-right: 2%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.fields-cont_field {
  flex-grow: 2;
}
.fields-cont_field textarea, .fields-cont_field input {
  display: block;
  border: 1px solid #0067B1;
  border-radius: 6px;
}
.fields-cont_field textarea {
  padding: 15px;
  width: 70%;
  height: 150px;
  color: #333333;
  resize: none;
}
.field-select {
  position: relative;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 103, 177, 0.15);
}
.field-group--filter .field-select {
  width: 80%;
}
.field-select select {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 12px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.field-select:before, .field-select:after {
  content: "";
  position: absolute;
}
.field-select:before {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 15, 64, 0.1);
  top: 0;
  right: 40px;
}
.field-select:after {
  width: 0;
  height: 0;
  top: 50%;
  right: 16px;
  border-width: 7px 5px 0 5px;
  border-style: solid;
  border-color: #0067B1 transparent transparent transparent;
  transform: translateY(-50%);
}
.field-select:hover, .field-select:focus {
  outline: 2px solid #315DC1 !important;
}
.field-attach {
  min-width: 300px;
  align-items: stretch;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.field-attach_cont {
  flex-grow: 2;
  padding: 15px 20px;
}
.field-attach_btn {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  flex-grow: 1;
  cursor: pointer;
}
.field-attach_btn span, .field-attach_btn i {
  display: inline-block;
  vertical-align: middle;
}
.field-attach_btn span {
  margin-right: 10px;
}
.field-attach_btn input {
  display: none;
}
.cont-btns .u-btn {
  margin-left: 10px;
  margin-right: 10px;
}
.cont-btns--mat .u-btn {
  flex-grow: 1;
  letter-spacing: 1px;
}
.field-mat {
  position: relative;
}
.field-mat--input input {
  display: block;
  width: 100%;
  border: none;
  padding: 15px 40px 15px 20px;
  border-bottom: 2px solid rgba(0, 103, 177, 0.6);
}
.field-mat--input input:focus + i {
  opacity: 1;
}
.field-mat--input i {
  position: absolute;
  top: 50%;
  right: 20px;
  opacity: 0.5;
  transition: opacity 0.2s linear;
  transform: translateY(-50%);
}
.noUi-horizontal {
  height: 2px;
}
.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  background: #0067B1;
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle:focus {
  outline: transparent;
}
.noUi-connects {
  height: 2px;
  background: rgba(0, 103, 177, 0.16);
}
.noUi-connects .noUi-connect {
  background: #0067B1;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -6px;
}
.box-shadow-card {
  box-shadow: 0px 0px 8px 3px #ccc8cc;
}
input[type=hidden] {
  visibility: hidden;
}
.btn-lineament {
  background: #fff;
  color: #0067B1;
  border-color: #00365C;
  border-radius: 100px;
}
.btn-lineament:hover {
  background-color: #00365C;
  color: #fff;
}
.material-icons-input {
  position: absolute;
  top: 28.5%;
  right: 3.8%;
}
.material-icons-input-info {
  position: absolute;
  top: 28.5%;
  right: 3.8%;
  color: #757575;
}
.header-card {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .header-card {
    margin-bottom: 24px;
  }
}
.header-card_amount {
  flex-grow: 1;
}
.header-card_title {
  padding-top: 24px;
  font-size: 1.875rem;
}
.header-card_title--two {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .header-card_title {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .header-card_title {
    font-size: 1.25rem;
  }
}
.card {
  position: relative;
  border-radius: 12px;
}
.card_btn-abs {
  position: absolute;
  right: 20px;
  bottom: 0;
  transform: translateY(50%);
}
.card_title {
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}
.card_cont {
  position: relative;
}
.card_item {
  position: relative;
  padding: 10px 45px;
}
.card_item--icon i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.card_btns a {
  margin: 5px 8px;
}
.card--one {
  margin-bottom: 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.card--two {
  flex-wrap: nowrap;
  padding: 8px 4px;
  border: 1px solid #315DC1;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .card--two {
    margin-bottom: 32px;
  }
}
.card--two--inline {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .card--two--inline {
    flex-wrap: wrap;
    justify-content: center;
  }
  .card--two--inline a {
    display: flex;
    flex: 0 0 80%;
    max-width: inherit;
    text-align: left;
    align-items: center;
  }
}
.card--three {
  background: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .card--three {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}
.card--four {
  margin-bottom: 20px;
}
.card--five {
  padding: 25px 30px;
}
.card--six {
  padding: 25px 35px;
}
.card--pagination {
  margin-bottom: 20px;
}
.card--simple {
  padding: 20px 30px;
}
.card--simple .title-bar {
  font-size: 1.25rem;
}
.card--simple p {
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.card--img {
  overflow: hidden;
  padding: 45px 15px 15px 15px;
}
.card--img p:not([class*=font-]) {
  font-size: 0.875rem;
}
.card--img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.card--steps {
  position: relative;
  padding: 80px 30px 45px 30px;
  flex-direction: column;
}
.card--steps .icon-living-place {
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .card_btn-abs {
    width: 100%;
    right: inherit;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 50%);
  }
}
@media (min-width: 768px) {
  .card--simple .title-bar {
    font-size: 1.5625rem;
  }
  .card--five {
    padding: 25px 60px;
  }
  .card-responsive-pdd {
    padding: 40px 32px;
  }
}
@media (min-width: 1200px) {
  .card--img {
    padding: 45px 10px 15px 15px;
  }
}
.cont-cards {
  margin-bottom: 25px;
}
.cont-cards .card {
  width: 100%;
  margin-bottom: 12px;
  justify-content: center;
}
@media (min-width: 768px) {
  .cont-cards .card {
    width: calc(100% - 4px);
    /*&:nth-of-type(odd) {
        margin-right: 8px;
    }*/
  }
}
.list-data {
  padding: 25px 20px 35px 20px;
}
.list-data_item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}
.list-data_item--separado {
  padding: 10px;
  padding-bottom: 0;
  border-bottom: none;
  background: white;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 35px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .list-data_item--separado {
    padding: 20px 20px 0 20px;
  }
  .list-data_item--separado .list-data_btn {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .list-data_item--separado {
    box-shadow: none;
    background: none;
    border-radius: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
  }
  .list-data_item--separado h3 {
    width: 25%;
  }
  .list-data_item--separado .list-data_btn-content {
    flex-grow: 1;
    padding-left: 10px;
  }
}
.list-data--itemSeparado {
  padding: 0 10px;
  background: none;
}
.list-data--itemSeparado-visible {
  overflow: visible;
}
.list-data--itemSeparado-vivienda li {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .list-data--itemSeparado {
    overflow: hidden;
  }
  .list-data--itemSeparado-visible {
    overflow: visible;
  }
}
.list-data--itemSeparado li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .list-data--itemSeparado {
    background: white;
    border-radius: 10px;
  }
}
.list-data_title {
  flex-grow: 1;
  font-size: 1rem;
}
.list-data_title a {
  display: block;
}
.list-data_amount {
  padding-right: 30px;
}
.list-data_amount--18 {
  padding: 0 7px;
}
@media (max-width: 767px) {
  .list-data_amount--18 {
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .list-data_amount--18 {
    width: 18%;
  }
}
.list-data_btns small {
  font-size: 14px;
  color: #818181;
  display: block;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .list-data_btns {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.list-data_btn {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border: 1px solid currentColor;
  margin: 0 5px;
  transition: background-color 0.2s linear;
}
.list-data_btn--title {
  display: none;
}
@media (min-width: 768px) {
  .list-data_btn--title {
    padding-top: 10px;
    padding-right: 6px;
    display: block;
    width: 100%;
    text-align: right;
    color: #333333;
  }
  .list-data_btn--title small {
    display: inline-block;
    font-size: 14px;
    margin: 0 2px;
  }
}
.list-data_btn-content {
  padding: 10px 0 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  transform: translateY(14px);
}
.list-data_btn-content a {
  border-width: 3px;
}
@media (min-width: 768px) {
  .list-data_btn-content {
    width: inherit;
    transform: inherit;
    padding: 0;
  }
}
.list-data_btn:last-of-type {
  margin-right: 0;
}
.list-data_btn i,
.list-data_btn img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-data_btn.bg-blue-dark:hover {
  background-color: #FFE982;
  border: 1px solid #FFE982;
}
.list-data_btn.bg-blue-dark:hover,
.list-data_btn.bg-blue-dark:hover i {
  color: #0067B1;
}
.list-data_btn--border:hover {
  background-color: #0067B1;
}
.list-data_btn--border:hover,
.list-data_btn--border:hover i {
  color: white;
}
.list-data--two {
  padding: 25px 20px 0px;
}
.list-data--two_item {
  justify-content: space-between;
}
.list-data--two_amount {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(51, 51, 51, 0.8);
}
@media (max-width: 767px) {
  .list-data_item {
    justify-content: space-between;
  }
  .list-data_title {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-data_amount {
    padding: 0 10px;
    text-align: center;
  }
  .list-data--two {
    padding: 25px 20px;
  }
  .list-data--two_item {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .list-data--two_amount {
    padding: 7px 0;
    border-bottom: solid 1px rgba(51, 51, 51, 0.8);
  }
}
@media (max-width: 400px) {
  .list-data_amount {
    margin-bottom: 10px;
  }
  .list-data_btns {
    width: 100%;
    text-align: center;
  }
}
.color-border-none {
  border-color: transparent;
}
.gray-row {
  position: relative;
}
.gray-row span {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .gray-row:after {
    content: "";
    display: block;
    width: 100%;
    background: rgba(51, 51, 51, 0.4);
    height: 250%;
    position: absolute;
    top: -107%;
    left: 0;
    z-index: 0;
  }
}
.content-total {
  padding: 19px 10px;
}
.info-gradient {
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .info-gradient {
    display: block;
  }
}
.info-gradient--item {
  padding: 6px 25px;
}
.info-gradient--btn {
  padding-bottom: 0;
}
.info-gradient--results {
  background: white;
  padding: 20px 25px 60px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  margin-top: 20px;
  margin-bottom: -35px;
}
.info-gradient--results_item {
  padding: 5px 0;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
@media (min-width: 992px) {
  .justify-content-center-sm {
    justify-content: center;
  }
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.border-bottom {
  border-bottom: solid 1px rgba(51, 51, 51, 0.8);
}
@media (min-width: 768px) {
  .border-bottom-sm {
    border-bottom: solid 1px rgba(51, 51, 51, 0.8);
  }
}
@media (min-width: 992px) {
  .border-bottom-md {
    border-bottom: solid 1px rgba(51, 51, 51, 0.8);
  }
}
.border-none {
  border-bottom: none;
}
@media (min-width: 768px) {
  .border-none-sm {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .border-none-md {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .border-none-xs {
    border-bottom: solid 1px rgba(51, 51, 51, 0.8);
  }
}
.card-special {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .card-special {
    flex: 0 0 48%;
  }
}
@media (max-width: 480px) {
  .o-group--coltwo {
    flex-wrap: wrap;
  }
  .o-group--coltwo .o-group-elms {
    width: 50%;
    padding: 0 10px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .mg-none-sm {
    margin: 0;
  }
}
.cal-month-view .cal-open-day-events {
  display: none;
}
.cal-month-view .cal-days {
  border: none;
}
.cal-month-view .cal-cell-row {
  justify-content: space-around;
  border-bottom: none !important;
  padding-bottom: 5px;
}
.cal-month-view .cal-day-cell, .cal-month-view .cal-cell-top {
  flex: inherit;
  min-height: auto;
}
.cal-month-view .cal-day-cell {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.cal-month-view .cal-day-cell .cal-day-number {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  margin: 0;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: none;
}
.cal-month-view .cal-day-cell:hover {
  background-color: rgba(51, 51, 51, 0.8) !important;
}
.cal-month-view .cal-day-cell:hover .cal-day-number {
  color: white;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #333333;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 13px;
  color: white;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.5;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: rgba(0, 0, 0, 0.4) !important;
}
.cal-month-view .cal-day-cell.cal-weekend:hover .cal-day-number {
  color: white !important;
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .cal-month-view {
    padding-right: 25px;
  }
}
.c-calendar {
  padding: 20px 15px 15px 15px;
}
.c-calendar_header {
  padding-bottom: 12px;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  justify-content: center;
}
@media (min-width: 768px) {
  .c-calendar_header {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .c-calendar_header {
    padding-right: 5px;
  }
}
.c-calendar_date h3 {
  margin: 0 8px;
  font-size: 1.125rem;
  font-weight: normal;
}
.c-calendar_arrow {
  cursor: pointer;
}
.c-calendar_arrow--next {
  margin-right: 10px;
}
.cal-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cal-header .cal-cell {
  font-size: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.cal-header .cal-cell:first-letter {
  font-size: 0.875rem;
}
.c-calendar {
  width: 100%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .c-calendar {
    border-radius: 12px;
  }
}
@media (min-width: 1200px) {
  .c-calendar {
    width: 54%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.c-schedule {
  width: 100%;
}
.view-schedule {
  width: 46%;
  padding: 20px 15px 0 15px;
  background: linear-gradient(150deg, #315DC1, #0067B1);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.view-schedule_text {
  position: relative;
  padding-left: 80px;
  margin-top: 10%;
  text-align: left;
}
.view-schedule_text .fig-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.view-schedule_text .fig-left img {
  display: block;
  max-width: 70px;
}
.view-schedule_text p {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .view-schedule {
    display: none;
  }
}
.schedule-date {
  font-size: 1.25rem;
  text-align: right;
  border-bottom: 1px solid currentColor;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.schedule-info {
  margin-top: 10px;
}
.schedule-info p {
  font-size: 18px;
}
.schedule-info_item {
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.schedule-info_item:first-of-type {
  flex-grow: 1;
}
.schedule-info_item:last-of-type {
  border-right: none;
}
.schedule-info_item .u-btn {
  padding: 6px 15px;
  margin-bottom: 15px;
}
.schedule-info_item .u-btn i, .schedule-info_item .u-btn img {
  margin-right: 6px;
}
.schedule-amount {
  padding: 12px 4px 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.schedule-amount:last-of-type {
  border-bottom: none;
}
.schedule-chart {
  margin-bottom: 10px;
}
.schedule-text {
  margin-top: 15%;
}
.schedule-text h3 {
  margin-bottom: 6px;
}
.schedule-fig {
  margin-top: 10%;
  margin-bottom: 15px;
}
.swiper-container--chart {
  padding-bottom: 50px;
}
.swiper-slide--chart {
  width: 100%;
  padding: 0 5px;
}
.swiper-pagination--chart {
  left: 50%;
  bottom: -30px;
  transform: translateX(50%);
}
.swiper-pagination--chart .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #337CE5;
}
.swiper-pagination--chart .swiper-pagination-bullet-active {
  background-color: #337CE5;
}
.icon-calendar {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  right: 0px;
}
.filter-card {
  padding: 20px 0;
}
.filter-card--form {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.filter-card--select:focus {
  box-shadow: none;
  outline: none;
}
.filter-card--select--content {
  position: relative;
}
.filter-card--select--content:before {
  content: "";
  pointer-events: none;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  position: absolute;
}
.filter-card--link {
  margin-top: 37px;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .filter-card--form {
    justify-content: flex-start;
  }
  .filter-card--link {
    margin-top: 0;
    max-width: 175px;
  }
}
.item-form {
  flex: 0 0 48%;
}
.paginate {
  display: block;
  width: 100%;
}
.pagination {
  display: inline-block;
}
.pagination-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}
.pagination--active {
  background: #0067B1;
  color: #FFE982;
}
.icon-living-place {
  display: block;
  background: #0067B1;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  margin-top: -34px;
  border: solid 8px white;
  position: relative;
}
.icon-living-place-error {
  background: white;
  border: solid 8px #F7F7F7;
}
.icon-living-place--abs {
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-living-place i, .icon-living-place svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.list-data--itemSeparado-vivienda h2 {
  padding-top: 0;
}
.title-100 {
  width: 100%;
}
.list-data--itemSeparado-visible li {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .card-style-none {
    box-shadow: none;
    background: none;
  }
}
.data-profile {
  padding: 20px 0;
}
.name-profile {
  position: relative;
  padding-left: 70px;
}
.name-profile span {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .name-profile {
    padding-left: 15px;
  }
}
.item-profile {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.item-profile-category {
  padding-top: 20px;
  padding-bottom: 0;
}
.item-profile-salary {
  padding-top: 0;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .item-profile-salary, .item-profile-category {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.item-profile hr {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 0;
  left: 50%;
  color: rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
}
.avatar {
  font-size: 84px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: inset 0 0 0px 7px rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .avatar {
    font-size: 60px;
    box-shadow: inset 0 0 0px 5px rgba(255, 255, 255, 0.1);
    margin: 0;
  }
}
.title-profile {
  padding: 0;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}
.title-profile i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .title-profile {
    font-size: 1.875rem;
    color: #315DC1;
    text-align: center;
    padding-left: 0;
  }
  .title-profile i {
    display: none;
  }
}
.row-profile {
  padding-top: 26px;
}
.row-profile h2 {
  width: 100%;
  padding-top: 0;
}
@media (max-width: 991px) {
  .row-profile h2 {
    font-size: 1.875rem;
    text-align: center;
  }
}
.title-tab {
  font-size: 16px;
  padding-right: 150px;
  position: relative;
  padding: 20px 40px;
}
.title-tab em {
  left: 15px;
  color: #315DC1;
  opacity: 0.5;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.title-tab span {
  font-weight: 100;
  color: #333333;
}
.title-tab-outsite {
  font-size: 20px;
  border-bottom: solid 1px #333333;
}
.title-tab-outsite i {
  color: white;
  font-size: 20px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #315DC1;
  opacity: 1;
  text-align: center;
  position: absolute;
  right: 15px;
  left: inherit;
}
span.detail {
  text-decoration: underline;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
  color: #0067B1;
  padding-right: 30px;
}
@media (max-width: 991px) {
  span.detail {
    font-size: 0;
  }
}
span.detail:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px gray;
  border-right: solid 2px gray;
  transform: translateY(-50%) rotate(-135deg);
}
.container-tab h2 {
  padding-top: 0;
}
.container-tab .u-btn {
  padding-left: 0;
  padding-right: 0;
}
.container-tab .list-data_amount {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
}
.row-tab {
  border-bottom: solid 1px rgba(129, 129, 129, 0.5);
  padding: 10px 0;
}
@media (max-width: 991px) {
  .row-tab-title {
    border-bottom: none;
  }
}
.border-top {
  border-top: solid 1px rgba(129, 129, 129, 0.5);
}
.date-family {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
  border-top: solid 1px rgba(129, 129, 129, 0.5);
  padding: 20px 0;
}
.date-family > div {
  padding: 10px 15px;
}
.active-tab {
  height: auto;
}
.data-person {
  padding: 20px 5px;
}
@media (max-width: 991px) {
  .data-person {
    flex-direction: column-reverse;
    display: flex;
    padding: 0;
    padding-bottom: 28px;
  }
}
.add-benefit {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .add-benefit {
    background: #FFE982;
    width: 100%;
    text-align: center;
  }
  .add-benefit i {
    display: none;
  }
}
.add-benefit i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.container-tab {
  overflow: hidden;
  padding: 0px 15px 20px;
}
.body-tab {
  height: 0;
}
.active-tab {
  height: auto;
}
#user .c-avatar_img em {
  font-size: 50px !important;
}
#user a.name, #user a.name:active, #user a.name:focus, #user a.name:visited {
  padding: 0;
  border: 0;
  cursor: pointer;
}
#user .c-avatar_info p {
  line-height: 5px;
}
.mat-menu-content {
  background: white;
  color: black;
  box-shadow: 1px 1px 8px 7px #787878;
}
.item-img img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .item-img img {
    margin: 0;
  }
}
.item-text {
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-right: 30px;
}
.item-text h2 {
  padding: 0;
}
.btn-affiliate {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.card-color {
  background-color: #EFEFEF;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.card-color:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  left: 0;
  top: 0;
}
.card-color--green:before {
  background-color: #2E7D32;
}
.card-color--red:before {
  background-color: #D32F2F;
}
.step-item.is-active-error span.step-item_icon {
  background-color: #D32F2F;
}
#change-password .steps-tabs-dark .step-item.is-active span {
  color: #0067B1;
}
#change-password .steps-tabs-dark .step-item.is-active .step-item_icon em {
  color: #0067B1;
}
#change-password .steps-tabs-dark .step-item.is-active-error .step-item_icon {
  background-color: #D32F2F !important;
  border: none;
}
#change-password .steps-tabs-dark .step-item.is-active-error .step-item_icon em {
  color: white;
}
#change-password .icon-afl-empresas {
  border-radius: 50%;
  font-size: 40px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#change-password .content-business {
  flex: 0 0 47%;
  padding: 5px 0;
}
#change-password .content-business:last-child {
  margin-left: 3%;
  margin-bottom: 5px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
#change-password .item-business {
  padding: 5px 0;
}
#change-password .item-business:first-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
#change-password .schedule-business .number {
  padding-left: 5px;
}
#change-password .schedule-business .text-icon {
  padding: 4px 0;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
#change-password .schedule-business .text-icon:last-child {
  padding-top: 10px;
  border-top: solid 1px #FFE982;
}
#change-password .schedule-business .text-icon .material-icons {
  display: inline-block;
  position: absolute;
  right: 0;
  border-radius: 50%;
  border: solid 2px white;
}
#change-password .u-btn-business {
  min-width: inherit;
  padding: 10px;
  color: #0067B1;
  width: 90%;
}
#change-password .icon-text {
  padding-left: 30px;
  position: relative;
}
#change-password .icon-text i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#change-password .card-color {
  background-color: #EFEFEF;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#change-password .card-color:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  left: 0;
  top: 0;
}
#change-password .card-color--green:before {
  background-color: #2E7D32;
}
#change-password .card-color--red:before {
  background-color: #D32F2F !important;
}
#change-password .icon-middle-line:before {
  content: "";
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  top: 50%;
  left: 5%;
  height: 1px;
  transform: translateY(-50%);
  width: 90%;
}
#change-password .round-icon {
  display: block;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#change-password .round-icon--bg-white {
  background-color: #fff;
}
#change-password .round-icon em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#change-password .round-icon--bottom-translate--50 {
  transform: translateY(-50%);
}
#change-password .blue-pacity-50 {
  color: #00365C;
  opacity: 0.5;
}
#change-password .steps-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  #change-password .steps-tabs:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0px;
    top: 20px;
    left: 0;
    right: 0;
    background-color: none;
    border: 1px dotted;
    margin: auto;
  }
}
#change-password .steps-tabs-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 576px) {
  #change-password .steps-tabs-active:after {
    content: "";
    position: absolute;
    width: 45%;
    height: 1px;
    top: 20px;
    left: 0;
    right: 0;
    background-color: #0067B1;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  #change-password .steps-tabs-active:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    top: 20px;
    left: 0;
    right: 0;
    background-color: #0067B1;
    margin: auto;
  }
}
#change-password .step-item {
  position: relative;
  text-align: center;
  width: 50%;
  z-index: 1;
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
}
#change-password .step-item_icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px #001d5c solid;
  margin: 0 auto 6px auto;
  background-color: whitesmoke;
  overflow: hidden;
  transform: scale(0.6);
  transition: transform 0.3s linear;
}
#change-password .step-item_icon em {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-active #change-password .step-item_icon {
  background-color: #315DC1;
  transform: scale(1);
}
.is-active #change-password .step-item_icon i {
  opacity: 1;
  color: #FFE982;
}
#change-password .step-item span {
  display: block;
  color: #525252;
}
#change-password .step-item.is-active {
  pointer-events: none;
}
#change-password .step-item.is-active span {
  color: #315DC1;
}
#change-password .step-item:hover .step-item_icon {
  transform: scale(0.8);
}
@media (max-width: 575px) {
  #change-password .step-item {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  #change-password .step-item {
    width: 50%;
    min-height: 85px;
  }
}
.padd-tab {
  padding: 0 15px 0 15px;
}
.padd-tab .r-principal {
  height: 65px;
}
.padd-tab .bg-gray-light-tbg {
  background: #F7F7F7;
}
.cont-bol-title {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cont-bol-title .drop-buttwall {
  color: #fff;
  width: 35px;
  height: 35px;
  background-color: #315DC1;
  border-radius: 50%;
  display: none;
}
@media (max-width: 575px) {
  .cont-bol-title .drop-buttwall {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.cont-bol-title .ic-trans {
  transform: translateY(3px);
}
@media (max-width: 575px) {
  .cont-bol-title h2 {
    font-size: 1.7rem;
  }
}
.ic-warnng {
  display: flex;
  align-items: center;
}
.ic-warnng i {
  font-size: 1.8rem;
}
.alig-ct {
  justify-content: center;
}
.col-pag-mobi {
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .col-pag-mobi {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .vencimiento-content {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .vencimiento-content {
    display: flex;
  }
}
@media (max-width: 575px) {
  .al-responsive-lealtad {
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .al-responsive-lealtad {
    justify-content: space-evenly;
  }
}
@media (max-width: 575px) {
  .al-respo-ct {
    text-align: left;
  }
}
.c-modal {
  position: relative;
  display: none;
  z-index: 100;
}
.c-modal.is-open {
  display: block;
}
.c-modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(239, 239, 239, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeOut 0.3s linear forwards;
}
.is-open .c-modal_overlay {
  animation: fadeIn 0.2s linear forwards;
}
.c-modal_container {
  position: relative;
  background-color: #fff;
  padding: 100px 100px 40px 100px;
  max-width: 650px;
  max-height: 100vh;
  border-radius: 10px;
}
.is-open .c-modal_container {
  animation: fadeInDown 0.3s linear forwards;
}
.c-modal_cont h2 {
  margin-bottom: 10px;
}
.c-modal_cont p i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.c-modal_close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #315DC1;
  color: white;
  border-radius: 50%;
  transition: transform 0.3s linear;
}
.c-modal_close:hover {
  transform: scale(1.3);
}
.c-modal_close i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
}
.c-modal_circle {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  background-color: white;
  border: 15px solid rgba(46, 46, 46, 0.8);
  margin: auto;
  transform: translateY(-50%);
}
.c-modal_circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal_btns {
  margin-top: 25px;
  margin-bottom: 20px;
}
.c-modal_btns .u-btn {
  min-width: inherit;
  margin: 5px 8px;
  padding: 10px 35px;
}
.c-modal .u-btn--trans i {
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .pad-50-lg {
    padding-right: 50px;
  }
}
.header-section {
  position: relative;
  padding-right: 150px;
}
.edit-elm {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.edit-elm i {
  font-size: 1.5625rem;
  vertical-align: bottom;
  margin-right: 5px;
}
.box-shadow-info {
  position: relative;
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.box-shadow-info_text {
  position: relative;
  padding: 12px 30px 12px 100px;
}
.box-shadow-info_text .u-round {
  display: block;
  position: absolute;
  width: 65px;
  height: 65px;
  top: 50%;
  left: 0;
}
.box-shadow-info_text .u-round i {
  position: absolute;
  top: 50%;
  left: 50%;
}
.box-shadow-info_btn {
  text-align: center;
}
.box-shadow-info_title {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .box-shadow-info_text, .box-shadow-info_btn {
    width: 100%;
  }
  .box-shadow-info_btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .box-shadow-info_text {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .box-shadow-info_btn {
    flex-grow: 1;
  }
}
.steps-info {
  padding-left: 50px;
  padding-right: 50px;
}
.steps-info .c-field {
  padding-left: 0;
  padding-right: 0;
}
.box-info .box-shadow-info_text {
  border-right: none;
}
.box-info .box-shadow-info_text, .box-info .box-shadow-info_load {
  margin-bottom: 20px;
}
.box-info .box-shadow-info_text, .box-info .box-shadow-info_load, .box-info .box-shadow-info_btn {
  width: 100%;
}
.box-info .box-shadow-info_load {
  padding: 0 6px;
}
.box-info .box-shadow-info_text {
  padding-left: 80px;
  padding-right: 10px;
}
.box-info .box-shadow-info_btn {
  text-align: left;
  padding: 0 8px;
}
.box-info .box-shadow-info_btn .u-btn {
  min-width: 125px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.box-info .box-shadow-info_btn .u-btn--icon {
  min-width: 50px;
  padding: 10px;
}
.box-info .box-shadow-info_btn .u-btn--icon i {
  margin-right: 0;
  font-size: 1.5625rem;
}
@media (min-width: 576px) {
  .box-info .box-shadow-info_text {
    width: 50%;
  }
  .box-info .box-shadow-info_load {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-info .box-shadow-info_text {
    width: 38%;
  }
  .box-info .box-shadow-info_load {
    width: 32%;
  }
  .box-info .box-shadow-info_btn {
    padding: 0 0 0 10px;
    width: 30%;
    text-align: center;
  }
}
.name-file-loaded, .size-file-loaded {
  display: block;
  width: 100%;
}
.name-file-loaded {
  position: relative;
  padding: 0 12px 12px 45px;
  border-bottom: 2px solid #0067B1;
  font-size: 14px;
}
.name-file-loaded:focus {
  outline: transparent;
}
.name-file-loaded i, .name-file-loaded img {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.size-file-loaded {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 14px;
  color: #5686F4;
}
.card-pane {
  position: relative;
  padding: 35px 30px;
  background-color: #315DC1;
  border-radius: 10px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
}
.card-pane_title {
  position: relative;
  padding: 0 20px 20px 20px;
}
.card-pane_title:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
}
.card-pane_btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.card-pane_btn .u-btn {
  min-width: 140px;
  padding: 12px 20px;
}
.card-pane_code {
  padding: 10px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 480px) {
  .card-pane_code span {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .card-pane {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .card-pane {
    max-width: 100%;
  }
}
.step-field_title {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
.step-field_title i {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 1.25rem;
}
.text-with-icon {
  position: relative;
  padding-left: 40px;
  padding-right: 0;
}
.text-with-icon i {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
p.info {
  width: 90%;
}
.content-valid {
  margin: 0;
  border-radius: 10px;
  padding: 40px;
}
.content-valid .item-val {
  padding: 10px;
}
.content-valid .item-val .tit-ic-vall {
  display: flex;
  margin-bottom: 20px;
}
.content-valid .item-val .tit-ic-vall span {
  width: 35px;
  height: 35px;
  justify-content: center;
  border-radius: 50px;
  margin-right: 8px;
}
.content-valid .item-val .content-bt-downlo .link-downloa-am {
  width: 100%;
  height: -webkit-fill-available;
  text-align: center;
  padding: 4px 0;
  border: 1px solid #001D5F;
  align-items: center;
  margin: 15px 0;
  justify-content: center;
  border-radius: 100px;
}
.content-valid .item-val .conten-drop {
  justify-content: center;
  height: 200px;
  border-radius: 8px;
  background-color: #F7F7F7;
  border: 1px dotted #DDDDDD;
}
@media (max-width: 480px) {
  .content-valid .item-val .conten-drop {
    height: 300px;
  }
}
.content-valid .item-val .pd-ms {
  height: 40px;
  width: 150px;
  padding: 8px 23px;
}
@media (max-width: 991px) {
  .content-valid .item-val .pd-ms {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .content-valid .item-val .pd-ms {
    width: 100%;
    margin-top: 25px;
  }
}
.co-help {
  display: flex;
  justify-content: center;
  width: 90%;
}
.co-help .contenn-help-masivas {
  flex-direction: column;
  align-items: center;
}
.co-help .help-ic {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  justify-content: center;
}
.co-help .help-ic em {
  font-size: 2.5rem;
}
.co-help .tit-help {
  margin: 8px 0;
}
.co-help .cont-butt-help {
  margin: 20px 0;
  width: 90%;
}
.co-help .cont-butt-help a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin: 12px 0;
  padding: 8px 23px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 100px;
}
.cont-empresa .item-empresa {
  flex-direction: column;
  padding: 13px 0;
}
@media (max-width: 768px) {
  .cont-empresa .item-empresa {
    padding: 24px 18px;
  }
}
.cont-empresa .item-empresa .avatar.empresa {
  width: 120px;
  height: 120px;
  background: #FFF;
  font-size: 2.8rem;
  color: #E40047;
  justify-content: center;
  margin: 0;
}
.cont-empresa .item-empresa .l-profile-empresa {
  border-bottom: 1px solid #FFF;
  padding-top: 20px;
  font-size: 14px;
}
.cont-empresa .num-afiliad {
  font-size: 40px;
}
.cont-empresa .item-profile-afiliados {
  font-size: 30px;
}
.cont-empresa .content-bt-downlo-em {
  justify-content: center;
}
.cont-empresa .content-bt-downlo-em a {
  margin: 10px 0;
  justify-content: center;
  width: 80%;
  padding: 8px;
}
.cont-empresa .content-bt-downlo-em a i {
  margin-right: 5px;
}
.cont-empresa .content-bt-downlo-em a:hover {
  background-color: #00365C;
  color: white;
}
.cont-empresa .content-bt-downlo-em a.b-white {
  border: 1px solid #fff;
}
.date-company {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 10px 0;
}
.date-company > div {
  padding: 10px 15px;
}
.tabs-company .title-tab {
  font-size: 1.25rem;
  border-bottom: solid 1px rgba(129, 129, 129, 0.5);
}
.tabs-company .first-icon {
  padding-left: 24px;
}
.tabs-company .body-tab {
  border-bottom: solid 1px rgba(129, 129, 129, 0.5);
  height: 0;
  display: none;
  transition: all 0.3s linear;
}
.tabs-company span.detalle:after {
  transform: translateY(-85%) rotate(45deg);
  transition: all 0.3s linear;
}
.tabs-company span.detalle.active-icon:after {
  transform: translateY(-50%) rotate(-135deg);
}
.tabs-company .active-tab {
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .nav-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .nav-actions {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .nav-actions {
    margin-top: 140px;
  }
}
@media (min-width: 1200px) {
  .nav-actions {
    margin-top: 150px;
  }
}
.action-item .u-round {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto 8px auto;
  transition: transform 0.3s linear, background-color 0.3s linear;
}
.action-item i,
.action-item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.action-item i {
  font-size: 1.25rem;
}
.action-item:hover .u-round {
  background-color: #0067B1;
  color: #FFE982;
}
.action-item .download-close {
  left: 93%;
}
@media (max-width: 767px) {
  .action-item {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .action-item {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .action-item {
    margin-bottom: 90px;
  }
}
.actions-submenu {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px 40px 0 40px;
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.5s;
  display: initial;
}
@media (min-width: 768px) {
  .actions-submenu {
    animation: 0.2s linear 0.1s forwards showSubmenuActions;
  }
}
.actions-submenu.is-active {
  visibility: visible;
  transition: transform 0.5s;
  opacity: 1;
  transform: translateY(0);
  display: initial;
}
.actions-submenu.is-inactive {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.5s;
  display: initial;
}
.actions-submenu_item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.12);
  text-align: left;
}
@media (max-width: 767px) {
  .actions-submenu_item {
    border: none;
  }
}
.actions-submenu_item a {
  display: block;
  position: relative;
  padding: 20px 30px;
}
.actions-submenu_item i {
  position: absolute;
  top: 49%;
  left: 0;
  color: #000F40;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .actions-submenu {
    left: 0;
    top: -266px;
    opacity: 1;
    padding: 0;
    padding-bottom: 30px;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .actions-submenu {
    top: 0;
    right: 0;
    width: 290px;
    height: 100%;
    padding: 0 10px;
    transform: translateX(70%);
  }
  .actions-submenu--fixed.is-active {
    display: block;
    position: fixed;
    top: 0;
    opacity: 1;
    right: inherit;
    left: 110px;
    transform: none;
  }
  .actions-submenu--active.is-active {
    opacity: 1;
    left: 110px;
    animation: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  #l-aside {
    position: fixed;
    bottom: 0;
  }
}
@media (min-width: 991px) {
  .pdd-r-100-res {
    padding-right: 100px;
  }
}
.l-aside {
  position: relative;
  padding: 10px 15px;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-aside {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  }
  .l-aside.is-down {
    animation: down 0.3s linear forwards;
  }
  .l-aside.is-up {
    animation: up 0.3s linear forwards;
  }
}
@media (min-width: 768px) {
  .l-aside {
    grid-area: aside;
    padding: 10px 15px;
  }
}
.alert {
  position: fixed;
  right: 0px;
  top: 0;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  padding: 16px 11px;
  display: flex;
  align-items: center;
  z-index: 200;
  border-radius: 0;
}
.alert-success {
  background-color: #2E7D32;
}
.alert-failed {
  background-color: #D32F2F !important;
}
.pd-l-10 {
  padding: 10px;
}
@media only screen and (min-width: 991px) {
  .reverse--row {
    flex-direction: row-reverse;
  }

  .d-none {
    display: none;
  }

  .menu,
.download {
    display: none;
  }

  .r-company {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .no-r-company {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .menu-header {
    display: none;
  }
}
@media (max-width: 991px) {
  .tooltip.right .tiptext {
    top: 33px;
    right: 30%;
  }
  .tooltip.right .tiptext:after {
    top: 50%;
    right: -21px;
  }

  .reverse--column {
    flex-direction: column-reverse;
  }

  .column {
    flex-direction: column;
  }

  .f-31 {
    font-size: 30px;
  }

  .f-20 {
    font-size: 20px;
  }

  .f-12 {
    font-size: 12px;
  }

  .m-0 {
    margin: 0;
  }

  .m-32 {
    margin-bottom: 32px;
  }

  .m-b-8 {
    margin-bottom: 8px;
  }

  .m-b-12 {
    margin-bottom: 12px;
  }

  .m-t-10 {
    margin-top: 10px;
  }

  .menu {
    position: fixed;
    z-index: 500;
    background-color: #ffffff;
    left: 0;
    top: 0;
    width: 100%;
    height: 150vh;
  }
  .menu-header {
    padding: 13px 24px 18px 24px;
    font-size: 20px;
  }
  .menu-close {
    position: absolute;
    left: 91%;
    font-size: 20px;
  }
  .menu .c-nav_item button,
.menu .c-nav_item a {
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    text-align: center;
  }
  .menu .c-nav_list {
    padding: 30px 16px;
    font-size: 14px;
  }
  .menu .c-nav_link {
    padding: 11px 14px;
  }
  .menu .c-nav_link:after {
    height: 0;
  }
  .menu .c-nav_link i,
.menu .c-nav_link img {
    left: 11px;
  }
  .menu .pb-24 {
    padding-bottom: 24px;
  }

  .modal-show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    transition: transform 0.5s;
  }

  .modal-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.5s;
  }

  .list {
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    margin: 19px;
  }

  .show-card {
    display: block;
    width: 100%;
    border-radius: 0px 0px 12px 12px;
    padding-bottom: 24px;
  }
  .show-card .icon-warning {
    width: 49px;
    height: 42px;
    margin-bottom: 14px;
  }

  .c-calendar-show {
    border-radius: 12px 12px 0px 0px;
  }

  .r-company {
    text-align: center;
    font-weight: bold;
    display: block;
    padding-top: 16px;
  }

  /*.no-r-company {
    display: none;
  }*/
  .download-certificate {
    padding: 24px 18px;
  }

  .m-t-24 {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .header-card_title {
    text-align: center;
    width: 100%;
  }

  .items-card {
    width: 50%;
    max-width: initial;
  }

  .download {
    display: block;
    position: relative;
    font-size: 20px;
  }
  .download-close {
    left: 93%;
  }

  .f-16 {
    font-size: 16px;
  }

  .f-14 {
    font-size: 14px;
  }

  .f-20 {
    font-size: 20px;
  }

  .f-24 {
    font-size: 24px;
  }

  .m-t-8 {
    margin-top: 8px;
  }

  .m-t-12 {
    margin-top: 12px;
  }

  .m-t-30 {
    margin-top: 30px;
  }

  .m-t-50 {
    margin-top: 50px;
  }

  .m-b-10 {
    margin-bottom: 10px;
  }

  .m-b-16 {
    margin-bottom: 16px;
  }

  .m-b-24 {
    margin-bottom: 24px;
  }

  .m-b-28 {
    margin-bottom: 28px;
  }

  .m-b-32 {
    margin-bottom: 32px;
  }

  .m-b-36 {
    margin-bottom: 36px;
  }

  .m-b-50 {
    margin-bottom: 50px;
  }

  .p-0 {
    padding: 0;
  }

  .p-10 {
    padding: 10px;
  }

  .p-l-5 {
    padding-left: 5px;
  }

  .p-l-32 {
    padding-left: 32px;
  }

  .p-t-20 {
    padding-top: 20px;
  }

  .p-24-18 {
    padding: 24px 18px;
  }

  .wr-100 {
    width: 100%;
  }

  .wr-80 {
    width: 80%;
  }

  .t-align-initial {
    text-align: initial;
  }

  .t-align-center {
    text-align: center;
  }

  .f-left {
    float: left;
  }

  .none-icon {
    display: none;
  }

  .r-show {
    display: block;
  }

  .r-show-inline {
    display: inline-block;
  }

  .r-hide {
    display: none;
  }

  .f-wrap {
    flex-wrap: wrap;
  }

  .f-no-wrap {
    flex-wrap: nowrap;
  }

  .r-info {
    font-size: 14px;
    padding: 0px 14px;
    margin-bottom: 16px;
  }

  .list-data--two {
    padding: 20px 25px 0px 25px;
  }

  .form--section-icon {
    padding-left: 0;
  }
  .form--section-icon:after {
    content: none;
  }
  .form--section-icon:before {
    width: 100%;
    bottom: 18px;
  }

  .p-h-20 {
    padding: 0% 20%;
  }

  .filter-card--select--content:before {
    width: 8px;
    height: 8px;
  }

  .input--regular {
    padding: 8px;
    font-size: 14px;
  }

  .header-card {
    margin-bottom: 10px;
  }

  .title-card-option {
    margin: 24px 0px 13px 0px;
  }

  .alert {
    font-size: 14px;
    border-radius: 8px;
  }

  .bg-c-white {
    background-color: white;
  }
}
@media (max-width: 480px) {
  .p-0 {
    padding: 0;
  }

  .p-t-20 {
    padding-top: 20px;
  }
}
.card--two {
  flex-wrap: wrap;
  justify-content: space-around;
}
.w-break {
  word-break: break-all;
}
.p-top-24 {
  padding-top: 24px;
}
.notifier__container * {
  box-sizing: border-box;
}
.notifier__container-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.notifier__notification {
  display: flex;
  align-items: center;
  position: fixed;
  visibility: hidden;
  z-index: 10000;
  will-change: transform;
  backface-visibility: hidden;
}
.notifier__notification--material {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
  padding-top: 11px;
  padding-right: 26px;
  padding-bottom: 10px;
  padding-left: 26px;
}
.notifier__notification--material .notifier__notification-message {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 32px;
  font-size: 15px;
}
.notifier__notification--material .notifier__notification-button {
  display: inline-block;
  transition: opacity 0.2s ease;
  opacity: 0.5;
  margin-right: -10px;
  margin-left: 10px;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 6px;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.notifier__notification--material .notifier__notification-button:hover, .notifier__notification--material .notifier__notification-button:focus {
  opacity: 1;
}
.notifier__notification--material .notifier__notification-button:active {
  transform: scale(0.82);
  opacity: 1;
}
.notifier__notification--default {
  background-color: #444;
  color: #fff;
}
.notifier__notification--default .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--error {
  background-color: #d9534f;
  color: #fff;
}
.notifier__notification--error .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--info {
  background-color: #5bc0de;
  color: #fff;
}
.notifier__notification--info .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--success {
  background-color: #5cb85c;
  color: #fff;
}
.notifier__notification--success .notifier__notification-button-icon {
  fill: #fff;
}
.notifier__notification--warning {
  background-color: #f0ad4e;
  color: #fff;
}
.notifier__notification--warning .notifier__notification-button-icon {
  fill: #fff;
}
.responsive-home-image {
  position: absolute;
  top: 40;
  left: 0;
  width: 100vw;
  /* Ocupar todo el ancho visible */
  height: calc(100vh - 40px);
  /* Ocupar todo el alto visible */
  -o-object-fit: cover;
     object-fit: cover;
  /* La imagen cubre el contenedor */
  -o-object-position: top right;
     object-position: top right;
  /* Ancla la imagen arriba y la centra horizontalmente */
}
@media (max-width: 768px) {
  .responsive-home-image {
    width: 100vw;
    height: calc(100vh - 40px);
    -o-object-position: top right;
       object-position: top right;
    /* Mantener la imagen centrada y anclada arriba en móviles */
  }
}
@media (min-width: 769px) {
  .responsive-home-image {
    width: 100vw;
    height: calc(100vh - 40px);
    -o-object-position: top right;
       object-position: top right;
    /* Mantener la imagen centrada y anclada arriba en computadoras */
  }
}
