/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}

.ember-notify-default.ember-notify-cn {
  position: fixed;
  z-index: 5000;
  bottom: 0px;
  right: 0px;
}

.ember-notify-default .ember-notify {
  display: block;
  margin: 10px;
  position: relative;
  width: 300px;
  /* the following is purely so that it doesn't look broken without Foundation installed */
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
}

.ember-notify-default .ember-notify-show {
  animation-duration: 500ms;
  animation-name: ember-notify-show;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.ember-notify-default .ember-notify-hide {
  animation-duration: 250ms;
  animation-name: ember-notify-hide;
  animation-timing-function: cubic-bezier(0.600, -0.280, 0.735, 0.045);
}

.ember-notify-hide:hover { 
  animation-play-state: paused;
}

@keyframes ember-notify-show {
  from {
    right: -310px;
  }
  to {
    right: 0;
  }
}
@keyframes ember-notify-hide {
  from {
    right: 0;
  }
  to {
    right: -310px;
  }
}

.ember-notify-default .ember-notify .close {
  float: right;
  cursor: pointer;
}


@media only screen and (max-width: 680px) {
  .ember-notify-default.ember-notify-cn {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .ember-notify-default .ember-notify {
    width: 100%;
    float: right;
  }
}

.ember-notify-cn .clearfix {
  *zoom: 1;
}
.ember-notify-cn .clearfix:before,
.ember-notify-cn .clearfix:after {
  content: " ";
  display: table;
}
.ember-notify-cn .clearfix:after {
  clear: both;
}

@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a,
img,
ul, li,
article,
header,
menu, section,
time, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
div, article, aside,
header, section {
  display: block; }

html,
body {
  width: 100%;
  padding: 0;
  margin: 0; }

body {
  line-height: 1; }

ul {
  list-style: none; }

.hidden,
[hidden] {
  display: none !important; }

button:focus {
  outline: none; }

@font-face {
  font-family: "IntervalNextCondLi";
  font-weight: 100;
  src: url("fonts/intervalnextcond-light.woff2") format("woff2"), url("fonts/intervalnextcond-light.woff") format("woff"), url("fonts/intervalnextcond-light.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextLi";
  font-weight: 100;
  src: url("fonts/intervalnext-light.woff2") format("woff2"), url("fonts/intervalnext-light.woff") format("woff"), url("fonts/intervalnext-light.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextBold";
  font-weight: bold;
  src: url("fonts/intervalnext-bold.woff2") format("woff2"), url("fonts/intervalnext-bold.woff") format("woff"), url("fonts/intervalnext-bold.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextBook";
  font-weight: 100;
  src: url("fonts/intervalnext-book.woff2") format("woff2"), url("fonts/intervalnext-book.woff") format("woff"), url("fonts/intervalnext-book.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextBookit";
  src: url("fonts/intervalnext-bookit.woff2") format("woff2"), url("fonts/intervalnext-bookit.woff") format("woff"), url("fonts/intervalnext-bookit.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextMed";
  src: url("fonts/intervalnext-medium.woff2") format("woff2"), url("fonts/intervalnext-medium.woff") format("woff"), url("fonts/intervalnext-medium.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextMediumit";
  src: url("fonts/intervalnext-mediumit.woff2") format("woff2"), url("fonts/intervalnext-mediumit.woff") format("woff"), url("fonts/intervalnext-mediumit.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextReg";
  src: url("fonts/intervalnext-regular.woff2") format("woff2"), url("fonts/intervalnext-regular.woff") format("woff"), url("fonts/intervalnext-regular.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextRegularit";
  src: url("fonts/intervalnext-regularit.woff2") format("woff2"), url("fonts/intervalnext-regularit.woff") format("woff"), url("fonts/intervalnext-regularit.eot?") format("eot"); }

@font-face {
  font-family: "IntervalNextSemiBold";
  src: url("fonts/intervalnext-semibold.woff2") format("woff2"), url("fonts/intervalnext-semibold.woff") format("woff"), url("fonts/intervalnext-semibold.eot?") format("eot"); }

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

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

@keyframes scaleIn {
  0% {
    transform: scale(0, 0); }
  100% {
    transform: scale(1, 1); } }

@keyframes slideIn {
  0% {
    transform: translate3d(100%, 0%, 0); }
  100% {
    transform: translate3d(0%, 0%, 0); } }

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

@keyframes loading {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.uni-textarea {
  margin-bottom: 46px;
  position: relative; }
  .uni-textarea textarea {
    font-family: "IntervalNextBook", sans-serif;
    font-size: 1.125rem;
    color: #224251;
    padding: 0 20px;
    border-radius: 4px;
    will-change: border;
    -webkit-appearance: none;
    height: 56px;
    border: 0;
    max-width: 410px;
    height: auto;
    padding: 12px;
    border: 2px solid #d1d5da;
    border-radius: 4px;
    font-size: 1.125rem;
    width: 100%;
    resize: none; }
    .uni-textarea textarea[type='number'] {
      -moz-appearance: textfield; }
    .uni-textarea textarea::-webkit-outer-spin-button, .uni-textarea textarea::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .uni-textarea textarea::-webkit-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-textarea textarea:-ms-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-textarea textarea::-ms-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-textarea textarea:focus {
      border: 2px solid #66d5ff;
      outline: none; }
    .uni-textarea textarea--extra-small {
      height: 34px; }
    .uni-textarea textarea--small {
      height: 44px; }
    .uni-textarea textarea--medium {
      height: 48px; }
    .uni-textarea textarea--large {
      height: 56px; }
    .uni-textarea textarea--range {
      position: relative;
      width: calc(100% - 134px);
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      border: 2px solid #d1d5da;
      border-right: 0;
      -webkit-appearance: none; }
    .uni-textarea textarea--transparent {
      background-color: transparent;
      border: 0; }
    .uni-textarea textarea--full-width {
      width: 100%; }
    .uni-textarea textarea--bordered {
      border: 2px solid #d1d5da; }
    .uni-textarea textarea--warning {
      border: 2px solid #fff2b6; }
    .uni-textarea textarea--error {
      border: 2px solid #ff8d8d; }
    .uni-textarea textarea--success {
      border: 2px solid #44c482; }
    .uni-textarea textarea::-webkit-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-textarea textarea:-ms-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-textarea textarea::-ms-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-textarea textarea + .uni-textarea textarea-counter {
      font-family: "IntervalNextBook", sans-serif;
      font-size: 1rem;
      color: #575757;
      line-height: 21px;
      max-width: 410px;
      text-align: right; }
    .uni-textarea textarea--naked {
      max-width: 100%;
      padding: 0;
      border: 0;
      border-radius: 0;
      outline: none;
      background-color: transparent; }
  .uni-textarea--error textarea {
    border-color: #ff8d8d; }
  @media (max-width: 767px) {
    .uni-textarea .uni-tooltip {
      left: 0;
      top: calc(100% + 8px);
      min-width: 60%;
      max-width: 80%;
      width: auto; }
      .uni-textarea .uni-tooltip .uni-tooltip__text {
        width: auto;
        left: 0;
        box-shadow: 0 8px 10px 0 rgba(31, 36, 50, 0.45); }
        .uni-textarea .uni-tooltip .uni-tooltip__text:before {
          top: -10px;
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
          left: 5px; } }
  .uni-textarea-counter {
    font-family: "IntervalNextBook", sans-serif;
    font-size: 1rem;
    color: #575757;
    line-height: 21px;
    color: #224251;
    max-width: 388px;
    text-align: right;
    margin-top: 6px; }

.uni-anchor {
  font-family: "IntervalNextReg", sans-serif;
  color: #00adef;
  text-decoration: none; }
  .uni-anchor:hover {
    cursor: pointer;
    text-decoration: underline; }
  .uni-anchor--active {
    color: #3b9eff; }
  .uni-anchor--negative {
    color: #fff; }
  .uni-anchor--alternative {
    color: #616161; }

.uni-button {
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: "IntervalNextReg", sans-serif;
  min-width: 130px;
  height: 44px;
  padding: 0 22px;
  max-width: 180px;
  background-color: transparent;
  border-radius: 2px;
  border: none;
  outline: none;
  will-change: background-color;
  font-size: 1rem;
  text-align: center;
  color: #00adef; }
  .uni-button--extra-small {
    height: 34px; }
  .uni-button--small {
    height: 44px; }
  .uni-button--medium {
    height: 48px; }
  .uni-button--large {
    height: 56px; }
  .uni-button:hover {
    cursor: pointer; }
  .uni-button--primary {
    text-align: center;
    background-color: #00adef;
    color: #fff; }
    .uni-button--primary:active {
      background-color: #33bdf2; }
  .uni-button--secondary {
    text-align: center;
    border: 2px solid #00adef; }
  .uni-button--alternative {
    text-align: center;
    background-color: #44c482;
    color: #fff; }
  .uni-button--link {
    justify-content: flex-start;
    padding: 0;
    background-color: transparent;
    text-decoration: underline;
    text-align: left;
    color: #00adef; }
  .uni-button--full-width {
    max-width: 100%;
    width: 100%;
    max-width: initial; }
  .uni-button--large {
    font-size: 1.25rem; }
  .uni-button--medium {
    font-size: 1.25rem; }
  .uni-button--small {
    font-size: 1rem; }
  .uni-button--disabled {
    background-color: #f0f1f3;
    color: #d1d5da;
    cursor: initial;
    pointer-events: none;
    border: 0; }
  .uni-button--loading {
    opacity: .5;
    pointer-events: none; }
  .uni-button svg {
    height: 25px;
    margin-left: 20px; }

.uni-checkbox {
  display: none;
  will-change: border; }
  .uni-checkbox + label {
    display: flex;
    height: 32px;
    line-height: 32px;
    font-family: "IntervalNextReg", sans-serif;
    font-size: 1rem;
    color: #575757;
    cursor: pointer;
    position: relative; }
    .uni-checkbox + label:before {
      content: "";
      width: 32px;
      height: 32px;
      border: 2px solid #d1d5da;
      background: #fff;
      border-radius: 4px;
      margin-right: 20px; }
    .uni-checkbox + label svg {
      display: none;
      position: absolute;
      left: 8px;
      top: calc(50% - 6px);
      fill: #fff;
      width: 17px; }
  .uni-checkbox:focus + label, .uni-checkbox:checked + label {
    color: #00adef; }
    .uni-checkbox:focus + label svg, .uni-checkbox:checked + label svg {
      display: block; }
    .uni-checkbox:focus + label:before, .uni-checkbox:checked + label:before {
      background: #00adef;
      border: 2px solid #00adef;
      border-radius: 4px; }
  .uni-checkbox--use-background:focus + label:before, .uni-checkbox--use-background:checked + label:before {
    background: #00adef url("../images/checkbox-icon.svg") center/65% no-repeat; }
  .uni-checkbox--disabled + label {
    pointer-events: none;
    cursor: default;
    opacity: 0.3; }
  .uni-checkbox--error + label:before {
    border: 2px solid #ff8d8d; }
  .uni-checkbox--small + label {
    padding-left: 32px !important;
    color: #667485;
    font-size: 0.875rem; }
    .uni-checkbox--small + label::before {
      width: 20px;
      height: 20px; }
    .uni-checkbox--small + label > svg {
      width: 12px;
      height: 9px;
      top: calc(50% - 4px);
      left: 5px !important; }
  .uni-checkbox--small:checked + label {
    color: #00adef; }
  .uni-checkbox + label {
    align-items: center;
    width: auto;
    height: auto;
    min-height: 32px;
    white-space: initial;
    line-height: 1;
    padding-left: 48px; }
    .uni-checkbox + label:before {
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      left: 0; }
    .uni-checkbox + label svg {
      left: 8px; }
    @media (max-width: 600px) {
      .uni-checkbox + label {
        width: 100%;
        min-height: 60px;
        padding: 14px 14px 14px 62px; }
        .uni-checkbox + label:before {
          left: 14px; }
        .uni-checkbox + label svg {
          left: 22px; } }

.uni-dropdown {
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1.25rem;
  color: #224251;
  line-height: 54px; }
  .uni-dropdown__button {
    width: 100%;
    padding-left: 18px;
    border-radius: 4px;
    border: solid 2px #d1d5da;
    will-change: border-color; }
    .uni-dropdown__button:before, .uni-dropdown__button:after {
      content: " ";
      position: absolute;
      display: block;
      width: 8px;
      height: 2px;
      top: 50%;
      background-color: #224251;
      will-change: background-color; }
    .uni-dropdown__button:before {
      right: 20px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .uni-dropdown__button:after {
      right: 15px;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .uni-dropdown__wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-height: 170px;
    border: solid 2px #d1d5da;
    border-radius: 4px;
    margin-top: 4px; }
  .uni-dropdown__item {
    width: 100%;
    height: 54px;
    background-color: #ffffff;
    will-change: background-color;
    padding-left: 18px; }
    .uni-dropdown__item:hover {
      background-color: #dbf5ff; }
  .uni-dropdown--active .uni-dropdown__button {
    border-color: #66d5ff; }
    .uni-dropdown--active .uni-dropdown__button:before, .uni-dropdown--active .uni-dropdown__button:after {
      background-color: #66d5ff;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .uni-dropdown--active .uni-dropdown__button:after {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .uni-dropdown--absolute .uni-dropdown__wrapper {
    position: absolute;
    z-index: 1; }
  .uni-dropdown--svg .uni-dropdown__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px; }
  .uni-dropdown .uni-dropdown__button--error {
    border-color: #ff8d8d; }
  .uni-dropdown__svg-group {
    display: flex;
    height: 18px; }
    .uni-dropdown__svg-group svg {
      margin-left: 4px;
      height: 100%; }

.uni-button-dropdown {
  position: relative; }
  .uni-button-dropdown--active .uni-button-dropdown__list {
    display: block; }
  .uni-button-dropdown--active .uni-button-dropdown__button:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .uni-button-dropdown--active .uni-button-dropdown__button:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .uni-button-dropdown__button {
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "IntervalNextReg", sans-serif;
    min-width: 130px;
    height: 44px;
    padding: 0 22px;
    max-width: 180px;
    background-color: transparent;
    border-radius: 2px;
    border: none;
    outline: none;
    will-change: background-color;
    font-size: 1rem;
    text-align: center;
    color: #00adef; }
    .uni-button-dropdown__button--extra-small {
      height: 34px; }
    .uni-button-dropdown__button--small {
      height: 44px; }
    .uni-button-dropdown__button--medium {
      height: 48px; }
    .uni-button-dropdown__button--large {
      height: 56px; }
    .uni-button-dropdown__button:hover {
      cursor: pointer; }
    .uni-button-dropdown__button--primary {
      text-align: center;
      background-color: #00adef;
      color: #fff; }
      .uni-button-dropdown__button--primary:active {
        background-color: #33bdf2; }
    .uni-button-dropdown__button--secondary {
      text-align: center;
      border: 2px solid #00adef; }
    .uni-button-dropdown__button--alternative {
      text-align: center;
      background-color: #44c482;
      color: #fff; }
    .uni-button-dropdown__button--link {
      justify-content: flex-start;
      padding: 0;
      background-color: transparent;
      text-decoration: underline;
      text-align: left;
      color: #00adef; }
    .uni-button-dropdown__button--full-width {
      max-width: 100%;
      width: 100%;
      max-width: initial; }
    .uni-button-dropdown__button--large {
      font-size: 1.25rem; }
    .uni-button-dropdown__button--medium {
      font-size: 1.25rem; }
    .uni-button-dropdown__button--small {
      font-size: 1rem; }
    .uni-button-dropdown__button--disabled {
      background-color: #f0f1f3;
      color: #d1d5da;
      cursor: initial;
      pointer-events: none;
      border: 0; }
    .uni-button-dropdown__button:before, .uni-button-dropdown__button:after {
      content: " ";
      position: absolute;
      display: block;
      width: 6px;
      height: 2px;
      top: calc(50% + 1px);
      right: 8px;
      background-color: #545d69;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      will-change: transform; }
    .uni-button-dropdown__button:after {
      right: 11px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .uni-button-dropdown__list {
    position: absolute;
    display: none;
    width: 248px;
    padding: 16px 0;
    top: calc(100% + 11px);
    right: 8px;
    will-change: display;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-color: #fff;
    box-shadow: 0 16px 18px 0 rgba(31, 36, 50, 0.32);
    border: solid 1px #ccd2d4;
    border-radius: 2px; }
    .uni-button-dropdown__list:before, .uni-button-dropdown__list:after {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      top: -7px;
      right: 16px;
      z-index: 2;
      border-bottom: 8px solid #ffffff;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent; }
    .uni-button-dropdown__list:after {
      top: -8px;
      z-index: 1;
      border-bottom: 8px solid #ccd2d4; }
    .uni-button-dropdown__list__item {
      font-family: "IntervalNextReg", sans-serif;
      position: relative;
      display: block;
      width: 100%;
      height: 32px;
      line-height: 32px;
      padding: 0 27px;
      font-size: 1rem;
      color: #545d69; }
      .uni-button-dropdown__list__item:hover, .uni-button-dropdown__list__item--active {
        cursor: pointer;
        color: #00222f; }
        .uni-button-dropdown__list__item:hover:before, .uni-button-dropdown__list__item--active:before {
          content: " ";
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          width: 3px;
          height: 100%;
          background-color: #00adef; }

.uni-file-upload__uploader {
  visibility: hidden;
  width: 0;
  height: 0; }

.uni-file-upload__preview {
  position: relative;
  width: 100%;
  height: 100%; }

.uni-file-upload input {
  margin-right: auto; }

.uni-file-upload .uni-button {
  display: inline-flex; }

.uni-file-upload__name {
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1.125rem;
  color: #224251;
  font-family: "IntervalNextReg", sans-serif;
  margin-left: 16px; }

.uni-file-upload__preview-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 33.33333%;
  width: 33.33333%;
  height: 216px;
  padding: 16px;
  margin-bottom: 16px;
  border: 2px dashed #e0e0e0;
  background-color: #f0f0f0; }
  @media (max-width: 600px) {
    .uni-file-upload__preview-container {
      flex-grow: 1;
      flex-basis: 100%;
      width: 100%; } }

.uni-input-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  will-change: border; }
  .uni-input-container--extra-small {
    height: 34px; }
  .uni-input-container--small {
    height: 44px; }
  .uni-input-container--medium {
    height: 48px; }
  .uni-input-container--large {
    height: 56px; }
  @media (max-width: 600px) {
    .uni-input-container {
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin-bottom: 5px; } }
  @media (max-width: 600px) {
    .uni-input-container--bordered {
      padding: 20px;
      border: 2px solid #d1d5da;
      border-radius: 4px; } }
  @media (max-width: 600px) {
    .uni-input-container--focused {
      background-color: #ecf5ff; } }
  .uni-input-container--full-width {
    width: 100%; }

.uni-input-range {
  display: flex; }
  .uni-input-range input {
    pointer-events: none;
    width: initial;
    border-radius: 4px 0 0 4px; }
  .uni-input-range-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 67px;
    border: 2px solid #d1d5da;
    border-left: 1px solid #d1d5da;
    font-size: 1.5rem;
    font-weight: bold;
    color: #00adef;
    will-change: background-color;
    background-color: #fff;
    outline: none;
    will-change: background-color; }
    .uni-input-range-button--extra-small {
      height: 34px; }
    .uni-input-range-button--small {
      height: 44px; }
    .uni-input-range-button--medium {
      height: 48px; }
    .uni-input-range-button--large {
      height: 56px; }
    .uni-input-range-button:first-of-type {
      border-right: 0; }
    .uni-input-range-button:last-of-type {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .uni-input-range-button svg {
      fill: #00adef; }
    .uni-input-range-button:hover {
      background-color: #ecf5ff;
      cursor: pointer; }
    .uni-input-range-button:active {
      background-color: #f0f0f0; }
    .uni-input-range-button[disabled] svg, .uni-input-range-button--disabled svg {
      fill: #888; }
    .uni-input-range-button--disabled {
      color: rgba(136, 136, 136, 0.24) !important; }
      .uni-input-range-button--disabled:hover {
        cursor: not-allowed;
        background-color: initial; }
  .uni-input-range--editable input {
    pointer-events: initial; }
  .uni-input-range--small .uni-input,
  .uni-input-range--small .uni-input-range-button {
    height: 44px; }
  .uni-input-range--small .uni-input--range {
    font-size: 0.875rem; }
  .uni-input-range--small .uni-input-range-button {
    padding-bottom: 6px;
    width: 44px; }
  .uni-input-range--small .uni-input--range {
    width: calc(100% - 134px);
    flex-grow: 1; }

.uni-input-price {
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1.125rem;
  color: #224251;
  padding: 0 20px;
  border-radius: 4px;
  will-change: border;
  -webkit-appearance: none;
  height: 56px;
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  border: 2px solid #d1d5da;
  border-radius: 4px;
  flex-wrap: nowrap; }
  .uni-input-price[type='number'] {
    -moz-appearance: textfield; }
  .uni-input-price::-webkit-outer-spin-button, .uni-input-price::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .uni-input-price::-webkit-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-input-price:-ms-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-input-price::-ms-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-input-price:focus {
    border: 2px solid #66d5ff;
    outline: none; }
  .uni-input-price--extra-small {
    height: 34px; }
  .uni-input-price--small {
    height: 44px; }
  .uni-input-price--medium {
    height: 48px; }
  .uni-input-price--large {
    height: 56px; }
  .uni-input-price--range {
    position: relative;
    width: calc(100% - 134px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid #d1d5da;
    border-right: 0;
    -webkit-appearance: none; }
  .uni-input-price--transparent {
    background-color: transparent;
    border: 0; }
  .uni-input-price--full-width {
    width: 100%; }
  .uni-input-price--bordered {
    border: 2px solid #d1d5da; }
  .uni-input-price--warning {
    border: 2px solid #fff2b6; }
  .uni-input-price--error {
    border: 2px solid #ff8d8d; }
  .uni-input-price--success {
    border: 2px solid #44c482; }
  .uni-input-price--reverse {
    flex-direction: row-reverse; }
  .uni-input-price--column-reverse {
    flex-direction: column-reverse; }
  .uni-input-price input, .uni-input-price__value {
    font-size: 1.25rem;
    margin: 0; }
  .uni-input-price input {
    font-family: "IntervalNextBook", sans-serif;
    font-size: 1.125rem;
    color: #224251;
    padding: 0 20px;
    border-radius: 4px;
    will-change: border;
    -webkit-appearance: none;
    height: 56px;
    border: 0;
    color: #224251;
    max-width: 30%;
    padding-left: 0;
    border: inherit;
    border-right: 0;
    border-left: 0;
    text-align: right;
    padding-right: 10px; }
    .uni-input-price input[type='number'] {
      -moz-appearance: textfield; }
    .uni-input-price input::-webkit-outer-spin-button, .uni-input-price input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .uni-input-price input::-webkit-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-input-price input:-ms-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-input-price input::-ms-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-input-price input:focus {
      border: 2px solid #66d5ff;
      outline: none; }
    .uni-input-price input--extra-small {
      height: 34px; }
    .uni-input-price input--small {
      height: 44px; }
    .uni-input-price input--medium {
      height: 48px; }
    .uni-input-price input--large {
      height: 56px; }
    .uni-input-price input--range {
      position: relative;
      width: calc(100% - 134px);
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      border: 2px solid #d1d5da;
      border-right: 0;
      -webkit-appearance: none; }
    .uni-input-price input--transparent {
      background-color: transparent;
      border: 0; }
    .uni-input-price input--full-width {
      width: 100%; }
    .uni-input-price input--bordered {
      border: 2px solid #d1d5da; }
    .uni-input-price input--warning {
      border: 2px solid #fff2b6; }
    .uni-input-price input--error {
      border: 2px solid #ff8d8d; }
    .uni-input-price input--success {
      border: 2px solid #44c482; }
    .uni-input-price input:focus {
      border: inherit;
      border-right: 0;
      border-left: 0; }
  .uni-input-price__value {
    max-width: 70%;
    padding: 0;
    padding-right: 36px;
    border-left: 0;
    line-height: 56px; }
  .uni-input-price__currency {
    color: #575757; }
  .uni-input-price__interval {
    color: #224251; }
  @media (max-width: 600px) {
    .uni-input-price {
      margin: 0;
      padding: 0; }
      .uni-input-price input, .uni-input-price__value {
        width: 50%; } }
  .uni-input-price--focused {
    border: 2px solid #66d5ff;
    outline: none; }
  .uni-input-price input {
    border-radius: 0 4px; }
  .uni-input-price--focused {
    border-color: #66d5ff; }
  .uni-input-price--disabled {
    color: #888; }
    .uni-input-price--disabled,
    .uni-input-price--disabled input {
      background-color: #f0f1f3; }
  .uni-input-price input[type=number]::-webkit-inner-spin-button,
  .uni-input-price input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.uni-mobile-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 56px;
  max-width: 320px; }
  .uni-mobile-number--extra-small {
    height: 34px; }
  .uni-mobile-number--small {
    height: 44px; }
  .uni-mobile-number--medium {
    height: 48px; }
  .uni-mobile-number--large {
    height: 56px; }
  .uni-mobile-number__select-wrapper {
    display: inline-block;
    position: relative;
    height: 100%;
    width: auto; }
    .uni-mobile-number__select-wrapper:before, .uni-mobile-number__select-wrapper:after {
      content: "";
      position: absolute;
      display: block;
      width: 8px;
      height: 2px;
      top: 51%;
      background-color: #224251; }
    .uni-mobile-number__select-wrapper:before {
      right: 20px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .uni-mobile-number__select-wrapper:after {
      right: 16px;
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
    .uni-mobile-number__select-wrapper:before, .uni-mobile-number__select-wrapper:after {
      z-index: 10; }
    .uni-mobile-number__select-wrapper select,
    .uni-mobile-number__select-wrapper > div {
      font-size: 1.125rem;
      background: #ffffff;
      color: #224251;
      padding: 0 46px 0 14px;
      border: 2px solid #d1d5da;
      border-radius: 4px;
      will-change: border;
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
      position: relative;
      width: 100%;
      height: 100%;
      padding: 0 38px 0 14px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      white-space: nowrap; }
      .uni-mobile-number__select-wrapper select:-moz-focusring,
      .uni-mobile-number__select-wrapper > div:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #224251; }
      .uni-mobile-number__select-wrapper select:focus,
      .uni-mobile-number__select-wrapper > div:focus {
        border: 2px solid #66d5ff;
        outline: none; }
  .uni-mobile-number input {
    font-family: "IntervalNextBook", sans-serif;
    font-size: 1.125rem;
    color: #224251;
    padding: 0 20px;
    border-radius: 4px;
    will-change: border;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    border: 2px solid #d1d5da;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0; }
    .uni-mobile-number input[type='number'] {
      -moz-appearance: textfield; }
    .uni-mobile-number input::-webkit-outer-spin-button, .uni-mobile-number input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .uni-mobile-number input::-webkit-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-mobile-number input:-ms-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-mobile-number input::-ms-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-mobile-number input:focus {
      border: 2px solid #66d5ff;
      outline: none; }
    .uni-mobile-number input:focus {
      margin-left: -2px;
      border: 2px solid #66d5ff;
      z-index: 1;
      width: calc(100% + 2px); }
  .uni-mobile-number--error input {
    border: 2px solid #ff8d8d; }
    .uni-mobile-number--error input:focus {
      border: 2px solid #ff8d8d; }
  .uni-mobile-number--error + label {
    margin-top: 16px; }
  @media (max-width: 767px) {
    .uni-mobile-number .uni-tooltip {
      left: 0;
      top: calc(100% + 8px);
      min-width: 60%;
      max-width: 80%;
      width: auto; }
      .uni-mobile-number .uni-tooltip .uni-tooltip__text {
        width: auto;
        left: 0;
        box-shadow: 0 8px 10px 0 rgba(31, 36, 50, 0.45); }
        .uni-mobile-number .uni-tooltip .uni-tooltip__text:before {
          top: -10px;
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
          left: 5px; } }

.uni-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  left: 0;
  position: relative; }
  @media (max-width: 600px) {
    .uni-modal {
      padding: 8px; } }
  .uni-modal__close-button {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 20px;
    right: 20px; }
    .uni-modal__close-button svg {
      width: 23px;
      height: 23px;
      fill: #b2b9c2; }
    .uni-modal__close-button:hover {
      cursor: pointer; }
  .uni-modal__close-button--light {
    top: 24px;
    right: 24px; }
    .uni-modal__close-button--light svg {
      width: 20px;
      height: 20px;
      fill: #b2b9c2; }
  .uni-modal__wrapper {
    display: table;
    height: 100%;
    max-height: 350px;
    padding: 36px;
    border-radius: 4px;
    background-color: #fafafa;
    box-shadow: 0 2px 7px 0 rgba(53, 53, 53, 0.5);
    text-align: center; }
    .uni-modal__wrapper--signup, .uni-modal__wrapper--login {
      position: relative;
      flex-grow: 0;
      max-width: 100%;
      flex-basis: 33.33333%;
      width: 33.33333%;
      max-height: 524px;
      padding: 24px;
      background-color: #fff; }
      @media (max-width: 600px) {
        .uni-modal__wrapper--signup, .uni-modal__wrapper--login {
          flex-grow: 1;
          flex-basis: 100%;
          width: 100%; } }
    .uni-modal__wrapper__image {
      width: 170px;
      height: 160px;
      margin: 24px auto; }
    .uni-modal__wrapper__title {
      max-width: 355px;
      margin: 0 auto 10px auto;
      font-family: "IntervalNextReg", sans-serif;
      font-size: 1.25rem;
      color: #224251; }
    .uni-modal__wrapper__message {
      max-width: 355px;
      margin: 0 auto;
      font-family: "IntervalNextBook", sans-serif;
      font-size: 1rem;
      color: #575757;
      line-height: 21px;
      color: #6b6b6b; }
  .uni-modal__wrapper {
    position: relative;
    display: block;
    max-height: 100%;
    height: auto;
    padding: 26px;
    background-color: #fafafa; }
  .uni-modal__header {
    display: flex;
    justify-content: space-between;
    text-align: left; }
  .uni-modal__close-button svg {
    width: 20px;
    height: 20px; }
  @media (max-width: 600px) {
    .uni-modal__close-button svg {
      top: 35px;
      right: 26px; } }
  .uni-modal .content {
    margin: 30px 0;
    max-width: columns(8); }
  .uni-modal .controls {
    display: flex;
    align-items: center; }
  .uni-modal .separator {
    height: 2px;
    margin-top: 10px;
    background-color: #d1d5da;
    opacity: 0.5; }
  .uni-modal .controls > * {
    margin-right: 20px; }

.uni-progress-bar {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 8px;
  overflow: hidden;
  background-color: #f0f1f3; }
  .uni-progress-bar__bar {
    content: "";
    position: relative;
    display: block;
    width: 0px;
    height: 100%;
    border-radius: 2px;
    background-color: #66d5ff;
    transition: width .3s ease-out;
    z-index: 2;
    will-change: width; }
  .uni-progress-bar__step {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    top: 0;
    background-color: #66d5ff;
    opacity: 0.5; }

.uni-radio-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer; }
  .uni-radio-button input[type="radio"] {
    visibility: hidden;
    width: 0;
    height: 0; }
  .uni-radio-button label {
    position: relative;
    padding-left: 52px;
    height: 32px;
    line-height: 32px;
    font-family: "IntervalNextReg", sans-serif;
    font-size: 1.125rem;
    color: #224251;
    will-change: color; }
    .uni-radio-button label:before, .uni-radio-button label:after {
      content: " ";
      position: absolute;
      display: block;
      border-radius: 50%;
      top: 0;
      left: 0; }
    .uni-radio-button label:before {
      width: 32px;
      height: 32px;
      border: 2px solid #d1d5da;
      will-change: border; }
    .uni-radio-button label:after {
      width: 20px;
      height: 20px;
      will-change: background-color;
      top: 6px;
      left: 6px; }
  .uni-radio-button input[type="radio"]:checked + label {
    color: #00adef; }
    .uni-radio-button input[type="radio"]:checked + label:before {
      background-color: #fff;
      border: 2px solid #00adef; }
    .uni-radio-button input[type="radio"]:checked + label:after {
      background-color: #00adef; }
  .uni-radio-button--disabled label {
    cursor: default;
    color: #bec7cb; }
    .uni-radio-button--disabled label:before {
      border-color: #f2f3f4; }
  .uni-radio-button__wrapper {
    display: flex;
    align-items: center;
    width: 100%; }
  @media (max-width: 600px) {
    .uni-radio-button {
      width: 100%;
      padding: 14px; }
      .uni-radio-button input {
        display: none; }
      .uni-radio-button label {
        width: 100%;
        cursor: pointer; } }

@media (max-width: 600px) {
  .uni-input-container {
    padding: 0; } }

.uni-title {
  font-family: "IntervalNextReg", sans-serif;
  font-size: 1.5rem;
  color: #303030;
  width: 100%;
  display: flex;
  align-items: center; }
  .uni-title .uni-title__subtitle {
    font-family: "IntervalNextBook", sans-serif;
    font-size: 1.125rem;
    color: #224251;
    width: 100%;
    margin-top: 8px; }
  .uni-title svg {
    margin-right: 10px;
    width: 20px; }

.uni-alert {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background-color: #a1e5ff;
  will-change: background-color;
  font-size: 0.9375rem;
  line-height: 18px;
  font-family: "IntervalNextBook", sans-serif;
  color: #00222f; }
  .uni-alert--sticky {
    position: absolute; }
  .uni-alert--success {
    background-color: #9bdfb8; }
  .uni-alert--warning {
    background-color: #fff2b6; }
  .uni-alert--error {
    background-color: #ff8d8d; }
  .uni-alert--fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    margin-top: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .uni-alert svg {
    width: 25px;
    height: 25px;
    margin-right: 32px;
    fill: #00222f; }
  .uni-alert a,
  .uni-alert a:hover {
    color: #00222f;
    text-decoration: underline; }
  .uni-alert__wrapper {
    max-width: 1000px;
    width: auto; }
  .uni-alert__title {
    font-size: 1rem;
    font-family: "IntervalNextReg", sans-serif;
    color: #00222f; }
  .uni-alert__content {
    line-height: 18px; }
  .uni-alert__close {
    display: flex;
    align-items: center;
    width: 44px;
    height: 80%;
    position: absolute;
    right: 16px;
    top: 10%;
    cursor: pointer;
    background: url("../images/cross.svg") center/14px no-repeat; }
    .uni-alert__close svg {
      width: 14px;
      height: 14px;
      margin: 0 auto; }
  .uni-alert--fixed {
    background-color: rgba(161, 229, 255, 0.9); }
    .uni-alert--fixed.uni-alert--success {
      background-color: rgba(155, 223, 184, 0.9); }
    .uni-alert--fixed.uni-alert--warning {
      background-color: rgba(255, 242, 182, 0.9); }
    .uni-alert--fixed.uni-alert--error {
      background-color: rgba(255, 141, 141, 0.9); }
  .uni-alert__close {
    background: none; }
  .uni-alert--closed {
    display: none; }

.uni-subtitle {
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1.125rem;
  color: #224251; }

.uni-datepicker .ember-power-calendar {
  width: 100%;
  max-width: 300px;
  padding: 20px 10px 10px;
  border: 1px solid #ccd2d4;
  box-shadow: 0 16px 18px 0 rgba(31, 37, 50, 0.32);
  margin-top: 16px; }
  .uni-datepicker .ember-power-calendar:before, .uni-datepicker .ember-power-calendar:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ffffff;
    z-index: 4;
    top: -10px;
    left: 56px; }
  .uni-datepicker .ember-power-calendar:after {
    border-bottom: 12px solid #ccd2d4;
    z-index: 3;
    top: -12px;
    left: 56px; }
  .uni-datepicker .ember-power-calendar .disabled:hover {
    pointer-events: none; }
  .uni-datepicker .ember-power-calendar-nav {
    margin-bottom: 23px; }
    .uni-datepicker .ember-power-calendar-nav-control {
      width: 47px;
      height: 35px;
      border: 1px solid #ccd2d4 !important;
      border-radius: 2px;
      color: #224251 !important;
      cursor: pointer;
      background-color: #f5f9fc; }
      .uni-datepicker .ember-power-calendar-nav-control.disabled {
        opacity: 0.4;
        pointer-events: none; }
      .uni-datepicker .ember-power-calendar-nav-control:not(.disabled) {
        background-color: #f5f9fc; }
        .uni-datepicker .ember-power-calendar-nav-control:not(.disabled) svg {
          fill: #545d69; }
    .uni-datepicker .ember-power-calendar-nav-title {
      font-family: "IntervalNextReg", sans-serif;
      font-size: 1rem;
      color: #224251; }
  .uni-datepicker .ember-power-calendar-day {
    max-width: 42px;
    max-height: 42px;
    cursor: pointer; }
    .uni-datepicker .ember-power-calendar-day--focused {
      box-shadow: none !important; }
  .uni-datepicker .ember-power-calendar-day--current-month {
    background-color: #fff !important; }
    .uni-datepicker .ember-power-calendar-day--current-month:hover {
      background-color: #66d5ff !important; }
    .uni-datepicker .ember-power-calendar-day--current-month:disabled {
      color: #d1d5da !important; }
  .uni-datepicker .ember-power-calendar-day--other-month {
    background-color: #f0f1f3 !important;
    color: #ccd2d4; }
  .uni-datepicker .ember-power-calendar-day--selected {
    background-color: #66d5ff !important; }
  .uni-datepicker .ember-power-calendar-day--interactive[disabled] {
    opacity: 1 !important;
    text-decoration: none;
    background-color: #f0f1f3 !important;
    color: #ccd2d4;
    pointer-events: none; }
  .uni-datepicker .ember-power-calendar-week {
    border-top: 1px solid #ccd2d4; }
    .uni-datepicker .ember-power-calendar-week:first-child {
      border-top: 0;
      justify-content: flex-end; }
      .uni-datepicker .ember-power-calendar-week:first-child button {
        border-top: 1px solid #ccd2d4;
        max-width: 42px; }
        .uni-datepicker .ember-power-calendar-week:first-child button:first-child {
          border-left: 0;
          box-shadow: -1px 0 0 #ccd2d4; }
    .uni-datepicker .ember-power-calendar-week[data-missing-days="0"]:first-child button:first-child {
      box-shadow: 0 0 0;
      border-left: 1px solid #ccd2d4; }
    .uni-datepicker .ember-power-calendar-week:last-child {
      justify-content: flex-start; }
      .uni-datepicker .ember-power-calendar-week:last-child button {
        border-bottom: 1px solid #ccd2d4;
        max-width: 42px; }
  .uni-datepicker .ember-power-calendar-row {
    justify-content: center; }
    .uni-datepicker .ember-power-calendar-row button {
      width: 42px;
      height: 42px;
      padding: 0;
      border-right: 1px solid #ccd2d4;
      font-family: "IntervalNextBook", sans-serif;
      font-size: 1rem;
      border-radius: 0; }
      .uni-datepicker .ember-power-calendar-row button:first-child {
        border-left: 1px solid #ccd2d4; }
      .uni-datepicker .ember-power-calendar-row button:nth-child(8n) {
        border-left: 1px solid #ccd2d4; }
      .uni-datepicker .ember-power-calendar-row button[disabled] {
        background-color: #f0f1f3; }
  .uni-datepicker .ember-power-calendar-weekday {
    font-size: 0.8125rem;
    color: #224251; }
  .uni-datepicker .ember-power-calendar-weekdays {
    margin-bottom: 8px; }

.uni-datepicker [role="button"].ember-power-calendar-nav-control {
  display: flex;
  align-items: center;
  justify-content: center; }
  .uni-datepicker [role="button"].ember-power-calendar-nav-control svg {
    height: 10px;
    fill: #545d69; }
  .uni-datepicker [role="button"].ember-power-calendar-nav-control:focus {
    -ms-transform: scale(1);
        transform: scale(1); }
  .uni-datepicker [role="button"].ember-power-calendar-nav-control:active {
    -ms-transform: scale(0.9);
        transform: scale(0.9); }
  .uni-datepicker [role="button"].ember-power-calendar-nav-control[disabled] {
    border: 0;
    opacity: 0.4; }

.uni-datepicker-range {
  max-width: 260px; }
  .uni-datepicker-range .ember-power-calendar {
    font-family: "IntervalNextReg", sans-serif; }
    .uni-datepicker-range .ember-power-calendar-weekdays {
      font-family: "IntervalNextMed", sans-serif;
      font-size: 11px;
      text-align: center;
      text-transform: uppercase;
      color: #8ca6b2;
      margin-bottom: 8px;
      margin-top: 18px; }
    .uni-datepicker-range .ember-power-calendar-day {
      font-family: "IntervalNextReg", sans-serif;
      width: 36px;
      height: 36px;
      cursor: pointer;
      border: 1px solid #fff;
      font-size: 0.875rem;
      color: #224251;
      will-change: font; }
      .uni-datepicker-range .ember-power-calendar-day--disabled {
        opacity: 1;
        color: #bcc6ca;
        cursor: default; }
      .uni-datepicker-range .ember-power-calendar-day--other-month {
        visibility: hidden; }
      .uni-datepicker-range .ember-power-calendar-day--selected {
        color: #00adef;
        font-weight: normal; }
        .uni-datepicker-range .ember-power-calendar-day--selected:not(.ember-power-calendar-day--disabled):hover {
          font-weight: normal; }
        .uni-datepicker-range .ember-power-calendar-day--selected[disabled] {
          opacity: 1; }
      .uni-datepicker-range .ember-power-calendar-day--minimum-stay {
        color: #00adef;
        border-color: #fff;
        background-color: #fff; }
      .uni-datepicker-range .ember-power-calendar-day--highlighted {
        font-family: "IntervalNextMed", sans-serif;
        color: #00adef; }
      .uni-datepicker-range .ember-power-calendar-day--range-start, .uni-datepicker-range .ember-power-calendar-day--range-end, .uni-datepicker-range .ember-power-calendar-day--first-highlighted, .uni-datepicker-range .ember-power-calendar-day--last-highlighted {
        background-size: 27px;
        background-repeat: no-repeat;
        color: #fff; }
      .uni-datepicker-range .ember-power-calendar-day--range-start, .uni-datepicker-range .ember-power-calendar-day--first-highlighted {
        background-image: url(assetsRootURL()assets/images/ember-cli-uniq/first-highlighted.svg);
        background-position: 5px 6px; }
      .uni-datepicker-range .ember-power-calendar-day--range-end, .uni-datepicker-range .ember-power-calendar-day--last-highlighted {
        background-image: url(assetsRootURL()assets/images/ember-cli-uniq/last-highlighted.svg);
        background-position: 2px 6px; }
    .uni-datepicker-range .ember-power-calendar-nav {
      display: flex;
      align-items: center; }
      .uni-datepicker-range .ember-power-calendar-nav-title {
        font-family: "IntervalNextReg", sans-serif;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #8ca6b2;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none; }
  .uni-datepicker-range .calendar__nav {
    display: flex;
    align-items: flex-start;
    width: 100%;
    left: 34px;
    margin-top: 10px; }
    .uni-datepicker-range .calendar__nav__control {
      animation: fadeIn 200ms cubic-bezier(0, 0, 0.21, 1) forwards; }
      .uni-datepicker-range .calendar__nav__control:first-child {
        margin-right: auto; }
      .uni-datepicker-range .calendar__nav__control:last-child  {
        margin-left: auto; }
      .uni-datepicker-range .calendar__nav__control--hidden {
        animation: fadeOut 200ms cubic-bezier(0, 0, 0.21, 1) forwards;
        pointer-events: none; }
    .uni-datepicker-range .calendar__nav__month-name {
      width: 100%;
      text-align: center; }
  .uni-datepicker-range svg {
    height: 14px; }
  .uni-datepicker-range .left-arrow {
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    filter: FlipH; }

@keyframes fadeIn {
  0% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }

@keyframes fadeOut {
  0% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

.uni-datepicker-input__label {
  font-family: "IntervalNextReg", sans-serif;
  display: inline-block;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 7px;
  margin-left: 2px; }

.uni-datepicker-input__wrapper {
  position: relative;
  width: auto; }
  .uni-datepicker-input__wrapper input {
    width: 100%;
    margin-right: 0; }
  .uni-datepicker-input__wrapper__icon {
    width: 22px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
    pointer-events: none; }
    .uni-datepicker-input__wrapper__icon svg {
      width: 22px; }
      .uni-datepicker-input__wrapper__icon svg path {
        fill: #00adef !important; }

.uni-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  left: 0;
  position: relative; }
  @media (max-width: 600px) {
    .uni-modal {
      padding: 8px; } }
  .uni-modal__close-button {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 20px;
    right: 20px; }
    .uni-modal__close-button svg {
      width: 23px;
      height: 23px;
      fill: #b2b9c2; }
    .uni-modal__close-button:hover {
      cursor: pointer; }
  .uni-modal__close-button--light {
    top: 24px;
    right: 24px; }
    .uni-modal__close-button--light svg {
      width: 20px;
      height: 20px;
      fill: #b2b9c2; }
  .uni-modal__wrapper {
    display: table;
    height: 100%;
    max-height: 350px;
    padding: 36px;
    border-radius: 4px;
    background-color: #fafafa;
    box-shadow: 0 2px 7px 0 rgba(53, 53, 53, 0.5);
    text-align: center; }
    .uni-modal__wrapper--signup, .uni-modal__wrapper--login {
      position: relative;
      flex-grow: 0;
      max-width: 100%;
      flex-basis: 33.33333%;
      width: 33.33333%;
      max-height: 524px;
      padding: 24px;
      background-color: #fff; }
      @media (max-width: 600px) {
        .uni-modal__wrapper--signup, .uni-modal__wrapper--login {
          flex-grow: 1;
          flex-basis: 100%;
          width: 100%; } }
    .uni-modal__wrapper__image {
      width: 170px;
      height: 160px;
      margin: 24px auto; }
    .uni-modal__wrapper__title {
      max-width: 355px;
      margin: 0 auto 10px auto;
      font-family: "IntervalNextReg", sans-serif;
      font-size: 1.25rem;
      color: #224251; }
    .uni-modal__wrapper__message {
      max-width: 355px;
      margin: 0 auto;
      font-family: "IntervalNextBook", sans-serif;
      font-size: 1rem;
      color: #575757;
      line-height: 21px;
      color: #6b6b6b; }
  .uni-modal__wrapper {
    position: relative;
    display: block;
    max-height: 100%;
    height: auto;
    padding: 26px;
    background-color: #fafafa; }
  .uni-modal__header {
    display: flex;
    justify-content: space-between;
    text-align: left; }
  .uni-modal__close-button svg {
    width: 20px;
    height: 20px; }
  @media (max-width: 600px) {
    .uni-modal__close-button svg {
      top: 35px;
      right: 26px; } }
  .uni-modal .content {
    margin: 30px 0;
    max-width: columns(8); }
  .uni-modal .controls {
    display: flex;
    align-items: center; }
  .uni-modal .separator {
    height: 2px;
    margin-top: 10px;
    background-color: #d1d5da;
    opacity: 0.5; }
  .uni-modal .controls > * {
    margin-right: 20px; }

.uni-multi-selector {
  display: flex;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  overflow: hidden; }
  .uni-multi-selector--static > div {
    width: 50%; }
  .uni-multi-selector__button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    width: auto;
    background-color: #fff;
    border: 2px solid #d1d5da;
    position: relative;
    overflow: auto; }
    .uni-multi-selector__button:not(:first-child) {
      border-left: 0; }
    .uni-multi-selector__button--warning {
      border: 2px solid #fff2b6 !important; }
      .uni-multi-selector__button--warning:not(:first-child) {
        margin-left: -2px; }
    .uni-multi-selector__button--error {
      border: 2px solid #ff8d8d !important; }
      .uni-multi-selector__button--error:not(:first-child) {
        margin-left: -2px; }
  .uni-multi-selector label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "IntervalNextBook", sans-serif;
    align-content: stretch;
    padding: 0 12px;
    font-size: 1.25rem;
    line-height: 1;
    color: #d1d5da;
    width: 100%;
    height: 100%;
    cursor: pointer;
    white-space: nowrap; }
  .uni-multi-selector input[type="radio"] {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute; }
    .uni-multi-selector input[type="radio"]:checked + label {
      color: #224251; }
      .uni-multi-selector input[type="radio"]:checked + label svg {
        display: block; }
  .uni-multi-selector svg {
    display: none;
    margin-right: 12px;
    fill: #224251; }

.uni-info-card {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  left: 0;
  position: relative;
  background-color: transparent; }
  @media (max-width: 600px) {
    .uni-info-card {
      padding: 8px; } }
  .uni-info-card__close-button {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 20px;
    right: 20px; }
    .uni-info-card__close-button svg {
      width: 23px;
      height: 23px;
      fill: #b2b9c2; }
    .uni-info-card__close-button:hover {
      cursor: pointer; }
  .uni-info-card__close-button--light {
    top: 24px;
    right: 24px; }
    .uni-info-card__close-button--light svg {
      width: 20px;
      height: 20px;
      fill: #b2b9c2; }
  .uni-info-card__wrapper {
    display: table;
    height: 100%;
    max-height: 350px;
    padding: 36px;
    border-radius: 4px;
    background-color: #fafafa;
    box-shadow: 0 2px 7px 0 rgba(53, 53, 53, 0.5);
    text-align: center; }
    .uni-info-card__wrapper--signup, .uni-info-card__wrapper--login {
      position: relative;
      flex-grow: 0;
      max-width: 100%;
      flex-basis: 33.33333%;
      width: 33.33333%;
      max-height: 524px;
      padding: 24px;
      background-color: #fff; }
      @media (max-width: 600px) {
        .uni-info-card__wrapper--signup, .uni-info-card__wrapper--login {
          flex-grow: 1;
          flex-basis: 100%;
          width: 100%; } }
    .uni-info-card__wrapper__image {
      width: 170px;
      height: 160px;
      margin: 24px auto; }
    .uni-info-card__wrapper__title {
      max-width: 355px;
      margin: 0 auto 10px auto;
      font-family: "IntervalNextReg", sans-serif;
      font-size: 1.25rem;
      color: #224251; }
    .uni-info-card__wrapper__message {
      max-width: 355px;
      margin: 0 auto;
      font-family: "IntervalNextBook", sans-serif;
      font-size: 1rem;
      color: #575757;
      line-height: 21px;
      color: #6b6b6b; }
  .uni-info-card__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 523px;
    max-height: 322px; }
  .uni-info-card__close-button {
    background-color: transparent;
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    right: 30px; }

.uni-autocomplete {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 50%;
  width: 50%; }
  @media (max-width: 600px) {
    .uni-autocomplete {
      flex-grow: 1;
      flex-basis: 100%;
      width: 100%; } }
  .uni-autocomplete input {
    position: relative;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
    background: transparent; }
    @media (max-width: 600px) {
      .uni-autocomplete input {
        flex-grow: 1;
        flex-basis: 100%;
        width: 100%; } }
  .uni-autocomplete__placeholder {
    font-family: "IntervalNextBook", sans-serif;
    font-size: 1.125rem;
    color: #224251;
    padding: 0 20px;
    border-radius: 4px;
    will-change: border;
    -webkit-appearance: none;
    height: 56px;
    border: 0;
    padding-left: 22px;
    position: absolute;
    line-height: 56px;
    color: #d1d5da; }
    .uni-autocomplete__placeholder[type='number'] {
      -moz-appearance: textfield; }
    .uni-autocomplete__placeholder::-webkit-outer-spin-button, .uni-autocomplete__placeholder::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .uni-autocomplete__placeholder::-webkit-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-autocomplete__placeholder:-ms-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-autocomplete__placeholder::-ms-input-placeholder {
      font-family: "IntervalNextBook", sans-serif;
      color: #d1d5da; }
    .uni-autocomplete__placeholder:focus {
      border: 2px solid #66d5ff;
      outline: none; }
    .uni-autocomplete__placeholder--extra-small {
      height: 34px; }
    .uni-autocomplete__placeholder--small {
      height: 44px; }
    .uni-autocomplete__placeholder--medium {
      height: 48px; }
    .uni-autocomplete__placeholder--large {
      height: 56px; }
    .uni-autocomplete__placeholder--range {
      position: relative;
      width: calc(100% - 134px);
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      border: 2px solid #d1d5da;
      border-right: 0;
      -webkit-appearance: none; }
    .uni-autocomplete__placeholder--transparent {
      background-color: transparent;
      border: 0; }
    .uni-autocomplete__placeholder--full-width {
      width: 100%; }
    .uni-autocomplete__placeholder--bordered {
      border: 2px solid #d1d5da; }
    .uni-autocomplete__placeholder--warning {
      border: 2px solid #fff2b6; }
    .uni-autocomplete__placeholder--error {
      border: 2px solid #ff8d8d; }
    .uni-autocomplete__placeholder--success {
      border: 2px solid #44c482; }

.options {
  position: relative;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  width: 100%;
  max-height: 210px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media (max-width: 600px) {
    .options {
      flex-grow: 1;
      flex-basis: 100%;
      width: 100%; } }
  .options .option {
    padding: 15px 15px;
    border: 0 solid #f0f0f0;
    border-width: 0 1px 1px 1px; }
    .options .option--highlighted {
      background-color: rgba(157, 206, 255, 0.25); }

.uni-header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding: 10px 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .uni-header__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    height: calc(60px - 20px); }
    @media (max-width: 600px) {
      .uni-header__wrapper {
        padding: 0 14px; } }
  .uni-header__logo, .uni-header__breadcrumb, .uni-header__nav {
    display: inline-flex; }
  .uni-header__logo {
    width: 140px;
    height: 33px;
    background-image: url("../images/uniplaces_logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    transition-duration: 0.15s;
    transition-delay: 0.45s; }
    @media (max-width: 600px) {
      .uni-header__logo {
        margin-right: auto; } }
  .uni-header__breadcrumb {
    margin-left: 40px;
    opacity: 0.7; }
    @media (max-width: 600px) {
      .uni-header__breadcrumb {
        display: none; } }
    .uni-header__breadcrumb__step, .uni-header__breadcrumb__description {
      display: inline-table;
      font-size: 0.9375rem; }
    .uni-header__breadcrumb__step {
      font-family: "IntervalNextMed", sans-serif; }
  .uni-header__nav {
    margin-left: auto; }
    @media (max-width: 600px) {
      .uni-header__nav {
        display: none; } }
    .uni-header__nav__button {
      align-items: center;
      justify-content: center;
      display: flex;
      font-family: "IntervalNextReg", sans-serif;
      min-width: 130px;
      height: 44px;
      padding: 0 22px;
      max-width: 180px;
      background-color: transparent;
      border-radius: 2px;
      border: none;
      outline: none;
      will-change: background-color;
      font-size: 1rem;
      text-align: center;
      color: #00adef;
      min-width: initial;
      height: 38px;
      font-family: "IntervalNextReg", sans-serif;
      font-size: 0.9375rem;
      color: #545d69; }
      .uni-header__nav__button--extra-small {
        height: 34px; }
      .uni-header__nav__button--small {
        height: 44px; }
      .uni-header__nav__button--medium {
        height: 48px; }
      .uni-header__nav__button--large {
        height: 56px; }
      .uni-header__nav__button:hover {
        cursor: pointer; }
      .uni-header__nav__button--primary {
        text-align: center;
        background-color: #00adef;
        color: #fff; }
        .uni-header__nav__button--primary:active {
          background-color: #33bdf2; }
      .uni-header__nav__button--secondary {
        text-align: center;
        border: 2px solid #00adef; }
      .uni-header__nav__button--alternative {
        text-align: center;
        background-color: #44c482;
        color: #fff; }
      .uni-header__nav__button--link {
        justify-content: flex-start;
        padding: 0;
        background-color: transparent;
        text-decoration: underline;
        text-align: left;
        color: #00adef; }
      .uni-header__nav__button--full-width {
        max-width: 100%;
        width: 100%;
        max-width: initial; }
      .uni-header__nav__button--large {
        font-size: 1.25rem; }
      .uni-header__nav__button--medium {
        font-size: 1.25rem; }
      .uni-header__nav__button--small {
        font-size: 1rem; }
      .uni-header__nav__button--disabled {
        background-color: #f0f1f3;
        color: #d1d5da;
        cursor: initial;
        pointer-events: none;
        border: 0; }
      .uni-header__nav__button--bordered {
        border: 1px solid #545d69; }
        .uni-header__nav__button--bordered:hover, .uni-header__nav__button--bordered:active, .uni-header__nav__button--bordered--active {
          border: 1px solid #00adef; }
      .uni-header__nav__button:hover, .uni-header__nav__button:active {
        color: #00adef; }
    .uni-header__nav__dropdown .uni-header__nav__button {
      position: relative;
      color: #545d69; }
      .uni-header__nav__dropdown .uni-header__nav__button:before, .uni-header__nav__dropdown .uni-header__nav__button:after {
        content: " ";
        position: absolute;
        display: block;
        width: 6px;
        height: 2px;
        top: calc(50% + 1px);
        right: 8px;
        background-color: #545d69;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        will-change: transform; }
      .uni-header__nav__dropdown .uni-header__nav__button:after {
        right: 11px;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .uni-header__nav__dropdown .uni-header__nav__button:hover:before, .uni-header__nav__dropdown .uni-header__nav__button:hover:after, .uni-header__nav__dropdown .uni-header__nav__button:active:before, .uni-header__nav__dropdown .uni-header__nav__button:active:after {
        background-color: #00adef; }
    .uni-header__nav__dropdown {
      position: relative; }
      .uni-header__nav__dropdown__list {
        position: absolute;
        display: none;
        width: 248px;
        padding: 16px 0;
        top: calc(100% + 11px);
        right: 8px;
        will-change: display;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        background-color: #fff;
        box-shadow: 0 16px 18px 0 rgba(31, 36, 50, 0.32);
        border: solid 1px #ccd2d4;
        border-radius: 2px; }
        .uni-header__nav__dropdown__list:before, .uni-header__nav__dropdown__list:after {
          content: " ";
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          top: -7px;
          right: 16px;
          z-index: 2;
          border-bottom: 8px solid #fff;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent; }
        .uni-header__nav__dropdown__list:after {
          top: -8px;
          z-index: 1;
          border-bottom: 8px solid #ccd2d4; }
        .uni-header__nav__dropdown__list__item {
          position: relative;
          display: block;
          width: 100%;
          height: 32px;
          line-height: 32px;
          padding: 0 27px;
          font-family: "IntervalNextReg", sans-serif;
          font-size: 1rem;
          color: #545d69; }
          .uni-header__nav__dropdown__list__item:hover, .uni-header__nav__dropdown__list__item--active {
            cursor: pointer;
            color: #00222f; }
            .uni-header__nav__dropdown__list__item:hover:before, .uni-header__nav__dropdown__list__item--active:before {
              content: " ";
              position: absolute;
              display: block;
              left: 0;
              top: 0;
              width: 3px;
              height: 100%;
              background-color: #00adef; }
      .uni-header__nav__dropdown--active .uni-header__nav__dropdown__list {
        display: block; }
    .uni-header__nav__dropdown--active .uni-header__nav__button {
      color: #00adef; }
      .uni-header__nav__dropdown--active .uni-header__nav__button:before, .uni-header__nav__dropdown--active .uni-header__nav__button:after {
        background-color: #00adef; }
      .uni-header__nav__dropdown--active .uni-header__nav__button:before {
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .uni-header__nav__dropdown--active .uni-header__nav__button:after {
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .uni-header--transparent {
    background-color: transparent; }
  .uni-header--transparent .uni-header__logo {
    background-image: url("../images/uniplaces_logo_white.svg"); }
  .uni-header--transparent .uni-header__logo {
    background-image: url("../images/uniplaces_logo_white.svg"); }
  .uni-header--transparent .uni-header__nav__button {
    border-color: #fff;
    color: #fff; }
    .uni-header--transparent .uni-header__nav__button:before, .uni-header--transparent .uni-header__nav__button:after {
      background-color: #fff; }
    .uni-header--transparent .uni-header__nav__button:hover {
      color: #00adef;
      border-color: #00adef; }
  .uni-header--transparent .uni-header__nav__dropdown--active .uni-header__nav__button {
    color: #00adef; }
    .uni-header--transparent .uni-header__nav__dropdown--active .uni-header__nav__button:before, .uni-header--transparent .uni-header__nav__dropdown--active .uni-header__nav__button:after {
      background-color: #00adef; }
  .uni-header__mobile-button {
    position: relative;
    display: none;
    z-index: 3;
    padding-right: 20px;
    font-family: "IntervalNextReg", sans-serif;
    font-size: 0.9375rem;
    text-transform: uppercase; }
    .uni-header__mobile-button:before, .uni-header__mobile-button:after {
      content: " ";
      position: absolute;
      display: block;
      top: 11px;
      right: 0;
      width: 8px;
      height: 1px;
      background-color: #00222f; }
    .uni-header__mobile-button:before {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .uni-header__mobile-button:after {
      right: 5px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .uni-header__mobile-button--active:before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .uni-header__mobile-button--active:after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    @media (max-width: 600px) {
      .uni-header__mobile-button {
        display: block; } }
  .uni-header__mobile-cover {
    content: " ";
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    height: 60px;
    background-color: #fff;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.15s cubic-bezier(0, 0, 0.21, 1);
    transition-delay: 0.3s; }
  .uni-header--active {
    position: fixed; }
  .uni-header--active .uni-header__mobile-cover {
    transform: translate3d(0, 0%, 0);
    transition-delay: 0s; }
  .uni-header__mobile-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100% - 60px);
    padding: 30px 20px 20px;
    will-change: transform;
    transform: translate3d(0, -110%, 0);
    transition: transform 0.15s linear;
    transition-delay: 0.15s;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff; }
    @media (max-width: 600px) {
      .uni-header__mobile-nav {
        display: block; } }
    .uni-header__mobile-nav--active {
      transform: translate3d(0, 0%, 0);
      transition-delay: 0s; }
    .uni-header__mobile-nav__button, .uni-header__mobile-nav__separator {
      width: 100%;
      z-index: 1;
      opacity: 0;
      transition-delay: 0s; }
    .uni-header__mobile-nav__button {
      display: table;
      padding: 24px 0;
      font-family: "IntervalNextBook", sans-serif;
      font-size: 1.5rem;
      color: #00222f; }
    .uni-header__mobile-nav__separator {
      height: 1px;
      margin: 6px 0;
      background-color: #d1d5da; }
    .uni-header__mobile-nav__button--dropdown {
      position: relative;
      margin-bottom: 0;
      padding-bottom: 32px;
      border-bottom: 1px solid #d1d5da; }
      .uni-header__mobile-nav__button--dropdown:before, .uni-header__mobile-nav__button--dropdown:after {
        content: " ";
        position: absolute;
        display: block;
        top: 36px;
        right: 0;
        width: 8px;
        height: 1px;
        background-color: #00222f; }
      .uni-header__mobile-nav__button--dropdown:before {
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .uni-header__mobile-nav__button--dropdown:after {
        right: 5px;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .uni-header__mobile-nav__button--dropdown--active:before {
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .uni-header__mobile-nav__button--dropdown--active:after {
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .uni-header__mobile-nav__dropdown {
      width: 100%;
      height: 0;
      padding-top: 16px;
      overflow: hidden;
      will-change: height;
      transition: height 0.15s cubic-bezier(0, 0, 0.21, 1); }
      .uni-header__mobile-nav__dropdown--active {
        height: 100%;
        max-height: 300px; }
      .uni-header__mobile-nav__dropdown a {
        display: block;
        width: 100%;
        padding: 7px 0;
        font-size: 1.25rem;
        text-align: left;
        text-decoration: none;
        color: inherit; }
        .uni-header__mobile-nav__dropdown a:active {
          color: #00adef; }
  .uni-header--active {
    background-color: #fff; }
  .uni-header--active .uni-header__logo {
    background-image: url("../images/uniplaces_logo.svg");
    transition-delay: 0s; }
  .uni-header--active .uni-header__mobile-nav {
    transition-delay: 0s; }
    .uni-header--active .uni-header__mobile-nav__button, .uni-header--active .uni-header__mobile-nav__separator {
      opacity: 1; }
  .uni-header svg {
    width: 100%;
    height: auto; }
  .uni-header__wrapper {
    justify-content: flex-start; }
    .uni-header__wrapper svg {
      height: 33px;
      width: 140px; }
  .uni-header__nav__button a {
    color: #545d69;
    text-decoration: none; }
    .uni-header__nav__button a:hover {
      color: #00adef; }
  .uni-header__nav__dropdown {
    z-index: 1; }

.uni-subheader {
  font-family: "IntervalNextReg", sans-serif;
  font-size: 1.25rem;
  color: #224251; }
  .uni-subheader__caption {
    font-family: "IntervalNextBook", sans-serif;
    font-size: 1rem;
    color: #575757;
    line-height: 21px;
    color: #00222f; }

.uni-select-wrapper--use-alias {
  position: relative; }
  .uni-select-wrapper--use-alias select.uni-select {
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .uni-select-wrapper--use-alias select.uni-select:focus + div.uni-select {
      border: 2px solid #66d5ff; }
  .uni-select-wrapper--use-alias div.uni-select {
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1;
    line-height: 1; }

.uni-select {
  font-size: 1.125rem;
  background: #ffffff;
  color: #224251;
  padding: 0 46px 0 14px;
  border: 2px solid #d1d5da;
  border-radius: 4px;
  will-change: border;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 56px; }
  .uni-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #224251; }
  .uni-select:focus {
    border: 2px solid #66d5ff;
    outline: none; }
  .uni-select--extra-small {
    height: 34px; }
  .uni-select--small {
    height: 44px; }
  .uni-select--medium {
    height: 48px; }
  .uni-select--large {
    height: 56px; }
  .uni-select-wrapper {
    display: inline-block;
    position: relative; }
    .uni-select-wrapper:before, .uni-select-wrapper:after {
      content: "";
      position: absolute;
      display: block;
      width: 8px;
      height: 2px;
      top: 51%;
      background-color: #224251; }
    .uni-select-wrapper:before {
      right: 20px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .uni-select-wrapper:after {
      right: 16px;
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.uni-signup__title {
  margin-bottom: 56px;
  font-family: "IntervalNextBook", sans-serif;
  font-size: 2rem;
  text-align: left;
  color: #00222f; }

.uni-signup__step1, .uni-signup__step2 {
  position: relative;
  width: 100%; }

.uni-signup__step1 {
  display: block; }

.uni-signup__step2 {
  display: none; }

.uni-signup button {
  width: 100%;
  max-width: 100%; }

.uni-signup input {
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1.125rem;
  color: #224251;
  padding: 0 20px;
  border-radius: 4px;
  will-change: border;
  -webkit-appearance: none;
  height: 56px;
  border: 0;
  width: 100%;
  max-width: 100%;
  height: 48px;
  margin-bottom: 8px;
  border: 2px solid #d1d5da;
  border-radius: 4px; }
  .uni-signup input[type='number'] {
    -moz-appearance: textfield; }
  .uni-signup input::-webkit-outer-spin-button, .uni-signup input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .uni-signup input::-webkit-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-signup input:-ms-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-signup input::-ms-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-signup input:focus {
    border: 2px solid #66d5ff;
    outline: none; }
  .uni-signup input--extra-small {
    height: 34px; }
  .uni-signup input--small {
    height: 44px; }
  .uni-signup input--medium {
    height: 48px; }
  .uni-signup input--large {
    height: 56px; }
  .uni-signup input--range {
    position: relative;
    width: calc(100% - 134px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid #d1d5da;
    border-right: 0;
    -webkit-appearance: none; }
  .uni-signup input--transparent {
    background-color: transparent;
    border: 0; }
  .uni-signup input--full-width {
    width: 100%; }
  .uni-signup input--bordered {
    border: 2px solid #d1d5da; }
  .uni-signup input--warning {
    border: 2px solid #fff2b6; }
  .uni-signup input--error {
    border: 2px solid #ff8d8d; }
  .uni-signup input--success {
    border: 2px solid #44c482; }

.uni-signup a {
  font-family: "IntervalNextReg", sans-serif;
  color: #00adef;
  text-decoration: none; }
  .uni-signup a:hover {
    cursor: pointer;
    text-decoration: underline; }
  .uni-signup a--active {
    color: #3b9eff; }
  .uni-signup a--negative {
    color: #fff; }
  .uni-signup a--alternative {
    color: #616161; }

.uni-signup__button {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 60px;
  border-radius: 2px;
  background-color: #fff;
  font-family: "IntervalNextReg", sans-serif;
  font-size: 1.25rem;
  text-align: center; }
  .uni-signup__button svg {
    position: absolute;
    display: block;
    height: 20px;
    top: 14px;
    left: 18px; }
  .uni-signup__button--facebook {
    border: 0;
    background-color: #3b5998;
    color: #fff;
    line-height: 15px; }
    .uni-signup__button--facebook:active {
      background-color: #507cc0; }
    .uni-signup__button--facebook__small {
      font-family: "IntervalNextBook", sans-serif;
      font-size: 0.6875rem; }
    .uni-signup__button--facebook svg {
      fill: #fff; }
  .uni-signup__button--google {
    color: rgba(0, 60, 88, 0.7);
    border: 2px solid rgba(0, 60, 88, 0.3); }
    .uni-signup__button--google:active {
      color: rgba(0, 60, 88, 0.8);
      border: 2px solid rgba(0, 60, 88, 0.7); }
  .uni-signup__button--email {
    margin-bottom: 116px;
    color: #00adef;
    border: 2px solid #00adef; }
    .uni-signup__button--email svg {
      width: 23px;
      height: auto;
      top: 16px;
      fill: #00adef; }

.uni-signup__text {
  width: 100%;
  padding-bottom: 24px;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 0.875rem;
  color: rgba(0, 60, 88, 0.7);
  text-align: left;
  border-bottom: 1px solid #f0f1f3; }

.uni-signup__aux {
  width: 100%;
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: rgba(0, 60, 88, 0.7); }
  .uni-signup__aux a {
    margin-left: 8px;
    font-family: "IntervalNextReg", sans-serif; }

.uni-signup__divider {
  position: relative;
  width: 100%;
  height: 16px;
  margin: 0 0 15px 0; }
  .uni-signup__divider:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 9px;
    left: 0;
    z-index: 1;
    background-color: #f0f1f3; }
  .uni-signup__divider__content {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 24px;
    opacity: .7;
    z-index: 2;
    background-color: #fff;
    font-family: "IntervalNextReg", sans-serif;
    font-size: 1rem;
    line-height: 1rem; }

.uni-signup__alt-text {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 44px;
  text-align: center;
  border-bottom: 1px solid #f0f1f3; }
  @media (max-width: 600px) {
    .uni-signup__alt-text {
      padding-bottom: 24px; } }

.uni-signup--with-email .uni-signup__step1 {
  display: none; }

.uni-signup--with-email .uni-signup__step2 {
  display: block; }

.uni-signup--with-email {
  max-height: 535px; }
  .uni-signup--with-email button {
    margin-top: 8px;
    margin-bottom: 36px; }

.uni-signup__title {
  display: flex;
  align-items: center; }
  .uni-signup__title__back svg {
    height: 20px;
    width: 20px;
    margin-right: 10px; }

.uni-signup__text {
  line-height: 20px; }

.uni-signup__button {
  outline: none; }
  .uni-signup__button:hover {
    cursor: pointer; }

.uni-signin__title {
  margin-bottom: 56px;
  font-family: "IntervalNextBook", sans-serif;
  font-size: 2rem;
  text-align: left;
  color: #00222f; }

.uni-signin__step1, .uni-signin__step2 {
  position: relative;
  width: 100%; }

.uni-signin__step1 {
  display: block; }

.uni-signin__step2 {
  display: none; }

.uni-signin button {
  width: 100%;
  max-width: 100%; }

.uni-signin input {
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1.125rem;
  color: #224251;
  padding: 0 20px;
  border-radius: 4px;
  will-change: border;
  -webkit-appearance: none;
  height: 56px;
  border: 0;
  width: 100%;
  max-width: 100%;
  height: 48px;
  margin-bottom: 8px;
  border: 2px solid #d1d5da;
  border-radius: 4px; }
  .uni-signin input[type='number'] {
    -moz-appearance: textfield; }
  .uni-signin input::-webkit-outer-spin-button, .uni-signin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .uni-signin input::-webkit-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-signin input:-ms-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-signin input::-ms-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-signin input:focus {
    border: 2px solid #66d5ff;
    outline: none; }
  .uni-signin input--extra-small {
    height: 34px; }
  .uni-signin input--small {
    height: 44px; }
  .uni-signin input--medium {
    height: 48px; }
  .uni-signin input--large {
    height: 56px; }
  .uni-signin input--range {
    position: relative;
    width: calc(100% - 134px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid #d1d5da;
    border-right: 0;
    -webkit-appearance: none; }
  .uni-signin input--transparent {
    background-color: transparent;
    border: 0; }
  .uni-signin input--full-width {
    width: 100%; }
  .uni-signin input--bordered {
    border: 2px solid #d1d5da; }
  .uni-signin input--warning {
    border: 2px solid #fff2b6; }
  .uni-signin input--error {
    border: 2px solid #ff8d8d; }
  .uni-signin input--success {
    border: 2px solid #44c482; }

.uni-signin a {
  font-family: "IntervalNextReg", sans-serif;
  color: #00adef;
  text-decoration: none; }
  .uni-signin a:hover {
    cursor: pointer;
    text-decoration: underline; }
  .uni-signin a--active {
    color: #3b9eff; }
  .uni-signin a--negative {
    color: #fff; }
  .uni-signin a--alternative {
    color: #616161; }

.uni-signin__button {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 60px;
  border-radius: 2px;
  background-color: #fff;
  font-family: "IntervalNextReg", sans-serif;
  font-size: 1.25rem;
  text-align: center; }
  .uni-signin__button svg {
    position: absolute;
    display: block;
    height: 20px;
    top: 14px;
    left: 18px; }
  .uni-signin__button--facebook {
    border: 0;
    background-color: #3b5998;
    color: #fff;
    line-height: 15px; }
    .uni-signin__button--facebook:active {
      background-color: #507cc0; }
    .uni-signin__button--facebook__small {
      font-family: "IntervalNextBook", sans-serif;
      font-size: 0.6875rem; }
    .uni-signin__button--facebook svg {
      fill: #fff; }
  .uni-signin__button--google {
    color: rgba(0, 60, 88, 0.7);
    border: 2px solid rgba(0, 60, 88, 0.3); }
    .uni-signin__button--google:active {
      color: rgba(0, 60, 88, 0.8);
      border: 2px solid rgba(0, 60, 88, 0.7); }
  .uni-signin__button--email {
    margin-bottom: 116px;
    color: #00adef;
    border: 2px solid #00adef; }
    .uni-signin__button--email svg {
      width: 23px;
      height: auto;
      top: 16px;
      fill: #00adef; }

.uni-signin__text {
  width: 100%;
  padding-bottom: 24px;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 0.875rem;
  color: rgba(0, 60, 88, 0.7);
  text-align: left;
  border-bottom: 1px solid #f0f1f3; }

.uni-signin__aux {
  width: 100%;
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: rgba(0, 60, 88, 0.7); }
  .uni-signin__aux a {
    margin-left: 8px;
    font-family: "IntervalNextReg", sans-serif; }

.uni-signin__divider {
  position: relative;
  width: 100%;
  height: 16px;
  margin: 0 0 15px 0; }
  .uni-signin__divider:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 9px;
    left: 0;
    z-index: 1;
    background-color: #f0f1f3; }
  .uni-signin__divider__content {
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 24px;
    opacity: .7;
    z-index: 2;
    background-color: #fff;
    font-family: "IntervalNextReg", sans-serif;
    font-size: 1rem;
    line-height: 1rem; }

.uni-signin__alt-text {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 44px;
  text-align: center;
  border-bottom: 1px solid #f0f1f3; }
  @media (max-width: 600px) {
    .uni-signin__alt-text {
      padding-bottom: 24px; } }

.uni-signin--with-email .uni-signin__step1 {
  display: none; }

.uni-signin--with-email .uni-signin__step2 {
  display: block; }

.uni-signin--with-email {
  max-height: 535px; }
  .uni-signin--with-email button {
    margin-top: 8px;
    margin-bottom: 36px; }

.uni-signin [class*="--primary"] {
  margin-top: 8px; }

.uni-auth-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
  left: 0;
  position: relative;
  border-radius: 0;
  max-width: 375px;
  width: 100%; }
  @media (max-width: 600px) {
    .uni-auth-modal {
      padding: 8px; } }
  .uni-auth-modal__close-button {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 20px;
    right: 20px; }
    .uni-auth-modal__close-button svg {
      width: 23px;
      height: 23px;
      fill: #b2b9c2; }
    .uni-auth-modal__close-button:hover {
      cursor: pointer; }
  .uni-auth-modal__close-button--light {
    top: 24px;
    right: 24px; }
    .uni-auth-modal__close-button--light svg {
      width: 20px;
      height: 20px;
      fill: #b2b9c2; }
  .uni-auth-modal__wrapper {
    display: table;
    height: 100%;
    max-height: 350px;
    padding: 36px;
    border-radius: 4px;
    background-color: #fafafa;
    box-shadow: 0 2px 7px 0 rgba(53, 53, 53, 0.5);
    text-align: center; }
    .uni-auth-modal__wrapper--signup, .uni-auth-modal__wrapper--login {
      position: relative;
      flex-grow: 0;
      max-width: 100%;
      flex-basis: 33.33333%;
      width: 33.33333%;
      max-height: 524px;
      padding: 24px;
      background-color: #fff; }
      @media (max-width: 600px) {
        .uni-auth-modal__wrapper--signup, .uni-auth-modal__wrapper--login {
          flex-grow: 1;
          flex-basis: 100%;
          width: 100%; } }
    .uni-auth-modal__wrapper__image {
      width: 170px;
      height: 160px;
      margin: 24px auto; }
    .uni-auth-modal__wrapper__title {
      max-width: 355px;
      margin: 0 auto 10px auto;
      font-family: "IntervalNextReg", sans-serif;
      font-size: 1.25rem;
      color: #224251; }
    .uni-auth-modal__wrapper__message {
      max-width: 355px;
      margin: 0 auto;
      font-family: "IntervalNextBook", sans-serif;
      font-size: 1rem;
      color: #575757;
      line-height: 21px;
      color: #6b6b6b; }
  .uni-auth-modal__close-button svg,
  .uni-auth-modal__close-button svg .st0 {
    fill: #b2b9c2; }
  .uni-auth-modal--signup .uni-auth-modal__wrapper {
    padding: 24px;
    background-color: #fff; }

.uni-tabs {
  width: 100%;
  height: 36px; }
  .uni-tabs__wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 36px;
    background-color: #f0f1f3;
    border-top: 1px solid #d1d5da;
    border-bottom: 1px solid #d1d5da; }
    .uni-tabs__wrapper__item {
      width: 100%;
      height: 36px;
      line-height: 36px;
      padding: 0 8px;
      text-align: center;
      font-family: "IntervalNextReg", sans-serif;
      font-size: 0.875rem;
      border-right: 1px solid #d1d5da; }
      .uni-tabs__wrapper__item:last-child {
        border-right: 0; }
  .uni-tabs a {
    display: block;
    color: inherit;
    text-decoration: none; }

.uni-carrousel {
  width: 592px;
  height: 340px;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2; }
  .uni-carrousel__button {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 140px;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 1.5rem;
    text-align: center;
    z-index: 3; }
    .uni-carrousel__button:hover {
      cursor: pointer;
      color: #00adef; }
    .uni-carrousel__button--prev {
      left: 0; }
    .uni-carrousel__button--next {
      right: 0; }
  .uni-carrousel__container, .uni-carrousel__container__wrapper {
    position: relative;
    height: 100%;
    transform: translate3d(0px, 0px, 0);
    transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform; }
    .uni-carrousel__container__item, .uni-carrousel__container__wrapper__item {
      position: relative;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      padding: 26px; }
      .uni-carrousel__container__item__thumbnail svg, .uni-carrousel__container__wrapper__item__thumbnail svg {
        display: block;
        width: auto;
        height: 188px;
        margin: 0 auto; }
      .uni-carrousel__container__item__title, .uni-carrousel__container__item__content, .uni-carrousel__container__wrapper__item__title, .uni-carrousel__container__wrapper__item__content {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        white-space: normal; }
      .uni-carrousel__container__item__title, .uni-carrousel__container__wrapper__item__title {
        margin-top: auto;
        margin-bottom: 8px;
        font-family: "IntervalNextMed", sans-serif;
        font-size: 1.1875rem;
        line-height: 22px; }
      .uni-carrousel__container__item__content, .uni-carrousel__container__wrapper__item__content {
        max-width: 454px;
        font-family: "IntervalNextBook", sans-serif;
        font-size: 1rem;
        line-height: 19px; }
  .uni-carrousel .uni-carrousel__container__wrapper {
    height: calc(100% - 8px); }
  .uni-carrousel .uni-carrousel__button svg {
    width: 10px;
    height: 15px; }
  .uni-carrousel .uni-carrousel__button:hover svg path {
    fill: #00adef !important; }
  .uni-carrousel__container__markers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .uni-carrousel__container__markers__item {
      width: 8px;
      height: 8px;
      margin: 0 6px;
      background-color: #b2b9c2;
      border-radius: 50%;
      will-change: background-color;
      transition: background-color 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      border: 0;
      outline: 0;
      padding: 0; }
      .uni-carrousel__container__markers__item:hover {
        cursor: pointer; }
      .uni-carrousel__container__markers__item--active {
        background-color: #00adef; }

.uni-footer-website {
  width: 100%;
  background-color: #fafafa;
  padding: 48px 0; }
  .uni-footer-website__wrapper {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    flex: 0 0 auto; }
    .uni-footer-website__wrapper--reverse {
      flex-direction: row-reverse; }
    .uni-footer-website__wrapper--column-reverse {
      flex-direction: column-reverse; }
  .uni-footer-website__row {
    position: relative;
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 32px; }
    @media (max-width: 600px) {
      .uni-footer-website__row {
        flex-grow: 1;
        flex-basis: 100%;
        width: 100%; } }
    .uni-footer-website__row:not(:first-child) {
      border-top: 1px solid #f0f1f3;
      padding-top: 32px; }
    .uni-footer-website__row__cell {
      position: relative;
      flex-grow: 0;
      max-width: 100%;
      flex-basis: 25%;
      width: 25%; }
      @media (max-width: 600px) {
        .uni-footer-website__row__cell {
          flex-grow: 1;
          flex-basis: 100%;
          width: 100%; } }
      @media (max-width: 900px) {
        .uni-footer-website__row__cell:nth-child(2) {
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 900px) {
        .uni-footer-website__row__cell--cities {
          justify-content: flex-end; } }
      .uni-footer-website__row__cell--half-line {
        position: relative;
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 50%;
        width: 50%; }
        @media (max-width: 600px) {
          .uni-footer-website__row__cell--half-line {
            flex-grow: 1;
            flex-basis: 100%;
            width: 100%; } }
      .uni-footer-website__row__cell__header {
        font-family: "IntervalNextReg", sans-serif;
        font-size: 1.25rem;
        color: #224251;
        font-family: "IntervalNextMed", sans-serif;
        font-weight: 600;
        padding-bottom: 18px; }
      .uni-footer-website__row__cell__anchor {
        font-family: "IntervalNextReg", sans-serif;
        color: #00adef;
        text-decoration: none;
        display: block;
        color: #224251;
        opacity: 0.3;
        padding: 6px 0px;
        text-decoration: none; }
        .uni-footer-website__row__cell__anchor:hover {
          cursor: pointer;
          text-decoration: underline; }
        .uni-footer-website__row__cell__anchor--active {
          color: #3b9eff; }
        .uni-footer-website__row__cell__anchor--negative {
          color: #fff; }
        .uni-footer-website__row__cell__anchor--alternative {
          color: #616161; }
        .uni-footer-website__row__cell__anchor--inline {
          display: inline; }
        @media (max-width: 900px) {
          .uni-footer-website__row__cell__anchor--spaced {
            margin-right: auto; } }
      .uni-footer-website__row__cell__social-link {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        width: 40px;
        height: 40px; }
        .uni-footer-website__row__cell__social-link svg {
          width: 20px;
          height: 20px;
          fill: #224251;
          opacity: 0.3; }
      .uni-footer-website__row__cell--align-right {
        display: flex;
        justify-content: flex-end; }
  .uni-footer-website:not(:first-child) {
    border-top: 1px solid #f0f1f3;
    padding-top: 32px; }
  .uni-footer-website--dark {
    background: #224251;
    opacity: 1; }
    .uni-footer-website--dark .footer__row__cell__header,
    .uni-footer-website--dark .footer__row__cell__anchor,
    .uni-footer-website--dark .footer__row__cell--social a:not([class*="--icon"]),
    .uni-footer-website--dark a,
    .uni-footer-website--dark svg g {
      color: #fff;
      fill: #fff;
      fill-opacity: 1;
      opacity: 1; }
  .uni-footer-website--dark .uni-footer-website__row__cell__header {
    color: #fff; }
  @media (max-width: 900px) {
    .uni-footer-website a:last-of-type {
      margin-right: 0; } }
  .uni-footer-website__row__cell__anchor--inline {
    margin-right: 32px; }

@media (max-width: 600px) {
  .uni-header-mobile-menu {
    margin-left: auto; } }

.uni-header-mobile-menu .uni-header__mobile-nav__dropdown div {
  font-size: 1.25rem;
  margin-bottom: 10px; }

.uni-header-mobile-menu .uni-header__mobile-nav__button {
  cursor: pointer; }

.uni-banner {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  min-height: 60px;
  padding: 15px 20px;
  background-color: #e1e4e6; }
  .uni-banner, .uni-banner__wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
  .uni-banner__wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    .uni-banner__wrapper a,
    .uni-banner__wrapper p,
    .uni-banner__wrapper img,
    .uni-banner__wrapper svg {
      display: inline; }
    .uni-banner__wrapper svg {
      margin-right: 10px; }
      @media (max-width: 600px) {
        .uni-banner__wrapper svg {
          display: none; } }
    .uni-banner__wrapper a {
      position: relative;
      color: #434343;
      border-bottom: 1px solid #434343;
      text-decoration: none; }
      .uni-banner__wrapper a:hover {
        text-decoration: none;
        cursor: pointer; }
    @media (max-width: 600px) {
      .uni-banner__wrapper {
        flex-direction: column; } }
  .uni-banner__message {
    margin-right: auto;
    font-size: 0.9375rem;
    line-height: 16px;
    color: #434343; }
    @media (max-width: 600px) {
      .uni-banner__message {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 0.75rem; } }
  .uni-banner__button {
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "IntervalNextReg", sans-serif;
    min-width: 130px;
    height: 44px;
    padding: 0 22px;
    max-width: 180px;
    background-color: transparent;
    border-radius: 2px;
    border: none;
    outline: none;
    will-change: background-color;
    font-size: 1rem;
    text-align: center;
    color: #00adef;
    position: relative;
    min-width: 70px;
    height: 34px;
    padding: 8px;
    margin-left: 20px;
    background-color: #434343;
    border: 0;
    outline: none;
    font-family: "IntervalNextMed", sans-serif;
    font-size: 0.875rem;
    color: #fff; }
    .uni-banner__button--extra-small {
      height: 34px; }
    .uni-banner__button--small {
      height: 44px; }
    .uni-banner__button--medium {
      height: 48px; }
    .uni-banner__button--large {
      height: 56px; }
    .uni-banner__button:hover {
      cursor: pointer; }
    .uni-banner__button--primary {
      text-align: center;
      background-color: #00adef;
      color: #fff; }
      .uni-banner__button--primary:active {
        background-color: #33bdf2; }
    .uni-banner__button--secondary {
      text-align: center;
      border: 2px solid #00adef; }
    .uni-banner__button--alternative {
      text-align: center;
      background-color: #44c482;
      color: #fff; }
    .uni-banner__button--link {
      justify-content: flex-start;
      padding: 0;
      background-color: transparent;
      text-decoration: underline;
      text-align: left;
      color: #00adef; }
    .uni-banner__button--full-width {
      max-width: 100%;
      width: 100%;
      max-width: initial; }
    .uni-banner__button--large {
      font-size: 1.25rem; }
    .uni-banner__button--medium {
      font-size: 1.25rem; }
    .uni-banner__button--small {
      font-size: 1rem; }
    .uni-banner__button--disabled {
      background-color: #f0f1f3;
      color: #d1d5da;
      cursor: initial;
      pointer-events: none;
      border: 0; }
    .uni-banner__button:hover {
      cursor: pointer; }
    @media (max-width: 600px) {
      .uni-banner__button {
        margin-top: 12px; } }

.uni-tooltip {
  position: relative;
  width: auto;
  height: auto; }
  .uni-tooltip__icon {
    background: #fff;
    width: auto;
    height: auto; }
  .uni-tooltip__text {
    font-family: "IntervalNextReg", sans-serif;
    font-size: 0.875rem;
    position: absolute;
    left: 28px;
    right: initial;
    line-height: 1.29;
    top: 0;
    visibility: hidden;
    padding: 16px 20px 20px 20px;
    background: #545d69;
    color: #fff;
    box-shadow: 0 8px 10px 0 rgba(31, 36, 50, 0.45); }
  .uni-tooltip--active .uni-tooltip__text,
  .uni-tooltip:hover .uni-tooltip__text {
    visibility: visible; }
  .uni-tooltip--negative .uni-tooltip__text {
    background: #fff;
    color: #575757;
    border: 2px solid #d1d5da; }
  .uni-tooltip--alternative .uni-tooltip__text {
    width: 100%;
    max-width: 210px;
    box-shadow: none; }
    .uni-tooltip--alternative .uni-tooltip__text:before {
      position: absolute;
      content: '';
      top: calc(35% - 10px);
      left: -5px;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #545d69 transparent transparent; }
  .uni-tooltip__text {
    width: 200px; }
  @media (max-width: 1100px) {
    .uni-tooltip:not(.uni-tooltip--alternative) {
      min-width: 60%;
      max-width: 80%;
      width: auto; }
      .uni-tooltip:not(.uni-tooltip--alternative) .uni-tooltip__text {
        position: fixed;
        width: auto;
        top: 8px;
        left: 50vw;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        z-index: 2; } }
  .uni-tooltip--alternative {
    position: absolute;
    left: calc(100% + 12px);
    top: 0; }
    .uni-tooltip--alternative:not(.uni-tooltip--active):hover,
    .uni-tooltip--alternative:not(.uni-tooltip--active):hover .uni-tooltip__text {
      visibility: hidden !important; }
    @media (max-width: 1100px) {
      .uni-tooltip--alternative .uni-tooltip__text {
        position: relative;
        left: 0; } }

.uni-input {
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1.125rem;
  color: #224251;
  padding: 0 20px;
  border-radius: 4px;
  will-change: border;
  -webkit-appearance: none;
  height: 56px;
  border: 0; }
  .uni-input[type='number'] {
    -moz-appearance: textfield; }
  .uni-input::-webkit-outer-spin-button, .uni-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .uni-input::-webkit-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-input:-ms-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-input::-ms-input-placeholder {
    font-family: "IntervalNextBook", sans-serif;
    color: #d1d5da; }
  .uni-input:focus {
    border: 2px solid #66d5ff;
    outline: none; }
  .uni-input--extra-small {
    height: 34px; }
  .uni-input--small {
    height: 44px; }
  .uni-input--medium {
    height: 48px; }
  .uni-input--large {
    height: 56px; }
  .uni-input--range {
    position: relative;
    width: calc(100% - 134px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid #d1d5da;
    border-right: 0;
    -webkit-appearance: none; }
  .uni-input--transparent {
    background-color: transparent;
    border: 0; }
  .uni-input--full-width {
    width: 100%; }
  .uni-input--bordered {
    border: 2px solid #d1d5da; }
  .uni-input--warning {
    border: 2px solid #fff2b6; }
  .uni-input--error {
    border: 2px solid #ff8d8d; }
  .uni-input--success {
    border: 2px solid #44c482; }
  @media (max-width: 767px) {
    .uni-input + .uni-tooltip--alternative {
      left: 0;
      top: calc(100% + 12px);
      min-width: 60%;
      max-width: 80%;
      width: auto; }
      .uni-input + .uni-tooltip--alternative .uni-tooltip__text {
        width: auto;
        left: 0;
        box-shadow: 0 8px 10px 0 rgba(31, 36, 50, 0.45); }
        .uni-input + .uni-tooltip--alternative .uni-tooltip__text:before {
          top: -10px;
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
          left: 5px; } }

.uni-input-tooltip-container {
  position: relative;
  display: inline-block; }

.uni-horizontal-tabs .tabs {
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 0px;
  margin-bottom: 8px;
  border-bottom: 1px solid #d1d5da; }
  .uni-horizontal-tabs .tabs__button {
    margin-left: auto;
    margin-bottom: 4px; }
  .uni-horizontal-tabs .tabs__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 4px 0;
    margin: auto 38px auto 0;
    font-family: "IntervalNextBook", sans-serif;
    font-size: 0.9375rem;
    color: #575757;
    text-transform: capitalize; }
    .uni-horizontal-tabs .tabs__item:hover, .uni-horizontal-tabs .tabs__item--active {
      cursor: pointer;
      color: #00adef; }
      .uni-horizontal-tabs .tabs__item:hover:before, .uni-horizontal-tabs .tabs__item--active:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        bottom: 0px;
        left: 0;
        background-color: #00adef; }
    .uni-horizontal-tabs .tabs__item--active {
      font-family: "IntervalNextReg", sans-serif;
      color: #00adef; }

.uni-stars {
  display: flex; }
  .uni-stars svg {
    width: 28px;
    height: 28px; }

.uni-image-gallery {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  margin-top: 32px;
  min-height: 334px;
  color: #575757; }
  @media (max-width: 600px) {
    .uni-image-gallery {
      padding: 0 14px; } }
  .uni-image-gallery__title {
    font-size: 1.25rem;
    color: #224251;
    margin-bottom: 16px; }
  .uni-image-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 334px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 46px;
    border: 2px dashed #d1d5da;
    border-bottom: 2px solid #d1d5da;
    text-align: center;
    list-style-type: none; }
    @media (max-width: 600px) {
      .uni-image-gallery__wrapper {
        height: auto;
        min-height: 195px;
        overflow: auto; } }
    .uni-image-gallery__wrapper__button {
      align-items: center;
      justify-content: center;
      display: flex;
      font-family: "IntervalNextReg", sans-serif;
      min-width: 130px;
      height: 44px;
      padding: 0 22px;
      max-width: 180px;
      background-color: transparent;
      border-radius: 2px;
      border: none;
      outline: none;
      will-change: background-color;
      font-size: 1rem;
      text-align: center;
      color: #00adef;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 20px; }
      .uni-image-gallery__wrapper__button--extra-small {
        height: 34px; }
      .uni-image-gallery__wrapper__button--small {
        height: 44px; }
      .uni-image-gallery__wrapper__button--medium {
        height: 48px; }
      .uni-image-gallery__wrapper__button--large {
        height: 56px; }
      .uni-image-gallery__wrapper__button:hover {
        cursor: pointer; }
      .uni-image-gallery__wrapper__button--primary {
        text-align: center;
        background-color: #00adef;
        color: #fff; }
        .uni-image-gallery__wrapper__button--primary:active {
          background-color: #33bdf2; }
      .uni-image-gallery__wrapper__button--secondary {
        text-align: center;
        border: 2px solid #00adef; }
      .uni-image-gallery__wrapper__button--alternative {
        text-align: center;
        background-color: #44c482;
        color: #fff; }
      .uni-image-gallery__wrapper__button--link {
        justify-content: flex-start;
        padding: 0;
        background-color: transparent;
        text-decoration: underline;
        text-align: left;
        color: #00adef; }
      .uni-image-gallery__wrapper__button--full-width {
        max-width: 100%;
        width: 100%;
        max-width: initial; }
      .uni-image-gallery__wrapper__button--large {
        font-size: 1.25rem; }
      .uni-image-gallery__wrapper__button--medium {
        font-size: 1.25rem; }
      .uni-image-gallery__wrapper__button--small {
        font-size: 1rem; }
      .uni-image-gallery__wrapper__button--disabled {
        background-color: #f0f1f3;
        color: #d1d5da;
        cursor: initial;
        pointer-events: none;
        border: 0; }
    .uni-image-gallery__wrapper__message {
      width: 100%;
      font-size: 1rem;
      opacity: 0.7; }
    .uni-image-gallery__wrapper__image {
      width: calc(25% - 20px);
      height: 160px;
      margin: 20px 10px 0px 10px;
      border-bottom: 2px solid #d1d5da;
      border-radius: 2px; }
    .uni-image-gallery__wrapper__item, .uni-image-gallery__wrapper__add-more {
      position: relative;
      width: calc(25% - 20px);
      min-height: 160px;
      margin: 10px;
      overflow: hidden; }
      .uni-image-gallery__wrapper__item:hover, .uni-image-gallery__wrapper__add-more:hover {
        cursor: pointer; }
      @media (max-width: 600px) {
        .uni-image-gallery__wrapper__item, .uni-image-gallery__wrapper__add-more {
          width: calc(100% - 20px); } }
    .uni-image-gallery__wrapper__item {
      border-radius: 2px; }
      .uni-image-gallery__wrapper__item__image {
        position: relative;
        height: 160px;
        margin-bottom: 14px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1; }
      .uni-image-gallery__wrapper__item__caption {
        font-size: 1rem;
        color: #575757;
        text-align: left; }
      .uni-image-gallery__wrapper__item__remove, .uni-image-gallery__wrapper__item__select, .uni-image-gallery__wrapper__item__main {
        content: " ";
        position: absolute;
        display: block;
        width: 35px;
        height: 35px;
        top: 15px;
        right: 15px;
        border-radius: 5px;
        background-color: rgba(250, 250, 250, 0.55);
        z-index: 2; }
      .uni-image-gallery__wrapper__item__select, .uni-image-gallery__wrapper__item__main {
        width: 27px;
        height: 27px;
        right: auto;
        left: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 50%;
        background-color: transparent;
        font-size: 1rem;
        color: #fff; }
        .uni-image-gallery__wrapper__item__select--selected, .uni-image-gallery__wrapper__item__main--selected {
          background-color: #00adef;
          border: none; }
      .uni-image-gallery__wrapper__item__main {
        width: auto;
        height: 34px;
        line-height: 34px;
        left: 0;
        padding: 0px 10px 0px 34px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        background-color: rgba(87, 87, 87, 0.49);
        border: none; }
        .uni-image-gallery__wrapper__item__main--selected {
          background-color: #00adef; }
    .uni-image-gallery__wrapper__add-more {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      border: 2px dashed #e0e0e0;
      background-color: #f0f0f0;
      text-align: center;
      font-size: 1.25rem;
      color: #888; }
      .uni-image-gallery__wrapper__add-more .plus {
        font-family: "IntervalNextReg", sans-serif;
        font-size: 2rem;
        color: #303030;
        display: block;
        width: 100%;
        margin-bottom: 15px;
        color: #888; }
        .uni-image-gallery__wrapper__add-more .plus--light {
          font-family: "IntervalNextLi", sans-serif; }
  .uni-image-gallery__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00222f;
    background-color: #224251;
    padding: 0 10px;
    width: auto; }
    .uni-image-gallery__remove svg {
      width: 18px;
      fill: #00222f; }
    .uni-image-gallery__remove--alert {
      background-color: #ff6b6b;
      color: #fff;
      opacity: 0.9; }
  .uni-image-gallery--has-images .uni-image-gallery__wrapper,
  .uni-image-gallery--select-images .uni-image-gallery__wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    background-color: #fafafa; }
  .uni-image-gallery--select-images .uni-image-gallery__wrapper__item__image:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35); }
  .uni-image-gallery__wrapper {
    overflow: hidden;
    overflow-x: scroll; }
    .uni-image-gallery__wrapper__item__main {
      display: flex;
      align-items: center;
      padding: 0 10px;
      font-size: 1rem; }
      .uni-image-gallery__wrapper__item__main svg {
        width: 15px;
        margin-right: 8px; }
        .uni-image-gallery__wrapper__item__main svg,
        .uni-image-gallery__wrapper__item__main svg path {
          fill: #fff; }

.uni-autocomplete {
  width: 100%; }

.options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  border: solid 2px #d1d5da;
  border-radius: 4px;
  margin-top: 4px;
  overflow-y: auto; }

.option {
  display: block;
  font-family: "IntervalNextBook", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #224251; }
  .option--highlighted, .option:hover {
    background: #dbf5ff; }
  .option:not(:last-child) {
    border-bottom: 1px solid #f0f0f0; }
  .option svg {
    width: 22px;
    margin-right: 10px;
    flex-shrink: 0; }

[data-ember-action]:not(:disabled) {
  cursor: pointer; }

.g-map-declarations {
  display: none;
}

/* Bootstrap 3 Fix */
.picker__input[readonly],
.picker__input:hover {
  background: #fff;
  cursor: text;
}
