:root {
  --page-background-color: #f7f7f8;

  --primary-color: #005691;
  --highlight-color: #d8b778;
  --dark-text-color: #252c32;
  --light-text-color: #fff;

  --header-primary-color: #005691;
  --header-secondary-color: #d8b778;
  --header-text-color: #fff;

  --footer-primary-color: #EDEDED;
  --cookies-primary-color: #4484b9ee;


  --destacados-primary-color: #005691;
  --destacados-secondary-color: #005691;
  --destacados-text-color: #fff;

  --lotes-primary-color: #fff;
  --lotes-secondary-color: #005691;
  --lotes-text-color: #252c32;

  --negocios-primary-color: #005691;
  --negocios-secondary-color: #005691;
  --negocios-text-color: #fff;

  --card-primary-color: #fff;
  --card-secondary-color: #252c32;
  --card-text-color: #252c32;


  --decorrer-color: #fff;
  --brevemente-color: #fff;
  --terminado-color: #fff;

  --ordenar-primary-color: #9c9c9c;
  --ordenar-secondary-color: #005691;
  --ordenar-text-color: #fff;

  --leiloes-det-primary-color: #fff;
  --leiloes-det-secondary-color: #005691;
}

form input::placeholder,
form textarea::placeholder {
  color: grey;
}

.iconcaptcha-widget {
  border-radius: 0 !important;
}

.iconcaptcha-widget .iconcaptcha-modal__header span {
  padding: 1rem !important;
}

.iconcaptcha-widget .iconcaptcha-modal__footer span {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

#menu::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100vw;
  height: 100vh;
  display: block;
}

.card {
  padding: 1rem;
  /*border-radius: 10px;*/
  box-shadow: 0px 0px 3px 0px #cecece;
  background-color: white;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.fade-in.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1
}

.fade-out.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 0
}

.spin-in.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.spin-out.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(.75turn);
  transform: rotate(.75turn);
  opacity: 0
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(.75turn);
  transform: rotate(.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  opacity: 0
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
  transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
  transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
  transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important
}

.long-delay {
  -webkit-transition-delay: .7s !important;
  transition-delay: .7s !important
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7
}

@-webkit-keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }

  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}

@keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }

  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }

  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }

  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }

  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }

  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
  animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
  animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
  animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important
}

.long-delay {
  -webkit-animation-delay: .7s !important;
  animation-delay: .7s !important
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

main {
  display: block
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

input {
  overflow: visible
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

details {
  display: block
}

summary {
  display: list-item
}

menu {
  display: block
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

.foundation-mq {
  font-family: "small=0em&xsmall=34.375em&xxsmall=46.875em&medium=59.375em&xmedium=71.875em&large=90.625em&xlarge=100em&xxlarge=120em&retin=156.25em&xretin=187.5em"
}

html {
  box-sizing: border-box;
  font-size: 10px
}

*,
::after,
::before {
  box-sizing: inherit
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: inter, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1
}

[data-whatinput=mouse] button {
  outline: 0
}

pre {
  overflow: auto
}

.is-visible {
  display: block !important
}

.is-hidden {
  display: none !important
}

.row {
  max-width: 149rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap
}

.row .row {
  margin-right: -.5rem;
  margin-left: -.5rem
}

@media print,
screen and (min-width: 34.375em) {
  .row .row {
    margin-right: -.5rem;
    margin-left: -.5rem
  }
}

@media print,
screen and (min-width: 46.875em) {
  .row .row {
    margin-right: -.5rem;
    margin-left: -.5rem
  }
}

@media print,
screen and (min-width: 59.375em) {
  .row .row {
    margin-right: -.5rem;
    margin-left: -.5rem
  }
}

@media print,
screen and (min-width: 71.875em) {
  .row .row {
    margin-right: -.5rem;
    margin-left: -.5rem
  }
}

@media screen and (min-width: 90.625em) {
  .row .row {
    margin-right: -.5rem;
    margin-left: -.5rem
  }
}

@media screen and (min-width: 100em) {
  .row .row {
    margin-right: -.5rem;
    margin-left: -.5rem
  }
}

@media screen and (min-width: 120em) {
  .row .row {
    margin-right: -.5rem;
    margin-left: -.5rem
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0
}

.row.expanded {
  max-width: none
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto
}

.row:not(.expanded) .row {
  max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-right: 0;
  padding-left: 0
}

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
  margin-right: 0;
  margin-left: 0
}

.column,
.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: .5rem;
  padding-left: .5rem;
  min-width: initial
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.small-offset-0 {
  margin-left: 0
}

.small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.small-offset-1 {
  margin-left: 8.3333333333%
}

.small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.small-offset-2 {
  margin-left: 16.6666666667%
}

.small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.small-offset-3 {
  margin-left: 25%
}

.small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.small-offset-4 {
  margin-left: 33.3333333333%
}

.small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.small-offset-5 {
  margin-left: 41.6666666667%
}

.small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.small-offset-6 {
  margin-left: 50%
}

.small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.small-offset-7 {
  margin-left: 58.3333333333%
}

.small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.small-offset-8 {
  margin-left: 66.6666666667%
}

.small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.small-offset-9 {
  margin-left: 75%
}

.small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.small-offset-10 {
  margin-left: 83.3333333333%
}

.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.small-offset-11 {
  margin-left: 91.6666666667%
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  order: 5
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  order: 6
}

.small-up-1 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.small-up-2 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.small-up-3 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.small-up-4 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.small-up-5 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.small-up-6 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.small-up-7 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%
}

.small-up-8 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: .5rem;
  padding-left: .5rem
}

@media print,
screen and (min-width: 34.375em) {
  .xsmall-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .xsmall-offset-0 {
    margin-left: 0
  }

  .xsmall-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xsmall-offset-1 {
    margin-left: 8.3333333333%
  }

  .xsmall-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .xsmall-offset-2 {
    margin-left: 16.6666666667%
  }

  .xsmall-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xsmall-offset-3 {
    margin-left: 25%
  }

  .xsmall-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .xsmall-offset-4 {
    margin-left: 33.3333333333%
  }

  .xsmall-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .xsmall-offset-5 {
    margin-left: 41.6666666667%
  }

  .xsmall-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .xsmall-offset-6 {
    margin-left: 50%
  }

  .xsmall-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .xsmall-offset-7 {
    margin-left: 58.3333333333%
  }

  .xsmall-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .xsmall-offset-8 {
    margin-left: 66.6666666667%
  }

  .xsmall-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .xsmall-offset-9 {
    margin-left: 75%
  }

  .xsmall-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .xsmall-offset-10 {
    margin-left: 83.3333333333%
  }

  .xsmall-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .xsmall-offset-11 {
    margin-left: 91.6666666667%
  }

  .xsmall-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .xsmall-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .xsmall-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .xsmall-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .xsmall-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .xsmall-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }

  .xsmall-up-1 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xsmall-up-1>.column,
  .xsmall-up-1>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .xsmall-up-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xsmall-up-2>.column,
  .xsmall-up-2>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .xsmall-up-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xsmall-up-3>.column,
  .xsmall-up-3>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xsmall-up-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xsmall-up-4>.column,
  .xsmall-up-4>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .xsmall-up-5 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xsmall-up-5>.column,
  .xsmall-up-5>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .xsmall-up-6 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xsmall-up-6>.column,
  .xsmall-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xsmall-up-7 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xsmall-up-7>.column,
  .xsmall-up-7>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
  }

  .xsmall-up-8 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xsmall-up-8>.column,
  .xsmall-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media print,
screen and (min-width: 34.375em) and (min-width: 34.375em) {
  .xsmall-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width: 34.375em) {
  .xsmall-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }

  .xsmall-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .xsmall-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .xsmall-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .xsmall-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .xsmall-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .xsmall-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
  }
}

.row.xsmall-unstack>.column,
.row.xsmall-unstack>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%
}

@media print,
screen and (min-width: 34.375em) {

  .row.xsmall-unstack>.column,
  .row.xsmall-unstack>.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width: 34.375em) {

  .xsmall-collapse>.column,
  .xsmall-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .xsmall-uncollapse>.column,
  .xsmall-uncollapse>.columns {
    padding-right: .5rem;
    padding-left: .5rem
  }
}

@media print,
screen and (min-width: 46.875em) {
  .xxsmall-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .xxsmall-offset-0 {
    margin-left: 0
  }

  .xxsmall-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xxsmall-offset-1 {
    margin-left: 8.3333333333%
  }

  .xxsmall-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .xxsmall-offset-2 {
    margin-left: 16.6666666667%
  }

  .xxsmall-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xxsmall-offset-3 {
    margin-left: 25%
  }

  .xxsmall-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .xxsmall-offset-4 {
    margin-left: 33.3333333333%
  }

  .xxsmall-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .xxsmall-offset-5 {
    margin-left: 41.6666666667%
  }

  .xxsmall-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .xxsmall-offset-6 {
    margin-left: 50%
  }

  .xxsmall-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .xxsmall-offset-7 {
    margin-left: 58.3333333333%
  }

  .xxsmall-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .xxsmall-offset-8 {
    margin-left: 66.6666666667%
  }

  .xxsmall-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .xxsmall-offset-9 {
    margin-left: 75%
  }

  .xxsmall-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .xxsmall-offset-10 {
    margin-left: 83.3333333333%
  }

  .xxsmall-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .xxsmall-offset-11 {
    margin-left: 91.6666666667%
  }

  .xxsmall-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .xxsmall-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .xxsmall-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .xxsmall-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .xxsmall-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .xxsmall-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }

  .xxsmall-up-1 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxsmall-up-1>.column,
  .xxsmall-up-1>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .xxsmall-up-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxsmall-up-2>.column,
  .xxsmall-up-2>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .xxsmall-up-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxsmall-up-3>.column,
  .xxsmall-up-3>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xxsmall-up-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxsmall-up-4>.column,
  .xxsmall-up-4>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .xxsmall-up-5 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxsmall-up-5>.column,
  .xxsmall-up-5>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .xxsmall-up-6 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxsmall-up-6>.column,
  .xxsmall-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xxsmall-up-7 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxsmall-up-7>.column,
  .xxsmall-up-7>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
  }

  .xxsmall-up-8 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxsmall-up-8>.column,
  .xxsmall-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media print,
screen and (min-width: 46.875em) and (min-width: 46.875em) {
  .xxsmall-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width: 46.875em) {
  .xxsmall-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }

  .xxsmall-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .xxsmall-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .xxsmall-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .xxsmall-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .xxsmall-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .xxsmall-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
  }
}

.row.xxsmall-unstack>.column,
.row.xxsmall-unstack>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%
}

@media print,
screen and (min-width: 46.875em) {

  .row.xxsmall-unstack>.column,
  .row.xxsmall-unstack>.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width: 46.875em) {

  .xxsmall-collapse>.column,
  .xxsmall-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .xxsmall-uncollapse>.column,
  .xxsmall-uncollapse>.columns {
    padding-right: .5rem;
    padding-left: .5rem
  }
}

@media print,
screen and (min-width: 59.375em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .medium-offset-0 {
    margin-left: 0
  }

  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%
  }

  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%
  }

  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .medium-offset-3 {
    margin-left: 25%
  }

  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%
  }

  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%
  }

  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .medium-offset-6 {
    margin-left: 50%
  }

  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%
  }

  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%
  }

  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .medium-offset-9 {
    margin-left: 75%
  }

  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%
  }

  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%
  }

  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }

  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-1>.column,
  .medium-up-1>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-2>.column,
  .medium-up-2>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-3>.column,
  .medium-up-3>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-4>.column,
  .medium-up-4>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-5>.column,
  .medium-up-5>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-6>.column,
  .medium-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-7>.column,
  .medium-up-7>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
  }

  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .medium-up-8>.column,
  .medium-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media print,
screen and (min-width: 59.375em) and (min-width: 59.375em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width: 59.375em) {
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
  }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%
}

@media print,
screen and (min-width: 59.375em) {

  .row.medium-unstack>.column,
  .row.medium-unstack>.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width: 59.375em) {

  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-right: .5rem;
    padding-left: .5rem
  }
}

@media print,
screen and (min-width: 71.875em) {
  .xmedium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .xmedium-offset-0 {
    margin-left: 0
  }

  .xmedium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xmedium-offset-1 {
    margin-left: 8.3333333333%
  }

  .xmedium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .xmedium-offset-2 {
    margin-left: 16.6666666667%
  }

  .xmedium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xmedium-offset-3 {
    margin-left: 25%
  }

  .xmedium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .xmedium-offset-4 {
    margin-left: 33.3333333333%
  }

  .xmedium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .xmedium-offset-5 {
    margin-left: 41.6666666667%
  }

  .xmedium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .xmedium-offset-6 {
    margin-left: 50%
  }

  .xmedium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .xmedium-offset-7 {
    margin-left: 58.3333333333%
  }

  .xmedium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .xmedium-offset-8 {
    margin-left: 66.6666666667%
  }

  .xmedium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .xmedium-offset-9 {
    margin-left: 75%
  }

  .xmedium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .xmedium-offset-10 {
    margin-left: 83.3333333333%
  }

  .xmedium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .xmedium-offset-11 {
    margin-left: 91.6666666667%
  }

  .xmedium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .xmedium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .xmedium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .xmedium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .xmedium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .xmedium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }

  .xmedium-up-1 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xmedium-up-1>.column,
  .xmedium-up-1>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .xmedium-up-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xmedium-up-2>.column,
  .xmedium-up-2>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .xmedium-up-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xmedium-up-3>.column,
  .xmedium-up-3>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xmedium-up-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xmedium-up-4>.column,
  .xmedium-up-4>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .xmedium-up-5 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xmedium-up-5>.column,
  .xmedium-up-5>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .xmedium-up-6 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xmedium-up-6>.column,
  .xmedium-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xmedium-up-7 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xmedium-up-7>.column,
  .xmedium-up-7>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
  }

  .xmedium-up-8 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xmedium-up-8>.column,
  .xmedium-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media print,
screen and (min-width: 71.875em) and (min-width: 71.875em) {
  .xmedium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width: 71.875em) {
  .xmedium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }

  .xmedium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .xmedium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .xmedium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .xmedium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .xmedium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .xmedium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
  }
}

.row.xmedium-unstack>.column,
.row.xmedium-unstack>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%
}

@media print,
screen and (min-width: 71.875em) {

  .row.xmedium-unstack>.column,
  .row.xmedium-unstack>.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media print,
screen and (min-width: 71.875em) {

  .xmedium-collapse>.column,
  .xmedium-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .xmedium-uncollapse>.column,
  .xmedium-uncollapse>.columns {
    padding-right: .5rem;
    padding-left: .5rem
  }
}

@media screen and (min-width: 90.625em) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .large-offset-0 {
    margin-left: 0
  }

  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .large-offset-1 {
    margin-left: 8.3333333333%
  }

  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .large-offset-2 {
    margin-left: 16.6666666667%
  }

  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .large-offset-3 {
    margin-left: 25%
  }

  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .large-offset-4 {
    margin-left: 33.3333333333%
  }

  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .large-offset-5 {
    margin-left: 41.6666666667%
  }

  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .large-offset-6 {
    margin-left: 50%
  }

  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .large-offset-7 {
    margin-left: 58.3333333333%
  }

  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .large-offset-8 {
    margin-left: 66.6666666667%
  }

  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .large-offset-9 {
    margin-left: 75%
  }

  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .large-offset-10 {
    margin-left: 83.3333333333%
  }

  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .large-offset-11 {
    margin-left: 91.6666666667%
  }

  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }

  .large-up-1 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-1>.column,
  .large-up-1>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .large-up-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-2>.column,
  .large-up-2>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .large-up-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-3>.column,
  .large-up-3>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .large-up-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-4>.column,
  .large-up-4>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .large-up-5 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-5>.column,
  .large-up-5>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .large-up-6 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-6>.column,
  .large-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .large-up-7 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-7>.column,
  .large-up-7>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
  }

  .large-up-8 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .large-up-8>.column,
  .large-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media screen and (min-width: 90.625em) and (min-width: 90.625em) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media screen and (min-width: 90.625em) {
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
  }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%
}

@media screen and (min-width: 90.625em) {

  .row.large-unstack>.column,
  .row.large-unstack>.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media screen and (min-width: 90.625em) {

  .large-collapse>.column,
  .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-right: .5rem;
    padding-left: .5rem
  }
}

@media screen and (min-width: 100em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .xlarge-offset-0 {
    margin-left: 0
  }

  .xlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%
  }

  .xlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%
  }

  .xlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xlarge-offset-3 {
    margin-left: 25%
  }

  .xlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%
  }

  .xlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%
  }

  .xlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .xlarge-offset-6 {
    margin-left: 50%
  }

  .xlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%
  }

  .xlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%
  }

  .xlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .xlarge-offset-9 {
    margin-left: 75%
  }

  .xlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%
  }

  .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%
  }

  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }

  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xlarge-up-1>.column,
  .xlarge-up-1>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xlarge-up-2>.column,
  .xlarge-up-2>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xlarge-up-3>.column,
  .xlarge-up-3>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xlarge-up-4>.column,
  .xlarge-up-4>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xlarge-up-5>.column,
  .xlarge-up-5>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xlarge-up-6>.column,
  .xlarge-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xlarge-up-7 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xlarge-up-7>.column,
  .xlarge-up-7>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
  }

  .xlarge-up-8 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xlarge-up-8>.column,
  .xlarge-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media screen and (min-width: 100em) and (min-width: 100em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media screen and (min-width: 100em) {
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }

  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
  }
}

.row.xlarge-unstack>.column,
.row.xlarge-unstack>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%
}

@media screen and (min-width: 100em) {

  .row.xlarge-unstack>.column,
  .row.xlarge-unstack>.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media screen and (min-width: 100em) {

  .xlarge-collapse>.column,
  .xlarge-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .xlarge-uncollapse>.column,
  .xlarge-uncollapse>.columns {
    padding-right: .5rem;
    padding-left: .5rem
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .xxlarge-offset-0 {
    margin-left: 0
  }

  .xxlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%
  }

  .xxlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%
  }

  .xxlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xxlarge-offset-3 {
    margin-left: 25%
  }

  .xxlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%
  }

  .xxlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%
  }

  .xxlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .xxlarge-offset-6 {
    margin-left: 50%
  }

  .xxlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%
  }

  .xxlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%
  }

  .xxlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .xxlarge-offset-9 {
    margin-left: 75%
  }

  .xxlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%
  }

  .xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%
  }

  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }

  .xxlarge-up-1 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxlarge-up-1>.column,
  .xxlarge-up-1>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .xxlarge-up-2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxlarge-up-2>.column,
  .xxlarge-up-2>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .xxlarge-up-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxlarge-up-3>.column,
  .xxlarge-up-3>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xxlarge-up-4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxlarge-up-4>.column,
  .xxlarge-up-4>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .xxlarge-up-5 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxlarge-up-5>.column,
  .xxlarge-up-5>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .xxlarge-up-6 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxlarge-up-6>.column,
  .xxlarge-up-6>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xxlarge-up-7 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxlarge-up-7>.column,
  .xxlarge-up-7>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
  }

  .xxlarge-up-8 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .xxlarge-up-8>.column,
  .xxlarge-up-8>.columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }
}

@media screen and (min-width: 120em) and (min-width: 120em) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
  }

  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
  }

  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
  }
}

.row.xxlarge-unstack>.column,
.row.xxlarge-unstack>.columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%
}

@media screen and (min-width: 120em) {

  .row.xxlarge-unstack>.column,
  .row.xxlarge-unstack>.columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px
  }
}

@media screen and (min-width: 120em) {

  .xxlarge-collapse>.column,
  .xxlarge-collapse>.columns {
    padding-right: 0;
    padding-left: 0
  }

  .xxlarge-uncollapse>.column,
  .xxlarge-uncollapse>.columns {
    padding-right: .5rem;
    padding-left: .5rem
  }
}

.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%
}

.column-block {
  margin-bottom: 1rem
}

.column-block> :last-child {
  margin-bottom: 0
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0
}

p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}

em,
i {
  font-style: italic;
  line-height: inherit
}

b,
strong {
  font-weight: 700;
  line-height: inherit
}

small {
  font-size: 80%;
  line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cecece
}

h1 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0
}

h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0
}

h3 {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0
}

h4 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0
}

h5 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0
}

h6 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0
}

@media print,
screen and (min-width: 59.375em) {
  h1 {
    font-size: 4.8rem
  }

  h2 {
    font-size: 4rem
  }

  h3 {
    font-size: 3.1rem
  }

  h4 {
    font-size: 2.5rem
  }

  h5 {
    font-size: 2rem
  }

  h6 {
    font-size: 1.6rem
  }
}

a {
  line-height: inherit;
  color: var(--dark-text-color);
  text-decoration: none;
  cursor: pointer
}

a:focus,
a:hover {
  color: #29353e
}

a img {
  border: 0
}

hr {
  clear: both;
  max-width: 149rem;
  height: 0;
  margin: 0 auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cecece;
  border-left: 0
}

dl,
ol,
ul {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 1.6
}

li {
  font-size: inherit
}

ul {
  margin-left: 0;
  list-style-type: disc
}

ol {
  margin-left: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 0;
  margin-bottom: 0
}

dl {
  margin-bottom: 1rem
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700
}

blockquote {
  margin: 0 0 0;
  padding: .9rem 2rem 0 1.9rem;
  border-left: 1px solid #cecece
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #9b9b9b
}

cite {
  display: block;
  font-size: 1.3rem;
  color: #9b9b9b
}

cite:before {
  content: "— "
}

abbr {
  border-bottom: 1px dotted #000;
  color: var(--dark-text-color);
  cursor: help
}

figure {
  margin: 0
}

code {
  padding: .2rem .5rem .1rem;
  border: 1px solid #cecece;
  background-color: #ebeced;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #000
}

kbd {
  margin: 0;
  padding: .2rem .4rem 0;
  background-color: #ebeced;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000
}

.subheader {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
  color: #9b9b9b
}

.lead {
  font-size: 12.5px;
  line-height: 1.6
}

.stat {
  font-size: 2.5rem;
  line-height: 1
}

p+.stat {
  margin-top: -1rem
}

.no-bullet {
  margin-left: 0;
  list-style: none
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

@media print,
screen and (min-width: 34.375em) {
  .xsmall-text-left {
    text-align: left
  }

  .xsmall-text-right {
    text-align: right
  }

  .xsmall-text-center {
    text-align: center
  }

  .xsmall-text-justify {
    text-align: justify
  }
}

@media print,
screen and (min-width: 46.875em) {
  .xxsmall-text-left {
    text-align: left
  }

  .xxsmall-text-right {
    text-align: right
  }

  .xxsmall-text-center {
    text-align: center
  }

  .xxsmall-text-justify {
    text-align: justify
  }
}

@media print,
screen and (min-width: 59.375em) {
  .medium-text-left {
    text-align: left
  }

  .medium-text-right {
    text-align: right
  }

  .medium-text-center {
    text-align: center
  }

  .medium-text-justify {
    text-align: justify
  }
}

@media print,
screen and (min-width: 71.875em) {
  .xmedium-text-left {
    text-align: left
  }

  .xmedium-text-right {
    text-align: right
  }

  .xmedium-text-center {
    text-align: center
  }

  .xmedium-text-justify {
    text-align: justify
  }
}

@media screen and (min-width: 90.625em) {
  .large-text-left {
    text-align: left
  }

  .large-text-right {
    text-align: right
  }

  .large-text-center {
    text-align: center
  }

  .large-text-justify {
    text-align: justify
  }
}

@media screen and (min-width: 100em) {
  .xlarge-text-left {
    text-align: left
  }

  .xlarge-text-right {
    text-align: right
  }

  .xlarge-text-center {
    text-align: center
  }

  .xlarge-text-justify {
    text-align: justify
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left
  }

  .xxlarge-text-right {
    text-align: right
  }

  .xxlarge-text-center {
    text-align: center
  }

  .xxlarge-text-justify {
    text-align: justify
  }
}

.show-for-print {
  display: none !important
}

@media print {
  * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important
  }

  .show-for-print {
    display: block !important
  }

  .hide-for-print {
    display: none !important
  }

  table.show-for-print {
    display: table !important
  }

  thead.show-for-print {
    display: table-header-group !important
  }

  tbody.show-for-print {
    display: table-row-group !important
  }

  tr.show-for-print {
    display: table-row !important
  }

  td.show-for-print {
    display: table-cell !important
  }

  th.show-for-print {
    display: table-cell !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  blockquote,
  pre {
    border: 1px solid #9b9b9b;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .print-break-inside {
    page-break-inside: auto
  }
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none
}

.accordion-item:first-child> :first-child {
  border-radius: 0
}

.accordion-item:last-child> :last-child {
  border-radius: 0
}

.accordion-title {
  position: relative;
  display: block;
  padding: 15px 20px;
  border: 1px solid var(--highlight-color);
  border-bottom: 0;
  font-size: 1px;
  line-height: 1;
  color: var(--highlight-color)
}

:last-child:not(.is-active)>.accordion-title {
  border-bottom: 1px solid var(--highlight-color);
  border-radius: 0
}

.accordion-title:focus,
.accordion-title:hover {
  background-color: #fff
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -.5rem;
  content: "+"
}

.is-active>.accordion-title::before {
  content: "\2013"
}

.accordion-content {
  display: none;
  padding: 30px 20px;
  border: 1px solid var(--highlight-color);
  border-bottom: 0;
  background-color: #fff;
  color: var(--dark-text-color)
}

:last-child>.accordion-content:last-child {
  border-bottom: 1px solid var(--highlight-color)
}

.is-accordion-submenu-parent>a {
  position: relative
}

.is-accordion-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 20px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: var(--primary-color) transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1rem
}

.is-accordion-submenu-parent[aria-expanded=true]>a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.breadcrumbs {
  margin: 0;
  list-style: none
}

.breadcrumbs::after,
.breadcrumbs::before {
  display: table;
  content: " "
}

.breadcrumbs::after {
  clear: both
}

.breadcrumbs li {
  float: left;
  font-size: 14px;
  color: var(--light-text-color);
  cursor: default;
  text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 1rem;
  opacity: 1;
  content: "/";
  color: #cecece
}

.breadcrumbs a {
  color: var(--light-text-color)
}

.breadcrumbs a:hover {
  text-decoration: underline
}

.breadcrumbs .disabled {
  color: var(--light-text-color);
  cursor: not-allowed
}

.close-button {
  position: absolute;
  color: var(--highlight-color);
  cursor: pointer
}

[data-whatinput=mouse] .close-button {
  outline: 0
}

.close-button:focus,
.close-button:hover {
  color: var(--dark-text-color)
}

.close-button.small {
  right: 20px;
  top: 20px;
  font-size: 1.5em;
  line-height: 1
}

.close-button,
.close-button.medium {
  right: 20px;
  top: 20px;
  font-size: 1.5em;
  line-height: 1
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 2rem;
  visibility: hidden;
  border: 0 solid #cecece;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px
}

.dropdown-pane.is-open {
  visibility: visible
}

.dropdown-pane.tiny {
  width: 100px
}

.dropdown-pane.small {
  width: 200px
}

.dropdown-pane.large {
  width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
  position: relative;
  padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: var(--primary-color) transparent transparent;
  right: 5px;
  margin-top: -3px
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0
}

.no-js .dropdown.menu ul {
  display: none
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%
}

.dropdown.menu.vertical>li>a::after {
  right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #303e48 transparent transparent
}

.dropdown.menu.vertical>li.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #303e48
}

@media print,
screen and (min-width: 34.375em) {
  .dropdown.menu.xsmall-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.xsmall-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.xsmall-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.xsmall-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: var(--primary-color) transparent transparent;
    right: 5px;
    margin-top: -3px
  }

  .dropdown.menu.xsmall-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.xsmall-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
  }

  .dropdown.menu.xsmall-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.xsmall-vertical>li>a::after {
    right: 14px
  }

  .dropdown.menu.xsmall-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #303e48 transparent transparent
  }

  .dropdown.menu.xsmall-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #303e48
  }
}

@media print,
screen and (min-width: 46.875em) {
  .dropdown.menu.xxsmall-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.xxsmall-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.xxsmall-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.xxsmall-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: var(--primary-color) transparent transparent;
    right: 5px;
    margin-top: -3px
  }

  .dropdown.menu.xxsmall-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.xxsmall-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
  }

  .dropdown.menu.xxsmall-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.xxsmall-vertical>li>a::after {
    right: 14px
  }

  .dropdown.menu.xxsmall-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #303e48 transparent transparent
  }

  .dropdown.menu.xxsmall-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #303e48
  }
}

@media print,
screen and (min-width: 59.375em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: var(--primary-color) transparent transparent;
    right: 5px;
    margin-top: -3px
  }

  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
  }

  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.medium-vertical>li>a::after {
    right: 14px
  }

  .dropdown.menu.medium-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #303e48 transparent transparent
  }

  .dropdown.menu.medium-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #303e48
  }
}

@media print,
screen and (min-width: 71.875em) {
  .dropdown.menu.xmedium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.xmedium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.xmedium-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.xmedium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: var(--primary-color) transparent transparent;
    right: 5px;
    margin-top: -3px
  }

  .dropdown.menu.xmedium-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.xmedium-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
  }

  .dropdown.menu.xmedium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.xmedium-vertical>li>a::after {
    right: 14px
  }

  .dropdown.menu.xmedium-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #303e48 transparent transparent
  }

  .dropdown.menu.xmedium-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #303e48
  }
}

@media screen and (min-width: 90.625em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: var(--primary-color) transparent transparent;
    right: 5px;
    margin-top: -3px
  }

  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
  }

  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.large-vertical>li>a::after {
    right: 14px
  }

  .dropdown.menu.large-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #303e48 transparent transparent
  }

  .dropdown.menu.large-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #303e48
  }
}

@media screen and (min-width: 100em) {
  .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: var(--primary-color) transparent transparent;
    right: 5px;
    margin-top: -3px
  }

  .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
  }

  .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.xlarge-vertical>li>a::after {
    right: 14px
  }

  .dropdown.menu.xlarge-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #303e48 transparent transparent
  }

  .dropdown.menu.xlarge-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #303e48
  }
}

@media screen and (min-width: 120em) {
  .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
  }

  .dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: var(--primary-color) transparent transparent;
    right: 5px;
    margin-top: -3px
  }

  .dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
  }

  .dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }

  .dropdown.menu.xxlarge-vertical>li>a::after {
    right: 14px
  }

  .dropdown.menu.xxlarge-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #303e48 transparent transparent
  }

  .dropdown.menu.xxlarge-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #303e48
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto
}

.is-dropdown-menu.vertical {
  width: 100px
}

.is-dropdown-menu.vertical.align-right {
  float: right
}

.is-dropdown-submenu-parent {
  position: relative
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cecece;
  background: #fff
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
  right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #303e48 transparent transparent
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #303e48
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px
}

.is-dropdown-submenu>li {
  width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
  display: block
}

.is-off-canvas-open {
  overflow: hidden
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden
}

.off-canvas {
  position: fixed;
  z-index: 10;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff
}

[data-whatinput=mouse] .off-canvas {
  outline: 0
}

.off-canvas.is-transition-overlap {
  z-index: 50
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: none
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-absolute {
  position: absolute;
  z-index: 10;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 50
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: none
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.position-left {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: auto
}

.position-left.is-open~.off-canvas-content {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: none;
  content: " "
}

.position-left.is-transition-overlap.is-open~.off-canvas-content {
  -webkit-transform: none;
  transform: none
}

.position-right {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: auto
}

.position-right.is-open~.off-canvas-content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: none;
  content: " "
}

.position-right.is-transition-overlap.is-open~.off-canvas-content {
  -webkit-transform: none;
  transform: none
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 255px;
  -webkit-transform: translateY(-255px);
  transform: translateY(-255px);
  overflow-x: auto
}

.position-top.is-open~.off-canvas-content {
  -webkit-transform: translateY(255px);
  transform: translateY(255px)
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: none;
  content: " "
}

.position-top.is-transition-overlap.is-open~.off-canvas-content {
  -webkit-transform: none;
  transform: none
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 255px;
  -webkit-transform: translateY(255px);
  transform: translateY(255px);
  overflow-x: auto
}

.position-bottom.is-open~.off-canvas-content {
  -webkit-transform: translateY(-255px);
  transform: translateY(-255px)
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: none;
  content: " "
}

.position-bottom.is-transition-overlap.is-open~.off-canvas-content {
  -webkit-transform: none;
  transform: none
}

.off-canvas-content {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media print,
screen and (min-width: 34.375em) {
  .position-left.reveal-for-xsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-left.reveal-for-xsmall~.off-canvas-content {
    margin-left: 100%
  }

  .position-right.reveal-for-xsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-right.reveal-for-xsmall~.off-canvas-content {
    margin-right: 100%
  }

  .position-top.reveal-for-xsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-top.reveal-for-xsmall~.off-canvas-content {
    margin-top: 100%
  }

  .position-bottom.reveal-for-xsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-bottom.reveal-for-xsmall~.off-canvas-content {
    margin-bottom: 100%
  }
}

@media print,
screen and (min-width: 46.875em) {
  .position-left.reveal-for-xxsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-left.reveal-for-xxsmall~.off-canvas-content {
    margin-left: 100%
  }

  .position-right.reveal-for-xxsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-right.reveal-for-xxsmall~.off-canvas-content {
    margin-right: 100%
  }

  .position-top.reveal-for-xxsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-top.reveal-for-xxsmall~.off-canvas-content {
    margin-top: 100%
  }

  .position-bottom.reveal-for-xxsmall {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-bottom.reveal-for-xxsmall~.off-canvas-content {
    margin-bottom: 100%
  }
}

@media print,
screen and (min-width: 59.375em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 100%
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 100%
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 100%
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 100%
  }
}

@media print,
screen and (min-width: 71.875em) {
  .position-left.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-left.reveal-for-xmedium~.off-canvas-content {
    margin-left: 100%
  }

  .position-right.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-right.reveal-for-xmedium~.off-canvas-content {
    margin-right: 100%
  }

  .position-top.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-top.reveal-for-xmedium~.off-canvas-content {
    margin-top: 100%
  }

  .position-bottom.reveal-for-xmedium {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-bottom.reveal-for-xmedium~.off-canvas-content {
    margin-bottom: 100%
  }
}

@media screen and (min-width: 90.625em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 100%
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 100%
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 100%
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 100%
  }
}

@media screen and (min-width: 100em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-left.reveal-for-xlarge~.off-canvas-content {
    margin-left: 100%
  }

  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-right.reveal-for-xlarge~.off-canvas-content {
    margin-right: 100%
  }

  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-top.reveal-for-xlarge~.off-canvas-content {
    margin-top: 100%
  }

  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-bottom.reveal-for-xlarge~.off-canvas-content {
    margin-bottom: 100%
  }
}

@media screen and (min-width: 120em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-left.reveal-for-xxlarge~.off-canvas-content {
    margin-left: 100%
  }

  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-right.reveal-for-xxlarge~.off-canvas-content {
    margin-right: 100%
  }

  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-top.reveal-for-xxlarge~.off-canvas-content {
    margin-top: 100%
  }

  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 20;
    position: absolute
  }

  .position-bottom.reveal-for-xxlarge~.off-canvas-content {
    margin-bottom: 100%
  }
}

body.is-reveal-open {
  overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100005;
  display: none;
  background-color: rgba(0, 0, 0, .45);
  overflow-y: scroll
}

.reveal {
  z-index: 100006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 0;
  border: 1px solid #cecece;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto
}

[data-whatinput=mouse] .reveal {
  outline: 0
}

@media print,
screen and (min-width: 59.375em) {
  .reveal {
    min-height: 0
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0
}

.reveal> :last-child {
  margin-bottom: 0
}

@media print,
screen and (min-width: 59.375em) {
  .reveal {
    width: 600px;
    max-width: 149rem
  }
}

@media print,
screen and (min-width: 59.375em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto
  }
}

.reveal.collapse {
  padding: 0
}

@media print,
screen and (min-width: 59.375em) {
  .reveal.tiny {
    width: 30%;
    max-width: 149rem
  }
}

@media print,
screen and (min-width: 59.375em) {
  .reveal.small {
    width: 50%;
    max-width: 149rem
  }
}

@media print,
screen and (min-width: 59.375em) {
  .reveal.large {
    width: 90%;
    max-width: 149rem
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0
}

@media screen and (max-width: 34.3125em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
  }
}

.reveal.without-overlay {
  position: fixed
}

table {
  width: 100%;
  margin-bottom: 0;
  border-radius: 0
}

tbody,
tfoot,
thead {
  border: 0;
  /*background-color: #fff*/
}

caption {
  padding: .5rem 1rem;
  font-weight: 700
}

thead {
  background: var(--primary-color);
  color: var(--dark-text-color)
}

tfoot {
  background: var(--primary-color);
  color: var(--dark-text-color)
}

tfoot tr,
thead tr {
  background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
  padding: .5rem 1rem;
  font-weight: 700;
  text-align: left
}

tbody td,
tbody th {
  padding: .5rem 1rem
}

table.unstriped tbody {
  background-color: #fff
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 0;
  background-color: #fff
}

@media screen and (max-width: 71.8125em) {
  table.stack thead {
    display: none
  }

  table.stack tfoot {
    display: none
  }

  table.stack td,
  table.stack th,
  table.stack tr {
    display: block
  }

  table.stack td {
    border-top: 0
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto
}

table.hover thead tr:hover {
  background-color: #33424d
}

table.hover tfoot tr:hover {
  background-color: #33424d
}

table.hover tbody tr:hover {
  background-color: #fafafa
}

.table-scroll {
  overflow-x: auto
}

.table-scroll table {
  width: auto
}

.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: #fff;
  list-style-type: none
}

.tabs::after,
.tabs::before {
  display: table;
  content: " "
}

.tabs::after {
  clear: both
}

.tabs.vertical>li {
  display: block;
  float: none;
  width: auto
}

.tabs.simple>li>a {
  padding: 0
}

.tabs.simple>li>a:hover {
  background: 0 0
}

.tabs.primary {
  background: var(--primary-color)
}

.tabs.primary>li>a {
  color: var(--light-text-color)
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
  background: #384854
}

.tabs-title {
  float: left
}

.tabs-title>a {
  display: block;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--dark-text-color)
}

.tabs-title>a:hover {
  background: #fff;
  color: #29353e
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
  background: #fff;
  color: var(--highlight-color)
}

.tabs-content {
  border: 1px solid transparent;
  border-top: 0;
  background: #fff;
  color: var(--dark-text-color);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0
}

.tabs-panel {
  display: none;
  padding: 0
}

.tabs-panel[aria-hidden=false] {
  display: block
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

@media screen and (max-width: 34.3125em) {
  .hide-for-small-only {
    display: none !important
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 34.375em) {
  .show-for-small-only {
    display: none !important
  }
}

@media print,
screen and (min-width: 34.375em) {
  .hide-for-xsmall {
    display: none !important
  }
}

@media screen and (max-width: 34.3125em) {
  .show-for-xsmall {
    display: none !important
  }
}

@media screen and (min-width: 34.375em) and (max-width: 46.8125em) {
  .hide-for-xsmall-only {
    display: none !important
  }
}

@media screen and (max-width: 34.3125em),
screen and (min-width: 46.875em) {
  .show-for-xsmall-only {
    display: none !important
  }
}

@media print,
screen and (min-width: 46.875em) {
  .hide-for-xxsmall {
    display: none !important
  }
}

@media screen and (max-width: 46.8125em) {
  .show-for-xxsmall {
    display: none !important
  }
}

@media screen and (min-width: 46.875em) and (max-width: 59.3125em) {
  .hide-for-xxsmall-only {
    display: none !important
  }
}

@media screen and (max-width: 46.8125em),
screen and (min-width: 59.375em) {
  .show-for-xxsmall-only {
    display: none !important
  }
}

@media print,
screen and (min-width: 59.375em) {
  .hide-for-medium {
    display: none !important
  }
}

@media screen and (max-width: 59.3125em) {
  .show-for-medium {
    display: none !important
  }
}

@media screen and (min-width: 59.375em) and (max-width: 71.8125em) {
  .hide-for-medium-only {
    display: none !important
  }
}

@media screen and (max-width: 59.3125em),
screen and (min-width: 71.875em) {
  .show-for-medium-only {
    display: none !important
  }
}

@media print,
screen and (min-width: 71.875em) {
  .hide-for-xmedium {
    display: none !important
  }
}

@media screen and (max-width: 71.8125em) {
  .show-for-xmedium {
    display: none !important
  }
}

@media screen and (min-width: 71.875em) and (max-width: 90.5625em) {
  .hide-for-xmedium-only {
    display: none !important
  }
}

@media screen and (max-width: 71.8125em),
screen and (min-width: 90.625em) {
  .show-for-xmedium-only {
    display: none !important
  }
}

@media screen and (min-width: 90.625em) {
  .hide-for-large {
    display: none !important
  }
}

@media screen and (max-width: 90.5625em) {
  .show-for-large {
    display: none !important
  }
}

@media screen and (min-width: 90.625em) and (max-width: 99.9375em) {
  .hide-for-large-only {
    display: none !important
  }
}

@media screen and (max-width: 90.5625em),
screen and (min-width: 100em) {
  .show-for-large-only {
    display: none !important
  }
}

@media screen and (min-width: 100em) {
  .hide-for-xlarge {
    display: none !important
  }
}

@media screen and (max-width: 99.9375em) {
  .show-for-xlarge {
    display: none !important
  }
}

@media screen and (min-width: 100em) and (max-width: 119.9375em) {
  .hide-for-xlarge-only {
    display: none !important
  }
}

@media screen and (max-width: 99.9375em),
screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge {
    display: none !important
  }
}

@media screen and (max-width: 119.9375em) {
  .show-for-xxlarge {
    display: none !important
  }
}

@media screen and (min-width: 120em) and (max-width: 156.1875em) {
  .hide-for-xxlarge-only {
    display: none !important
  }
}

@media screen and (max-width: 119.9375em),
screen and (min-width: 156.25em) {
  .show-for-xxlarge-only {
    display: none !important
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto
}

.hide-for-portrait,
.show-for-landscape {
  display: block !important
}

@media screen and (orientation: landscape) {

  .hide-for-portrait,
  .show-for-landscape {
    display: block !important
  }
}

@media screen and (orientation: portrait) {

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important
}

@media screen and (orientation: landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important
  }
}

@media screen and (orientation: portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.clearfix::after,
.clearfix::before {
  display: table;
  content: " "
}

.clearfix::after {
  clear: both
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.align-spaced {
  -webkit-justify-content: space-around;
  justify-content: space-around
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.align-self-top {
  -webkit-align-self: flex-start;
  align-self: flex-start
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  align-self: flex-end
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.align-self-middle {
  -webkit-align-self: center;
  align-self: center
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch
}

.align-self-stretch {
  -webkit-align-self: stretch;
  align-self: stretch
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  order: 5
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  order: 6
}

@media print,
screen and (min-width: 34.375em) {
  .xsmall-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .xsmall-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .xsmall-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .xsmall-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .xsmall-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .xsmall-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
}

@media print,
screen and (min-width: 46.875em) {
  .xxsmall-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .xxsmall-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .xxsmall-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .xxsmall-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .xxsmall-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .xxsmall-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
}

@media print,
screen and (min-width: 59.375em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
}

@media print,
screen and (min-width: 71.875em) {
  .xmedium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .xmedium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .xmedium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .xmedium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .xmedium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .xmedium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
}

@media screen and (min-width: 90.625em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
}

@media screen and (min-width: 100em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
  }

  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
  }

  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
  }

  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
  }

  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
  }

  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
  }
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.fade-in.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1
}

.fade-out.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 0
}

.spin-in.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.spin-out.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(.75turn);
  transform: rotate(.75turn);
  opacity: 0
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(.75turn);
  transform: rotate(.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  opacity: 0
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
  transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
  transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
  transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important
}

.long-delay {
  -webkit-transition-delay: .7s !important;
  transition-delay: .7s !important
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7
}

@keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }

  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }

  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }

  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
  animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
  animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
  animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important
}

.long-delay {
  -webkit-animation-delay: .7s !important;
  animation-delay: .7s !important
}

@font-face {
  font-family: inter;
  src: url(../fonts/inter/Inter-VariableFont_opsz,wght.woff2) format("woff2 supports variations"),
    url(../fonts/inter/Inter-VariableFont_opsz,wght.woff2) format("woff2-variations");
  font-weight: 100 1000;
}

@font-face {
  font-family: biryani;
  src: url(../fonts/biryani/biryani-extralight-webfont.eot);
  src: url(../fonts/biryani/biryani-extralight-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/biryani/biryani-extralight-webfont.woff2) format("woff2"), url(../fonts/biryani/biryani-extralight-webfont.woff) format("woff"), url(../fonts/biryani/biryani-extralight-webfont.ttf) format("truetype"), url(../fonts/biryani/biryani-extralight-webfont.svg#biryaniextralight) format("svg");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: biryani;
  src: url(../fonts/biryani/biryani-light-webfont.eot);
  src: url(../fonts/biryani/biryani-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/biryani/biryani-light-webfont.woff2) format("woff2"), url(../fonts/biryani/biryani-light-webfont.woff) format("woff"), url(../fonts/biryani/biryani-light-webfont.ttf) format("truetype"), url(../fonts/biryani/biryani-light-webfont.svg#biryanilight) format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: biryani;
  src: url(../fonts/biryani/biryani-regular-webfont.eot);
  src: url(../fonts/biryani/biryani-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/biryani/biryani-regular-webfont.woff2) format("woff2"), url(../fonts/biryani/biryani-regular-webfont.woff) format("woff"), url(../fonts/biryani/biryani-regular-webfont.ttf) format("truetype"), url(../fonts/biryani/biryani-regular-webfont.svg#biryaniregular) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: biryani;
  src: url(../fonts/biryani/biryani-semibold-webfont.eot);
  src: url(../fonts/biryani/biryani-semibold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/biryani/biryani-semibold-webfont.woff2) format("woff2"), url(../fonts/biryani/biryani-semibold-webfont.woff) format("woff"), url(../fonts/biryani/biryani-semibold-webfont.ttf) format("truetype"), url(../fonts/biryani/biryani-semibold-webfont.svg#biryanisemibold) format("svg");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: biryani;
  src: url(../fonts/biryani/biryani-bold-webfont.eot);
  src: url(../fonts/biryani/biryani-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/biryani/biryani-bold-webfont.woff2) format("woff2"), url(../fonts/biryani/biryani-bold-webfont.woff) format("woff"), url(../fonts/biryani/biryani-bold-webfont.ttf) format("truetype"), url(../fonts/biryani/biryani-bold-webfont.svg#biryanibold) format("svg");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: biryani;
  src: url(../fonts/biryani/biryani-extrabold-webfont.eot);
  src: url(../fonts/biryani/biryani-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/biryani/biryani-extrabold-webfont.woff2) format("woff2"), url(../fonts/biryani/biryani-extrabold-webfont.woff) format("woff"), url(../fonts/biryani/biryani-extrabold-webfont.ttf) format("truetype"), url(../fonts/biryani/biryani-extrabold-webfont.svg#biryaniextrabold) format("svg");
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: biryani;
  src: url(../fonts/biryani/biryani-black-webfont.eot);
  src: url(../fonts/biryani/biryani-black-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/biryani/biryani-black-webfont.woff2) format("woff2"), url(../fonts/biryani/biryani-black-webfont.woff) format("woff"), url(../fonts/biryani/biryani-black-webfont.ttf) format("truetype"), url(../fonts/biryani/biryani-black-webfont.svg#biryaniblack) format("svg");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: leiloeiraIcons;
  src: url(../fonts/icons/leiloeiraIcons.woff2);
  /*src: url(../fonts/icons/leiloeiraIcons.eot);*/
  /*src: url(../fonts/icons/leiloeiraIcons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons/leiloeiraIcons.woff) format("woff"), url(../fonts/icons/leiloeiraIcons.ttf) format("truetype"), url(../fonts/icons/leiloeiraIcons.svg#leiloeiraIcons) format("svg");*/
  font-weight: 400;
  font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  font-family: leiloeiraIcons !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block
}

.icon-alerta:before {
  content: "\61"
}

.icon-phone:before {
  content: "\62"
}

.icon-right:before {
  content: "\63"
}

.icon-carta-fechada:before {
  content: "\64"
}

.icon-zoom:before {
  content: "\65"
}

.icon-click:before {
  content: "\66"
}

.icon-down:before {
  content: "\67"
}

.icon-facebook:before {
  content: "\68"
}

.icon-galeria:before {
  content: "\69"
}

.icon-left:before {
  content: "\6a"
}

.icon-leiloes-online:before {
  content: "\6b"
}

.icon-leiloes-presenciais:before {
  content: "\6c"
}

.icon-linkedin:before {
  content: "\6d"
}

.icon-login:before {
  content: "\6e"
}

.icon-mail:before {
  content: "\6f"
}

.icon-negociacao-particular:before {
  content: "\70"
}

@font-face {
  font-family: share;
  src: url(../fonts/share/share.eot);
  src: url(../fonts/share/share.eot?#iefix) format("embedded-opentype"), url(../fonts/share/share.woff) format("woff"), url(../fonts/share/share.ttf) format("truetype"), url(../fonts/share/share.svg#share) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=" share-"]:before,
[class^=share-]:before {
  font-family: share !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block
}

.share-facebook:before {
  content: "\61"
}

.share-google:before {
  content: "\62"
}

.share-instagram:before {
  content: "\63"
}

.share-mail:before {
  content: "\64"
}

.share-pinterest:before {
  content: "\65"
}

.share-twitter:before {
  content: "\66"
}

.share-whatsapp:before {
  content: "\68"
}

.share-share:before {
  content: "\67"
}

html {
  font-size: 12px
}

@media screen and (max-width: 187.4375em) {
  html {
    font-size: 12px
  }
}

@media screen and (max-width: 156.1875em) {
  html {
    font-size: 11px
  }
}

@media screen and (max-width: 119.9375em) {
  html {
    font-size: 10px
  }
}

@media screen and (max-width: 71.8125em) {
  html {
    font-size: 9px
  }
}

@media screen and (max-width: 46.8125em) {
  html {
    font-size: 8px
  }
}

body,
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important
}

a,
article,
b,
blockquote,
body,
button,
dd,
details,
div,
dl,
dt,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
input,
label,
li,
menu,
nav,
p,
select,
small,
span,
sub,
textarea,
ul {
  background: 0 0;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0
}

a,
button,
i,
input,
optgroup,
select,
textarea {
  font-family: inter, sans-serif;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

* {
  outline: 0;
  -webkit-appearance: none;
  text-decoration: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

::-moz-selection {
  background-color: var(--highlight-color);
  color: var(--light-text-color)
}

::-moz-selection,
::selection {
  background-color: var(--highlight-color);
  color: var(--light-text-color)
}

li,
ul {
  list-style: none
}

a,
img,
svg {
  display: block;
  max-width: 100%
}

textarea {
  resize: none
}

.scrolloff {
  pointer-events: none
}

.overHidden {
  overflow: hidden
}

.mapa {
  position: relative
}

.mapa iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.hidden {
  display: none !important
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.inpt_holder {
  position: relative;
  display: block;
  width: 100%;
  height: 4rem;
  margin-bottom: 1rem;
  text-align: left;
  -webkit-transition: height .5s linear;
  transition: height .5s linear
}

.inpt_holder:before {
  content: "";
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 100%;
  height: 1px;
  width: auto;
  z-index: 1;
  background: var(--highlight-color)
}

.inpt_holder.focused.textarea,
.inpt_holder.hovered.textarea {
  height: 13rem
}

.inpt_holder.focused:before,
.inpt_holder.hovered:before {
  right: 2rem
}

.inpt_holder.simple {
  height: auto
}

.inpt_holder.simple:before {
  display: none
}

.inpt_holder.focused .passwordToggler {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.inpt_holder.small,
.small_inpt .inpt_holder {
  height: 3rem;
  margin-bottom: 1rem
}

@media screen and (max-width: 46.8125em) {

  .inpt_holder.small,
  .small_inpt .inpt_holder {
    height: 3.5rem
  }
}

.inpt {
  display: block;
  width: 100%;
  color: var(--dark-text-color);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 5px 20px !important;
  padding-top: 8px !important;
  background: 0 0;
  border: 1px solid #cecece;
  background-color: #fff;
  -webkit-appearance: none
}

.inpt.has-error {
  background: rgba(225, 0, 0, .5);
  color: var(--light-text-color)
}

textarea.inpt {
  overflow: hidden;
  line-height: 2.8rem
}

.small textarea.inpt,
.small_inpt textarea.inpt {
  line-height: 2rem
}

.focused textarea.inpt,
.hovered textarea.inpt,
textarea.inpt.focused,
textarea.inpt:focus {
  height: 11rem;
  overflow: auto;
  /* border-radius: 20px */
}

.inpt_checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 30px
}

.inpt_checkbox:first-child {
  margin-left: 0
}

.inpt_checkbox input[type=checkbox],
.inpt_checkbox input[type=radio] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none
}

.inpt_checkbox label {
  display: inline-block;
  vertical-align: top;
  color: var(--dark-text-color);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  position: relative;
  text-align: left;
  padding-left: 30px;
  -webkit-transition: color .3s;
  transition: color .3s
}

.inpt_checkbox label a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 6;
  text-decoration: underline
}

.inpt_checkbox label a:hover {
  color: var(--highlight-color)
}

.inpt_checkbox label:after,
.inpt_checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  cursor: pointer
}

.inpt_checkbox label:before {
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #cecece;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.inpt_checkbox label:after {
  opacity: 0;
  visibility: hidden
}

.inpt_checkbox input[type=checkbox]+label:after {
  left: 5px;
  width: 9px;
  height: 5px;
  margin-top: -1px;
  border: 2px solid var(--highlight-color);
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%)
}

.inpt_checkbox input[type=radio]+label:after,
.inpt_checkbox input[type=radio]+label:before {
  border-radius: 50%
}

.inpt_checkbox input[type=radio]+label::after {
  background: var(--highlight-color);
  width: 8px;
  height: 8px;
  left: 4px;
  margin-top: -4px
}

.inpt_checkbox input[type=checkbox]:checked+label::after,
.inpt_checkbox input[type=radio]:checked+label::after {
  opacity: 1;
  visibility: visible
}

.inpt_checkbox input[type=checkbox].has-error+label:before,
.inpt_checkbox input[type=radio].has-error+label:before {
  border-color: #e10000
}

.inputfile {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none
}

.inputfile+label {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 5px 20px !important;
  padding-top: 8px !important;
  background: 0 0;
  border: 1px solid #cecece;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  color: var(--dark-text-color);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.inputfile+label span {
  display: inline-block;
  vertical-align: middle;
  color: var(--dark-text-color);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  line-height: 2.8rem;
  color: inherit;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.small .inputfile+label span,
.small_inpt .inputfile+label span {
  line-height: 2rem
}

.inputfile+label strong {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: var(--light-text-color);
  background-color: var(--primary-color);
  padding-top: 15px;
  text-align: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.inputfile+label strong svg {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  fill: currentColor;
  margin-top: -7px;
  margin-right: 5px
}

.inputfile.has-focus+label,
.inputfile:focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px
}

.inputfile.has-focus+label,
.inputfile:focus+label,
.inputfile:hover+label {
  border-color: var(--highlight-color)
}

.inputfile.has-focus+label strong,
.inputfile:focus+label strong,
.inputfile:hover+label strong {
  background-color: var(--primary-color)
}

.inputfile.has-error+label {
  background: rgba(225, 0, 0, .5);
  color: var(--light-text-color)
}

.inpt_seguranca_div {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 10.5rem
}

.inpt_seguranca_div input {
  margin: 0 !important;
}

.inpt_seguranca_res {
  color: var(--dark-text-color);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 5px 20px !important;
  padding-top: 8px !important;
  background: 0 0;
  border: 1px solid #cecece;
  background-color: #fff;
  line-height: 2.8rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10.5rem;
  padding-left: 0;
  border-right: 0
}

.small .inpt_seguranca_res,
.small_inpt .inpt_seguranca_res {
  line-height: 2rem
}

.passwordToggler {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 12px;
  margin-top: -6px;
  cursor: pointer;
  background-image: url(../imgs/elem/show_hide.png);
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.passwordToggler.show {
  background-position: 18px 0
}

.inpt_sel {
  display: block;
  width: 100% !important;
  height: 100%;
  text-transform: none;
  text-align: left;
  z-index: 10;
  border-radius: 0 !important
}

.inpt_sel .ddArrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5rem .5rem 0 .5rem;
  border-color: var(--highlight-color) transparent transparent transparent;
  margin-top: -2px;
  margin-right: 2rem
}

.inpt_sel .ddTitle {
  display: inline-block;
  vertical-align: top;
  color: var(--dark-text-color);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 5px 20px !important;
  padding-top: 8px !important;
  background: 0 0;
  border: 1px solid #cecece;
  background-color: #fff;
  line-height: 2.8rem;
  position: relative;
  z-index: 10
}

.borderRadiusTp {
  border-radius: 0 !important;
}

.small .inpt_sel .ddTitle,
.small_inpt .inpt_sel .ddTitle {
  line-height: 2rem
}

.inpt_sel.has-error .ddTitle {
  background: rgba(225, 0, 0, .5);
  color: var(--light-text-color)
}

.inpt_sel input.text {
  display: inline-block;
  vertical-align: top;
  color: var(--dark-text-color);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 5px 20px !important;
  padding-top: 8px !important;
  background: 0 0;
  border-radius: 50px;
  border: 1px solid #cecece;
  background-color: #fff;
  line-height: 2.8rem;
  z-index: 15
}

.small .inpt_sel input.text,
.small_inpt .inpt_sel input.text {
  line-height: 2rem
}

.inpt_sel .ddChild {
  margin-top: -15px;
  z-index: 5 !important;
  width: 100%;
  background-color: #fff;
  height: auto !important;
  max-height: 14rem;
  top: 100% !important;
  padding-top: 1.5rem;
  left: 0;
  border: 1px solid #ebeced;
  border-top: 0;
  box-shadow: none !important
}

.inpt_sel .ddChild li {
  color: var(--dark-text-color);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 5px 20px !important;
  padding-top: 8px !important;
  background: 0 0;
  border-radius: 50px;
  border: 1px solid #cecece;
  background-color: #fff;
  line-height: 2.8rem;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #ebeced
}

.small .inpt_sel .ddChild li,
.small_inpt .inpt_sel .ddChild li {
  line-height: 2rem
}

.inpt_sel .ddChild li:first-child {
  border: 0
}

.inpt_sel .ddChild li.hover,
.inpt_sel .ddChild li.selected {
  color: var(--highlight-color)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: inherit;
  font-weight: inherit
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  color: transparent
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  color: transparent
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  color: transparent
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  color: transparent
}

.elements_animated {
  position: relative;
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.elements_animated.top {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}

.elements_animated.top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.elements_animated.bottom {
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}

.elements_animated.bottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.elements_animated.left {
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px)
}

.elements_animated.left.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.elements_animated.right {
  -webkit-transform: translateX(80px);
  transform: translateX(80px)
}

.elements_animated.right.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.elements_animated.scale {
  -webkit-transform: scale(.8);
  transform: scale(.8)
}

.elements_animated.scale.active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.elements_animated.active {
  opacity: 1
}

.elements_animated:nth-child(2) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.elements_animated:nth-child(3) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.elements_animated:nth-child(4) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.elements_animated:nth-child(5) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.elements_animated:nth-child(6) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.elements_animated:nth-child(7) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.elements_animated:nth-child(8) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.elements_animated:nth-child(9) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s
}

.elements_animated:nth-child(10) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.elements_animated:nth-child(11) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}

.elements_animated:nth-child(12) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

.elements_animated:nth-child(13) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.elements_animated:nth-child(14) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.elements_animated:nth-child(15) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s
}

.elements_animated:nth-child(16) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

.elements_animated:nth-child(17) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s
}

.elements_animated:nth-child(18) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

.elements_animated:nth-child(19) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s
}

.elements_animated:nth-child(20) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s
}

@media screen and (max-width: 59.3125em) {
  .elements_animated {
    -webkit-transform: translateX(0) translateY(0) scale(0) !important;
    transform: translateX(0) translateY(0) scale(0) !important
  }
}

.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover
}

@media screen and (max-width: 59.375em) {
  .parallax {
    background-position: center;
    background-attachment: inherit
  }
}

.mask {
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000000;
  display: table;
  text-align: center
}

#loader {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle
}

.row {
  position: relative
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .row {
    padding: 95px;
    padding-top: 0;
    padding-bottom: 0
  }
}

@media screen and (max-width: 156.1875em) {
  .row {
    padding: 40px;
    padding-top: 0;
    padding-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) {
  .row {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0
  }
}

@media screen and (max-width: 59.3125em) {
  .row {
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0
  }
}

.row.collapse {
  padding: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .row.no_padd {
    padding: 100px;
    padding-top: 0;
    padding-bottom: 0
  }
}

@media screen and (max-width: 156.1875em) {
  .row.no_padd {
    padding: 45px;
    padding-top: 0;
    padding-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) {
  .row.no_padd {
    padding: 25px;
    padding-top: 0;
    padding-bottom: 0
  }
}

@media screen and (max-width: 59.3125em) {
  .row.no_padd {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0
  }
}

.row.no_padd .columns {
  padding-left: 0;
  padding-right: 0
}

.row .row.collapse,
.row.collapse .row {
  margin-left: auto;
  margin-right: auto
}

.row.content {
  max-width: 1480px !important;
  margin: auto
}

.mainDiv {
  background: var(--page-background-color);
  width: 100%;
  height: 100%;
  display: table;
  z-index: 10;
  position: relative
}

.row1 {
  width: 100%;
  height: 100%;
  display: table-row
}

.row1>.div_table_cell {
  vertical-align: top
}

.row2 {
  width: 100%;
  height: 100%;
  display: table-row
}

.row2>.div_table_cell {
  vertical-align: bottom
}

.div_100 {
  display: table;
  width: 100%;
  table-layout: fixed
}

.div_table_cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%
}

.titulos {
  color: var(--dark-text-color);
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 800;
  /* text-transform: uppercase */
}

.subtitulos {
  color: var(--highlight-color);
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .01rem
}

@media screen and (max-width: 99.9375em) {
  .subtitulos {
    font-size: 12px;
    line-height: 14px
  }
}

.textos {
  color: var(--dark-text-color);
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 400
}

@media screen and (max-width: 71.8125em) {
  .textos {
    font-size: 14px;
    line-height: 26px
  }
}

.list_tit {
  color: var(--dark-text-color);
  font-size: 24px;
  line-height: 2rem;
  font-weight: 700
}

@media screen and (max-width: 99.9375em) {
  .list_tit {
    font-size: 16px;
    line-height: 20px
  }
}

.list_subtit {
  color: var(--highlight-color);
  font-size: 12px;
  line-height: 1.3rem;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: .01rem
}

@media screen and (max-width: 99.9375em) {
  .list_subtit {
    font-size: 10px;
    line-height: 13px
  }
}

.list_txt {
  color: grey;
  font-size: 12px;
  line-height: 1.8rem;
  font-weight: 400
}

@media screen and (max-width: 99.9375em) {
  .list_txt {
    font-size: 12px;
    line-height: 23px
  }
}

.list_txt a,
.textos a {
  display: inline-block;
  color: var(--highlight-color)
}

.has_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.has_bg.contain {
  background-size: contain
}

.has_bg.fixed {
  background-attachment: fixed
}

@media screen and (max-width: 59.3125em) {
  .has_bg.fixed {
    background-attachment: inherit
  }
}

.has_bg.has_mask {
  position: relative;
  z-index: 1
}

.has_bg.has_mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  pointer-events: none;
  z-index: -1
}

.is-ie .has_bg.blend {
  position: relative
}

.is-ie .has_bg.blend:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: .7
}

.is-ie .has_bg.blend:hover:after {
  opacity: .5
}

.video_frame {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%
}

.video_frame>div {
  display: block;
  height: 100%;
  cursor: pointer;
  -webkit-transition: .4s all;
  transition: .4s all
}

.video_frame>div .play {
  height: 7rem;
  width: 7rem;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  cursor: pointer
}

.video_frame>div .play svg {
  fill: var(--highlight-color);
  width: 100%;
  -webkit-transition: .4s all;
  transition: .4s all
}

.video_frame>div:hover {
  -webkit-filter: brightness(75%)
}

.video_frame>div:hover .play svg {
  fill: #fff
}

.video_cont {
  position: relative;
  display: block;
  overflow: hidden
}

.video_cont>div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10rem;
  color: var(--light-text-color);
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.video_cont:hover>div:before {
  color: var(--highlight-color)
}

.video_cont.active>div:before {
  display: none
}

.video_cont .img,
.video_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.video_cont .disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1
}

.video_cont .enabled {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2
}

.button:not(.invert) {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 1px;
  /* text-transform: uppercase; */
  cursor: pointer;
  z-index: 1;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: .1em;
  padding: 7px 15px;
  padding-top: 10px;
  color: var(--light-text-color);
  background: var(--primary-color);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.button:not(.invert) i {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  margin-left: .5rem
}

.button:not(.invert):hover {
  color: var(--light-text-color);
  background: var(--highlight-color)
}

.button:not(.invert).disabled {
  background: #ebeced;
  cursor: default;
  pointer-events: none
}

.button.invert {
  display: inline-block;
  vertical-align: top;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: .1em;
  padding: 7px 15px;
  padding-top: 10px;
  color: var(--light-text-color);
  background: 0 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.button.invert i {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  margin-left: .5rem
}

.button.invert:hover {
  color: var(--highlight-color);
  background: #fff
}

.button.invert.disabled {
  background: #ebeced;
  cursor: default;
  pointer-events: none
}

.animated-section.animated-event .img_anima {
  -webkit-transition: all 1.2s cubic-bezier(.26, 1.48, .47, .96);
  transition: all 1.2s cubic-bezier(.26, 1.48, .47, .96);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.arrows_slick {
  font-size: 2rem;
  position: absolute;
  z-index: 10;
  top: 50%;
  cursor: pointer;
  color: var(--light-text-color);
  border: none;
  outline: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.arrows_slick span:before {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.arrows_slick:not(.effect) span {
  display: block;
  position: relative;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, .5);
  z-index: 100;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.arrows_slick:not(.effect) div {
  display: none !important
}

.arrows_slick:not(.effect):hover span {
  background: var(--highlight-color)
}

.arrows_slick.effect span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100
}

.arrows_slick.effect div {
  position: relative;
  overflow: hidden;
  width: 7rem;
  height: 7rem;
  background: rgba(255, 255, 255, .5);
  -webkit-transform: scale(.6);
  transform: scale(.6);
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.arrows_slick.effect div img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  width: auto;
  max-width: unset;
  -webkit-transition: opacity .3s, transform .3s;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.arrows_slick.effect.prev div img {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2)
}

.arrows_slick.effect.prev:hover div {
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg)
}

.arrows_slick.effect.prev:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1)
}

.arrows_slick.effect.next div img {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2)
}

.arrows_slick.effect.next:hover div {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg)
}

.arrows_slick.effect.next:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1)
}

.arrows_slick.effect:hover div {
  background: var(--highlight-color)
}

.arrows_slick.effect:hover div img {
  opacity: 1
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .arrows_slick.prev {
    left: 100px
  }
}

@media screen and (max-width: 156.1875em) {
  .arrows_slick.prev {
    left: 45px
  }
}

@media screen and (max-width: 90.5625em) {
  .arrows_slick.prev {
    left: 25px
  }
}

@media screen and (max-width: 59.3125em) {
  .arrows_slick.prev {
    left: 20px
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .arrows_slick.next {
    right: 100px
  }
}

@media screen and (max-width: 156.1875em) {
  .arrows_slick.next {
    right: 45px
  }
}

@media screen and (max-width: 90.5625em) {
  .arrows_slick.next {
    right: 25px
  }
}

@media screen and (max-width: 59.3125em) {
  .arrows_slick.next {
    right: 20px
  }
}

@media screen and (max-width: 46.8125em) {
  .arrows_slick {
    display: none !important
  }
}

.banners {
  position: relative;
}

.banner_cont {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
}

.banner_cont.has_mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .4);
  pointer-events: none;
  z-index: 2
}

.banner_cont .banner_content {
  position: relative;
  display: block;
  margin: auto;
  margin-right: 0;
  width: 100%;
  text-align: left;
  z-index: 3;
}

.banner_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.banner_cont h1 {
  font-size: 5rem;
  line-height: 5.5rem;
  letter-spacing: -.01em;
  font-weight: 700;
  color: var(--dark-text-color)
}

.banner_cont h3 {
  color: var(--dark-text-color);
  font-size: 2.4rem;
  font-weight: 300;
  margin-top: 1rem
}

.banner_cont a:not(.logo) {
  display: inline-block;
  vertical-align: top;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .1em;
  padding: .7rem 3rem;
  padding-top: 1rem;
  color: var(--light-text-color);
  background: var(--highlight-color);
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  margin-top: 2.5rem
}

.banner_cont a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  margin-left: .5rem
}

.banner_cont a:hover:not(.logo) {
  color: var(--light-text-color);
  background: var(--primary-color)
}

.banner_cont a.disabled {
  background: #ebeced;
  cursor: default;
  pointer-events: none
}

@media screen and (max-width: 59.3125em) {
  .banner_cont .banner_content {
    top: 0;
    right: 50%;
    /* text-align: center; */
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
  }

  .banner_cont h1 {
    letter-spacing: -.01em;
    font-size: 3.5rem;
    line-height: 4rem
  }
}

#bodymovin {
  background-color: #fff;
  width: 20%;
  height: 20%;
  display: block;
  margin: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1
}

#bodymovin svg {
  position: absolute;
  width: 100%;
  height: 100%
}

.borders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none
}

.borders .row {
  height: 100%
}

.borders .columns {
  border-left: 1px solid #c8cccf
}

.borders .columns:last-child {
  border-right: 1px solid #c8cccf
}

.banners .borders .column,
.banners .borders .columns,
.footer .borders .column,
.footer .borders .columns,
.has_bg .borders .column,
.has_bg .borders .columns {
  border-color: rgba(74, 87, 96, .3)
}

@media screen and (max-width: 90.5625em) {
  .borders {
    width: calc(100% + 50px)
  }
}

@media screen and (max-width: 90.5625em) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 90.5625em) and (min-resolution: 192dpi) {
  .borders {
    margin: -100px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 156.1875em) {
  .borders {
    margin: -45px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 90.5625em) {
  .borders {
    margin: -25px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 59.3125em) {
  .borders {
    margin: -20px;
    margin-top: 0;
    margin-bottom: 0
  }
}


.h_tit {
  font-size: 3.5rem;
  line-height: 3.5rem;
  letter-spacing: -.01em;
  font-weight: 700;
  color: var(--dark-text-color);
  padding: 3.5rem 2rem;
  padding-top: 50px;
  padding-bottom: 15px;
}

@media screen and (max-width: 90.5625em) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 90.5625em) and (min-resolution: 192dpi) {
  .h_listagem {
    margin: -100px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 156.1875em) {
  .h_listagem {
    margin: -45px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 90.5625em) {
  .h_listagem {
    margin: -25px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 59.3125em) {
  .h_listagem {
    margin: -20px;
    margin-top: 0;
    margin-bottom: 0
  }
}

.home_destaques {
  position: relative
}

.home_destaques .intro {
  padding: 6.5rem !important;
  padding-bottom: 4.5rem !important;
  z-index: 2
}

.home_destaques .intro h1 {
  color: var(--dark-text-color);
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--light-text-color)
}

.home_destaques .intro .nav {
  margin-top: 5rem
}

.home_destaques .intro .nav a {
  display: inline-block;
  vertical-align: top;
  font-size: 2.7rem;
  color: var(--light-text-color);
  cursor: pointer
}

.home_destaques .intro .nav a:last-child {
  float: right
}

.home_destaques .intro .nav a:hover {
  color: var(--dark-text-color)
}

.home_destaques .listagem {
  margin-top: -15rem
}

.home_destaques .listagem .divs {
  -webkit-transition: none;
  transition: none
}

.home_destaques .listagem .divs .info {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  padding: 3rem 2.5rem;
  background: rgba(48, 62, 72, .7)
}

.home_destaques .listagem .divs .info h4 {
  display: inline-block;
  vertical-align: middle
}

.home_destaques .listagem .divs .info h4 i {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.5rem;
  margin-left: 2.5rem
}

.home_destaques .listagem .divs .info h2 {
  display: block;
  color: var(--light-text-color);
  margin: 2.5rem 0
}

.home_destaques .listagem .divs .info p {
  color: var(--light-text-color)
}

@media screen and (max-width: 90.5625em) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 90.5625em) and (min-resolution: 192dpi) {
  .home_destaques {
    margin: -100px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 156.1875em) {
  .home_destaques {
    margin: -45px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 90.5625em) {
  .home_destaques {
    margin: -25px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 59.3125em) {
  .home_destaques {
    margin: -20px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) {
  .home_destaques .borders {
    margin: 0;
    width: auto
  }
}

@media screen and (max-width: 59.3125em) {
  .home_destaques .intro {
    padding: 4rem 2rem !important;
    padding-bottom: 2rem !important
  }

  .home_destaques .intro .nav {
    margin-top: 2.5rem
  }

  .home_destaques .listagem {
    margin-top: 0
  }

  .home_destaques .listagem .divs .has_bg {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    flex: unset
  }

  .home_destaques .listagem .divs .info {
    position: relative;
    width: 100%;
    height: auto
  }
}

.alertify-notifier {
  font-size: 1.4rem
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok,
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok-gr {
  background-color: var(--highlight-color) !important
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok-gr:hover,
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok:hover {
  background-color: var(--primary-color) !important
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar {
  background-color: var(--highlight-color) !important
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: var(--highlight-color) !important
}

.slick-dots li {
  width: 1rem;
  height: 1rem;
  background: #ebeced;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.slick-dots li.slick-active,
.slick-dots li:focus,
.slick-dots li:hover {
  background: var(--highlight-color)
}

@media screen and (max-width: 59.3125em) {
  .slick-dots li {
    margin: 0 3px
  }
}

.reveal {
  margin: 50px auto;
  top: 0 !important
}

.popup_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, .9);
  z-index: 30000;
  text-align: center;
  overflow-y: auto;
  padding: 50px 20px;
  display: block;
  opacity: 0;
  visibility: hidden
}

.popup_container.active {
  opacity: 1;
  visibility: visible
}

.popup_close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  background: url(../imgs/popup/close.png) no-repeat center;
  background-size: cover
}

.popup_close:hover {
  opacity: .5
}

.voltar_topo {
  position: fixed;
  bottom: 2rem;
  display: none;
  background-color: var(--primary-color);
  border: 1px solid #303e48;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 90000;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .voltar_topo {
    right: 100px
  }
}

@media screen and (max-width: 156.1875em) {
  .voltar_topo {
    right: 100px
  }
}

@media screen and (max-width: 90.5625em) {
  .voltar_topo {
    right: 100px
  }
}

@media screen and (max-width: 59.3125em) {
  .voltar_topo {
    right: 100px
  }
}

.voltar_topo svg {
  display: block;
  width: 100%;
  max-width: 60%;
  margin: 15px auto auto
}

.voltar_topo svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 1.4118;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.voltar_topo:hover {
  border: 1px solid var(--highlight-color);
  background-color: var(--highlight-color)
}

.voltar_topo:hover svg polyline {
  stroke: #fff
}

@media screen and (max-width: 59.3125em) {
  .voltar_topo {
    width: 35px;
    height: 35px;
    right: 0 !important
  }

  .voltar_topo svg {
    margin: 11px auto auto
  }
}

.div_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  padding: 3.5rem 0;
  text-align: right;
  background-color: var(--cookies-primary-color);
  display: none
}

.div_cookies .cookies_texto {
  color: var(--light-text-color);
  font-size: 14px;
  line-height: 2rem;
  font-weight: 400;
  text-align: left
}

.div_cookies .cookies_btn {
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  font-size: 13px;
  line-height: 2.5rem;
  padding: 5px 1.5rem;
  min-width: 120px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.div_cookies .cookies_btn:first-child {
  color: var(--light-text-color);
  border: 1px solid #303e48;
  background: var(--primary-color)
}

.div_cookies .cookies_btn:first-child:hover {
  background: #fff;
  border: 1px solid #fff;
  color: var(--highlight-color)
}

.div_cookies .cookies_btn:last-child {
  margin-left: 1.5rem;
  color: var(--light-text-color);
  border: 1px solid #fff;
  background: 0 0;
  opacity: .6
}

.div_cookies .cookies_btn:last-child:hover {
  opacity: 1;
  background: #fff;
  color: var(--dark-text-color)
}

@media screen and (max-width: 59.3125em) {
  .div_cookies {
    padding: 2rem 0
  }

  .div_cookies .cookies_texto {
    font-size: 12px;
    line-height: 16px
  }

  .div_cookies .cookies_btn {
    font-size: 11px;
    line-height: 2rem;
    padding: 5px 10px;
    min-width: unset
  }
}

@media screen and (max-width: 46.8125em) {
  .div_cookies {
    text-align: center
  }

  .div_cookies .cookies_texto {
    margin-bottom: 1.5rem;
    text-align: center
  }
}

.logo {
  display: block;
  width: 20rem;
  max-width: 13rem;
  height: 65px;
  margin: 5px 0;
  z-index: 5;
  transform: scale(1);
}

.logo.ft {
  max-width: 100%;
  max-height: 100%;
  margin: 5px 2rem;
}

.logo.ft>img {
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 71.8125em) {
  .logo {
    max-width: 10rem
  }

  .logo.ft {
    max-width: 8rem
  }
}

@media screen and (max-width: 59.3125em) {
  .logo {
    margin-left: 0;
    max-width: 8rem
  }
}

.mm-navbar-top-1 {
  line-height: 60px !important;
  height: 76px !important
}

.mm-hasnavbar-top-1 .mm-panels,
.mm-navbar-top-2 {
  top: 76px !important
}

.mm-title {
  color: var(--dark-text-color);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--highlight-color) !important;
  line-height: inherit !important
}

@media screen and (max-width: 99.9375em) {
  .mm-title {
    font-size: 15px;
    line-height: 20px
  }
}

.button.registo_btn {
  border: 1px solid #ffffff55;
  border-radius: 0;
}

.button.registo_btn:hover {
  color: var(--light-text-color) !important
}

.header {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0) translateZ(1px);
  transform: translate3d(0, 0, 0) translateZ(1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  margin: 0;
  background-color: transparent;
  z-index: 205 !important;
  width: 100%;
  height: 75px;
  overflow: visible
}

.header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 55px;
  max-width: 100vw;
  object-fit: cover;
}

.header_bg_color {
  height: 75px;
  background-color: var(--primary-color);
}

.header.home {
  background-image: none
}

.header .header_user {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
  padding: 0 10px;
}

.header .header_user>div {
  padding: 5px 10px !important;
  background: var(--header-primary-color)
}

.header .header_user i {
  color: var(--header-text-color);
}

.header .header_user i.icon-login {
  font-size: 1.6rem
}

.header .header_user .header_links.sel,
.header .header_user .header_links:hover {
  color: var(--header-secondary-color);
}

.header .header_menu {
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 5;
  padding: 0 5px;
}

@media screen and (max-width: 59.3125em) {
  .header .header_menu {
    flex-direction: column;
  }

  .header,
  .header_bg_color {
    height: 100px;
  }
}

.header .header_menu .header_links.sel,
.header .header_menu .header_links:hover {
  color: var(--header-secondary-color);
}

.header .header_content {
  justify-content: space-between;
  align-items: start;
}

.header .header_content .header_links {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 30px;
  color: var(--header-text-color);
  height: 45px;
}

.header .menu_holder {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  margin-top: 15px;
}

.header .menu_holder .menu_btn {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  width: 36px;
  height: 22px;
  position: relative;
  z-index: 100001
}

.header .menu_holder .menu_btn .menu_btn_lines {
  display: block;
  position: static;
  height: 4px;
  width: 100%;
  margin-top: 9px;
  background-color: currentColor;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.header .menu_holder .menu_btn .menu_btn_lines:after,
.header .menu_holder .menu_btn .menu_btn_lines:before {
  content: "";
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  height: 4px;
  width: 100%;
  background-color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: 4px center;
  transform-origin: 4px center
}

.header .menu_holder .menu_btn .menu_btn_lines:after {
  top: auto;
  bottom: 0
}

.header .menu_holder.active .menu_btn .menu_btn_lines {
  background: 0 0;
  -webkit-transform: scale3d(.8, .8, .8);
  transform: scale3d(.8, .8, .8)
}

.header .menu_holder.active .menu_btn .menu_btn_lines:after,
.header .menu_holder.active .menu_btn .menu_btn_lines:before {
  background: var(--highlight-color);
  top: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top .3s ease, transform .3s .5s ease;
  -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease
}

.header .menu_holder.active .menu_btn .menu_btn_lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg)
}

.header .menu_holder.active .menu_btn .menu_btn_lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg)
}

@media screen and (max-width: 59.3125em) {
  .header {
    padding: 10px 0
  }
}

.footer {
  background: var(--footer-primary-color);
  position: relative
}

.footer .info .columns {
  padding: 2rem 2.5rem 1rem 2.5rem !important;
  max-width: fit-content;
}

.footer .tit {
  color: var(--dark-text-color);
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem
}

.footer .link {
  display: table;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 400;
  margin: .5rem 0
}

@media screen and (max-width: 71.8125em) {
  .footer .link {
    font-size: 14px;
    line-height: 26px
  }
}

.footer .link:hover {
  color: var(--highlight-color)
}

.footer .txt {
  color: #9ca3af;
  font-size: 1.2rem;
  /*line-height: 2rem;*/
  font-weight: 400
}

@media screen and (max-width: 71.8125em) {
  .footer .txt {
    font-size: 14px;
    line-height: 26px
  }
}

.footer .txt.contacto {
  position: relative;
  padding-left: 4rem;
  margin-top: 1rem
}

.footer .txt.contacto:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem
}

.footer .txt.contacto:hover {
  color: var(--highlight-color)
}

.footer .noticias {
  position: relative
}

.footer .noticias a {
  -webkit-transition: none;
  transition: none
}

.footer .noticias h2 {
  margin-bottom: 2rem
}

.footer .noticias .ft_arrows {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  left: auto;
  right: 0
}

.footer .noticias .ft_arrows span {
  width: 6rem;
  height: 6rem;
  background: #aeb1b3
}

.footer .noticias .ft_arrows.prev {
  right: 60px
}

.footer .noticias .ft_arrows:hover span {
  background: var(--primary-color)
}

.footer #news_email::placeholder {
  color: grey;
}

.footer .newsletter {
  position: relative;
  margin: 0 0
}

.footer .newsletter .inpt_holder {
  height: auto;
  margin-bottom: 0
}

.footer .newsletter .inpt_holder:before {
  display: none
}

.footer .newsletter .inpt_checkbox label {
  font-size: 12px
}

.footer .newsletter .inpt_checkbox label a {
  text-decoration: underline
}

.footer .newsletter .inpt_checkbox label a:hover {
  color: var(--dark-text-color);
  text-decoration: none
}

.footer .newsletter .inpt_checkbox label:before {
  border-color: var(--primary-color)
}

.footer .newsletter input {
  color: var(--dark-text-color);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 5px 20px !important;
  padding-top: 8px !important;
  background: 0 0;
  border-radius: 10px;
  background-color: #f5f5f5;
  color: var(--dark-text-color);
}

.footer .newsletter input.has-error {
  border-color: #e10000
}

.footer .newsletter button {
  /*position: absolute;*/
  /*top: .7rem;*/
  /*right: .5rem;*/
  /*font-size: 2.8rem;*/
  /*padding-right: 1rem;*/
  margin-top: 10px;
  background-color: white;
  color: var(--dark-text-color)
}

.footer .newsletter button:hover {
  /*color: var(--highlight-color)*/
}

.footer .newsletter .news_remover {
  padding-top: 1rem
}

.footer .newsletter .news_remover a {
  font-size: 10px;
  text-decoration: underline
}

.footer .newsletter .news_remover a:hover {
  text-decoration: none
}

.footer .redes_sociais .rs {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid var(--highlight-color);
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  margin-right: .8rem;
  font-size: 1.8rem;
  padding-top: .8rem;
  color: var(--highlight-color);
  text-align: center
}

.footer .redes_sociais .rs:hover {
  background: var(--highlight-color);
  color: var(--light-text-color)
}

.footer .direitos {
  display: block;
  margin-top: 2.5rem
}

.footer .direitos a {
  color: var(--dark-text-color)
}

.footer .direitos a:hover {
  color: var(--highlight-color)
}

@media screen and (max-width: 90.5625em) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 90.5625em) and (min-resolution: 192dpi) {
  .footer {
    margin: -100px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 156.1875em) {
  .footer {
    margin: -45px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 90.5625em) {
  .footer {
    margin: -25px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 59.3125em) {
  .footer {
    margin: -20px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) {
  .footer .borders {
    margin: 0;
    width: 100%
  }
}

@media screen and (max-width: 59.3125em) {
  .footer .info .columns {
    padding: 3.5rem 2rem !important
  }

  .footer .info .columns:first-child {
    /* border-right: 1px solid #c8cccf */
  }
}

@media screen and (max-width: 46.8125em) {
  .footer .info .columns:first-child {
    border-right: 0;
    /* border-bottom: 1px solid #c8cccf */
  }
}

.noticias_cont {
  position: relative;
  display: block;
  width: auto;
  margin: 0 -5px;
  margin-top: 7.5rem;
  margin-bottom: 7.5rem
}

.noticias_cont .grid {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  width: 100%
}

.noticias_cont .grid .grid__deco {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none
}

.noticias_cont .grid .grid__deco path {
  fill: none;
  stroke: var(--highlight-color);
  stroke-width: 2px
}

.noticias_cont .grid .grid__reveal {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: var(--highlight-color)
}

.noticias_cont .grid .grid__sizer {
  margin-bottom: 0;
  width: 25%
}

@media screen and (max-width: 119.9375em) {
  .noticias_cont .grid .grid__sizer {
    width: 25%
  }
}

@media screen and (max-width: 90.5625em) {
  .noticias_cont .grid .grid__sizer {
    width: 33.333%
  }
}

@media screen and (max-width: 46.8125em) {
  .noticias_cont .grid .grid__sizer {
    width: 50%
  }
}

@media screen and (max-width: 34.3125em) {
  .noticias_cont .grid .grid__sizer {
    width: 100%
  }
}

.noticias_divs {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: .5rem
}

.noticias_divs figure {
  background-color: var(--highlight-color)
}

.noticias_divs .img {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.noticias_divs .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transition: opacity .35s, transform .35s;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.noticias_divs .img>img {
  width: 100%
}

.noticias_divs .info {
  background: #ebeced;
  padding: 2.5rem
}

.noticias_divs .info>h5 {
  display: block;
  color: var(--highlight-color);
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
  height: 20px;
  margin-bottom: 5px
}

.noticias_divs .info>h1 {
  display: block;
  color: var(--dark-text-color);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
  -webkit-transition: color .3s linear;
  transition: color .3s linear
}

@media screen and (max-width: 99.9375em) {
  .noticias_divs .info>h1 {
    font-size: 15px;
    line-height: 20px
  }
}

.noticias_divs .info>div {
  display: block
}

.noticias_divs:hover .img {
  opacity: .6
}

.noticias_divs:hover .img::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}

.noticias_divs:hover .info>h1 {
  color: var(--highlight-color)
}

.noticias_divs:hover .info>span {
  color: var(--dark-text-color)
}

@media screen and (max-width: 119.9375em) {
  .noticias_divs {
    width: 25%
  }
}

@media screen and (max-width: 90.5625em) {
  .noticias_divs {
    width: 33.333%
  }
}

@media screen and (max-width: 46.8125em) {
  .noticias_divs {
    width: 50%
  }

  .noticias_divs .info {
    padding: 1.5rem
  }
}

@media screen and (max-width: 34.3125em) {
  .noticias_divs {
    width: 100%
  }
}

.noticias_det_cont {
  padding: 60px 40px;
  max-width: 880px;
  margin: auto
}

.noticias_det_cont .img {
  margin-bottom: 35px
}

.noticias_det_cont h1 {
  margin-bottom: 20px
}

@media screen and (max-width: 59.3125em) {
  .noticias_det_cont {
    padding: 60px 20px
  }
}

.leiloes_menu {
  position: relative;
  z-index: 20;
  max-width: 100vw;
}

.leiloes_menu>div {
  padding: 5px 45px;
  gap: 12px
}

.leiloes_menu a {
  padding: 24px !important;
  /* height: 100px; */
}

.leiloes_menu a i {
  font-size: 56px;
  color: var(--light-text-color);
  margin-top: -8px;
}

.leiloes_menu .info span {
  color: var(--light-text-color);
  font-size: 20px;
  font-weight: 600;
  transition: all .3s linear;
}

.leiloes_menu a:hover i,
.leiloes_menu a:hover .info span {
  color: var(--highlight-color);
}

.leilao_lotes_container {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.leiloes_badge {
  position: absolute;
  top: 0px;
  right: 0px;
  /* display:flex;
    align-items: start; */
  /* background: var(--header-primary-color); */
  color: var(--highlight-color);
  width: fit-content;
  /*margin-left: 10px;*/
  /* height: 100%; */
  padding: 10px;
  /*clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 49% 85%);*/
}

.leiloes_menu .columns {
  display: flex;
  /* gap: 10px; */
  position: relative;
  background: var(--header-primary-color);
  z-index: 1;
  /* border: 1px solid  var(--header-primary-color); */
  /*border-right: 2px solid var(--highlight-color);*/
}

.leiloes_menu .columns:last-child {
  /*border-right: 2px solid var(--highlight-color);*/
}

.leiloes_menu .columns:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--header-secondary-color);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/* .leiloes_menu .columns:hover:before {
  opacity: 0.1;
  transition: 0.3s ease-in-out;
} */

.leiloes_menu .columns .info {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 1.5rem 0;
  padding-left: 5rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.leiloes_menu .columns .info:before {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 3rem;
  color: var(--light-text-color)
}

.leiloes_menu .columns .info h1 {
  color: var(--light-text-color);
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 800;
  text-transform: uppercase
}

.leiloes_menu .columns .info h4 {
  color: var(--light-text-color);
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--light-text-color);
}

@media screen and (max-width: 99.9375em) {
  .leiloes_menu .columns .info h4 {
    font-size: 14px;
    line-height: 23px
  }
}

.leiloes_menu .columns .info h4 i {
  display: inline-block;
  vertical-align: top;
  font-size: 2rem;
  color: var(--light-text-color);
  margin-left: 1rem
}

.leiloes_menu .columns .info h4:last-of-type {
  position: absolute;
  left: 5rem;
  bottom: 2.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.leiloes_menu .columns.active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}


.leiloes_menu .columns.active .info h4:last-of-type,
.info h4:last-of-type {
  opacity: 1;
  visibility: visible;
  bottom: 0
}

@media screen and (max-width: 90.5625em) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 90.5625em) and (min-resolution: 192dpi) {
  .leiloes_menu {
    margin: -100px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 156.1875em) {
  .leiloes_menu {
    margin: -45px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 90.5625em) {
  .leiloes_menu {
    margin: -25px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 59.3125em) {
  .leiloes_menu {
    margin: -20px;
    margin-top: 0;
    margin-bottom: 0
  }
}

.leiloes_ordena {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}

.leiloes_ordena .columns {
  position: relative;
  /* background: var(--ordenar-primary-color);
    color: var(--ordenar-text-color); */
  text-align: center
}

.leiloes_ordena .columns h1 {
  /* color: var(--ordenar-text-color); */
  padding: 2rem 3rem;
  margin-top: 7px
}

.detalhe_cont.leiloes_det_menu {
  display: grid;
  grid-template-columns: 150px auto 2fr 1fr;
  gap: 5px;
  margin: 5px auto;
  /* height: 68px; */
}

/*@media screen and (max-width: 90.5625em) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 90.5625em) and (min-resolution: 192dpi) {*/
/*    .leiloes_ordena {*/
/*        margin: -100px;*/
/*        margin-top: 0;*/
/*        margin-bottom: 0*/
/*    }*/
/*}*/

/*@media screen and (max-width: 90.5625em) and (max-width: 156.1875em) {*/
/*    .leiloes_ordena {*/
/*        margin: -45px;*/
/*        margin-top: 0;*/
/*        margin-bottom: 0*/
/*    }*/
/*}*/

/*@media screen and (max-width: 90.5625em) and (max-width: 90.5625em) {*/
/*    .leiloes_ordena {*/
/*        margin: -25px;*/
/*        margin-top: 0;*/
/*        margin-bottom: 0*/
/*    }*/
/*}*/

@media screen and (max-width: 90.5625em) and (max-width: 59.3125em) {
  .leiloes_ordena {
    /* margin: -20px; */
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 90.5625em) and (min-resolution: 192dpi) {
  .listagem_leiloes {
    margin: -100px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 156.1875em) {
  .listagem_leiloes {
    margin: -45px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 90.5625em) {
  .listagem_leiloes {
    margin: -25px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 59.3125em) {
  .listagem_leiloes {
    margin: -20px;
    margin-top: 0;
    margin-bottom: 0
  }
}

.listagem_leiloes {
  margin: 2rem 0;
}

.leiloes_wrapLoader {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 0;
}

.n_lotes {
  position: absolute;
  top: -2rem;
  display: flex;
  align-items: center;
  background: var(--header-secondary-color);
  color: var(--header-text-color);
  width: fit-content;
  margin-left: 10px;
  padding: 10px;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 100%, 49% 85%);
}

.leiloes_divs {
  background: #fff;
  position: relative;
  z-index: 10;
  border-top: 0;
  max-height: 260px;
  box-shadow: 0px 0px 6px -5px var(--primary-color);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0, 0, .5, 1);
}

.leiloes_item_div {
  display: grid;
  grid-template-columns: 1fr 2fr;

}

.data_inicio * {
  color: var(--primary-color);
}

.data_fim * {
  color: var(--text-dark-color);
}

.leiloes_divs:hover {
  transform: scale(101%);
}

.leiloes_divs .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.leiloes_divs .info>.columns {
  padding: 4.5rem 6rem !important
}

.list_txt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.leiloes_info {
  /* height: 100px; */
  padding: 0 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 2fr 2fr 1fr;
  justify-content: space-between;
  align-items: center;
  background-color: var(--leiloes-det-secondary-color);
  color: var(--light-text-color);
  border-right: 1px solid rgba(74, 87, 96, .6);
  border-left: 1px solid rgba(74, 87, 96, .6);
}

.leiloes_divs .img {
  position: relative;
  max-width: 390px;
}

.leiloes_divs .img .has_bg {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  height: 260px
}


.leiloes_divs .img .has_bg:before {
  content: "";
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebeced20;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden
}

.leiloes_divs .img button {
  display: inline-block;
  vertical-align: top;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: .05em;
  padding: .4rem 1rem;
  padding-top: .7rem;
  color: var(--light-text-color);
  background: 0 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  min-width: 130px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.leiloes_divs .img button i {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  margin-left: .5rem
}

.leiloes_divs .img button.disabled {
  background: #ebeced;
  cursor: default;
  pointer-events: none
}

.leiloes_divs h2 {
  color: var(--dark-text-color);
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 800;
  margin-bottom: 1.5rem
}

.leiloes_divs h2:last-of-type {
  margin-bottom: 0
}

.leiloes_divs h1 {
  /* margin-bottom: 1rem;
    margin-top: 2rem */
}

.leiloes_divs .estado {
  width: 12rem;
  /* border-radius: 50px; */
  text-align: center;
  color: var(--light-text-color);
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 600;
}

.leiloes_divs:hover {
  background: #ebeced
}

.leiloes_divs:hover .img .has_bg:before,
.leiloes_divs:hover .img button {
  opacity: 1;
  visibility: visible
}


.lic_atual {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

#licitacao_max .txt {
  font-size: 10px !important;
}



@media screen and (max-width: 950px) {
  .leiloes_divs .img {
    max-width: none;
  }

  .leiloes_divs .img .has_bg {
    height: 200px;
  }

  .leiloes_divs .img .has_bg>img {
    height: 200px;
  }

  .leiloes_info {
    padding: 1rem !important;
    align-items: start;
    /* grid-template-columns: 1fr 1fr; */
  }

  .mais_info>div {
    flex-direction: column;
    text-align: start !important;
  }
}

@media screen and (max-width: 71.8125em) {
  .leiloes_divs .info>.columns {
    padding: 2rem 3.5rem !important
  }
}

@media screen and (max-width: 59.3125em) {
  .leiloes_divs:last-child {
    border-bottom: 0
  }

  .leiloes_divs .info {
    position: relative
  }

  .leiloes_divs .info>.columns {
    border-right: 0;
    padding: 2rem 2rem 1rem 2rem !important
  }

  .leiloes_divs .info>.columns:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .leiloes_divs .info>.columns>.div_100 {
    height: auto !important
  }

  .leiloes_divs h1 {
    margin-top: .5rem
  }
}

.ias_trigger {
  display: block
}

.ias_trigger a {
  color: var(--highlight-color);
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .01rem;
  color: var(--dark-text-color);
  display: block;
  width: 100%;
  padding: 5rem 20px;
  background: #c8cccf;
  text-align: center;
  position: relative;
  z-index: 6
}

@media screen and (max-width: 99.9375em) {
  .ias_trigger a {
    font-size: 12px;
    line-height: 14px
  }
}

.ias_trigger a:hover {
  opacity: .7
}

.detalhe_nav {
  position: relative;
  z-index: 20;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.detalhe_nav .columns {
  padding: 1rem 1rem !important;
  background: var(--primary-color)
}

.detalhe_nav .columns:first-child {
  border-right: 1px solid rgba(74, 87, 96, .3)
}

.detalhe_nav .columns:last-child {
  border-left: 1px solid rgba(74, 87, 96, .3)
}

.detalhe_nav .columns a {
  display: inline-block;
  vertical-align: middle;
  color: var(--dark-text-color);
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--light-text-color);
  position: relative
}

.detalhe_nav .columns a:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: -5px;
  font-size: 3rem
}

.detalhe_nav .columns a.prev {
  padding-left: 6rem
}

.detalhe_nav .columns a.prev:before {
  left: 0
}

.detalhe_nav .columns a.next {
  padding-right: 6rem
}

.detalhe_nav .columns a.next:before {
  right: 0
}

.detalhe_nav .columns a:hover {
  color: rgba(255, 255, 255, .6)
}

.detalhe_nav .columns a:hover.prev:before {
  left: 1rem
}

.detalhe_nav .columns a:hover.next:before {
  right: 1rem
}

@media screen and (max-width: 90.5625em) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 90.5625em) and (min-resolution: 192dpi) {
  .detalhe_nav {
    margin: -100px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 156.1875em) {
  .detalhe_nav {
    margin: -45px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 90.5625em) {
  .detalhe_nav {
    margin: -25px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 59.3125em) {
  .detalhe_nav {
    margin: -20px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 71.8125em) {
  .detalhe_nav .columns {
    padding: 4rem 1rem !important
  }

  .detalhe_nav .columns a {
    font-size: 1.3rem;
    line-height: 2rem
  }
}

@media screen and (max-width: 46.8125em) {
  .detalhe_nav .columns a {
    font-size: 1rem;
    line-height: 1.4rem
  }

  .detalhe_nav .columns a:before {
    display: none
  }

  .detalhe_nav .columns a.prev {
    padding-left: 0
  }

  .detalhe_nav .columns a.next {
    padding-right: 0
  }
}

.detalhe_cont>.columns {
  /*background: var(--leiloes-det-primary-color);*/
}

@media screen and (max-width: 950px) {
  .detalhe_cont {
    flex-direction: column;
  }

  .detalhe_cont>div {
    flex-direction: column-reverse;
  }

  .leiloes_det_menu>div:first-child {
    display: none;
  }
}

.detalhe_cont>.row>.columns {
  /*background: var(--leiloes-det-primary-color);*/
}

.detalhe_cont .detalhe_divs,
.detalhe_cont .lotes_textos,
.detalhe_cont .padded_divs,
.modalLicitar .detalhe_divs,
.modalLicitar .lotes_textos,
.modalLicitar .padded_divs,
.modalVerbas .detalhe_divs,
.modalVerbas .lotes_textos,
.modalVerbas .padded_divs {
  padding: 2.5rem 2rem
}

.detalhe_cont .detalhe_divs .lbl,
.detalhe_cont .detalhe_divs .txt,
.detalhe_cont .lotes_textos .lbl,
.detalhe_cont .lotes_textos .txt,
.detalhe_cont .padded_divs .lbl,
.detalhe_cont .padded_divs .txt,
.modalLicitar .detalhe_divs .lbl,
.modalLicitar .detalhe_divs .txt,
.modalLicitar .lotes_textos .lbl,
.modalLicitar .lotes_textos .txt,
.modalLicitar .padded_divs .lbl,
.modalLicitar .padded_divs .txt,
.modalVerbas .detalhe_divs .lbl,
.modalVerbas .detalhe_divs .txt,
.modalVerbas .lotes_textos .lbl,
.modalVerbas .lotes_textos .txt,
.modalVerbas .padded_divs .lbl,
.modalVerbas .padded_divs .txt {
  display: inline-block;
  vertical-align: top;
  color: var(--dark-text-color);
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 800
}

.detalhe_cont .padded_divs .light {
  color: var(--light-text-color);
}

@media screen and (max-width: 99.9375em) {

  .detalhe_cont .detalhe_divs .lbl,
  .detalhe_cont .detalhe_divs .txt,
  .detalhe_cont .lotes_textos .lbl,
  .detalhe_cont .lotes_textos .txt,
  .detalhe_cont .padded_divs .lbl,
  .detalhe_cont .padded_divs .txt,
  .modalLicitar .detalhe_divs .lbl,
  .modalLicitar .detalhe_divs .txt,
  .modalLicitar .lotes_textos .lbl,
  .modalLicitar .lotes_textos .txt,
  .modalLicitar .padded_divs .lbl,
  .modalLicitar .padded_divs .txt,
  .modalVerbas .detalhe_divs .lbl,
  .modalVerbas .detalhe_divs .txt,
  .modalVerbas .lotes_textos .lbl,
  .modalVerbas .lotes_textos .txt,
  .modalVerbas .padded_divs .lbl,
  .modalVerbas .padded_divs .txt {
    font-size: 15px;
    line-height: 20px
  }
}

.detalhe_cont .detalhe_divs .lbl,
.detalhe_cont .lotes_textos .lbl,
.detalhe_cont .padded_divs .lbl,
.modalLicitar .detalhe_divs .lbl,
.modalLicitar .lotes_textos .lbl,
.modalLicitar .padded_divs .lbl,
.modalVerbas .detalhe_divs .lbl,
.modalVerbas .lotes_textos .lbl,
.modalVerbas .padded_divs .lbl {
  width: 10.5rem
}

.detalhe_cont .detalhe_divs .txt,
.detalhe_cont .lotes_textos .txt,
.detalhe_cont .padded_divs .txt,
.modalLicitar .detalhe_divs .txt,
.modalLicitar .lotes_textos .txt,
.modalLicitar .padded_divs .txt,
.modalVerbas .detalhe_divs .txt,
.modalVerbas .lotes_textos .txt,
.modalVerbas .padded_divs .txt {
  width: 100%
}

.detalhe_cont .detalhe_divs .txt[class*=" icon-"],
.detalhe_cont .lotes_textos .txt[class*=" icon-"],
.detalhe_cont .padded_divs .txt[class*=" icon-"],
.modalLicitar .detalhe_divs .txt[class*=" icon-"],
.modalLicitar .lotes_textos .txt[class*=" icon-"],
.modalLicitar .padded_divs .txt[class*=" icon-"],
.modalVerbas .detalhe_divs .txt[class*=" icon-"],
.modalVerbas .lotes_textos .txt[class*=" icon-"],
.modalVerbas .padded_divs .txt[class*=" icon-"] {
  line-height: 3rem
}

.detalhe_cont .detalhe_divs .txt[class*=" icon-"]:before,
.detalhe_cont .lotes_textos .txt[class*=" icon-"]:before,
.detalhe_cont .padded_divs .txt[class*=" icon-"]:before,
.modalLicitar .detalhe_divs .txt[class*=" icon-"]:before,
.modalLicitar .lotes_textos .txt[class*=" icon-"]:before,
.modalLicitar .padded_divs .txt[class*=" icon-"]:before,
.modalVerbas .detalhe_divs .txt[class*=" icon-"]:before,
.modalVerbas .lotes_textos .txt[class*=" icon-"]:before,
.modalVerbas .padded_divs .txt[class*=" icon-"]:before {
  color: var(--highlight-color);
  font-size: 2.8rem;
  float: right
}

.detalhe_cont .detalhe_divs .txt[href]:hover,
.detalhe_cont .lotes_textos .txt[href]:hover,
.detalhe_cont .padded_divs .txt[href]:hover,
.modalLicitar .detalhe_divs .txt[href]:hover,
.modalLicitar .lotes_textos .txt[href]:hover,
.modalLicitar .padded_divs .txt[href]:hover,
.modalVerbas .detalhe_divs .txt[href]:hover,
.modalVerbas .lotes_textos .txt[href]:hover,
.modalVerbas .padded_divs .txt[href]:hover {
  color: var(--highlight-color)
}

.detalhe_cont .detalhe_divs .txt.verbas_link,
.detalhe_cont .lotes_textos .txt.verbas_link,
.detalhe_cont .padded_divs .txt.verbas_link,
.modalLicitar .detalhe_divs .txt.verbas_link,
.modalLicitar .lotes_textos .txt.verbas_link,
.modalLicitar .padded_divs .txt.verbas_link,
.modalVerbas .detalhe_divs .txt.verbas_link,
.modalVerbas .lotes_textos .txt.verbas_link,
.modalVerbas .padded_divs .txt.verbas_link {
  width: auto;
  color: var(--highlight-color);
  /*border-bottom: 1px solid var(--highlight-color)*/
}

.detalhe_cont .detalhe_divs .txt.verbas_link:hover,
.detalhe_cont .lotes_textos .txt.verbas_link:hover,
.detalhe_cont .padded_divs .txt.verbas_link:hover,
.modalLicitar .detalhe_divs .txt.verbas_link:hover,
.modalLicitar .lotes_textos .txt.verbas_link:hover,
.modalLicitar .padded_divs .txt.verbas_link:hover,
.modalVerbas .detalhe_divs .txt.verbas_link:hover,
.modalVerbas .lotes_textos .txt.verbas_link:hover,
.modalVerbas .padded_divs .txt.verbas_link:hover {
  /*color: var(--dark-text-color);*/
  /*border-bottom: 1px solid #303e48*/
}

.detalhe_cont .detalhe_divs .lbl+.txt,
.detalhe_cont .lotes_textos .lbl+.txt,
.detalhe_cont .padded_divs .lbl+.txt,
.modalLicitar .detalhe_divs .lbl+.txt,
.modalLicitar .lotes_textos .lbl+.txt,
.modalLicitar .padded_divs .lbl+.txt,
.modalVerbas .detalhe_divs .lbl+.txt,
.modalVerbas .lotes_textos .lbl+.txt,
.modalVerbas .padded_divs .lbl+.txt {
  width: calc(100% - 10.5rem);
  font-weight: 600;
  margin-bottom: 1rem;
  word-wrap: break-word
}

.detalhe_cont .detalhe_divs .lbl+.txt:last-child,
.detalhe_cont .lotes_textos .lbl+.txt:last-child,
.detalhe_cont .padded_divs .lbl+.txt:last-child,
.modalLicitar .detalhe_divs .lbl+.txt:last-child,
.modalLicitar .lotes_textos .lbl+.txt:last-child,
.modalLicitar .padded_divs .lbl+.txt:last-child,
.modalVerbas .detalhe_divs .lbl+.txt:last-child,
.modalVerbas .lotes_textos .lbl+.txt:last-child,
.modalVerbas .padded_divs .lbl+.txt:last-child {
  margin-bottom: 0
}

.detalhe_cont .detalhe_divs .lbl.full,
.detalhe_cont .lotes_textos .lbl.full,
.detalhe_cont .padded_divs .lbl.full,
.modalLicitar .detalhe_divs .lbl.full,
.modalLicitar .lotes_textos .lbl.full,
.modalLicitar .padded_divs .lbl.full,
.modalVerbas .detalhe_divs .lbl.full,
.modalVerbas .lotes_textos .lbl.full,
.modalVerbas .padded_divs .lbl.full {
  width: 100%;
  margin-bottom: .5rem
}

.detalhe_cont .detalhe_divs .txt.full,
.detalhe_cont .lotes_textos .txt.full,
.detalhe_cont .padded_divs .txt.full,
.modalLicitar .detalhe_divs .txt.full,
.modalLicitar .lotes_textos .txt.full,
.modalLicitar .padded_divs .txt.full,
.modalVerbas .detalhe_divs .txt.full,
.modalVerbas .lotes_textos .txt.full,
.modalVerbas .padded_divs .txt.full {
  width: 100%;
  margin-bottom: 2rem
}

.detalhe_cont .detalhe_divs .mais_tit,
.detalhe_cont .lotes_textos .mais_tit,
.detalhe_cont .padded_divs .mais_tit,
.modalLicitar .detalhe_divs .mais_tit,
.modalLicitar .lotes_textos .mais_tit,
.modalLicitar .padded_divs .mais_tit,
.modalVerbas .detalhe_divs .mais_tit,
.modalVerbas .lotes_textos .mais_tit,
.modalVerbas .padded_divs .mais_tit {
  margin-bottom: 3rem
}

.detalhe_cont .detalhe_divs .share-button,
.detalhe_cont .lotes_textos .share-button,
.detalhe_cont .padded_divs .share-button,
.modalLicitar .detalhe_divs .share-button,
.modalLicitar .lotes_textos .share-button,
.modalLicitar .padded_divs .share-button,
.modalVerbas .detalhe_divs .share-button,
.modalVerbas .lotes_textos .share-button,
.modalVerbas .padded_divs .share-button {
  display: inline-block;
  vertical-align: middle;
  color: var(--dark-text-color);
  font-size: 2rem;
  margin-left: 1.5rem;
  cursor: pointer;
  -webkit-transition: color .3s linear;
  transition: color .3s linear
}

.detalhe_cont .detalhe_divs .share-button:hover,
.detalhe_cont .lotes_textos .share-button:hover,
.detalhe_cont .padded_divs .share-button:hover,
.modalLicitar .detalhe_divs .share-button:hover,
.modalLicitar .lotes_textos .share-button:hover,
.modalLicitar .padded_divs .share-button:hover,
.modalVerbas .detalhe_divs .share-button:hover,
.modalVerbas .lotes_textos .share-button:hover,
.modalVerbas .padded_divs .share-button:hover {
  color: var(--highlight-color)
}

.detalhe_cont .detalhe_divs.border,
.detalhe_cont .detalhe_divs.bottom,
.detalhe_cont .lotes_textos.border,
.detalhe_cont .lotes_textos.bottom,
.detalhe_cont .padded_divs.border,
.detalhe_cont .padded_divs.bottom,
.modalLicitar .detalhe_divs.border,
.modalLicitar .detalhe_divs.bottom,
.modalLicitar .lotes_textos.border,
.modalLicitar .lotes_textos.bottom,
.modalLicitar .padded_divs.border,
.modalLicitar .padded_divs.bottom,
.modalVerbas .detalhe_divs.border,
.modalVerbas .detalhe_divs.bottom,
.modalVerbas .lotes_textos.border,
.modalVerbas .lotes_textos.bottom,
.modalVerbas .padded_divs.border,
.modalVerbas .padded_divs.bottom {
  border-bottom: 2px solid var(--highlight-color)
}

.detalhe_cont .tipo_info,
.modalLicitar .tipo_info,
.modalVerbas .tipo_info {
  background: var(--leiloes-det-secondary-color)
}

.detalhe_cont .tipo_info h1,
.modalLicitar .tipo_info h1,
.modalVerbas .tipo_info h1 {
  position: relative;
  padding-right: 3rem;
  padding-top: 1rem;
  color: var(--light-text-color)
}

.detalhe_cont .tipo_info h1:before,
.modalLicitar .tipo_info h1:before,
.modalVerbas .tipo_info h1:before {
  position: absolute;
  top: -7px;
  right: 0;
  font-size: 5.5rem
}

.detalhe_cont .tipo_info h3,
.modalLicitar .tipo_info h3,
.modalVerbas .tipo_info h3 {
  color: var(--light-text-color);
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 800;
  max-width: 14rem;
  margin-top: 1rem
}

.detalhe_cont #div_imagem .item,
.modalLicitar #div_imagem .item,
.modalVerbas #div_imagem .item {
  display: none
}

.detalhe_cont #div_imagem .item:first-child,
.modalLicitar #div_imagem .item:first-child,
.modalVerbas #div_imagem .item:first-child {
  display: block
}

.detalhe_cont .ver_gall,
.modalLicitar .ver_gall,
.modalVerbas .ver_gall {
  background: #cecece;
  cursor: pointer;
  text-align: center
}

.detalhe_cont .ver_gall a,
.modalLicitar .ver_gall a,
.modalVerbas .ver_gall a {
  color: var(--dark-text-color)
}

.detalhe_cont .ver_gall a:before,
.modalLicitar .ver_gall a:before,
.modalVerbas .ver_gall a:before {
  display: block;
  font-size: 3rem;
}

.detalhe_cont .ver_gall:hover a,
.modalLicitar .ver_gall:hover a,
.modalVerbas .ver_gall:hover a {
  color: var(--highlight-color)
}

.detalhe_cont .row_bordered,
.modalLicitar .row_bordered,
.modalVerbas .row_bordered {
  position: relative
}

.detalhe_cont .leilao_half_cont,
.modalLicitar .leilao_half_cont,
.modalVerbas .leilao_half_cont {
  width: 100%
}

.detalhe_cont .leilao_timer_cont .contador_txt,
.modalLicitar .leilao_timer_cont .contador_txt,
.modalVerbas .leilao_timer_cont .contador_txt {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  text-align: center
}

.detalhe_cont .leilao_timer_cont .contador_txt.days,
.modalLicitar .leilao_timer_cont .contador_txt.days,
.modalVerbas .leilao_timer_cont .contador_txt.days {
  margin-right: 3rem
}

.detalhe_cont .leilao_timer_cont .contador_txt span,
.modalLicitar .leilao_timer_cont .contador_txt span,
.modalVerbas .leilao_timer_cont .contador_txt span {
  display: block;
  color: var(--light-text-color);
  font-size: 16px;
  /* line-height: 3rem; */
  font-weight: 800
}

.detalhe_cont .leilao_timer_cont .contador_txt p,
.modalLicitar .leilao_timer_cont .contador_txt p,
.modalVerbas .leilao_timer_cont .contador_txt p {
  display: block;
  color: #efefef;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .01rem;
  /* margin-top: 5px */
}

@media screen and (max-width: 99.9375em) {

  .detalhe_cont .leilao_timer_cont .contador_txt p,
  .modalLicitar .leilao_timer_cont .contador_txt p,
  .modalVerbas .leilao_timer_cont .contador_txt p {
    font-size: 12px;
    line-height: 14px
  }
}

.detalhe_cont .leilao_licitar,
.modalLicitar .leilao_licitar,
.modalVerbas .leilao_licitar {
  /*border: 1px solid var(--highlight-color);*/
  /*border-top: 0;*/
}

.detalhe_cont .leilao_licitar h4,
.modalLicitar .leilao_licitar h4,
.modalVerbas .leilao_licitar h4 {
  color: var(--dark-text-color);
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5rem
}

.detalhe_cont .leilao_licitar .info,
.modalLicitar .leilao_licitar .info,
.modalVerbas .leilao_licitar .info {
  position: relative
}

.detalhe_cont .leilao_licitar .info:before,
.modalLicitar .leilao_licitar .info:before,
.modalVerbas .leilao_licitar .info:before {
  font-size: 4.5rem;
  color: var(--dark-text-color);
  position: absolute;
  top: 0;
  right: 0
}

.detalhe_cont .leilao_licitar .subtitulos,
.modalLicitar .leilao_licitar .subtitulos,
.modalVerbas .leilao_licitar .subtitulos {
  color: var(--dark-text-color);
  margin-top: 10px;
  margin-bottom: 5px
}

.detalhe_cont .leilao_licitar .price,
.modalLicitar .leilao_licitar .price,
.modalVerbas .leilao_licitar .price {
  color: var(--dark-text-color);
  font-size: 2.4rem;
  line-height: 2.5rem;
  font-weight: 800;
  text-transform: uppercase
}

.detalhe_cont a.leilao_licitar:hover,
.modalLicitar a.leilao_licitar:hover,
.modalVerbas a.leilao_licitar:hover {
  background: var(--primary-color)
}

.detalhe_cont a.leilao_licitar:hover .subtitulos,
.modalLicitar a.leilao_licitar:hover .subtitulos,
.modalVerbas a.leilao_licitar:hover .subtitulos {
  color: var(--light-text-color)
}

.detalhe_cont .leilao_title_desc,
.modalLicitar .leilao_title_desc,
.modalVerbas .leilao_title_desc {
  padding: 1rem;
  position: relative;
  z-index: 30;
}

.detalhe_cont .leilao_title_desc .nome,
.modalLicitar .leilao_title_desc .nome,
.modalVerbas .leilao_title_desc .nome {
  color: var(--dark-text-color);
  font-size: 21px;
  line-height: 25px;
  font-weight: 700
}

.detalhe_cont .leilao_title_desc .desc,
.modalLicitar .leilao_title_desc .desc,
.modalVerbas .leilao_title_desc .desc {
  color: var(--dark-text-color);
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 400;
  margin-top: 2rem
}

.detalhe_cont .leilao_title_desc .counter,
.modalLicitar .leilao_title_desc .counter,
.modalVerbas .leilao_title_desc .counter {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: var(--highlight-color);
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 5.5rem;
  color: var(--light-text-color);
  font-weight: 900
}

.detalhe_cont .mapa_leilao,
.modalLicitar .mapa_leilao,
.modalVerbas .mapa_leilao {
  /*border: 1px solid #c8cccf;*/
  /*border-radius: 10px;*/
  overflow: hidden;
  box-shadow: 0px 0px 3px 1px #dedede;
  border-right: 0;
  border-top: 0;
  position: relative;
  z-index: 30;
  height: 475px
}

.detalhe_cont .mapa_leilao.small,
.modalLicitar .mapa_leilao.small,
.modalVerbas .mapa_leilao.small {
  border-top: 0;
  height: 300px
}

.detalhe_cont .mapa_leilao #mapa,
.modalLicitar .mapa_leilao #mapa,
.modalVerbas .mapa_leilao #mapa {
  height: 100%
}

.detalhe_cont .lotes_head,
.modalLicitar .lotes_head,
.modalVerbas .lotes_head {
  position: relative;
  border-top: 1px solid #c8cccf
}

.detalhe_cont .lotes_head .info,
.modalLicitar .lotes_head .info,
.modalVerbas .lotes_head .info {
  padding-right: 5rem
}

.detalhe_cont .lotes_head .info a,
.modalLicitar .lotes_head .info a,
.modalVerbas .lotes_head .info a {
  display: table;
  color: var(--dark-text-color);
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--highlight-color)
}

@media screen and (max-width: 99.9375em) {

  .detalhe_cont .lotes_head .info a,
  .modalLicitar .lotes_head .info a,
  .modalVerbas .lotes_head .info a {
    font-size: 14px;
    line-height: 23px
  }
}

.detalhe_cont .lotes_head .info a:hover,
.modalLicitar .lotes_head .info a:hover,
.modalVerbas .lotes_head .info a:hover {
  color: var(--light-text-color)
}

.detalhe_cont .lotes_head .counter,
.modalLicitar .lotes_head .counter,
.modalVerbas .lotes_head .counter {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--highlight-color);
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 4.5rem;
  color: var(--light-text-color);
  font-weight: 900
}

.detalhe_cont .leiloes_lotes_divs,
.modalLicitar .leiloes_lotes_divs,
.modalVerbas .leiloes_lotes_divs {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%
}

.detalhe_cont .leiloes_lotes_divs .img,
.modalLicitar .leiloes_lotes_divs .img,
.modalVerbas .leiloes_lotes_divs .img {
  display: inline-block;
  vertical-align: top;
  width: 10rem
}

.detalhe_cont .leiloes_lotes_divs .info,
.modalLicitar .leiloes_lotes_divs .info,
.modalVerbas .leiloes_lotes_divs .info {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(100% - 10rem);
  padding-left: 1.3rem;
  padding-right: 3rem
}

.detalhe_cont .leiloes_lotes_divs .info h4,
.modalLicitar .leiloes_lotes_divs .info h4,
.modalVerbas .leiloes_lotes_divs .info h4 {
  color: var(--highlight-color);
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .01rem;
  color: var(--dark-text-color)
}

@media screen and (max-width: 99.9375em) {

  .detalhe_cont .leiloes_lotes_divs .info h4,
  .modalLicitar .leiloes_lotes_divs .info h4,
  .modalVerbas .leiloes_lotes_divs .info h4 {
    font-size: 10px;
    line-height: 13px
  }
}

.detalhe_cont .leiloes_lotes_divs .info span,
.modalLicitar .leiloes_lotes_divs .info span,
.modalVerbas .leiloes_lotes_divs .info span {
  display: table;
  color: var(--dark-text-color);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--highlight-color)
}

@media screen and (max-width: 99.9375em) {

  .detalhe_cont .leiloes_lotes_divs .info span,
  .modalLicitar .leiloes_lotes_divs .info span,
  .modalVerbas .leiloes_lotes_divs .info span {
    font-size: 15px;
    line-height: 20px
  }
}

.detalhe_cont .leiloes_lotes_divs .counter,
.modalLicitar .leiloes_lotes_divs .counter,
.modalVerbas .leiloes_lotes_divs .counter {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #5a6a75;
  text-align: center;
  font-size: 12px;
  line-height: 2.8rem;
  color: var(--light-text-color);
  font-weight: 900
}

.detalhe_cont .leiloes_lotes_divs p,
.modalLicitar .leiloes_lotes_divs p,
.modalVerbas .leiloes_lotes_divs p {
  display: block;
  margin-top: 1rem;
  color: var(--dark-text-color);
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400
}

@media screen and (max-width: 99.9375em) {

  .detalhe_cont .leiloes_lotes_divs p,
  .modalLicitar .leiloes_lotes_divs p,
  .modalVerbas .leiloes_lotes_divs p {
    font-size: 14px;
    line-height: 23px
  }
}

.detalhe_cont .todos_lotes,
.modalLicitar .todos_lotes,
.modalVerbas .todos_lotes {
  position: relative
}

.detalhe_cont .todos_lotes:after,
.modalLicitar .todos_lotes:after,
.modalVerbas .todos_lotes:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #c8cccf
}

.detalhe_cont .todos_lotes a,
.modalLicitar .todos_lotes a,
.modalVerbas .todos_lotes a {
  color: var(--dark-text-color);
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--highlight-color);
  position: relative;
  padding-right: 6rem
}

@media screen and (max-width: 99.9375em) {

  .detalhe_cont .todos_lotes a,
  .modalLicitar .todos_lotes a,
  .modalVerbas .todos_lotes a {
    font-size: 14px;
    line-height: 23px
  }
}

.detalhe_cont .todos_lotes a:before,
.modalLicitar .todos_lotes a:before,
.modalVerbas .todos_lotes a:before {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.8rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.detalhe_cont .todos_lotes a:hover,
.modalLicitar .todos_lotes a:hover,
.modalVerbas .todos_lotes a:hover {
  color: var(--dark-text-color)
}

.detalhe_cont .todos_lotes a:hover:before,
.modalLicitar .todos_lotes a:hover:before,
.modalVerbas .todos_lotes a:hover:before {
  right: 1rem
}

.detalhe_cont .licitar_input,
.modalLicitar .licitar_input,
.modalVerbas .licitar_input {
  position: relative;
  display: block;
  overflow: hidden;
  /*color: var(--light-text-color);*/
  /*background-color: var(--primary-color);*/
  padding: 7px;
  border: 1px solid #efefef;
  border-radius: 5px;
  flex-grow: 1;
}

.licitar_btn {
  color: var(--light-text-color);
  background-color: var(--primary-color);
  /*border:1px solid #fff;*/
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 800;
  letter-spacing: .1em;
  cursor: pointer;
  padding: 1rem 20px;
  border-radius: 1px;
  transition: 250ms ease-in-out;
  width: 100%;
  /* flex-grow: 1; */
}

.btn-visita {
  color: var(--light-text-color);
  background-color: var(--leiloes-det-secondary-color);
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  width: 100%;
  cursor: pointer;
}

.btn-visita:hover {
  color: var(--light-text-color);
}

.licitar_btn:hover {
  /* color: var(--dark-text-color); */
  background-color: var(--highlight-color);
}

.detalhe_cont .licitar_input.black,
.modalLicitar .licitar_input.black,
.modalVerbas .licitar_input.black {
  color: var(--dark-text-color)
}

.detalhe_cont .licitar_input.has-error,
.modalLicitar .licitar_input.has-error,
.modalVerbas .licitar_input.has-error {
  background: rgba(225, 0, 0, .5);
  color: var(--light-text-color)
}

.detalhe_cont .licitar_input.small,
.modalLicitar .licitar_input.small,
.modalVerbas .licitar_input.small {
  width: 15rem
}

.detalhe_cont .licitar_input .incrementer,
.modalLicitar .licitar_input .incrementer,
.modalVerbas .licitar_input .incrementer {
  position: absolute;
  top: 0;
  width: 35px;
  height: 100%;
  color: inherit;
  font-size: 2rem;
  line-height: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer
}

.detalhe_cont .licitar_input .incrementer.menos,
.modalLicitar .licitar_input .incrementer.menos,
.modalVerbas .licitar_input .incrementer.menos {
  left: 0;
  border-right: 1px solid
}

.detalhe_cont .licitar_input .incrementer.mais,
.modalLicitar .licitar_input .incrementer.mais,
.modalVerbas .licitar_input .incrementer.mais {
  right: 0;
  border-left: 1px solid
}

.detalhe_cont .licitar_input .incrementer.mais:hover {}

.detalhe_cont .licitar_input input.qtd,
.modalLicitar .licitar_input input.qtd,
.modalVerbas .licitar_input input.qtd {
  display: block;
  width: 100%;
  color: inherit;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: .5rem
}

.detalhe_cont .licitar_input button,
.modalLicitar .licitar_input button,
.modalVerbas .licitar_input button {
  color: var(--highlight-color);
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .01rem;
  color: inherit;
  line-height: 2.5rem !important;
  cursor: pointer
}

@media screen and (max-width: 99.9375em) {

  .detalhe_cont .licitar_input button,
  .modalLicitar .licitar_input button,
  .modalVerbas .licitar_input button {
    font-size: 10px;
    line-height: 13px
  }
}

.detalhe_cont .licitar_input button i,
.modalLicitar .licitar_input button i,
.modalVerbas .licitar_input button i {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  margin-left: 1.5rem
}

.detalhe_cont .licitar_input.black button:hover,
.modalLicitar .licitar_input.black button:hover,
.modalVerbas .licitar_input.black button:hover {
  color: var(--highlight-color)
}

.detalhe_cont .licitar_input button:hover,
.modalLicitar .licitar_input button:hover,
.modalVerbas .licitar_input button:hover {
  color: var(--dark-text-color)
}

.qtdLicitacoes {
  /* background: var(--highlight-color); */
  /* border-radius: 45%; */
  /* padding: 0 1rem; */
  font-weight: bold;
  font-size: 14px;
  /* user-select: none; */
}

.qtdLicitacoesTooltip {
  position: absolute;
  right: -85px;
  top: 5px;
  opacity: 0;
  padding: 10px 10px 0 10px;
  background: var(--highlight-color);
  transition: 200ms ease-in-out;
  clip-path: polygon(45% 25%, 100% 25%, 100% 100%, 0% 100%, 0 25%, 10% 25%, 0 0);
}

.qtdLicitacoes:hover+.qtdLicitacoesTooltip {
  opacity: 100;
}

.detalhe_cont .licitar_salto,
.modalLicitar .licitar_salto,
.modalVerbas .licitar_salto {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--light-text-color);
  background-color: var(--primary-color);
  padding: 4px 12px;
  /*border: 1px solid;*/
  border-radius: 5px;
  cursor: pointer
}

.detalhe_cont .licitar_salto.black,
.modalLicitar .licitar_salto.black,
.modalVerbas .licitar_salto.black {
  color: var(--dark-text-color)
}

.detalhe_cont .licitar_salto.has-error,
.modalLicitar .licitar_salto.has-error,
.licitar_salto.has-error {
  background: rgba(225, 0, 0, .5);
  color: var(--light-text-color)
}

.detalhe_cont .licitar_salto.small,
.modalLicitar .licitar_salto.small,
.modalVerbas .licitar_salto.small {
  width: 15rem
}

.licitar_salto .detalhe_cont .licitar_salto .incrementer.menos,
.modalLicitar .licitar_salto .incrementer.menos,
.modalVerbas .licitar_salto .detalhe_cont .licitar_salto .incrementer.mais,
.modalLicitar .licitar_salto .incrementer.mais,
.licitar_salto input.qtd,
.modalLicitar .licitar_salto input.qtd,
.modalVerbas .licitar_salto input.qtd {
  display: block;
  text-align: center;
  width: 100%;
  color: inherit;
  font-size: 1.2rem;
  line-height: 2rem;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: .5rem
}

.licitar_salto button,
.licitar_salto button,
.licitar_salto button {
  color: var(--light-text-color);
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .01rem;
  color: inherit;
  line-height: 2.5rem !important;
  cursor: pointer
}

@media screen and (max-width: 99.9375em) {

  .licitar_salto button,
  .licitar_salto button,
  .licitar_salto button {
    font-size: 10px;
    line-height: 13px
  }
}

.licitar_salto.black button:hover {
  color: var(--highlight-color)
}

.licitar_salto button:hover,
.licitar_salto button:hover,
.licitar_salto button:hover {
  color: var(--dark-text-color)
}

.saltos {
  display: inline-flex;
  gap: 5px;
  justify-content: space-around;
  width: 100%;
  padding: 1rem;
}

.verbas_divs,
.modalLicitar .verbas_divs,
.modalVerbas .verbas_divs {
  position: absolute;
  top: 0;
  border-right: 1px solid #c8cccf
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .detalhe_cont .verbas_divs,
  .modalLicitar .verbas_divs,
  .modalVerbas .verbas_divs {
    left: 100px
  }
}

@media screen and (max-width: 156.1875em) {

  .detalhe_cont .verbas_divs,
  .modalLicitar .verbas_divs,
  .modalVerbas .verbas_divs {
    left: 45px
  }
}

@media screen and (max-width: 90.5625em) {

  .detalhe_cont .verbas_divs,
  .modalLicitar .verbas_divs,
  .modalVerbas .verbas_divs {
    left: 25px
  }
}

@media screen and (max-width: 59.3125em) {

  .detalhe_cont .verbas_divs,
  .modalLicitar .verbas_divs,
  .modalVerbas .verbas_divs {
    left: 20px
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .detalhe_cont .verbas_divs,
  .modalLicitar .verbas_divs,
  .modalVerbas .verbas_divs {
    right: 100px
  }
}

@media screen and (max-width: 156.1875em) {

  .detalhe_cont .verbas_divs,
  .modalLicitar .verbas_divs,
  .modalVerbas .verbas_divs {
    right: 45px
  }
}

@media screen and (max-width: 90.5625em) {

  .detalhe_cont .verbas_divs,
  .modalLicitar .verbas_divs,
  .modalVerbas .verbas_divs {
    right: 25px
  }
}

@media screen and (max-width: 59.3125em) {

  .detalhe_cont .verbas_divs,
  .modalLicitar .verbas_divs,
  .modalVerbas .verbas_divs {
    right: 20px
  }
}

.detalhe_cont .verbas_divs .columns,
.modalLicitar .verbas_divs .columns,
.modalVerbas .verbas_divs .columns {
  border-right: 1px solid #c8cccf;
  border-bottom: 1px solid #c8cccf
}

.detalhe_cont .verbas_divs .columns:nth-child(2),
.modalLicitar .verbas_divs .columns:nth-child(2),
.modalVerbas .verbas_divs .columns:nth-child(2) {
  padding: 4.5rem 6rem !important
}

.detalhe_cont .verbas_divs h1,
.modalLicitar .verbas_divs h1,
.modalVerbas .verbas_divs h1 {
  display: block;
  height: 40px;
  overflow: hidden;
  margin-bottom: 1.5rem
}



@media screen and (max-width: 90.5625em) {

  .detalhe_cont .leilao_timer_cont .contador_txt.days,
  .modalLicitar .leilao_timer_cont .contador_txt.days,
  .modalVerbas .leilao_timer_cont .contador_txt.days {
    margin-right: 2rem
  }

  .detalhe_cont .leilao_timer_cont .contador_txt span,
  .modalLicitar .leilao_timer_cont .contador_txt span,
  .modalVerbas .leilao_timer_cont .contador_txt span {
    font-size: 2.2rem;
    line-height: 2.2rem
  }

  .detalhe_cont .verbas_divs,
  .modalLicitar .verbas_divs,
  .modalVerbas .verbas_divs {
    border-right: 0
  }
}

@media screen and (max-width: 71.8125em) {

  .modalLicitar .padded_divs.border,
  .modalVerbas .padded_divs.border {
    border-right: 1px solid #c8cccf
  }

  /*
  .detalhe_cont .leilao_half_cont,
  .modalLicitar .leilao_half_cont,
  .modalVerbas .leilao_half_cont {
    height: 100%
  } */

  .detalhe_cont .row_bordered:after,
  .modalLicitar .row_bordered:after,
  .modalVerbas .row_bordered:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #c8cccf
  }

  .detalhe_cont .leilao_timer_cont .contador_txt.days,
  .modalLicitar .leilao_timer_cont .contador_txt.days,
  .modalVerbas .leilao_timer_cont .contador_txt.days {
    margin-right: 2rem
  }

  .detalhe_cont .leilao_timer_cont .contador_txt span,
  .modalLicitar .leilao_timer_cont .contador_txt span,
  .modalVerbas .leilao_timer_cont .contador_txt span {
    font-size: 2.2rem;
    line-height: 2.2rem
  }

  .modalLicitar .leilao_title_desc,
  .modalVerbas .leilao_title_desc {
    /*padding: 1rem 2rem;*/
    border-left: 0;
    border-bottom: 0
  }

  .detalhe_cont .leilao_title_desc .counter,
  .modalLicitar .leilao_title_desc .counter,
  .modalVerbas .leilao_title_desc .counter {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 16px
  }

  .detalhe_cont .mapa_leilao,
  .modalLicitar .mapa_leilao,
  .modalVerbas .mapa_leilao {
    border: 0;
    height: 350px
  }


  .modalLicitar .leiloes_lotes_divs,
  .modalVerbas .leiloes_lotes_divs {
    width: 33.333%;
    border-right: 1px solid #c8cccf
  }

  .detalhe_cont .leiloes_lotes_divs:nth-child(3n),
  .modalLicitar .leiloes_lotes_divs:nth-child(3n),
  .modalVerbas .leiloes_lotes_divs:nth-child(3n) {
    border-right: 0
  }


  .detalhe_cont .verbas_divs,
  .modalLicitar .verbas_divs,
  .modalVerbas .verbas_divs {
    position: relative;
    left: 0 !important;
    right: auto !important
  }
}

@media screen and (max-width: 59.3125em) {

  .modalLicitar .leilao_title_desc,
  .modalVerbas .leilao_title_desc {
    padding-bottom: 0.5rem
  }

  .modalLicitar .leiloes_lotes_divs,
  .modalVerbas .leiloes_lotes_divs {
    width: 50%
  }

  .detalhe_cont .leiloes_lotes_divs:nth-child(2n),
  .modalLicitar .leiloes_lotes_divs:nth-child(2n),
  .modalVerbas .leiloes_lotes_divs:nth-child(2n) {
    border-right: 0
  }

  .detalhe_cont .leiloes_lotes_divs:nth-child(3n),
  .modalLicitar .leiloes_lotes_divs:nth-child(3n),
  .modalVerbas .leiloes_lotes_divs:nth-child(3n) {
    border-right: 1px solid #c8cccf
  }

  .detalhe_cont .verbas_divs .columns:nth-child(2),
  .modalLicitar .verbas_divs .columns:nth-child(2),
  .modalVerbas .verbas_divs .columns:nth-child(2) {
    padding: 2.5rem 20 ox !important
  }
}

@media screen and (max-width: 46.8125em) {

  .detalhe_cont .detalhe_divs,
  .detalhe_cont .lotes_textos,
  .detalhe_cont .padded_divs,
  .modalLicitar .detalhe_divs,
  .modalLicitar .lotes_textos,
  .modalLicitar .padded_divs,
  .modalVerbas .detalhe_divs,
  .modalVerbas .lotes_textos,
  .modalVerbas .padded_divs {
    padding: 4rem 2rem
  }

  .detalhe_cont .detalhe_divs .lbl,
  .detalhe_cont .detalhe_divs .txt,
  .detalhe_cont .lotes_textos .lbl,
  .detalhe_cont .lotes_textos .txt,
  .detalhe_cont .padded_divs .lbl,
  .detalhe_cont .padded_divs .txt,
  .modalLicitar .detalhe_divs .lbl,
  .modalLicitar .detalhe_divs .txt,
  .modalLicitar .lotes_textos .lbl,
  .modalLicitar .lotes_textos .txt,
  .modalLicitar .padded_divs .lbl,
  .modalLicitar .padded_divs .txt,
  .modalVerbas .detalhe_divs .lbl,
  .modalVerbas .detalhe_divs .txt,
  .modalVerbas .lotes_textos .lbl,
  .modalVerbas .lotes_textos .txt,
  .modalVerbas .padded_divs .lbl,
  .modalVerbas .padded_divs .txt {
    font-size: 13px;
    line-height: 16px
  }

  .detalhe_cont .detalhe_divs .lbl,
  .detalhe_cont .lotes_textos .lbl,
  .detalhe_cont .padded_divs .lbl,
  .modalLicitar .detalhe_divs .lbl,
  .modalLicitar .lotes_textos .lbl,
  .modalLicitar .padded_divs .lbl,
  .modalVerbas .detalhe_divs .lbl,
  .modalVerbas .lotes_textos .lbl,
  .modalVerbas .padded_divs .lbl {
    width: 15rem
  }

  .detalhe_cont .detalhe_divs .lbl+.txt,
  .detalhe_cont .lotes_textos .lbl+.txt,
  .detalhe_cont .padded_divs .lbl+.txt,
  .modalLicitar .detalhe_divs .lbl+.txt,
  .modalLicitar .lotes_textos .lbl+.txt,
  .modalLicitar .padded_divs .lbl+.txt,
  .modalVerbas .detalhe_divs .lbl+.txt,
  .modalVerbas .lotes_textos .lbl+.txt,
  .modalVerbas .padded_divs .lbl+.txt {
    width: calc(100% - 15rem)
  }

  .detalhe_cont .detalhe_divs .mais_tit,
  .detalhe_cont .lotes_textos .mais_tit,
  .detalhe_cont .padded_divs .mais_tit,
  .modalLicitar .detalhe_divs .mais_tit,
  .modalLicitar .lotes_textos .mais_tit,
  .modalLicitar .padded_divs .mais_tit,
  .modalVerbas .detalhe_divs .mais_tit,
  .modalVerbas .lotes_textos .mais_tit,
  .modalVerbas .padded_divs .mais_tit {
    margin-bottom: 1.5rem
  }

  .detalhe_cont .padded_divs.border,
  .modalLicitar .padded_divs.border,
  .modalVerbas .padded_divs.border {
    border-right: 0;
    border-bottom: 1px solid #c8cccf
  }

  .detalhe_cont .leilao_title_desc .desc,
  .modalLicitar .leilao_title_desc .desc,
  .modalVerbas .leilao_title_desc .desc {
    font-size: 15px;
    line-height: 24px
  }

  .detalhe_cont .lotes_head .counter,
  .modalLicitar .lotes_head .counter,
  .modalVerbas .lotes_head .counter {
    right: 2rem
  }
}

@media screen and (max-width: 34.3125em) {

  .detalhe_cont .leiloes_lotes_divs,
  .modalLicitar .leiloes_lotes_divs,
  .modalVerbas .leiloes_lotes_divs {
    width: 100%;
    border-right: 0;
    padding-left: 2rem;
    padding-right: 2rem
  }

  .detalhe_cont .leiloes_lotes_divs:nth-child(3n),
  .modalLicitar .leiloes_lotes_divs:nth-child(3n),
  .modalVerbas .leiloes_lotes_divs:nth-child(3n) {
    border-right: 0
  }

  .detalhe_cont .leiloes_lotes_divs .counter,
  .modalLicitar .leiloes_lotes_divs .counter,
  .modalVerbas .leiloes_lotes_divs .counter {
    right: 2rem;
    line-height: 4.3rem
  }
}

.licitar_container .licitar_divs {
  padding: 100px 20px !important;
  position: relative
}

.licitar_container .licitar_divs.small-order-1>div {
  padding-right: 100px
}

.licitar_container .licitar_divs.small-order-2>div {
  padding-left: 100px
}

.licitar_container .licitar_divs.small-order-1:before {
  content: "";
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #bac4d8
}

.licitar_container .licitar_divs h1 {
  color: var(--dark-text-color);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem
}

@media screen and (max-width: 99.9375em) {
  .licitar_container .licitar_divs h1 {
    font-size: 15px;
    line-height: 20px
  }
}

.licitar_container .licitar_divs h4 {
  color: var(--dark-text-color);
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase
}

.licitar_container .licitar_divs .subtitulos {
  color: var(--dark-text-color);
  margin-top: 10px;
  margin-bottom: 5px
}

.licitar_container .licitar_divs .price {
  color: var(--dark-text-color);
  font-size: 2.4rem;
  line-height: 2.5rem;
  font-weight: 800;
  text-transform: uppercase
}

.licitar_container .licitar_divs .txt {
  display: block;
  color: var(--dark-text-color);
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin-top: 1rem
}

@media screen and (max-width: 99.9375em) {
  .licitar_container .licitar_divs .txt {
    font-size: 14px;
    line-height: 23px
  }
}

.licitar_container .button {
  margin-top: 2.5rem
}

@media screen and (max-width: 90.5625em) {
  .licitar_container .licitar_divs.small-order-1>div {
    padding-right: 5rem
  }

  .licitar_container .licitar_divs.small-order-2>div {
    padding-left: 5rem
  }
}

@media screen and (max-width: 71.8125em) {
  .licitar_container .licitar_divs {
    padding: 6.5rem 20px !important
  }

  .licitar_container .licitar_divs.small-order-1>div {
    padding-right: 0
  }

  .licitar_container .licitar_divs.small-order-2>div {
    padding-left: 0
  }

  .licitar_container .licitar_divs.small-order-1:before {
    left: 0;
    top: auto;
    width: 100%;
    height: 1px
  }

  .licitar_container .licitar_divs h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.5rem
  }
}

.lotes_cont {
  display: block;
  padding-bottom: 5rem
}

.lotes_cont .listagem {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff
}

.lotes_cont .lotes_divs {
  position: relative;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 1
}

.lotes_cont .lotes_divs .img {
  position: relative
}

.lotes_cont .lotes_divs .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 62, 72, .7);
  pointer-events: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.lotes_cont .lotes_divs .content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding: 2.5rem 2rem
}

.lotes_cont .lotes_divs .content h4 {
  color: var(--highlight-color);
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .01rem;
  color: var(--light-text-color)
}

@media screen and (max-width: 99.9375em) {
  .lotes_cont .lotes_divs .content h4 {
    font-size: 10px;
    line-height: 2rem
  }
}

.lotes_cont .lotes_divs .content span {
  display: table;
  color: var(--dark-text-color);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: var(--light-text-color)
}

@media screen and (max-width: 99.9375em) {
  .lotes_cont .lotes_divs .content span {
    font-size: 15px;
    line-height: 20px
  }
}

.lotes_cont .lotes_divs .content .counter {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--highlight-color);
  text-align: center;
  font-size: 12px;
  line-height: 3.8rem;
  color: var(--light-text-color);
  font-weight: 900;
  margin-bottom: 2rem
}

@media screen and (max-width: 34.3125em) {
  .lotes_cont .lotes_divs .content .counter {
    right: 2rem;
    line-height: 4.3rem
  }
}

.lotes_cont .lotes_divs:hover .img:before {
  background: var(--primary-color);
  opacity: 0.7;
}

.lotes_cont .lotes_divs:hover .content .counter {
  background: var(--primary-color)
}

.lotes_cont .fecharModal {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 1.5rem 2rem;
  background: var(--primary-color);
}

.lotes_cont .fecharModal span {
  display: inline-block;
  vertical-align: middle;
  color: var(--highlight-color);
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .01rem;
  color: var(--light-text-color);
  position: relative;
  padding-left: 6rem;
  line-height: 3rem !important
}

@media screen and (max-width: 99.9375em) {
  .lotes_cont .fecharModal span {
    font-size: 12px;
    line-height: 14px
  }
}

.lotes_cont .fecharModal span:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 3rem
}

.lotes_cont .fecharModal span:hover {
  color: rgba(255, 255, 255, .6)
}

.lotes_cont .fecharModal span:hover:before {
  left: 1rem
}

@media screen and (max-width: 90.5625em) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 90.5625em) and (min-resolution: 192dpi) {
  .lotes_cont {
    margin: -100px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 156.1875em) {
  .lotes_cont {
    margin: -45px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 90.5625em) {
  .lotes_cont {
    margin: -25px;
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width: 90.5625em) and (max-width: 59.3125em) {
  .lotes_cont {
    margin: -20px;
    margin-top: 0;
    margin-bottom: 0
  }
}

.lotes_container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5
}

.lotes_container>.row {
  margin-right: auto;
  margin-left: auto
}

.lotes_container .lotes_nav {
  position: relative;
  z-index: 20
}

.lotes_container .lotes_nav .columns {
  padding: 1.5rem 1rem !important;
  background: #858d93
}

.lotes_container .lotes_nav .columns:nth-child(2) {
  border-left: 1px solid #c8cccf
}

.lotes_container .lotes_nav .columns:last-child {
  border-left: 1px solid #c8cccf
}

.lotes_container .lotes_nav .columns a {
  display: inline-block;
  vertical-align: middle;
  color: var(--highlight-color);
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .01rem;
  color: var(--light-text-color);
  position: relative;
  line-height: 3rem !important
}

@media screen and (max-width: 99.9375em) {
  .lotes_container .lotes_nav .columns a {
    font-size: 12px;
    line-height: 14px
  }
}

.lotes_container .lotes_nav .columns a:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: -2px;
  font-size: 3rem
}

.lotes_container .lotes_nav .columns a.prev {
  padding-left: 6rem
}

.lotes_container .lotes_nav .columns a.prev:before {
  left: 0
}

.lotes_container .lotes_nav .columns a.next {
  padding-right: 6rem
}

.lotes_container .lotes_nav .columns a.next:before {
  right: 0
}

.lotes_container .lotes_nav .columns a:hover {
  color: rgba(255, 255, 255, .6)
}

.lotes_container .lotes_nav .columns a:hover.prev:before {
  left: 1rem
}

.lotes_container .lotes_nav .columns a:hover.next:before {
  right: 1rem
}

@media screen and (max-width: 71.8125em) {
  .lotes_container .lotes_nav .columns {
    padding: 4rem 1rem !important
  }

  .lotes_container .lotes_nav .columns a {
    font-size: 1.3rem;
    line-height: 2rem
  }
}

@media screen and (max-width: 46.8125em) {
  .lotes_container .lotes_nav .columns {
    padding: 2rem 1rem !important
  }

  .lotes_container .lotes_nav .columns a {
    font-size: 1rem;
    line-height: 1.4rem
  }

  .lotes_container .lotes_nav .columns a:before {
    display: none
  }

  .lotes_container .lotes_nav .columns a.prev {
    padding-left: 0
  }

  .lotes_container .lotes_nav .columns a.next {
    padding-right: 0
  }
}

@media screen and (max-width: 71.8125em) {
  .lotes_container {
    position: relative;
    width: auto;
    display: block
  }
}

/*@media screen and (max-width: 71.8125em) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 71.8125em) and (min-resolution: 192dpi) {*/
/*    .lotes_container {*/
/*        margin: -100px;*/
/*        margin-top: 0;*/
/*        margin-bottom: 0*/
/*    }*/
/*}*/

/*@media screen and (max-width: 71.8125em) and (max-width: 156.1875em) {*/
/*    .lotes_container {*/
/*        margin: -45px;*/
/*        margin-top: 0;*/
/*        margin-bottom: 0*/
/*    }*/
/*}*/

/*@media screen and (max-width: 71.8125em) and (max-width: 90.5625em) {*/
/*    .lotes_container {*/
/*        margin: -25px;*/
/*        margin-top: 0;*/
/*        margin-bottom: 0*/
/*    }*/
/*}*/

/*@media screen and (max-width: 71.8125em) and (max-width: 59.3125em) {*/
/*    .lotes_container {*/
/*        margin: -20px;*/
/*        margin-top: 0;*/
/*        margin-bottom: 0*/
/*    }*/
/*}*/

.modalInfo button[type=submit] {
  display: inline-block;
  vertical-align: top;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .1em;
  padding: .7rem 3rem;
  padding-top: 1rem;
  color: var(--light-text-color);
  background: var(--highlight-color);
  -webkit-transition: all .5s linear;
  transition: all .5s linear
}

.modalInfo button[type=submit] i {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  margin-left: .5rem
}

.modalInfo button[type=submit]:hover {
  color: var(--light-text-color);
  background: var(--primary-color)
}

.modalInfo button[type=submit].disabled {
  background: #ebeced;
  cursor: default;
  pointer-events: none
}

.sem_prods {
  display: block;
  padding: 5rem 2rem;
  text-align: center
}

.container_404 {
  padding: 40px;
  margin: auto;
  text-align: center
}

.container_404 h1 {
  color: rgba(255, 255, 255, .8);
  font-size: 30rem;
  line-height: 18rem;
  letter-spacing: -.01em;
  font-weight: 700;
  mix-blend-mode: soft-light
}

.container_404 h2 {
  color: rgba(255, 255, 255, .8);
  font-size: 10rem;
  line-height: 8rem;
  letter-spacing: -.01em;
  font-weight: 700;
  mix-blend-mode: soft-light;
  text-transform: uppercase
}

.container_404 h6 {
  color: var(--light-text-color);
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
  margin: 6rem 0
}

.container_404 a {
  display: inline-block;
  vertical-align: top;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .1em;
  padding: .7rem 3rem;
  padding-top: 1rem;
  color: var(--light-text-color);
  background: 0 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  border: 1px solid;
  padding-top: 1.3rem
}

.container_404 a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.5rem;
  margin-left: .5rem
}

.container_404 a:hover {
  color: var(--highlight-color);
  background: #fff
}

.container_404 a.disabled {
  background: #ebeced;
  cursor: default;
  pointer-events: none
}

@media screen and (max-width: 71.8125em) {
  .container_404 h1 {
    font-size: 20rem;
    line-height: 8rem
  }

  .container_404 h2 {
    font-size: 6rem;
    line-height: 5rem
  }
}

@media screen and (max-width: 46.8125em) {
  .container_404 h1 {
    font-size: 10rem;
    line-height: 4rem
  }

  .container_404 h2 {
    font-size: 4rem;
    line-height: 2rem
  }
}

.column.flex,
.columns.flex,
.flex.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column
}

.column.flex>div,
.columns.flex>div,
.flex.columns>div {
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1
}

.accordion {
  max-width: 100%;
  margin: 7.5rem auto !important
}

.accordion-title {
  color: var(--highlight-color);
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .01rem;
  padding: 1.5rem 2rem;
  padding-right: 4rem;
  border-right: 0;
  border-left: 0
}

@media screen and (max-width: 99.9375em) {
  .accordion-title {
    font-size: 10px;
    line-height: 13px
  }
}

.accordion-title::after,
.accordion-title::before {
  top: 50%;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: currentColor
}

.accordion-title::before {
  height: 1.8rem;
  width: .2rem;
  margin-top: -.9rem;
  right: 1.8rem
}

.accordion-title::after {
  width: 1.8rem;
  height: .2rem;
  margin-top: -1px;
  right: 1rem
}

.is-active>.accordion-title::before {
  content: "";
  opacity: 0;
  visibility: hidden
}

.accordion-item.is-active .accordion-title,
.accordion-title:hover {
  color: var(--highlight-color)
}

@media screen and (max-width: 59.3125em) {
  .accordion-title {
    padding-right: 3.5rem
  }
}

.accordion-content {
  color: var(--dark-text-color);
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 400;
  border-top: 0 !important;
  border-right: 0;
  border-left: 0;
  padding: 2rem;
  padding-top: 0;
  color: var(--dark-text-color)
}

@media screen and (max-width: 71.8125em) {
  .accordion-content {
    font-size: 14px;
    line-height: 26px
  }
}

.is-accordion-submenu-parent {
  margin-bottom: 50px
}

.is-accordion-submenu-parent:last-child {
  margin-bottom: 0
}

.is-accordion-submenu-parent>a {
  display: block;
  margin-bottom: 15px;
  color: var(--dark-text-color);
  font-weight: 900;
  font-size: 22px;
  line-height: 28px;
  padding-right: 20px
}

.is-accordion-submenu-parent>a::after {
  display: block;
  width: 10px;
  height: 10px;
  border: 0;
  font-family: bidleiloeira !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\6d";
  font-size: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0
}

.is-accordion-submenu-parent>a.always_open {
  pointer-events: none;
  padding-right: 0
}

.is-accordion-submenu-parent>a.always_open::after {
  display: none
}

.breadcrumbs_cont {
  display: none !important;
  background: var(--highlight-color);
  padding: 1.2rem 0
}

.breadcrumbs li:not(:last-child)::after {
  display: inline-block;
  vertical-align: top;
  content: "" !important;
  color: var(--light-text-color) !important;
  background: #fff !important;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  top: .6rem !important
}

.breadcrumbs a,
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  color: var(--dark-text-color);
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 400
}

@media screen and (max-width: 71.8125em) {

  .breadcrumbs a,
  .breadcrumbs li {
    font-size: 14px;
    line-height: 26px
  }
}

.breadcrumbs li:last-child {
  font-weight: 700
}

.breadcrumbs li.disabled {
  margin-right: 10px;
  cursor: default;
  text-transform: none
}

.breadcrumbs li.disabled:after {
  display: none
}

.breadcrumbs a:hover {
  text-decoration: none !important;
  color: var(--dark-text-color) !important
}

.close-button,
.close-button.medium {
  right: 15px;
  top: 15px;
  font-size: 35px;
  line-height: 35px;
  z-index: 10
}

.dropdown-pane {
  opacity: 0;
  top: 100% !important;
  background: 0 0;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background: #ebeced
}

.dropdown-pane.full {
  z-index: 1000;
  width: 100%
}

.dropdown-pane.is-open {
  opacity: 1
}

.dropdown-pane a.big {
  display: table;
  color: var(--dark-text-color);
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 5px
}

.dropdown-pane a.big:hover {
  color: var(--highlight-color)
}

.dropdown-pane a.small {
  display: table;
  color: var(--dark-text-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 2px 5px
}

.dropdown-pane a.small:hover {
  background: var(--highlight-color);
  color: var(--light-text-color)
}

.off-canvas {
  z-index: 1
}

.off-canvas-contents {
  box-shadow: none
}

@media screen and (max-width: 59.375em) {
  .off-canvas.position-left {
    width: 255px;
    -webkit-transform: translateX(-255px);
    transform: translateX(-255px)
  }

  .off-canvas.position-right {
    width: 255px;
    -webkit-transform: translateX(255px);
    transform: translateX(255px)
  }

  .position-left.is-open~.off-canvas-content {
    -webkit-transform: translateX(255px);
    transform: translateX(255px)
  }

  .position-right.is-open~.off-canvas-content {
    -webkit-transform: translateX(-255px);
    transform: translateX(-255px)
  }

  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.reveal {
  border: 0;
  margin-left: auto;
  height: auto;
  min-height: auto;
  overflow-x: hidden
}

.reveal .close-button {
  right: 10px;
  top: 10px
}

@media screen and (max-width: 71.8125em) {
  .reveal.small {
    width: 80%
  }
}

@media screen and (max-width: 46.8125em) {
  .reveal.small {
    width: 95%
  }
}

table.custom_table tfoot td,
table.custom_table tfoot th,
table.custom_table thead td,
table.custom_table thead th {
  color: var(--light-text-color);
  font-weight: 700;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: .1em;
  text-transform: uppercase;
  vertical-align: middle;
  height: 50px
}

table.custom_table tbody td,
table.custom_table tbody th {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: .03em;
  border-bottom: 1px solid #ebeced;
  vertical-align: middle;
  height: 50px
}

table.custom_table tbody td span,
table.custom_table tbody th span {
  display: none;
  padding-right: 5px;
  color: var(--dark-text-color);
  font-weight: 600;
  line-height: 20px
}

table.custom_table tbody td a,
table.custom_table tbody th a {
  color: #3c3c3c;
  font-weight: 600
}

table.custom_table tbody td a:hover,
table.custom_table tbody th a:hover {
  color: var(--highlight-color)
}

@media screen and (max-width: 71.8125em) {

  table.custom_table.stack tbody th,
  table.custom_table.stack tbody tr {
    border-top: 1px solid #ebeced;
    margin-bottom: 60px
  }

  table.custom_table.stack tbody th:nth-child(even),
  table.custom_table.stack tbody tr:nth-child(even) {
    border-left: 1px solid #ebeced
  }

  table.custom_table.stack tbody td,
  table.custom_table.stack tbody th,
  table.custom_table.stack tbody tr {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center
  }

  table.custom_table.stack tbody td,
  table.custom_table.stack tbody th {
    width: 100%;
    border-bottom: 1px solid #ebeced
  }

  table.custom_table.stack tbody td span,
  table.custom_table.stack tbody th span {
    display: inline-block
  }

  table.custom_table.stack tbody td:first-child {
    background: #ebeced
  }
}

@media screen and (max-width: 46.8125em) {

  table.custom_table.stack tbody td,
  table.custom_table.stack tbody th,
  table.custom_table.stack tbody tr {
    width: 100%
  }
}

.tabs {
  display: table;
  width: 100%;
  border: 0
}

.tabs::after,
.tabs::before {
  display: none
}

.tabs .tabs-title {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear
}

.tabs .tabs-title:last-child {
  border-right: 0
}

.tabs .tabs-title a {
  font-size: 14px;
  line-height: 25px;
  font-weight: 900;
  color: var(--dark-text-color);
  padding: 5px 10px;
  position: relative
}

.tabs .tabs-title a::after,
.tabs .tabs-title a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #878787;
  border-style: solid;
  -webkit-transition: transform .2s cubic-bezier(1, .6, 0, 1);
  -webkit-transition: -webkit-transform .2s cubic-bezier(1, .6, 0, 1);
  transition: -webkit-transform .2s cubic-bezier(1, .6, 0, 1);
  transition: transform .2s cubic-bezier(1, .6, 0, 1);
  transition: transform .2s cubic-bezier(1, .6, 0, 1), -webkit-transform .2s cubic-bezier(1, .6, 0, 1)
}

.tabs .tabs-title a::before {
  border-width: 1px 0 0;
  -webkit-transform: translateY(calc(100% - 1px));
  transform: translateY(calc(100% - 1px))
}

.tabs .tabs-title a::after {
  right: -1px;
  left: -1px;
  border-width: 0 1px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

.tabs .tabs-title a:hover {
  color: var(--highlight-color)
}

.tabs .tabs-title.is-active a {
  color: var(--highlight-color)
}

.tabs .tabs-title.is-active a::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(1, .6, 0, 1.22);
  transition-timing-function: cubic-bezier(1, .6, 0, 1.22)
}

.tabs .tabs-title.is-active a::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(1, .6, 0, 1.22);
  transition-timing-function: cubic-bezier(1, .6, 0, 1.22)
}

.tabs-content {
  border: 0;
  margin-top: 25px
}

.tabs-panel {
  width: 100%;
  border: 0
}

.leiloes_lote_border {
  height: 68px;
}

.leiloes_main_container {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.lote_det_buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin: 2rem 0;
}

.detalhe_cont {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.detalhe_cont>.card:nth-child(2) {
  margin: 1rem;
}

.leiloes_div_horario {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr auto;
  gap: 2rem;
  align-items: center;
  justify-content: space-between
}

@media only screen and (min-width: 744px) and (max-width: 1440px) {
  .detalhe_cont.leiloes_det_menu {
    grid-template-columns: 158px auto 2fr 1fr;
    gap: 0;
    padding: 0;
    margin: 2px 0;
    border-top: 1px solid lightblue;
    height: max-content;
  }

  .leiloes_menu>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .leilao_lotes_container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contador_txt.days {
    width: 100%;
  }

  .detalhe_cont .detalhe_divs {
    padding: 0 !important;
  }

  .lic_atual {
    flex-direction: column;
  }

  .leiloes_lote_border {
    height: 100%;
  }

  .days>span,
  .hours>span,
  .minutes>span,
  .seconds>span {
    font-size: 14px !important;
  }

  .days>p,
  .hours>p,
  .minutes>p,
  .seconds>p {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 950px) {
  .detalhe_cont.leiloes_det_menu {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media only screen and (max-width: 743px) {
  /* .header_bg_color {
    height: 85px;
  } */

  .leiloes_menu>div {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .detalhe_cont.leiloes_det_menu {
    height: fit-content;
    grid-template-columns: 100px 1fr;
    padding: 0;
    gap: 0;
    row-gap: 2px;
    margin: 2px 0;
  }

  .leiloes_det_menu>div:first-child {
    display: none;
  }

  .leiloes_det_menu>div:last-child {
    grid-row: 1;
    grid-column: 2;
  }

  .leiloes_info {
    grid-column: 2 span;
  }

  .contador_txt.days {
    width: 100%;
  }

  .leiloes_main_container {
    grid-template-columns: 1fr;
    padding: 0 !important;
  }

  .leiloes_main_container .card:first-child {
    margin: 0 !important;
  }

  .lote_det_buttons {
    grid-template-columns: 1fr;
  }

  .nome {
    font-size: 21px;
  }

  .lic_atual {
    flex-direction: column;
  }

  .price {
    align-self: end;
  }

  .days>span,
  .hours>span,
  .minutes>span,
  .seconds>span {
    font-size: 14px !important;
  }

  .days>p,
  .hours>p,
  .minutes>p,
  .seconds>p {
    font-size: 12px !important;
  }

  #temporizador_parent {
    padding: 5px !important;
    border: 1px solid #ffffff33;
  }

  .leiloes_det_menu>button {
    border: 1px solid #ffffff33;
  }

  .leiloes_info {
    font-size: 12px;
  }

  .leiloes_info>div>span {
    font-size: 14px !important;
  }

  .leilao_lotes_container {
    grid-template-columns: 1fr;
  }

  .detalhe_cont:not(.leiloes_det_menu) {
    grid-template-columns: 1fr;
  }

  .detalhe_cont .padded_divs {
    padding: 10px;
  }

  .detalhe_cont>.card:nth-child(2) {
    margin: 0;
  }

  .leiloes_item_div {
    grid-template-columns: 1fr;
  }

  .leiloes_div_horario {
    grid-template-columns: 1fr;
  }

  .leiloes_div_horario .estado {
    width: 120%;
    margin: 0 -3rem;
  }

  .card-body small {
    font-size: 10px;
  }
}
