@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,400i,700);
@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

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

.vimeo-image,
.vimeo-image:after,
.vimeo-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo {
  position: relative;
  padding-bottom: 56.25%;
  background: #e2e2e2;
}
.vimeo iframe {
  border: 0;
}
.vimeo-image {
  background-position: center center;
  background-size: 100% auto;
}
.vimeo-image:after {
  z-index: 1;
  display: block;
  content: '';
  background: rgba(0,0,0,0.3);
}
.vimeo-play-button,
.vimeo-loading {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.vimeo-play-button {
  z-index: 2;
  position: absolute;
  padding: 0;
  width: 70px;
  border: 0;
  background: none;
}
.vimeo-play-button:focus {
  outline: none;
}
.vimeo-play-button svg {
  fill: #fff;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0,0,0,0.8));
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.8));
}
.vimeo-loading {
  z-index: 4;
  position: absolute;
  width: 32px;
  height: 32px;
}
.vimeo-loading svg {
  fill: #000;
  transform-origin: 50% 50%;
  -webkit-animation: spinner 0.8s infinite linear;
  animation: spinner 0.8s infinite linear;
}
.vimeo-embed iframe {
  width: 100%;
  height: 100%;
}
@-moz-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0");src:url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.0") format("woff"),url("https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.image-gallery-fullscreen-button::before,.image-gallery-play-button::before,.image-gallery-left-nav::before,.image-gallery-right-nav::before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content.fullscreen .image-gallery-slide{background:#000}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 113px)}@media(max-width: 768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 84px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-fullscreen-button,.image-gallery-play-button,.image-gallery-left-nav,.image-gallery-right-nav{appearance:none;background-color:rgba(0,0,0,0);border:0;cursor:pointer;outline:none;position:absolute;z-index:4}.image-gallery-fullscreen-button::before,.image-gallery-play-button::before,.image-gallery-left-nav::before,.image-gallery-right-nav::before{color:#fff;line-height:.7;text-shadow:0 2px 2px hsl(0,0%,10%);transition:color .2s ease-out}.image-gallery-fullscreen-button:hover::before,.image-gallery-play-button:hover::before,.image-gallery-left-nav:hover::before,.image-gallery-right-nav:hover::before{color:#337ab7}@media(max-width: 768px){.image-gallery-fullscreen-button:hover::before,.image-gallery-play-button:hover::before,.image-gallery-left-nav:hover::before,.image-gallery-right-nav:hover::before{color:#fff}}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0}.image-gallery-fullscreen-button::before,.image-gallery-play-button::before{font-size:2.7em;padding:15px 20px;text-shadow:0 1px 1px hsl(0,0%,10%)}@media(max-width: 768px){.image-gallery-fullscreen-button::before,.image-gallery-play-button::before{font-size:2.4em}}@media(max-width: 480px){.image-gallery-fullscreen-button::before,.image-gallery-play-button::before{font-size:2em}}.image-gallery-fullscreen-button:hover::before,.image-gallery-play-button:hover::before{color:#fff;transform:scale(1.1)}@media(max-width: 768px){.image-gallery-fullscreen-button:hover::before,.image-gallery-play-button:hover::before{transform:none}}.image-gallery-fullscreen-button{right:0}.image-gallery-fullscreen-button::before{content:""}.image-gallery-fullscreen-button.active::before{content:""}.image-gallery-fullscreen-button.active:hover::before{transform:scale(0.9)}.image-gallery-play-button{left:0}.image-gallery-play-button::before{content:""}.image-gallery-play-button.active::before{content:""}.image-gallery-left-nav,.image-gallery-right-nav{color:#fff;font-size:5em;padding:50px 15px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}@media(max-width: 768px){.image-gallery-left-nav,.image-gallery-right-nav{font-size:3.4em;padding:20px 15px}}@media(max-width: 480px){.image-gallery-left-nav,.image-gallery-right-nav{font-size:2.4em;padding:0 15px}}.image-gallery-left-nav{left:0}.image-gallery-left-nav::before{content:""}.image-gallery-right-nav{right:0}.image-gallery-right-nav::before{content:""}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap}.image-gallery-slide{background:#fff;left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center{position:relative}.image-gallery-slide img{width:100%}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:50%;box-shadow:0 1px 0 hsl(0,0%,10%);cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px}@media(max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet.active{background:#fff}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{display:inline-block;vertical-align:top;width:108px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.left,.image-gallery-thumbnails-wrapper.right{width:81px}}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0}.image-gallery-thumbnails-wrapper.left{margin-right:5px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.left{margin-right:3px}}.image-gallery-thumbnails-wrapper.right{margin-left:5px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.right{margin-left:3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;transition:transform .45s ease-out;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px}@media(max-width: 768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:75px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{position:relative}.image-gallery-thumbnail img{vertical-align:middle;width:100%}.image-gallery-thumbnail.active{border:4px solid #337ab7}@media(max-width: 768px){.image-gallery-thumbnail.active{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:1px 1px 0 #000;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:"FontAwesome";src:url(../8b43027f47b20503057d.eot?v=4.7.0);src:url(../8b43027f47b20503057d.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff"),url(../1e59d2330b4c6deb84b3.ttf?v=4.7.0) format("truetype"),url(../c1e38fd9e0e74ba58f7a.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.lz-container,.zef-contact-container{display:none;position:fixed;bottom:-1px;right:30px;z-index:99999;font-family:Arial,sans-serif}.lz-container table,.zef-contact-container table{height:auto !important;margin:0;padding:0;border:none}.lz-container table tr,.zef-contact-container table tr{border:none;background:none}.lz-container table td,.zef-contact-container table td{background:none repeat scroll 0 0 rgba(0,0,0,0) !important;border:medium none;line-height:100%;padding:0;text-align:left}.lz-container *,.zef-contact-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.lz-chatbox,.lz-offline-chatbox{left:0;line-height:0 !important;padding:35px 0 0;position:relative;text-align:left;top:0;width:225px;z-index:999;-moz-box-shadow:0 0 5px 1px rgba(0,0,0,.1);-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.1);box-shadow:0 0 5px 1px rgba(0,0,0,.1)}.lz-chatbox>div{display:block}.lz-content,.lz-offline-content{background:#fff;border-bottom:1px solid #e7e7e7;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7}.lz-content ul.lz-msglog,.lz-offline-content ul.lz-msglog{display:block;overflow-y:auto;height:235px;list-style-type:none;list-style-image:none;margin:0;padding:0;border-bottom:1px solid #e7e7e7;background:#fff;zoom:1}.lz-content ul.lz-msglog li,.lz-offline-content ul.lz-msglog li{padding:0;background:none;margin:0;text-indent:0;line-height:100%}.lz-content ul.lz-msglog li ul,.lz-offline-content ul.lz-msglog li ul{list-style-type:none;margin:0;padding:0;line-height:150% !important;list-style-image:none}.lz-content ul.lz-msglog li ul span,.lz-offline-content ul.lz-msglog li ul span{float:left;margin-right:5px;zoom:1}.lz-content ul.lz-msglog li ul.lz-msg-operator-offline li,.lz-content ul.lz-msglog li ul.lz-msg-operator-online li,.lz-offline-content ul.lz-msglog li ul.lz-msg-operator-offline li,.lz-offline-content ul.lz-msglog li ul.lz-msg-operator-online li{font-size:11px;padding:5px 0}.lz-content ul.lz-msglog li.lz-msg-a,.lz-content ul.lz-msglog li.lz-msg-b,.lz-offline-content ul.lz-msglog li.lz-msg-a,.lz-offline-content ul.lz-msglog li.lz-msg-b{border-top:1px solid #e7e7e7;display:block;line-height:150% !important;margin:0 5px;padding:5px}.lz-content ul.lz-msglog li.lz-msg-a .lz-msg-time,.lz-content ul.lz-msglog li.lz-msg-b .lz-msg-time,.lz-offline-content ul.lz-msglog li.lz-msg-a .lz-msg-time,.lz-offline-content ul.lz-msglog li.lz-msg-b .lz-msg-time{border:0 none;font-size:10px;font-weight:normal;margin:0;padding:0}.lz-content ul.lz-msglog li.lz-msg-a .lz-msg-a-container li.lz-msg-b-msg p.lz-msg-text,.lz-content ul.lz-msglog li.lz-msg-a .lz-msg-a-container li li.lz-msg-a-msg p.lz-msg-text,.lz-content ul.lz-msglog li.lz-msg-b .lz-msg-a-container li.lz-msg-b-msg p.lz-msg-text,.lz-content ul.lz-msglog li.lz-msg-b .lz-msg-a-container li li.lz-msg-a-msg p.lz-msg-text,.lz-offline-content ul.lz-msglog li.lz-msg-a .lz-msg-a-container li.lz-msg-b-msg p.lz-msg-text,.lz-offline-content ul.lz-msglog li.lz-msg-a .lz-msg-a-container li li.lz-msg-a-msg p.lz-msg-text,.lz-offline-content ul.lz-msglog li.lz-msg-b .lz-msg-a-container li.lz-msg-b-msg p.lz-msg-text,.lz-offline-content ul.lz-msglog li.lz-msg-b .lz-msg-a-container li li.lz-msg-a-msg p.lz-msg-text{margin:0;padding:0;border:0;padding-top:0px;white-space:normal}.lz-content ul.lz-msglog li.lz-msg-operator-typing,.lz-offline-content ul.lz-msglog li.lz-msg-operator-typing{background:url("//commondatastorage.googleapis.com/livezhat/lzimages/edit.png") no-repeat scroll 10px 0px rgba(0,0,0,0);margin:0;padding:0;border:0;font-weight:bold;min-height:24px}.lz-content ul.lz-msglog li.lz-msg-operator-typing span,.lz-offline-content ul.lz-msglog li.lz-msg-operator-typing span{display:block;font-size:11px;padding:5px 15px 10px 40px}.lz-content textarea.lz-input,.lz-offline-content textarea.lz-input{background:url("//livezhat.zef.fi/default_blueplain/chat-icon.png") no-repeat scroll 8px 12px rgba(0,0,0,0);border:0 none;height:35px;margin:0;overflow:auto;padding:10px 3px 5px 25px;resize:none;width:100%;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;line-height:125%;top:auto;float:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;line-height:100% !important}.lz-content textarea.lz-input-activated,.lz-offline-content textarea.lz-input-activated{height:55px;overflow:auto}#__lz_contact-welcome{font-size:11px;line-height:150%;padding:10px}#__lz_contact-loader{display:none;padding:10px}#__lz_contact-thanks,#__lz_contact-error{display:none;font-size:11px;line-height:150%;padding:10px}.__lz_email_input,.__lz_phone_input,.__lz_message_input{border:0 none;margin:0;padding:0}#__lz_email_input_id,#__lz_phone_input_id,#__lz_message_input_id{border:0 none;float:none;height:auto;margin:0;width:100%;outline:none;padding:10px 3px 10px 25px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}#__lz_email_input_id{background:url("//livezhat.zef.fi/default_blueplain/email-icon.png") no-repeat scroll 8px 12px rgba(0,0,0,0)}#__lz_phone_input_id{background:url("//livezhat.zef.fi/default_blueplain/phone-icon.png") no-repeat scroll 8px 12px rgba(0,0,0,0)}#__lz_message_input_id{background:url("//livezhat.zef.fi/default_blueplain/chat-icon.png") no-repeat scroll 8px 12px rgba(0,0,0,0);height:35px;overflow:auto;font-family:inherit;resize:none}#__lz_contact-submit{text-align:right}.__lz_contact-submit{display:inline-block;font-family:inherit;font-size:11px;margin:10px;padding:6px 10px;position:relative}.lz-bar,.lz-offline-bar-active{height:35px;left:0;padding:0;position:absolute;text-align:left;top:0;width:100%;z-index:1000;background:#23b94d}.lz-bar-minimized,.lz-offline-bar-minimized{zoom:1}.lz-label,.lz-offline-logo{display:block;height:100%;line-height:100%;padding:12px;text-align:left;width:100%}.lz-label span,.lz-offline-logo span{color:#fff;font-size:12px}.lz-close,.lz-offline-close{background:url("//livezhat.zef.fi/default_blueplain/close.png") repeat scroll 0 0 #e7e7e7;cursor:pointer;display:block;height:20px;overflow:hidden;position:absolute;right:-20px;top:7px;width:20px}#__lz_email_input_id,#__lz_phone_input_id,#__lz_message_input_id,textarea.lz-input{font-size:11px;color:#333;font-family:inherit;border-top:1px solid #e7e7e7;line-height:100%}textarea.lz-input{border:none}#__lz_contact-welcome,#__lz_contact-thanks,.lz-container p,li.lz-msg-a ul p,li.lz-msg-b ul p,li.lz-date ul p,.lz-msg-operator-online,.lz-msg-operator-offline{line-height:150%;color:#333;font-family:inherit;font-size:11px;margin:0;white-space:normal}#__lz_contact-welcome a,#__lz_contact-thanks a,.lz-container p a,li.lz-msg-a ul p a,li.lz-msg-b ul p a,li.lz-date ul p a,.lz-msg-operator-online a,.lz-msg-operator-offline a{color:#23b94d;text-decoration:underline}#__lz_contact-welcome a:hover,#__lz_contact-thanks a:hover,.lz-container p a:hover,li.lz-msg-a ul p a:hover,li.lz-msg-b ul p a:hover,li.lz-date ul p a:hover,.lz-msg-operator-online a:hover,.lz-msg-operator-offline a:hover{color:#333;text-decoration:none}.lz-msg-sender-a,.lz-msg-sender-b{font-size:11px;font-weight:bold}.lz-msg-sender-a{color:#23b94d}.lz-msg-sender-b{color:#23b94d}.lz-msg-time{color:#777 !important}li.lz-msg-operator-typing{color:#23b94d}.lz-label,.lz-offline-logo{color:#fff;font-size:12px}#__lz_contact-error{color:#d20000}.__lz_contact-submit{background:none repeat scroll 0 0 #e4e4e4;border:1px solid #d9d9d9;color:#000;line-height:100%}.lz-menu-item{background:none repeat scroll 0 0 #e7e7e7 !important;color:#000 !important;height:auto !important;padding:6px 8px !important;position:absolute !important;right:20px !important;top:-3px !important}.lz-menu-item a{color:#000 !important}@media print{.lz-container,.zef-contact-container{display:none !important}}.lz-bar,.lz-offline-bar-active{background:url("//livezhat.zef.fi/default_blueplain/bar_bg.png") repeat-x;border:1px solid #1688e5;height:36px}.lz-msg-sender-a{color:#085fb8}.lz-msg-sender-b{color:#1688e5}.lz-msg-time{color:#c5c5c5 !important}li.lz-msg-operator-typing{color:#bcbcbc}.lz-close,.lz-offline-close{right:-21px}.lz-container{font-family:Roboto !important}.lz-content{font-weight:400 !important}.lz-bar{background-image:none !important;background-color:#009cf8 !important;border:none !important}.lz-header-texts{font-weight:500 !important}.lz-close{right:0 !important;background-image:none !important;background-color:rgba(0,0,0,0) !important}.lz-close:after{position:relative;right:0px;top:10px;font-family:FontAwesome;content:"";color:#fff}.lz-msg-sender-a,.lz-msg-sender-b{font-weight:bold !important}.lz-content ul.lz-msglog li.lz-msg-operator-typing,.lz-offline-content ul.lz-msglog li.lz-msg-operator-typing{font-weight:bold !important}.lz-content ul.lz-msglog li.lz-msg-a .lz-msg-time,.lz-content ul.lz-msglog li.lz-msg-b .lz-msg-time,.lz-offline-content ul.lz-msglog li.lz-msg-a .lz-msg-time,.lz-offline-content ul.lz-msglog li.lz-msg-b .lz-msg-time{font-weight:400 !important}.radio-container{cursor:pointer;display:grid;grid-template-columns:auto 1fr;gap:.5rem;align-items:center}.radio-container>label{font-weight:normal;margin:0}.radio-container>label,.radio-container>input{cursor:pointer}.checkbox-container{cursor:pointer;display:grid;grid-template-columns:auto 1fr;gap:.5rem;align-items:center}.checkbox-container>label{font-weight:normal;margin:0}.checkbox-container>label,.checkbox-container>input{cursor:pointer}select,textarea,input{height:1rem;padding:.25rem .5rem;font-size:.875rem;color:#333 !important;background-color:#fcfcfc;border:1px solid #c2c2c2;height:auto}@media only screen and (max-width: 319px){select,textarea,input{font-size:1rem !important}}@media only screen and (min-width: 320px)and (max-width: 424px){select,textarea,input{font-size:1rem !important}}@media only screen and (min-width: 425px)and (max-width: 767px){select,textarea,input{font-size:1rem !important}}@media only screen and (min-width: 768px)and (max-width: 1023px){select,textarea,input{font-size:1rem !important}}.form-control{height:2rem;padding:.5rem;font-size:.875rem;box-shadow:none}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#f4f4f4}.input-group{width:100%}.input-group-feedback{z-index:4}.input-group-addon{color:#009cf8;background-color:#fcfcfc}select,textarea,input,button,.input-group-addon{z-index:1;-webkit-border-radius:0 !important;border-radius:0 !important}::-webkit-input-placeholder{color:#ccc !important}:-moz-placeholder{color:#ccc !important}::-moz-placeholder{color:#ccc !important}:-ms-input-placeholder{color:#ccc !important}.smart-static-field__container{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.smart-static-field__container--editable:hover{background-color:hsl(0,0%,95%)}.smart-static-field__edit-button{padding:.125rem .45rem;font-size:1.25rem;color:#fff;background-color:#333;cursor:pointer}.smart-static-field__edit-button span{position:relative;top:-1px;left:0;font-size:.75rem}.smart-static-field__done-button{margin-left:1rem;padding:.125rem .25rem;font-size:1.25rem;color:#fff;background-color:#228b22;cursor:pointer}.autocomplete__wrap{background-color:#fff;padding:0;margin:0;font-size:.8rem;position:fixed;overflow:auto;max-height:20rem;min-width:185px}.autocomplete__item{z-index:100000;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:.5rem 1rem;cursor:pointer;border-bottom:1px solid #666}.autocomplete__item:hover{background-color:#d3d3d3}.autocomplete__item span:nth-of-type(2){margin-left:.5rem}.smart-time-field{width:5rem !important}.react-datepicker{font:"Roboto",sans-serif;font-size:.9rem;font-weight:300;border-radius:0}.react-datepicker__wrap{position:relative}.react-datepicker__calendar-icon{z-index:1;position:absolute;font-size:.9rem;top:.5rem;right:.75rem}@media only screen and (max-width: 319px){.react-datepicker__calendar-icon{font-size:1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.react-datepicker__calendar-icon{font-size:1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.react-datepicker__calendar-icon{font-size:1rem}}.react-datepicker__input-container input{z-index:2;display:block;height:2rem;padding:.5rem;font-size:.875rem}@media only screen and (max-width: 319px){.react-datepicker__input-container input{width:8rem;font-size:1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.react-datepicker__input-container input{width:8rem;font-size:1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.react-datepicker__input-container input{width:8rem;font-size:1rem}}.react-datepicker__day{border-radius:0}.react-datepicker__day--selected{background-color:#009cf8}.btn-group>.btn:first-child{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.btn .caret{margin:auto 0 auto auto}.customer-data-form{width:375px}@media only screen and (max-width: 319px){.customer-data-form{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.customer-data-form{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.customer-data-form{width:100%}}.control-wrap{display:grid;grid-template-columns:1.125rem auto;gap:.5rem;align-items:center;font-weight:300}input[type=radio]{-webkit-appearance:none;appearance:none;background-color:rgba(0,0,0,0);margin:0;font:inherit;color:#333;width:1.125rem;height:1.125rem;border:.1rem solid #333;border-radius:.75rem !important;transform:translateY(-0.075em);background-color:#fff;display:grid;place-content:center}input[type=radio]::before{content:"";width:.5rem;height:.5rem;border-radius:.25rem !important;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1rem 1rem #009cf8;background-color:#009cf8}input[type=radio]:checked::before{transform:scale(1)}input[type=checkbox]:focus,input[type=radio]:focus{outline:none;outline-offset:none;box-shadow:0 0 3px #009cf8}input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:rgba(0,0,0,0);margin:0;font:inherit;color:#333;width:1.125rem;height:1.125rem;border:1px solid #929292;transform:translateY(-0.075em);display:grid;place-content:center}input[type=checkbox]::before{content:"";width:.75rem;height:.75rem;clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);transform:scale(0);transform-origin:bottom left;transition:50ms transform ease-in-out;box-shadow:inset 1rem 1rem #009cf8;background-color:#009cf8}input[type=checkbox]:checked::before{transform:scale(1)}input[type=checkbox]:disabled::before,input[type=radio]:disabled::before{box-shadow:inset 1rem 1rem #c2c2c2;background-color:#c2c2c2;cursor:not-allowed}*{margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}html{height:100%;font-size:16px}a{cursor:pointer;color:#0079bf;text-decoration:none}a:hover,a:active,a:visited,a:active{color:#0079bf}a.anchor{display:block;position:relative;top:-87px;visibility:hidden}a.error,a.important{color:#b22222}a.error:hover,a.error:active,a.error:visited,a.error:active,a.important:hover,a.important:active,a.important:visited,a.important:active{color:#b22222}body{width:100%;height:100%;-webkit-font-smoothing:subpixel-antialiased;-khtml-font-smoothing:subpixel-antialiased;-moz-font-smoothing:subpixel-antialiased;-ms-font-smoothing:subpixel-antialiased;-o-font-smoothing:subpixel-antialiased;font-smoothing:subpixel-antialiased;font:100% "Roboto",sans-serif;font-size:16px;font-weight:300;line-height:1.5rem;color:#333}body img{width:100%;height:auto}body img.image--wrap-text{float:right;margin:0 .25rem}body img.image--medium{max-height:13rem}body img.image--small{max-height:10rem}body img.image--big_icon{float:none;display:inline-block;max-height:4rem;max-width:4rem}body .heading-organizer{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}@media only screen and (max-width: 319px){body .heading-organizer{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){body .heading-organizer{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){body .heading-organizer{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}body h1,body .h1-like{margin:0 0 1rem 0;font-weight:300;font-style:normal;font-size:35.2px;color:#0079bf}@media only screen and (max-width: 319px){body h1,body .h1-like{font-size:28.16px}}@media only screen and (min-width: 320px)and (max-width: 424px){body h1,body .h1-like{font-size:28.16px}}@media only screen and (min-width: 425px)and (max-width: 767px){body h1,body .h1-like{font-size:28.16px}}@media only screen and (min-width: 768px)and (max-width: 1023px){body h1,body .h1-like{font-size:28.16px}}body .h1-like{-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;line-height:1.1}@media only screen and (max-width: 319px){body .h1-like{margin-bottom:.1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){body .h1-like{margin-bottom:.1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){body .h1-like{margin-bottom:.1rem}}body h2,body .h2-like{margin:0 0 .75rem 0;font-weight:300;font-style:normal;font-size:24px;color:#0079bf}body h3,body .h3-like{margin:0 0 .5rem 0;font-weight:400;font-style:normal;font-size:20px;color:#0079bf}body h4{margin:0 0 .75rem 0;font-size:18px;padding:0}body section{position:relative;width:100%;min-height:150px;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0 1.5rem;line-height:150%;-webkit-backface-visibility:hidden;-webkit-transition:min-height .5s;-moz-transition:min-height .5s;-ms-transition:min-height .5s;-o-transition:min-height .5s;transition:min-height .5s}@media only screen and (max-width: 319px){body section{padding:0 1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){body section{padding:0 1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){body section{padding:0 1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){body section{padding:0 1rem}}.under-maintenance__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:100%}.under-maintenance__container h1,.under-maintenance__container p{text-align:center}.under-maintenance__container img{width:300px;height:300px}@media only screen and (max-width: 319px){.under-maintenance__container img{width:200px;height:200px}}@media only screen and (min-width: 320px)and (max-width: 424px){.under-maintenance__container img{width:200px;height:200px}}@media only screen and (min-width: 425px)and (max-width: 767px){.under-maintenance__container img{width:200px;height:200px}}.textarea__limit{text-align:right;font-size:.75rem}.warning{color:#f08300}.noscroll{overflow:hidden}@media only screen and (max-width: 319px){.noscroll--side-menu{overflow:hidden}}@media only screen and (min-width: 320px)and (max-width: 424px){.noscroll--side-menu{overflow:hidden}}@media only screen and (min-width: 425px)and (max-width: 767px){.noscroll--side-menu{overflow:hidden}}@media only screen and (min-width: 768px)and (max-width: 1023px){.noscroll--side-menu{overflow:hidden}}.no-vertical-scroll{overflow-y:hidden}.kk-blue-text{color:#0079bf}.tooltip{min-width:1vw;max-width:100vw;color:#333 !important;background-color:#e4dbd6 !important;-webkit-border-radius:0 !important;border-radius:0 !important}.tooltip-inner{color:#000;text-align:left;background-color:#e4dbd6 !important;border:1px solid #000;-webkit-border-radius:0 !important;border-radius:0 !important}.__react_component_tooltip.place-bottom:after{border-bottom-color:#e4dbd6 !important}.__react_component_tooltip.place-top:after{border-top-color:#e4dbd6 !important}.__react_component_tooltip.place-left:after{border-left-color:#e4dbd6 !important}.__react_component_tooltip.place-right:after{border-right-color:#e4dbd6 !important}#root{height:100%}.minimalistic-style{-webkit-box-shadow:none !important;-khtml-box-shadow:none !important;-moz-box-shadow:none !important;-ms-box-shadow:none !important;-o-box-shadow:none !important;box-shadow:none !important}.main__wrap{height:100%}.main__content-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;min-height:100%;margin:0 auto;padding-top:87px;padding-bottom:232px}@media only screen and (max-width: 319px){.main__content-wrap{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.main__content-wrap{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.main__content-wrap{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.main__content-wrap{width:100%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.main__content-wrap{width:992px}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.main__content-wrap{width:1248px}}@media only screen and (min-width: 1440px){.main__content-wrap{width:1408px}}.main__footer-push{width:100%;height:200px}.inline-icon img{width:auto;height:16px;margin-top:-4px}.article__logo{max-height:3.75rem;float:left}.article__no-text-wrap-img{max-height:100%;float:none}.vertical-center,.price-calculator__extra-service-checkbox-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.force-regular-content{font-weight:300 !important}@media only screen and (max-width: 319px){.desktops-only{display:none !important}}@media only screen and (min-width: 320px)and (max-width: 424px){.desktops-only{display:none !important}}@media only screen and (min-width: 425px)and (max-width: 767px){.desktops-only{display:none !important}}@media only screen and (min-width: 768px)and (max-width: 1023px){.desktops-only{display:none !important}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.handhelds-only{display:none !important}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.handhelds-only{display:none !important}}@media only screen and (min-width: 1440px){.handhelds-only{display:none !important}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.mobiles-only{display:none !important}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.mobiles-only{display:none !important}}@media only screen and (min-width: 1440px){.mobiles-only{display:none !important}}@media only screen and (min-width: 768px)and (max-width: 1023px){.mobiles-only{display:none !important}}@media only screen and (max-width: 319px){.desktop-only{display:none !important}}@media only screen and (min-width: 320px)and (max-width: 424px){.desktop-only{display:none !important}}@media only screen and (min-width: 425px)and (max-width: 767px){.desktop-only{display:none !important}}@media only screen and (min-width: 768px)and (max-width: 1023px){.desktop-only{display:none !important}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.desktop-only{display:none !important}}@media only screen and (min-width: 1440px){.desktop-only{display:none !important}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.not-on-desktop{display:none !important}}@media only screen and (max-width: 319px){.not-on-mobiles{display:none !important}}@media only screen and (min-width: 320px)and (max-width: 424px){.not-on-mobiles{display:none !important}}@media only screen and (min-width: 425px)and (max-width: 767px){.not-on-mobiles{display:none !important}}.justify-right{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;text-align:right}.error{color:red}.error:before{margin-right:.5rem;font-family:"FontAwesome";content:""}.form-error-message{color:red;font-size:.75rem}.form-error-message:before{margin-right:.5rem;font-family:"FontAwesome";content:""}.front-page__video{width:480px;margin-bottom:.5rem}@media only screen and (max-width: 319px){.front-page__video{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.front-page__video{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.front-page__video{width:100%}}.orange{color:#f08300}.button--context-menu{font-size:1.25rem;color:#0079bf;background:none;border:none}.coming-soon{z-index:10;position:absolute;top:0;left:0;width:100%;height:100%;color:#009cf8;background-color:hsla(0,0%,100%,.75)}.coming-soon__content{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;height:100%}.bbcode-container ul{margin-left:1rem}.glyph-counter{display:block;position:relative;width:1rem}.glyph-counter__number{position:absolute;min-width:.75rem;max-width:2rem;height:.75rem;bottom:0rem;left:.5rem;padding-left:.275rem;padding-right:.25rem;font-size:.5rem;font-weight:bold;line-height:.865rem;color:#fff;background-color:#009cf8;border-radius:.375rem}.glyph-counter__number--green{background-color:#228b22}.glyph-counter__number--red{background-color:red}.glyph-counter__number--orange{background-color:#f08300}.glyph-counter__number--175x{height:1.3125rem;left:.875rem;font-size:.875rem;border-radius:.65625rem;padding-left:.48125rem;padding-right:.4375rem;line-height:1.4rem;bottom:-0.625rem}.glyph-counter__number--15x{height:1rem;min-width:1rem;max-width:5rem;text-align:center;left:1rem;font-size:.675rem;border-radius:.65625rem;line-height:1.0625rem;bottom:-0.325rem}.glyph-counter--175x{width:1.75rem;font-size:1.75rem}.glyph-counter--inline{display:inline-block}.button{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:.5rem;padding:.5rem 1rem;border:none;font-size:1rem;font-weight:700;color:#fff;background-color:rgb(255,143.95625,10.5);cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button:hover{color:#fff !important;background-color:rgb(255,167.11875,61.5)}.button:focus{color:#fff !important;background-color:rgb(255,143.95625,10.5);outline:none}.button:active{color:#fff !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:rgb(255,167.11875,61.5)}.button:visited{color:#fff !important;background-color:rgb(255,143.95625,10.5)}.button:hover,.button:focus,.button:active,.button:visited{text-decoration:none !important}.button--date-picker-clear{padding:.75rem}.button--date-picker-clear .fa{margin:0 !important}.button--micro{font-size:.75rem;line-height:1;padding:.425rem}.button--micro .fa{margin-right:.25rem !important}.button--tiny{font-size:.8rem;line-height:1;padding:.6rem}.button--popup-single{width:50%;max-width:75%;margin:0 auto}.button--back,.button--gray,.button--grey,.button--cancel{color:#fff;background-color:#666}.button--back:hover,.button--gray:hover,.button--grey:hover,.button--cancel:hover{color:#fff !important;background-color:hsl(0,0%,50%)}.button--back:focus,.button--gray:focus,.button--grey:focus,.button--cancel:focus{color:#fff !important;background-color:#666;outline:none}.button--back:active,.button--gray:active,.button--grey:active,.button--cancel:active{color:#fff !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:hsl(0,0%,50%)}.button--back:visited,.button--gray:visited,.button--grey:visited,.button--cancel:visited{color:#fff !important;background-color:#666}.button--blue,.button--scheduler-week-change{color:#fff;background-color:#009cf8}.button--blue:hover,.button--scheduler-week-change:hover{color:#fff !important;background-color:rgb(44,176.7258064516,255)}.button--blue:focus,.button--scheduler-week-change:focus{color:#fff !important;background-color:#009cf8;outline:none}.button--blue:active,.button--scheduler-week-change:active{color:#fff !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:rgb(44,176.7258064516,255)}.button--blue:visited,.button--scheduler-week-change:visited{color:#fff !important;background-color:#009cf8}.button--red{color:#fff;background-color:red}.button--red:hover{color:#fff !important;background-color:#f33}.button--red:focus{color:#fff !important;background-color:red;outline:none}.button--red:active{color:#fff !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:#f33}.button--red:visited{color:#fff !important;background-color:red}.button--green{color:#fff;background-color:#228b22}.button--green:hover{color:#fff !important;background-color:hsl(120,60.6936416185%,23.9215686275%)}.button--green:focus{color:#fff !important;background-color:#228b22;outline:none}.button--green:active{color:#fff !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:hsl(120,60.6936416185%,23.9215686275%)}.button--green:visited{color:#fff !important;background-color:#228b22}.button--scheduler-week-change{margin:0;padding:.5rem .8rem}.button--white{color:#333;background-color:#fff;pointer-events:none}.button--white:hover{color:#333 !important;background-color:hsl(0,0%,110%)}.button--white:focus{color:#333 !important;background-color:#fff;outline:none}.button--white:active{color:#333 !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:hsl(0,0%,110%)}.button--white:visited{color:#333 !important;background-color:#fff}.button--white-blue{color:#009cf8;background-color:#fff;border:1px solid #009cf8}.button--white-blue:hover{color:#009cf8 !important;background-color:hsl(0,0%,110%)}.button--white-blue:focus{color:#009cf8 !important;background-color:#fff;outline:none}.button--white-blue:active{color:#009cf8 !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:hsl(0,0%,110%)}.button--white-blue:visited{color:#009cf8 !important;background-color:#fff}.button--facebook{color:#fff;background-color:#3b5998}.button--facebook:hover{color:#fff !important;background-color:rgb(76.345971564,111.6066350711,185.654028436)}.button--facebook:focus{color:#fff !important;background-color:#3b5998;outline:none}.button--facebook:active{color:#fff !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:rgb(76.345971564,111.6066350711,185.654028436)}.button--facebook:visited{color:#fff !important;background-color:#3b5998}.button--facebook:before{position:relative;right:.5rem;font-family:"FontAwesome";content:""}.button--zip-code-send{font-size:1.25rem;padding:.325rem .5rem;margin-bottom:0;color:#fff;background-color:#666}.button--zip-code-send:hover{color:#fff !important;background-color:hsl(0,0%,50%)}.button--zip-code-send:focus{color:#fff !important;background-color:#666;outline:none}.button--zip-code-send:active{color:#fff !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:hsl(0,0%,50%)}.button--zip-code-send:visited{color:#fff !important;background-color:#666}.button--book-appointment,.button--mod-booked-appointment{font-size:.75rem;padding:.3rem 1rem}@media only screen and (max-width: 319px){.button--book-appointment,.button--mod-booked-appointment{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.button--book-appointment,.button--mod-booked-appointment{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.button--book-appointment,.button--mod-booked-appointment{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.button--book-appointment,.button--mod-booked-appointment{width:100%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.button--book-appointment,.button--mod-booked-appointment{padding:.3rem .45rem;font-size:.65rem}}.button--mod-booked-appointment{color:#333;background-color:#fff}.button--mod-booked-appointment:hover{color:#333 !important;background-color:hsl(0,0%,110%)}.button--mod-booked-appointment:focus{color:#333 !important;background-color:#fff;outline:none}.button--mod-booked-appointment:active{color:#333 !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:hsl(0,0%,110%)}.button--mod-booked-appointment:visited{color:#333 !important;background-color:#fff}.button--small{font-size:.9rem;padding:.45rem .9rem}.button--appointment{font-size:.8rem;padding:.4rem .8rem}@media only screen and (min-width: 1024px)and (max-width: 1279px){.button--appointment{font-size:.6rem;padding:.3rem .6rem}}.button--disabled{color:#fff;background-color:#c2c2c2}.button--disabled:hover{color:#fff !important;background-color:rgb(219.5,219.5,219.5)}.button--disabled:focus{color:#fff !important;background-color:#c2c2c2;outline:none}.button--disabled:active{color:#fff !important;-webkit-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-khtml-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-moz-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-ms-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;-o-box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;box-shadow:.05rem .05rem .25rem 0 rgba(0,0,0,.3) inset;background-color:rgb(219.5,219.5,219.5)}.button--disabled:visited{color:#fff !important;background-color:#c2c2c2}.button--disabled:hover,.button--disabled:focus,.button--disabled:active{color:#fff;background-color:#c2c2c2;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none;cursor:default}.button--no-margin{margin:0}.button__glyph{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-right:.5em}.button--inline-input{margin:0;padding:.5rem .625rem}.button--inline-input i{margin:0 !important}.button .fa{margin-right:.5rem}.button--icon-only .fa{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-right:0}.button-group{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}.button-group--handheld-spread{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start}@media only screen and (max-width: 319px){.button-group--handheld-spread{-webkit-box-pack:space-between !important;-ms-flex-pack:space-between !important;-webkit-justify-content:space-between !important;-moz-justify-content:space-between !important;justify-content:space-between !important}}@media only screen and (min-width: 320px)and (max-width: 424px){.button-group--handheld-spread{-webkit-box-pack:space-between !important;-ms-flex-pack:space-between !important;-webkit-justify-content:space-between !important;-moz-justify-content:space-between !important;justify-content:space-between !important}}@media only screen and (min-width: 425px)and (max-width: 767px){.button-group--handheld-spread{-webkit-box-pack:space-between !important;-ms-flex-pack:space-between !important;-webkit-justify-content:space-between !important;-moz-justify-content:space-between !important;justify-content:space-between !important}}@media only screen and (min-width: 768px)and (max-width: 1023px){.button-group--handheld-spread{-webkit-box-pack:space-between !important;-ms-flex-pack:space-between !important;-webkit-justify-content:space-between !important;-moz-justify-content:space-between !important;justify-content:space-between !important}}.button-group--spread{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.button-group--vertical{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.button-group--handheld-vertical{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 319px){.button-group--handheld-vertical{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width: 320px)and (max-width: 424px){.button-group--handheld-vertical{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width: 425px)and (max-width: 767px){.button-group--handheld-vertical{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width: 768px)and (max-width: 1023px){.button-group--handheld-vertical{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.button-group--handheld-vertical-reverse{-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 319px){.button-group--handheld-vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (min-width: 320px)and (max-width: 424px){.button-group--handheld-vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (min-width: 425px)and (max-width: 767px){.button-group--handheld-vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (min-width: 768px)and (max-width: 1023px){.button-group--handheld-vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.button-group--reverse{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.button-group--vertical-reverse{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.button-group--separate-buttons .button{margin-right:.5rem}.button-group--separate-buttons .button:last-of-type{margin-right:0}.button-group--separate-buttons>div{margin-right:.5rem}.button-group--separate-buttons>div:last-of-type{margin-right:0}.button-group--align-to-bottom{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end}.button-group--center{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.button-group--vertical-center{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.button-group--align-right{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end}.button-group--no-wrap{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}@media only screen and (min-width: 1024px)and (max-width: 1279px){.button-group--no-wrap-on-desktops{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.button-group--no-wrap-on-desktops{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}}@media only screen and (min-width: 1440px){.button-group--no-wrap-on-desktops{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}}.button-group--no-grow{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0}@media only screen and (max-width: 319px){.button-group--mobile-vertical{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width: 320px)and (max-width: 424px){.button-group--mobile-vertical{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width: 425px)and (max-width: 767px){.button-group--mobile-vertical{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.loader{z-index:10;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;background-color:hsla(0,0%,100%,.75)}.loader--jumbo .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.75);-khtml-transform:scale(0.75);-moz-transform:scale(0.75);-ms-transform:scale(0.75);-o-transform:scale(0.75);transform:scale(0.75)}.loader--jumbo .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--jumbo .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--jumbo .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--jumbo .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--jumbo .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--jumbo .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--jumbo .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--jumbo .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--jumbo .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--jumbo .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--jumbo .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}@media only screen and (max-width: 319px){.loader--jumbo{min-height:250px}.loader--jumbo .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.75);-khtml-transform:scale(0.75);-moz-transform:scale(0.75);-ms-transform:scale(0.75);-o-transform:scale(0.75);transform:scale(0.75)}.loader--jumbo .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--jumbo .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--jumbo .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--jumbo .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--jumbo .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--jumbo .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--jumbo .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--jumbo .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--jumbo .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--jumbo .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--jumbo .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}}@media only screen and (min-width: 320px)and (max-width: 424px){.loader--jumbo{min-height:250px}.loader--jumbo .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.75);-khtml-transform:scale(0.75);-moz-transform:scale(0.75);-ms-transform:scale(0.75);-o-transform:scale(0.75);transform:scale(0.75)}.loader--jumbo .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--jumbo .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--jumbo .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--jumbo .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--jumbo .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--jumbo .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--jumbo .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--jumbo .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--jumbo .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--jumbo .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--jumbo .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}}@media only screen and (min-width: 425px)and (max-width: 767px){.loader--jumbo{min-height:250px}.loader--jumbo .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.75);-khtml-transform:scale(0.75);-moz-transform:scale(0.75);-ms-transform:scale(0.75);-o-transform:scale(0.75);transform:scale(0.75)}.loader--jumbo .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--jumbo .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--jumbo .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--jumbo .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--jumbo .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--jumbo .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--jumbo .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--jumbo .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--jumbo .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--jumbo .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--jumbo .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}}@media only screen and (min-width: 768px)and (max-width: 1023px){.loader--jumbo{min-height:250px}.loader--jumbo .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.75);-khtml-transform:scale(0.75);-moz-transform:scale(0.75);-ms-transform:scale(0.75);-o-transform:scale(0.75);transform:scale(0.75)}.loader--jumbo .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--jumbo .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--jumbo .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--jumbo .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--jumbo .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--jumbo .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--jumbo .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--jumbo .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--jumbo .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--jumbo .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--jumbo .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--jumbo .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}}.loader--large .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.35);-khtml-transform:scale(0.35);-moz-transform:scale(0.35);-ms-transform:scale(0.35);-o-transform:scale(0.35);transform:scale(0.35)}.loader--large .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--large .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--large .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--large .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--large .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--large .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--large .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--large .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--large .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--large .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--large .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}@media only screen and (max-width: 319px){.loader--large{min-height:200px}.loader--large .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.25);-khtml-transform:scale(0.25);-moz-transform:scale(0.25);-ms-transform:scale(0.25);-o-transform:scale(0.25);transform:scale(0.25)}.loader--large .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--large .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--large .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--large .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--large .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--large .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--large .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--large .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--large .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--large .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--large .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}}@media only screen and (min-width: 320px)and (max-width: 424px){.loader--large{min-height:200px}.loader--large .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.25);-khtml-transform:scale(0.25);-moz-transform:scale(0.25);-ms-transform:scale(0.25);-o-transform:scale(0.25);transform:scale(0.25)}.loader--large .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--large .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--large .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--large .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--large .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--large .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--large .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--large .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--large .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--large .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--large .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}}@media only screen and (min-width: 425px)and (max-width: 767px){.loader--large{min-height:200px}.loader--large .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.25);-khtml-transform:scale(0.25);-moz-transform:scale(0.25);-ms-transform:scale(0.25);-o-transform:scale(0.25);transform:scale(0.25)}.loader--large .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--large .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--large .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--large .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--large .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--large .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--large .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--large .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--large .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--large .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--large .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}}@media only screen and (min-width: 768px)and (max-width: 1023px){.loader--large{min-height:200px}.loader--large .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.25);-khtml-transform:scale(0.25);-moz-transform:scale(0.25);-ms-transform:scale(0.25);-o-transform:scale(0.25);transform:scale(0.25)}.loader--large .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--large .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--large .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--large .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--large .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--large .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--large .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--large .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--large .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--large .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--large .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--large .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}}.loader--medium .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.25);-khtml-transform:scale(0.25);-moz-transform:scale(0.25);-ms-transform:scale(0.25);-o-transform:scale(0.25);transform:scale(0.25)}.loader--medium .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--medium .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--medium .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--medium .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--medium .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--medium .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--medium .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--medium .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--medium .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--medium .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--medium .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--medium .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--medium .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--medium .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--medium .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--medium .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--medium .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--medium .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}.loader--small .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.2);-khtml-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.loader--small .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--small .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--small .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--small .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--small .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--small .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--small .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--small .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--small .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--small .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--small .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--small .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--small .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--small .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--small .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--small .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--small .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--small .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}.loader--mini .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.12);-khtml-transform:scale(0.12);-moz-transform:scale(0.12);-ms-transform:scale(0.12);-o-transform:scale(0.12);transform:scale(0.12)}.loader--mini .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--mini .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--mini .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--mini .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--mini .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--mini .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--mini .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--mini .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--mini .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--mini .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--mini .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--mini .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--mini .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--mini .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--mini .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--mini .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--mini .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--mini .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}.loader--tiny .uil-spin-css{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50);width:0;margin:0 auto;margin-bottom:5rem;-webkit-transform:scale(0.1);-khtml-transform:scale(0.1);-moz-transform:scale(0.1);-ms-transform:scale(0.1);-o-transform:scale(0.1);transform:scale(0.1)}.loader--tiny .uil-spin-css>div{width:1px;height:1px;position:absolute}.loader--tiny .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border-radius:50%;border:16px solid #009cf8;height:100%;width:100%}.loader--tiny .uil-spin-css>div:nth-of-type(1)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}.loader--tiny .uil-spin-css>div:nth-of-type(1){-webkit-transform:rotate(45deg) translate(70px, 0);-khtml-transform:rotate(45deg) translate(70px, 0);-moz-transform:rotate(45deg) translate(70px, 0);-ms-transform:rotate(45deg) translate(70px, 0);-o-transform:rotate(45deg) translate(70px, 0);transform:rotate(45deg) translate(70px, 0)}.loader--tiny .uil-spin-css>div:nth-of-type(2)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.125s;-moz-animation-delay:.125s;-webkit-animation-delay:.125s;-o-animation-delay:.125s;animation-delay:.125s}.loader--tiny .uil-spin-css>div:nth-of-type(2){-webkit-transform:rotate(90deg) translate(70px, 0);-khtml-transform:rotate(90deg) translate(70px, 0);-moz-transform:rotate(90deg) translate(70px, 0);-ms-transform:rotate(90deg) translate(70px, 0);-o-transform:rotate(90deg) translate(70px, 0);transform:rotate(90deg) translate(70px, 0)}.loader--tiny .uil-spin-css>div:nth-of-type(3)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.25s;-moz-animation-delay:.25s;-webkit-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}.loader--tiny .uil-spin-css>div:nth-of-type(3){-webkit-transform:rotate(135deg) translate(70px, 0);-khtml-transform:rotate(135deg) translate(70px, 0);-moz-transform:rotate(135deg) translate(70px, 0);-ms-transform:rotate(135deg) translate(70px, 0);-o-transform:rotate(135deg) translate(70px, 0);transform:rotate(135deg) translate(70px, 0)}.loader--tiny .uil-spin-css>div:nth-of-type(4)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.375s;-moz-animation-delay:.375s;-webkit-animation-delay:.375s;-o-animation-delay:.375s;animation-delay:.375s}.loader--tiny .uil-spin-css>div:nth-of-type(4){-webkit-transform:rotate(180deg) translate(70px, 0);-khtml-transform:rotate(180deg) translate(70px, 0);-moz-transform:rotate(180deg) translate(70px, 0);-ms-transform:rotate(180deg) translate(70px, 0);-o-transform:rotate(180deg) translate(70px, 0);transform:rotate(180deg) translate(70px, 0)}.loader--tiny .uil-spin-css>div:nth-of-type(5)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.5s;-moz-animation-delay:.5s;-webkit-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}.loader--tiny .uil-spin-css>div:nth-of-type(5){-webkit-transform:rotate(225deg) translate(70px, 0);-khtml-transform:rotate(225deg) translate(70px, 0);-moz-transform:rotate(225deg) translate(70px, 0);-ms-transform:rotate(225deg) translate(70px, 0);-o-transform:rotate(225deg) translate(70px, 0);transform:rotate(225deg) translate(70px, 0)}.loader--tiny .uil-spin-css>div:nth-of-type(6)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.625s;-moz-animation-delay:.625s;-webkit-animation-delay:.625s;-o-animation-delay:.625s;animation-delay:.625s}.loader--tiny .uil-spin-css>div:nth-of-type(6){-webkit-transform:rotate(270deg) translate(70px, 0);-khtml-transform:rotate(270deg) translate(70px, 0);-moz-transform:rotate(270deg) translate(70px, 0);-ms-transform:rotate(270deg) translate(70px, 0);-o-transform:rotate(270deg) translate(70px, 0);transform:rotate(270deg) translate(70px, 0)}.loader--tiny .uil-spin-css>div:nth-of-type(7)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.75s;-moz-animation-delay:.75s;-webkit-animation-delay:.75s;-o-animation-delay:.75s;animation-delay:.75s}.loader--tiny .uil-spin-css>div:nth-of-type(7){-webkit-transform:rotate(315deg) translate(70px, 0);-khtml-transform:rotate(315deg) translate(70px, 0);-moz-transform:rotate(315deg) translate(70px, 0);-ms-transform:rotate(315deg) translate(70px, 0);-o-transform:rotate(315deg) translate(70px, 0);transform:rotate(315deg) translate(70px, 0)}.loader--tiny .uil-spin-css>div:nth-of-type(8)>div{-ms-animation:uil-spin-css 1s linear infinite;-moz-animation:uil-spin-css 1s linear infinite;-webkit-animation:uil-spin-css 1s linear infinite;-o-animation:uil-spin-css 1s linear infinite;animation:uil-spin-css 1s linear infinite;-ms-animation-delay:.875s;-moz-animation-delay:.875s;-webkit-animation-delay:.875s;-o-animation-delay:.875s;animation-delay:.875s}.loader--tiny .uil-spin-css>div:nth-of-type(8){-webkit-transform:rotate(360deg) translate(70px, 0);-khtml-transform:rotate(360deg) translate(70px, 0);-moz-transform:rotate(360deg) translate(70px, 0);-ms-transform:rotate(360deg) translate(70px, 0);-o-transform:rotate(360deg) translate(70px, 0);transform:rotate(360deg) translate(70px, 0)}.loader--white{background-color:rgba(0,0,0,0)}.loader--white .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #009cf8;-khtml-box-shadow:0 0 .5rem .5rem #009cf8;-moz-box-shadow:0 0 .5rem .5rem #009cf8;-ms-box-shadow:0 0 .5rem .5rem #009cf8;-o-box-shadow:0 0 .5rem .5rem #009cf8;box-shadow:0 0 .5rem .5rem #009cf8;background-color:#fff;border:16px solid #fff}.loader--white-on-grey{background-color:rgba(0,0,0,0)}.loader--white-on-grey .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #666;-khtml-box-shadow:0 0 .5rem .5rem #666;-moz-box-shadow:0 0 .5rem .5rem #666;-ms-box-shadow:0 0 .5rem .5rem #666;-o-box-shadow:0 0 .5rem .5rem #666;box-shadow:0 0 .5rem .5rem #666;background-color:#fff;border:16px solid #fff}.loader--blue .uil-spin-css>div>div{-webkit-box-shadow:0 0 .5rem .5rem #fff;-khtml-box-shadow:0 0 .5rem .5rem #fff;-moz-box-shadow:0 0 .5rem .5rem #fff;-ms-box-shadow:0 0 .5rem .5rem #fff;-o-box-shadow:0 0 .5rem .5rem #fff;box-shadow:0 0 .5rem .5rem #fff;background-color:#009cf8;border:16px solid #009cf8}.loader--opaque{background-color:#fff;z-index:100}.loader__content{position:-webkit-sticky;position:sticky;top:calc(var(--vh, 1vh)*50 + 3.5rem);margin-bottom:1rem;color:#009cf8}@media only screen and (max-width: 319px){.loader__content{top:calc(var(--vh, 1vh)*50 + 2.5rem)}}@media only screen and (min-width: 320px)and (max-width: 424px){.loader__content{top:calc(var(--vh, 1vh)*50 + 2.5rem)}}@media only screen and (min-width: 425px)and (max-width: 767px){.loader__content{top:calc(var(--vh, 1vh)*50 + 2.5rem)}}@media only screen and (min-width: 768px)and (max-width: 1023px){.loader__content{top:calc(var(--vh, 1vh)*50 + 2.5rem)}}@-webkit-keyframes uil-spin-css{0%{opacity:1;-webkit-transform:scale(1.5);-khtml-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5)}100%{opacity:.1;-webkit-transform:scale(1);-khtml-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes uil-spin-css{0%{opacity:1;-webkit-transform:scale(1.5);-khtml-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5)}100%{opacity:.1;-webkit-transform:scale(1);-khtml-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-o-keyframes uil-spin-css{0%{opacity:1;-webkit-transform:scale(1.5);-khtml-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5)}100%{opacity:.1;-webkit-transform:scale(1);-khtml-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes uil-spin-css{0%{opacity:1;-webkit-transform:scale(1.5);-khtml-transform:scale(1.5);-moz-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5)}100%{opacity:.1;-webkit-transform:scale(1);-khtml-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.action-button{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;padding:.5rem 1rem;border:none;font-size:1rem;font-weight:700;color:#fff;background-color:rgb(255,143.95625,10.5);cursor:pointer}.action-button:hover{color:#fff;background-color:rgb(255,155.5375,36)}.action-button:focus{color:#fff;background-color:#f08300;outline:none}.action-button:active{outline:none}.action-button[disabled],.action-button[disabled]:hover,.action-button[disabled]:focus{color:#fff;background-color:rgb(255,178.7,87);cursor:default}.action-button--popup-single{width:50%;max-width:75%;margin:0 auto}.action-button--back{background-color:#666}.action-button--back:hover{color:#fff;background-color:hsl(0,0%,50%)}.action-button--back:focus{color:#fff;background-color:#666;outline:none}.action-button--back:active{outline:none}.action-button--back[disabled],.action-button--back[disabled]:hover,.action-button--back[disabled]:focus{color:#fff;background-color:#999;cursor:default}.action-button--blue,.action-button--scheduler-week-change{background-color:#009cf8}.action-button--blue:hover,.action-button--scheduler-week-change:hover{color:#fff;background-color:rgb(44,176.7258064516,255)}.action-button--blue:focus,.action-button--scheduler-week-change:focus{color:#fff;background-color:#009cf8;outline:none}.action-button--blue:active,.action-button--scheduler-week-change:active{outline:none}.action-button--blue[disabled],.action-button--blue[disabled]:hover,.action-button--blue[disabled]:focus,.action-button--scheduler-week-change[disabled],.action-button--scheduler-week-change[disabled]:hover,.action-button--scheduler-week-change[disabled]:focus{color:#fff;background-color:rgb(95,195.6451612903,255);cursor:default}.action-button--scheduler-week-change{margin:0;padding:.5rem .8rem}.action-button--white{background-color:#bcbcbc;pointer-events:none}.action-button--white:hover{color:#fff;background-color:rgb(213.5,213.5,213.5)}.action-button--white:focus{color:#fff;background-color:#bcbcbc;outline:none}.action-button--white:active{outline:none}.action-button--white[disabled],.action-button--white[disabled]:hover,.action-button--white[disabled]:focus{color:#fff;background-color:#efefef;cursor:default}.action-button--facebook{background-color:#3b5998}.action-button--facebook:hover{color:#fff;background-color:rgb(76.345971564,111.6066350711,185.654028436)}.action-button--facebook:focus{color:#fff;background-color:#3b5998;outline:none}.action-button--facebook:active{outline:none}.action-button--facebook[disabled],.action-button--facebook[disabled]:hover,.action-button--facebook[disabled]:focus{color:#fff;background-color:rgb(113.0853080569,141.0947867299,199.9146919431);cursor:default}.action-button--facebook:before{position:relative;right:.5rem;font-family:"FontAwesome";content:""}.action-button--zip-code-send{font-size:1.25rem;padding:.325rem .5rem;margin-bottom:0;background-color:#666}.action-button--zip-code-send:hover{color:#fff;background-color:hsl(0,0%,50%)}.action-button--zip-code-send:focus{color:#fff;background-color:#666;outline:none}.action-button--zip-code-send:active{outline:none}.action-button--zip-code-send[disabled],.action-button--zip-code-send[disabled]:hover,.action-button--zip-code-send[disabled]:focus{color:#fff;background-color:#999;cursor:default}.action-button--book-appointment,.action-button--mod-booked-appointment{width:100%;font-size:.75rem;padding:.25rem .5rem}@media only screen and (max-width: 319px){.action-button--book-appointment,.action-button--mod-booked-appointment{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.action-button--book-appointment,.action-button--mod-booked-appointment{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.action-button--book-appointment,.action-button--mod-booked-appointment{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.action-button--book-appointment,.action-button--mod-booked-appointment{width:100%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.action-button--book-appointment,.action-button--mod-booked-appointment{padding:.25rem .25rem;font-size:.55rem}}.action-button--mod-booked-appointment{color:#333;background-color:#fff}.action-button--mod-booked-appointment:hover{color:#333;background-color:hsl(0,0%,110%)}.action-button--mod-booked-appointment:focus{color:#333;background-color:#fff;outline:none}.action-button--mod-booked-appointment:active{outline:none}.action-button--mod-booked-appointment[disabled],.action-button--mod-booked-appointment[disabled]:hover,.action-button--mod-booked-appointment[disabled]:focus{color:#333;background-color:hsl(0,0%,120%);cursor:default}.action-button--disabled{cursor:default;background-color:#c2c2c2}.action-button--disabled:hover{color:#fff;background-color:rgb(219.5,219.5,219.5)}.action-button--disabled:focus{color:#fff;background-color:#c2c2c2;outline:none}.action-button--disabled:active{outline:none}.action-button--disabled[disabled],.action-button--disabled[disabled]:hover,.action-button--disabled[disabled]:focus{color:#fff;background-color:#f5f5f5;cursor:default}.action-button--small{font-size:.9rem;padding:.45rem .9rem}.action-button__glyph{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-right:.5em}.tabbed-container__wrap{margin-bottom:1rem}@media only screen and (max-width: 319px){.tabbed-container__container{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.tabbed-container__container{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.tabbed-container__container{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.tabbed-container__container{display:none}}.tabbed-container__container--mobile{display:none}@media only screen and (max-width: 319px){.tabbed-container__container--mobile{display:block}}@media only screen and (min-width: 320px)and (max-width: 424px){.tabbed-container__container--mobile{display:block}}@media only screen and (min-width: 425px)and (max-width: 767px){.tabbed-container__container--mobile{display:block}}@media only screen and (min-width: 768px)and (max-width: 1023px){.tabbed-container__container--mobile{display:block}}.tabbed-container__tabs-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-1px}.tabbed-container__tabs-container div:last-of-type{border-right:1px solid #c2c2c2}.tabbed-container__tab-title-container{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:.75rem 1rem;color:#009cf8;font-weight:500;cursor:pointer;border:1px solid #c2c2c2;border-bottom:1px solid #009cf8;border-right:none}@media only screen and (max-width: 319px){.tabbed-container__tab-title-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 320px)and (max-width: 424px){.tabbed-container__tab-title-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 425px)and (max-width: 767px){.tabbed-container__tab-title-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 768px)and (max-width: 1023px){.tabbed-container__tab-title-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}.tabbed-container__tab-title-container--active{color:#fff;background-color:#009cf8;border:1px solid #009cf8}.tabbed-container__tab-title-container--mobile{border:none;border-top:1px solid #009cf8}.tabbed-container__tab-title-container--disabled{color:#c2c2c2}.tabbed-container__tab-title-container--has-error{border:#b22222 1px solid}.tabbed-container__mobile-collapsible .is-open div:after{display:block;position:relative;font-family:"FontAwesome";content:"";-webkit-transform:rotate(180deg);-khtml-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-backface-visibility:hidden;-webkit-transition:200ms ease-in-out;-moz-transition:200ms ease-in-out;-ms-transition:200ms ease-in-out;-o-transition:200ms ease-in-out;transition:200ms ease-in-out}.tabbed-container__mobile-collapsible .is-closed div:after{display:block;position:relative;font-family:"FontAwesome";content:"";-webkit-backface-visibility:hidden;-webkit-transition:200ms ease-in-out;-moz-transition:200ms ease-in-out;-ms-transition:200ms ease-in-out;-o-transition:200ms ease-in-out;transition:200ms ease-in-out}.tabbed-container__mobile-collapsible--single-item .is-open div:after,.tabbed-container__mobile-collapsible--single-item .is-closed div:after{display:none}.tabbed-container__mobile-collapsible__contentInner{padding-top:1px;border:none;border-left:1px solid #009cf8;border-right:1px solid #009cf8}.tabbed-container__tab-content-wrap{border:1px solid #009cf8}.tabbed-container__tab-content-container{position:relative;overflow:auto;padding:1rem}@media only screen and (max-width: 319px){.tabbed-container__tab-content-container{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.tabbed-container__tab-content-container{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.tabbed-container__tab-content-container{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.tabbed-container__tab-content-container{padding:.5rem}}.collapsible-container{width:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.collapsible-container__wrap{margin-bottom:1rem}.collapsible-container__wrap--no-bottom-margin{margin-bottom:0}.collapsible-container__wrap--contract-browser-contract-even,.collapsible-container__wrap--contract-browser-contract-odd{margin-bottom:0}.collapsible-container__title-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:100%}.collapsible-container__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start}.collapsible-container__container .form-group{margin-top:.5rem}@media only screen and (max-width: 319px){.collapsible-container__container .form-group{-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;min-width:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container__container .form-group{-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;min-width:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container__container .form-group{-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;min-width:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container__container .form-group{-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;min-width:0}}.collapsible-container__container .smart-checkbox__box{margin-top:.25rem}@media only screen and (max-width: 319px){.collapsible-container__container .smart-checkbox__box{margin:.25rem .5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container__container .smart-checkbox__box{margin:.25rem .5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container__container .smart-checkbox__box{margin:.25rem .5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container__container .smart-checkbox__box{margin:.25rem .5rem}}@media only screen and (max-width: 319px){.collapsible-container__container .smart-checkbox__mark--checked:after{color:rgb(255,143.95625,10.5)}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container__container .smart-checkbox__mark--checked:after{color:rgb(255,143.95625,10.5)}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container__container .smart-checkbox__mark--checked:after{color:rgb(255,143.95625,10.5)}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container__container .smart-checkbox__mark--checked:after{color:rgb(255,143.95625,10.5)}}.collapsible-container__open-indicator{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0;padding:0;margin-right:.75rem;padding-right:.75rem;border-right:1px solid #fff;font-size:.825rem;line-height:100%}.collapsible-container__open-indicator--inactive,.collapsible-container__open-indicator--contract-browser-contract-even,.collapsible-container__open-indicator--contract-browser-contract-odd{border-right:1px solid #333}@media only screen and (max-width: 319px){.collapsible-container__open-indicator{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container__open-indicator{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container__open-indicator{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container__open-indicator{display:none}}.collapsible-container__mobile-caret{width:100%;padding:.5rem 0;background-color:#009cf8;color:#fff;text-align:center}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container__mobile-caret{display:none}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container__mobile-caret{display:none}}@media only screen and (min-width: 1440px){.collapsible-container__mobile-caret{display:none}}.collapsible-container__mobile-caret--inactive{color:#333;background-color:#c2c2c2 !important}.collapsible-container__mobile-caret--completedTask{color:#333;background-color:green !important}.collapsible-container__mobile-caret--closed:after{display:block;position:relative;font-family:"FontAwesome";content:"";-webkit-transform:rotate(0deg);-khtml-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-backface-visibility:hidden;-webkit-transition:200ms ease-in-out;-moz-transition:200ms ease-in-out;-ms-transition:200ms ease-in-out;-o-transition:200ms ease-in-out;transition:200ms ease-in-out}.collapsible-container__mobile-caret--open:after{display:block;position:relative;font-family:"FontAwesome";content:"";-webkit-transform:rotate(180deg);-khtml-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-backface-visibility:hidden;-webkit-transition:200ms ease-in-out;-moz-transition:200ms ease-in-out;-ms-transition:200ms ease-in-out;-o-transition:200ms ease-in-out;transition:200ms ease-in-out}.collapsible-container__mobile-caret--remove{background-color:#b22222}.collapsible-container__mobile-caret--new{background-color:#20b2aa}.collapsible-container__mobile-caret--modified{background-color:#4682b4}.collapsible-container__mobile-caret--contract-browser-contract-even{color:#333;background-color:#fff}.collapsible-container__mobile-caret--contract-browser-contract-odd{color:#333;background-color:#dcedfc}.collapsible-container__checkbox{padding:1rem 1rem 1rem 0;-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.collapsible-container__checkbox--thick{padding:1.375rem 1rem 1.375rem 0;-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.collapsible-container__content-outer{border:solid 1px #009cf8}.collapsible-container__content-outer--closed{border:none}.collapsible-container__content-outer--inactive{border-color:#c2c2c2}.collapsible-container__content-outer--remove{border-color:#b22222}.collapsible-container__content-outer--new{border-color:#20b2aa}.collapsible-container__content-outer--modified{border-color:#4682b4}.collapsible-container__content-outer--contract-browser-contract-odd,.collapsible-container__content-outer--contract-browser-contract-even{border:none}.collapsible-container__content-outer--closed{overflow:hidden !important}.collapsible-container__content-inner{padding:1rem}@media only screen and (max-width: 319px){.collapsible-container__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container__content-inner{padding:.5rem}}.collapsible-container__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.collapsible-container__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#fff;min-height:2rem;background-color:#009cf8;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container__trigger:hover{background-color:rgb(0,123.9193548387,197)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container__trigger:hover{background-color:rgb(0,123.9193548387,197)}}@media only screen and (min-width: 1440px){.collapsible-container__trigger:hover{background-color:rgb(0,123.9193548387,197)}}.collapsible-container__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.collapsible-container__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container__trigger:before{display:none}}.collapsible-container__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.collapsible-container__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container__trigger.is-open:before{display:none}}.collapsible-container__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.collapsible-container__trigger a{text-decoration:none}.collapsible-container--inactive{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.collapsible-container--inactive__content-outer{border:solid 1px #c2c2c2}.collapsible-container--inactive__content-outer--closed{border:none}.collapsible-container--inactive__content-outer--inactive{border-color:#c2c2c2}.collapsible-container--inactive__content-outer--remove{border-color:#b22222}.collapsible-container--inactive__content-outer--new{border-color:#20b2aa}.collapsible-container--inactive__content-outer--modified{border-color:#4682b4}.collapsible-container--inactive__content-outer--contract-browser-contract-odd,.collapsible-container--inactive__content-outer--contract-browser-contract-even{border:none}.collapsible-container--inactive__content-outer--closed{overflow:hidden !important}.collapsible-container--inactive__content-inner{padding:1rem}@media only screen and (max-width: 319px){.collapsible-container--inactive__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--inactive__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--inactive__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--inactive__content-inner{padding:.5rem}}.collapsible-container--inactive__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.collapsible-container--inactive__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#333;min-height:2rem;background-color:#c2c2c2;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container--inactive__trigger:hover{background-color:rgb(168.5,168.5,168.5)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container--inactive__trigger:hover{background-color:rgb(168.5,168.5,168.5)}}@media only screen and (min-width: 1440px){.collapsible-container--inactive__trigger:hover{background-color:rgb(168.5,168.5,168.5)}}.collapsible-container--inactive__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.collapsible-container--inactive__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--inactive__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--inactive__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--inactive__trigger:before{display:none}}.collapsible-container--inactive__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.collapsible-container--inactive__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--inactive__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--inactive__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--inactive__trigger.is-open:before{display:none}}.collapsible-container--inactive__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.collapsible-container--inactive__trigger a{text-decoration:none}.collapsible-container--completedTask{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.collapsible-container--completedTask__content-outer{border:solid 1px green}.collapsible-container--completedTask__content-outer--closed{border:none}.collapsible-container--completedTask__content-outer--inactive{border-color:#c2c2c2}.collapsible-container--completedTask__content-outer--remove{border-color:#b22222}.collapsible-container--completedTask__content-outer--new{border-color:#20b2aa}.collapsible-container--completedTask__content-outer--modified{border-color:#4682b4}.collapsible-container--completedTask__content-outer--contract-browser-contract-odd,.collapsible-container--completedTask__content-outer--contract-browser-contract-even{border:none}.collapsible-container--completedTask__content-outer--closed{overflow:hidden !important}.collapsible-container--completedTask__content-inner{padding:1rem}@media only screen and (max-width: 319px){.collapsible-container--completedTask__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--completedTask__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--completedTask__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--completedTask__content-inner{padding:.5rem}}.collapsible-container--completedTask__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.collapsible-container--completedTask__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#fff;min-height:2rem;background-color:green;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container--completedTask__trigger:hover{background-color:#00b300}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container--completedTask__trigger:hover{background-color:#00b300}}@media only screen and (min-width: 1440px){.collapsible-container--completedTask__trigger:hover{background-color:#00b300}}.collapsible-container--completedTask__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.collapsible-container--completedTask__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--completedTask__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--completedTask__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--completedTask__trigger:before{display:none}}.collapsible-container--completedTask__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.collapsible-container--completedTask__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--completedTask__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--completedTask__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--completedTask__trigger.is-open:before{display:none}}.collapsible-container--completedTask__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.collapsible-container--completedTask__trigger a{text-decoration:none}.collapsible-container--discount{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.collapsible-container--discount__content-outer{border:solid 1px #f08300}.collapsible-container--discount__content-outer--closed{border:none}.collapsible-container--discount__content-outer--inactive{border-color:#c2c2c2}.collapsible-container--discount__content-outer--remove{border-color:#b22222}.collapsible-container--discount__content-outer--new{border-color:#20b2aa}.collapsible-container--discount__content-outer--modified{border-color:#4682b4}.collapsible-container--discount__content-outer--contract-browser-contract-odd,.collapsible-container--discount__content-outer--contract-browser-contract-even{border:none}.collapsible-container--discount__content-outer--closed{overflow:hidden !important}.collapsible-container--discount__content-inner{padding:1rem}@media only screen and (max-width: 319px){.collapsible-container--discount__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--discount__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--discount__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--discount__content-inner{padding:.5rem}}.collapsible-container--discount__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.collapsible-container--discount__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#fff;min-height:2rem;background-color:#f08300;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container--discount__trigger:hover{background-color:rgb(189,103.1625,0)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container--discount__trigger:hover{background-color:rgb(189,103.1625,0)}}@media only screen and (min-width: 1440px){.collapsible-container--discount__trigger:hover{background-color:rgb(189,103.1625,0)}}.collapsible-container--discount__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.collapsible-container--discount__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--discount__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--discount__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--discount__trigger:before{display:none}}.collapsible-container--discount__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.collapsible-container--discount__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--discount__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--discount__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--discount__trigger.is-open:before{display:none}}.collapsible-container--discount__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.collapsible-container--discount__trigger a{text-decoration:none}.collapsible-container--new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.collapsible-container--new__content-outer{border:solid 1px #20b2aa}.collapsible-container--new__content-outer--closed{border:none}.collapsible-container--new__content-outer--inactive{border-color:#c2c2c2}.collapsible-container--new__content-outer--remove{border-color:#b22222}.collapsible-container--new__content-outer--new{border-color:#20b2aa}.collapsible-container--new__content-outer--modified{border-color:#4682b4}.collapsible-container--new__content-outer--contract-browser-contract-odd,.collapsible-container--new__content-outer--contract-browser-contract-even{border:none}.collapsible-container--new__content-outer--closed{overflow:hidden !important}.collapsible-container--new__content-inner{padding:1rem}@media only screen and (max-width: 319px){.collapsible-container--new__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--new__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--new__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--new__content-inner{padding:.5rem}}.collapsible-container--new__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.collapsible-container--new__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#fff;min-height:2rem;background-color:#20b2aa;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container--new__trigger:hover{background-color:rgb(24.2285714286,134.7714285714,128.7142857143)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container--new__trigger:hover{background-color:rgb(24.2285714286,134.7714285714,128.7142857143)}}@media only screen and (min-width: 1440px){.collapsible-container--new__trigger:hover{background-color:rgb(24.2285714286,134.7714285714,128.7142857143)}}.collapsible-container--new__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.collapsible-container--new__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--new__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--new__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--new__trigger:before{display:none}}.collapsible-container--new__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.collapsible-container--new__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--new__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--new__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--new__trigger.is-open:before{display:none}}.collapsible-container--new__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.collapsible-container--new__trigger a{text-decoration:none}.collapsible-container--remove{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.collapsible-container--remove__content-outer{border:solid 1px #b22222}.collapsible-container--remove__content-outer--closed{border:none}.collapsible-container--remove__content-outer--inactive{border-color:#c2c2c2}.collapsible-container--remove__content-outer--remove{border-color:#b22222}.collapsible-container--remove__content-outer--new{border-color:#20b2aa}.collapsible-container--remove__content-outer--modified{border-color:#4682b4}.collapsible-container--remove__content-outer--contract-browser-contract-odd,.collapsible-container--remove__content-outer--contract-browser-contract-even{border:none}.collapsible-container--remove__content-outer--closed{overflow:hidden !important}.collapsible-container--remove__content-inner{padding:1rem}@media only screen and (max-width: 319px){.collapsible-container--remove__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--remove__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--remove__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--remove__content-inner{padding:.5rem}}.collapsible-container--remove__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.collapsible-container--remove__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#fff;min-height:2rem;background-color:#b22222;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container--remove__trigger:hover{background-color:hsl(0,67.9245283019%,31.568627451%)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container--remove__trigger:hover{background-color:hsl(0,67.9245283019%,31.568627451%)}}@media only screen and (min-width: 1440px){.collapsible-container--remove__trigger:hover{background-color:hsl(0,67.9245283019%,31.568627451%)}}.collapsible-container--remove__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.collapsible-container--remove__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--remove__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--remove__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--remove__trigger:before{display:none}}.collapsible-container--remove__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.collapsible-container--remove__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--remove__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--remove__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--remove__trigger.is-open:before{display:none}}.collapsible-container--remove__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.collapsible-container--remove__trigger a{text-decoration:none}.collapsible-container--modified{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.collapsible-container--modified__content-outer{border:solid 1px #4682b4}.collapsible-container--modified__content-outer--closed{border:none}.collapsible-container--modified__content-outer--inactive{border-color:#c2c2c2}.collapsible-container--modified__content-outer--remove{border-color:#b22222}.collapsible-container--modified__content-outer--new{border-color:#20b2aa}.collapsible-container--modified__content-outer--modified{border-color:#4682b4}.collapsible-container--modified__content-outer--contract-browser-contract-odd,.collapsible-container--modified__content-outer--contract-browser-contract-even{border:none}.collapsible-container--modified__content-outer--closed{overflow:hidden !important}.collapsible-container--modified__content-inner{padding:1rem}@media only screen and (max-width: 319px){.collapsible-container--modified__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--modified__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--modified__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--modified__content-inner{padding:.5rem}}.collapsible-container--modified__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.collapsible-container--modified__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#fff;min-height:2rem;background-color:#4682b4;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container--modified__trigger:hover{background-color:rgb(55.72,103.48,143.28)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container--modified__trigger:hover{background-color:rgb(55.72,103.48,143.28)}}@media only screen and (min-width: 1440px){.collapsible-container--modified__trigger:hover{background-color:rgb(55.72,103.48,143.28)}}.collapsible-container--modified__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.collapsible-container--modified__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--modified__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--modified__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--modified__trigger:before{display:none}}.collapsible-container--modified__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.collapsible-container--modified__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--modified__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--modified__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--modified__trigger.is-open:before{display:none}}.collapsible-container--modified__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.collapsible-container--modified__trigger a{text-decoration:none}.collapsible-container--no-bottom-margin__content-outer{border:solid 1px #009cf8}.collapsible-container--no-bottom-margin__content-outer--closed{border:none}.collapsible-container--no-bottom-margin__content-outer--inactive{border-color:#c2c2c2}.collapsible-container--no-bottom-margin__content-outer--remove{border-color:#b22222}.collapsible-container--no-bottom-margin__content-outer--new{border-color:#20b2aa}.collapsible-container--no-bottom-margin__content-outer--modified{border-color:#4682b4}.collapsible-container--no-bottom-margin__content-outer--contract-browser-contract-odd,.collapsible-container--no-bottom-margin__content-outer--contract-browser-contract-even{border:none}.collapsible-container--no-bottom-margin__content-outer--closed{overflow:hidden !important}.collapsible-container--no-bottom-margin__content-inner{padding:1rem}@media only screen and (max-width: 319px){.collapsible-container--no-bottom-margin__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--no-bottom-margin__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--no-bottom-margin__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--no-bottom-margin__content-inner{padding:.5rem}}.collapsible-container--no-bottom-margin__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.collapsible-container--no-bottom-margin__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#fff;min-height:2rem;background-color:#009cf8;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container--no-bottom-margin__trigger:hover{background-color:rgb(0,123.9193548387,197)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container--no-bottom-margin__trigger:hover{background-color:rgb(0,123.9193548387,197)}}@media only screen and (min-width: 1440px){.collapsible-container--no-bottom-margin__trigger:hover{background-color:rgb(0,123.9193548387,197)}}.collapsible-container--no-bottom-margin__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.collapsible-container--no-bottom-margin__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--no-bottom-margin__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--no-bottom-margin__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--no-bottom-margin__trigger:before{display:none}}.collapsible-container--no-bottom-margin__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.collapsible-container--no-bottom-margin__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--no-bottom-margin__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--no-bottom-margin__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--no-bottom-margin__trigger.is-open:before{display:none}}.collapsible-container--no-bottom-margin__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.collapsible-container--no-bottom-margin__trigger a{text-decoration:none}.collapsible-container--contract-browser-contract-even__content-outer{border:solid 1px #fff}.collapsible-container--contract-browser-contract-even__content-outer--closed{border:none}.collapsible-container--contract-browser-contract-even__content-outer--inactive{border-color:#c2c2c2}.collapsible-container--contract-browser-contract-even__content-outer--remove{border-color:#b22222}.collapsible-container--contract-browser-contract-even__content-outer--new{border-color:#20b2aa}.collapsible-container--contract-browser-contract-even__content-outer--modified{border-color:#4682b4}.collapsible-container--contract-browser-contract-even__content-outer--contract-browser-contract-odd,.collapsible-container--contract-browser-contract-even__content-outer--contract-browser-contract-even{border:none}.collapsible-container--contract-browser-contract-even__content-outer--closed{overflow:hidden !important}.collapsible-container--contract-browser-contract-even__content-inner{padding:1rem}@media only screen and (max-width: 319px){.collapsible-container--contract-browser-contract-even__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--contract-browser-contract-even__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--contract-browser-contract-even__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--contract-browser-contract-even__content-inner{padding:.5rem}}.collapsible-container--contract-browser-contract-even__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.collapsible-container--contract-browser-contract-even__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#333;min-height:2rem;background-color:#fff;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container--contract-browser-contract-even__trigger:hover{background-color:hsl(0,0%,90%)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container--contract-browser-contract-even__trigger:hover{background-color:hsl(0,0%,90%)}}@media only screen and (min-width: 1440px){.collapsible-container--contract-browser-contract-even__trigger:hover{background-color:hsl(0,0%,90%)}}.collapsible-container--contract-browser-contract-even__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.collapsible-container--contract-browser-contract-even__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--contract-browser-contract-even__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--contract-browser-contract-even__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--contract-browser-contract-even__trigger:before{display:none}}.collapsible-container--contract-browser-contract-even__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.collapsible-container--contract-browser-contract-even__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--contract-browser-contract-even__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--contract-browser-contract-even__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--contract-browser-contract-even__trigger.is-open:before{display:none}}.collapsible-container--contract-browser-contract-even__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.collapsible-container--contract-browser-contract-even__trigger a{text-decoration:none}.collapsible-container--contract-browser-contract-odd__content-outer{border:solid 1px #dcedfc}.collapsible-container--contract-browser-contract-odd__content-outer--closed{border:none}.collapsible-container--contract-browser-contract-odd__content-outer--inactive{border-color:#c2c2c2}.collapsible-container--contract-browser-contract-odd__content-outer--remove{border-color:#b22222}.collapsible-container--contract-browser-contract-odd__content-outer--new{border-color:#20b2aa}.collapsible-container--contract-browser-contract-odd__content-outer--modified{border-color:#4682b4}.collapsible-container--contract-browser-contract-odd__content-outer--contract-browser-contract-odd,.collapsible-container--contract-browser-contract-odd__content-outer--contract-browser-contract-even{border:none}.collapsible-container--contract-browser-contract-odd__content-outer--closed{overflow:hidden !important}.collapsible-container--contract-browser-contract-odd__content-inner{padding:1rem}@media only screen and (max-width: 319px){.collapsible-container--contract-browser-contract-odd__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--contract-browser-contract-odd__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--contract-browser-contract-odd__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--contract-browser-contract-odd__content-inner{padding:.5rem}}.collapsible-container--contract-browser-contract-odd__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.collapsible-container--contract-browser-contract-odd__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#333;min-height:2rem;background-color:#dcedfc;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.collapsible-container--contract-browser-contract-odd__trigger:hover{background-color:hsl(208.125,84.2105263158%,82.5490196078%)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.collapsible-container--contract-browser-contract-odd__trigger:hover{background-color:hsl(208.125,84.2105263158%,82.5490196078%)}}@media only screen and (min-width: 1440px){.collapsible-container--contract-browser-contract-odd__trigger:hover{background-color:hsl(208.125,84.2105263158%,82.5490196078%)}}.collapsible-container--contract-browser-contract-odd__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.collapsible-container--contract-browser-contract-odd__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--contract-browser-contract-odd__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--contract-browser-contract-odd__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--contract-browser-contract-odd__trigger:before{display:none}}.collapsible-container--contract-browser-contract-odd__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.collapsible-container--contract-browser-contract-odd__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.collapsible-container--contract-browser-contract-odd__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.collapsible-container--contract-browser-contract-odd__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.collapsible-container--contract-browser-contract-odd__trigger.is-open:before{display:none}}.collapsible-container--contract-browser-contract-odd__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.collapsible-container--contract-browser-contract-odd__trigger a{text-decoration:none}.collapsible-container--contract-browser-contract-odd,.collapsible-container--contract-browser-contract-even{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.collapsible-container--contract-browser-contract-odd img,.collapsible-container--contract-browser-contract-even img{height:2rem;width:auto}.read-more-collapsible__read-more-button{color:#009cf8;text-align:left;font-weight:500;cursor:pointer}.read-more-collapsible__read-more-button--align-right{text-align:right}.checkbox-button{min-width:1rem}.checkbox-button input[type=checkbox]{display:none;visibility:hidden}.checkbox-button label{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0;color:#fff;background-color:#666}.checkbox-button label:hover,.checkbox-button label:active,.checkbox-button label:focus{background-color:hsl(0,0%,50%)}.checkbox-button__title{margin:0 .5rem}.checkbox-button__box{width:1.5rem;height:1.5rem;margin:.25rem;color:#009cf8;background-color:#fff;cursor:pointer}.checkbox-button__mark:after{margin-right:.125rem;font-family:FontAwesome;font-size:1.25rem;content:"";color:rgba(0,0,0,0)}.checkbox-button__mark--checked:after{color:rgb(255,143.95625,10.5)}.checkbox-button__mark--disabled:after{color:#a5a5a5}.smart-radio{min-width:1rem}.smart-radio input[type=radio]{display:none;visibility:hidden}.smart-radio__container{-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0}.smart-radio__container--has-input{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.smart-radio__container--has-input>div{margin:0;margin-right:.5rem}.smart-radio__custom-input{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.smart-radio__box{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:16px;height:16px;background-color:#fff;border:1px solid #000;-webkit-border-radius:.5rem;border-radius:.5rem;cursor:pointer}.smart-radio__box--static,.smart-radio__box--disabled{cursor:default;border-color:#a5a5a5}.smart-radio__box--small{width:12px;height:12px}.smart-radio__mark{width:8px;height:8px;-webkit-border-radius:4px;border-radius:4px;display:none;background-color:rgba(0,0,0,0)}.smart-radio__mark--checked{display:block;background-color:#009cf8}.smart-radio__mark--static,.smart-radio__mark--disabled{background-color:#a5a5a5}.smart-radio__mark--small{width:6px;height:6px}.smart-radio__title{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin-left:.5rem;font-weight:300;font-size:1rem;text-align:left;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.smart-radio__title>div{margin-left:1rem}.smart-radio__title--disabled{color:#a5a5a5;cursor:default}.smart-radio__title--small{font-size:.85rem}.smart-radio--disabled__mark{background-color:rgba(0,0,0,0)}.smart-radio--disabled--checked{width:.6rem;height:.6rem;-webkit-border-radius:.3rem;border-radius:.3rem;background-color:#a5a5a5}.smart-checkbox{min-width:1rem}.smart-checkbox input[type=checkbox]{display:none;visibility:hidden}.smart-checkbox label{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-self:flex-start;-moz-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-bottom:0}.smart-checkbox__box{width:1rem;height:1rem;margin-top:.2rem;background-color:#fff;border:1px solid #000;cursor:pointer}.smart-checkbox__box--static,.smart-checkbox__box--disabled{cursor:default}.smart-checkbox__box--error{-webkit-box-shadow:0 0 .25rem 1px #b22222;-khtml-box-shadow:0 0 .25rem 1px #b22222;-moz-box-shadow:0 0 .25rem 1px #b22222;-ms-box-shadow:0 0 .25rem 1px #b22222;-o-box-shadow:0 0 .25rem 1px #b22222;box-shadow:0 0 .25rem 1px #b22222}.smart-checkbox__box--disabled{border-color:#a5a5a5}.smart-checkbox__box--large{width:1.5rem;height:1.5rem}.smart-checkbox__mark:after{display:none;position:relative;bottom:.375rem;left:0;font-family:FontAwesome;font-size:1.25rem;content:"";color:rgba(0,0,0,0)}.smart-checkbox__mark--checked:after{display:block;color:#009cf8}.smart-checkbox__mark--disabled:after,.smart-checkbox__mark--static:after{color:#a5a5a5}.smart-checkbox__mark--large:after{bottom:.25rem;left:0;font-size:1.875rem}.smart-checkbox__mark--orange:after{color:#f08300}.smart-checkbox__title{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-left:.5rem;font-weight:300;font-size:1rem;text-align:left;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.smart-checkbox__title>div{margin-right:1rem}.smart-checkbox__title--error{color:#b22222}.smart-checkbox__title--disabled{color:#a5a5a5;cursor:default}.smart-checkbox__title--large{padding-top:.25rem}.smart-checkbox--disabled{cursor:default}.smart-checkbox--disabled__mark--checked:after{position:relative;font-family:FontAwesome;font-size:1rem;content:"";color:#a5a5a5}.dropdown{width:100%}.smart-dropdown__button{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;text-align:left}.smart-dropdown__button[disabled]{background-color:#f4f4f4;border-color:#ccc}.smart-dropdown__button[disabled]:active,.smart-dropdown__button[disabled]:hover{background-color:#f4f4f4;border-color:#ccc}.smart-dropdown__button .caret{margin-left:auto}.smart-dropdown__button--error{color:#a94442;border-color:#a94442}.smart-dropdown__button--error:hover,.smart-dropdown__button--error:active{color:#a94442}.smart-dropdown__button--error .caret{color:#a94442}.smart-dropdown__button--action-button{font-weight:700;color:#fff;background-color:rgb(255,143.95625,10.5);border:none}.smart-dropdown__empty-text{font-style:italic;font-weight:300;color:#c2c2c2}.twin-fields{width:100%}.twin-fields--customer-type{margin-bottom:1rem;padding:1rem;background-color:#ddd}.twin-fields__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end}.twin-fields__container{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:50%}.twin-fields__container+.twin-fields__container{margin-left:1rem}.twin-fields__container .smart-field{width:100%}.questionmark-tooltip__container{margin-left:.5rem}.questionmark-tooltip__questionmark{font-size:2rem}.form-group{margin-bottom:1rem}.form-group--no-bottom-margin{margin-bottom:0}.tooltip-inner{padding:.5rem .75rem;border-color:#e4dbd6}.tooltip.right .tooltip-arrow{border-right-color:#e4dbd6}.tooltip.left .tooltip-arrow{border-left-color:#e4dbd6}.tooltip.top .tooltip-arrow{border-top-color:#e4dbd6}.tooltip.bottom .tooltip-arrow{border-bottom-color:#e4dbd6}.smart-field{width:100%}.smart-field--no-tooltip{margin-right:2.5rem}.smart-field--project-browser-sms textarea{min-height:6rem}.smart-field--zip-code-field{width:calc(100% - 2.5rem)}.smart-field--unit-marker .form-control-feedback{margin-right:2.75rem}.smart-field--wide{width:100%;margin:0}.smart-field--auto-width{width:auto;margin:0}.smart-field--auto-width .input-group{width:auto}.smart-field--slim{margin-right:0}@media only screen and (min-width: 1024px)and (max-width: 1279px){.smart-field--desktops-only{display:block}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.smart-field--desktops-only{display:block}}@media only screen and (min-width: 1440px){.smart-field--desktops-only{display:block}}@media only screen and (max-width: 319px){.smart-field--desktops-only{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.smart-field--desktops-only{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.smart-field--desktops-only{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.smart-field--desktops-only{display:none}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.smart-field--handhelds-only{display:none}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.smart-field--handhelds-only{display:none}}@media only screen and (min-width: 1440px){.smart-field--handhelds-only{display:none}}@media only screen and (max-width: 319px){.smart-field--handhelds-only{display:block}}@media only screen and (min-width: 320px)and (max-width: 424px){.smart-field--handhelds-only{display:block}}@media only screen and (min-width: 425px)and (max-width: 767px){.smart-field--handhelds-only{display:block}}@media only screen and (min-width: 768px)and (max-width: 1023px){.smart-field--handhelds-only{display:block}}.smart-field__container{max-width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.smart-field__send-button{position:relative;-webkit-align-self:stretch;-moz-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:2rem;margin-left:.5rem;cursor:pointer}.smart-field__unit{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;padding:0 .75rem;border-top:1px solid #c2c2c2;border-right:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2;color:#0079bf;background:#fff;font-weight:700}.smart-field__unit .unit-text{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}.smart-field__search-icon{padding:.45rem;border-left:1px solid #ccc;border-top:1px solid #ccc;border-bottom:1px solid #ccc;cursor:pointer}.dropzone{display:grid;grid-template-rows:1fr auto;border:1px dashed #c2c2c2;transition:border-color .15s ease;text-align:center;cursor:pointer}.dropzone__button-container{text-align:center}.dropzone--active{border-color:#009cf8;transition:border-color .15s ease}.dropzone__files-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:.5rem;align-items:center;justify-items:center}@media only screen and (min-width: 1280px)and (max-width: 1439px){.dropzone__files-container{grid-template-columns:1fr 1fr 1fr}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.dropzone__files-container{grid-template-columns:1fr 1fr}}@media only screen and (min-width: 768px)and (max-width: 1023px){.dropzone__files-container{grid-template-columns:1fr 1fr}}@media only screen and (max-width: 319px){.dropzone__files-container{grid-template-columns:1fr}}@media only screen and (min-width: 320px)and (max-width: 424px){.dropzone__files-container{grid-template-columns:1fr}}@media only screen and (min-width: 425px)and (max-width: 767px){.dropzone__files-container{grid-template-columns:1fr}}.dropzone__file{align-self:start;justify-self:stretch;display:grid;grid-template-rows:auto auto auto;grid-gap:.5rem;cursor:initial;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15);background-color:#009cf8;color:#fff}.dropzone__file:hover,.dropzone__file:focus,.dropzone__file:active,.dropzone__file:visited{color:#fff;text-decoration:none}.dropzone__file-thumbnail{height:5rem;min-height:5rem;max-height:5rem;width:auto}.dropzone__file-icon{grid-column:2;align-self:center;font-size:3rem;text-align:center;position:relative}.dropzone__file-icon .talovent-icon{width:3.5rem;height:3.5rem;color:#fff;fill:#fff}.dropzone__file-icon>a{color:#fff;fill:#fff}.dropzone__file-icon>i,.dropzone__file-icon>img,.dropzone__file-icon>.talovent-icon{cursor:pointer}.dropzone__file-icon-glyph-wrap{position:absolute;bottom:-0.5rem;width:100%;height:auto;display:grid;grid-template-columns:auto;justify-content:space-around}.dropzone__file-icon-glyph-container{background-color:#f08300;height:1.75rem;line-height:.125;padding:0 .5rem;border-radius:.5rem;text-align:center}.dropzone__file-icon-glyph-container>.glyph-counter{margin-right:.5rem;display:inline-block;font-size:1rem;color:#fff}.dropzone__file-icon-glyph-container>.glyph-counter:last-of-type{margin-right:0}.dropzone__file-icon-container{display:grid;grid-template-columns:3rem 1fr 3rem;justify-content:space-between;min-height:6rem}.dropzone__file-delete,.dropzone__file-edit,.dropzone__file-save,.dropzone__file-cancel-edit{background-color:#009cf8;padding:.5rem;display:grid;justify-items:center;align-items:center;width:3rem;height:3rem;font-size:1.75rem;cursor:pointer}@media only screen and (max-width: 319px){.dropzone__file-delete,.dropzone__file-edit,.dropzone__file-save,.dropzone__file-cancel-edit{width:2.5rem;height:2.5rem;font-size:2rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.dropzone__file-delete,.dropzone__file-edit,.dropzone__file-save,.dropzone__file-cancel-edit{width:2.5rem;height:2.5rem;font-size:2rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.dropzone__file-delete,.dropzone__file-edit,.dropzone__file-save,.dropzone__file-cancel-edit{width:2.5rem;height:2.5rem;font-size:2rem}}.dropzone__file-delete:hover,.dropzone__file-delete:focus,.dropzone__file-delete:active,.dropzone__file-edit:hover,.dropzone__file-edit:focus,.dropzone__file-edit:active,.dropzone__file-save:hover,.dropzone__file-save:focus,.dropzone__file-save:active,.dropzone__file-cancel-edit:hover,.dropzone__file-cancel-edit:focus,.dropzone__file-cancel-edit:active{background-color:#fff}.dropzone__file-delete,.dropzone__file-cancel-edit{border-bottom-left-radius:.75rem}.dropzone__file-delete:hover,.dropzone__file-delete:focus,.dropzone__file-delete:active,.dropzone__file-cancel-edit:hover,.dropzone__file-cancel-edit:focus,.dropzone__file-cancel-edit:active{color:red}.dropzone__file-edit{border-bottom-right-radius:.75rem}.dropzone__file-edit:hover,.dropzone__file-edit:focus,.dropzone__file-edit:active{background-color:#fff;color:#f08300}.dropzone__file-save{border-bottom-left-radius:.75rem}.dropzone__file-save:hover,.dropzone__file-save:focus,.dropzone__file-save:active{color:#228b22}.dropzone__file-name{padding:0 .5rem}.dropzone__file-name>div:first-of-type{margin-bottom:.5rem}.dropzone__file-share-menu-trigger{display:block;border:1px dashed #dcedfc;padding:.5rem;justify-self:stretch;-webkit-backface-visibility:hidden;-webkit-transition:border-color,border-radius .15s ease;-moz-transition:border-color,border-radius .15s ease;-ms-transition:border-color,border-radius .15s ease;-o-transition:border-color,border-radius .15s ease;transition:border-color,border-radius .15s ease}.dropzone__file-share-menu-trigger>div{display:grid;grid-template-columns:auto 1fr;gap:.5rem;align-items:center}.dropzone__file-share-menu-trigger>div>i{-webkit-backface-visibility:hidden;-webkit-transition:all .15s ease;-moz-transition:all .15s ease;-ms-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease}.dropzone__file-share-menu-trigger>div>span{display:block;text-align:center}.dropzone__file-share-menu{border:1px dashed #fff;border-top:0;padding:.75rem;justify-items:center;display:grid;grid-template-rows:auto auto;gap:.5rem}.dropzone__report-share-form{width:100%;display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;gap:.5rem}.dropzone__report-order-number-warp{display:grid;grid-template-columns:auto auto}.dropzone__report-order-number-warp>span{display:grid;justify-content:center;align-items:center;width:1.5rem;height:2rem;padding-left:.5rem;background-color:#fff;color:#009cf8}.dropzone__report-order-number-warp>input{width:2rem !important;height:2rem;border:none;padding:0 .25rem;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropzone__report-order-number-warp>input:focus{outline:none !important}.tk-dropzone{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.5rem;border:1px dashed #c2c2c2}.tk-dropzone .dz-message{width:100%;text-align:center}.tk-dropzone .dz-progress{border-radius:0 !important;z-index:99 !important;top:65% !important}.tk-dropzone .dz-remove:before{font-family:"FontAwesome";display:inline-block;content:"";margin-right:.5rem}.tk-dropzone .dz-preview .dz-image,.tk-dropzone .dz-preview .dz-filename span,.tk-dropzone .dz-preview .dz-size span{border-radius:0 !important}.talokuntoon-branding__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;z-index:1000000;position:fixed;right:0;top:0;width:100px;height:100px;margin:.5rem}@media only screen and (max-width: 319px){.talokuntoon-branding__wrap{width:65px;height:65px;margin:.25rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.talokuntoon-branding__wrap{width:65px;height:65px;margin:.25rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.talokuntoon-branding__wrap{width:65px;height:65px;margin:.25rem}}.talokuntoon-branding__container{width:100%;height:100%;background:url("https://cdn.talokuntoon.fi/static/cobranding.png") no-repeat;background-size:contain}.breadcrumbs__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;margin-bottom:.75rem}.breadcrumbs__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.breadcrumbs__title--active{color:#333;text-align:center;font-weight:700;cursor:pointer}@media only screen and (max-width: 319px){.breadcrumbs__title--active{width:40%}}.breadcrumbs__title--active:hover,.breadcrumbs__title--active:focus{text-decoration:underline}.breadcrumbs__title--inactive{text-align:center;font-weight:500;color:#a5a5a5}@media only screen and (max-width: 319px){.breadcrumbs__title--inactive{width:40%}}.breadcrumbs__title--selected{color:#0079bf;cursor:default}.breadcrumbs__title--selected:hover,.breadcrumbs__title--selected:focus{text-decoration:none}.breadcrumbs__title--disabled{color:#999;cursor:default}.breadcrumbs__title--disabled:hover,.breadcrumbs__title--disabled:focus{text-decoration:none}.breadcrumbs__spacer{font-family:"FontAwesome";font-weight:900;margin:0 .5rem}@media only screen and (min-width: 1024px)and (max-width: 1279px){.breadcrumbs__spacer{margin:0 1rem}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.breadcrumbs__spacer{margin:0 1rem}}@media only screen and (min-width: 1440px){.breadcrumbs__spacer{margin:0 1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.breadcrumbs__spacer{margin:0 1rem}}.breadcrumbs__spacer--squeezed{margin:0 .35rem}.popup{z-index:100000;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.35)}.popup__window-wrap{height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.popup__window-container{background-color:#fff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}.popup__title-bar{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:.5rem 1rem;font-weight:700;color:#fff;background-color:#009cf8}.popup__close-button{cursor:pointer}.popup__close-button:after{margin-left:16px;font-family:"FontAwesome";content:""}.popup__close-button--hidden{display:none}.popup__content{margin:0 auto;padding:1rem}.notice__wrap{z-index:100;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;position:fixed;bottom:0;left:50%;width:0}.notice__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:1rem;font-size:1rem;line-height:1.25rem;font-weight:500;color:#fff;background-color:#f08300}@media only screen and (max-width: 319px){.notice__container{width:100vw}}@media only screen and (min-width: 320px)and (max-width: 424px){.notice__container{width:100vw}}@media only screen and (min-width: 425px)and (max-width: 767px){.notice__container{width:100vw}}@media only screen and (min-width: 768px)and (max-width: 1023px){.notice__container{width:100vw}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.notice__container{width:842px}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.notice__container{width:1098px}}@media only screen and (min-width: 1440px){.notice__container{width:1258px}}.notice__container p:last-of-type{margin-bottom:0}.notice__close-button{margin-left:.5rem;cursor:pointer}.control-buttons__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%}@media only screen and (max-width: 319px){.control-buttons__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.control-buttons__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.control-buttons__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 768px)and (max-width: 1023px){.control-buttons__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.control-buttons__container--no-spread{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start}.control-buttons__container--reverse-order{-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end}.control-buttons__container i{margin-right:.5rem}.control-buttons__container--no-margins{margin-bottom:0 !important;margin-right:0 !important;margin-top:0 !important;margin-left:0 !important}.control-buttons__button-wrap{margin-right:.5rem}.control-buttons__button-wrap--next{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end}.control-buttons__button-wrap--reverse-order{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start}.control-buttons__button-wrap--no-margins{margin-bottom:0 !important;margin-right:0 !important;margin-top:0 !important;margin-left:0 !important}.control-buttons--no-margins{margin-bottom:0 !important;margin-right:0 !important;margin-top:0 !important;margin-left:0 !important}.play-button{cursor:pointer;position:absolute;left:0;top:0;bottom:0;right:0;margin:auto;height:60px;width:100px;background-color:rgba(0,0,0,.7);border-radius:5px}.play-button:hover{background-color:rgba(0,0,0,.9)}.play-button:after{content:"";display:block;position:absolute;top:16.5px;left:40px;margin:0 auto;border-style:solid;border-width:12.5px 0 12.5px 20px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.close-video:before{content:"✖";cursor:pointer;position:absolute;right:0;top:0;font-size:20px;padding:20px;z-index:1;line-height:.7;display:block;color:#fff;text-shadow:1px 1px 2px gray}.close-video:hover:before{color:red}.video-wrapper{width:100%;min-height:300px}@media only screen and (max-width: 319px){.video-wrapper{min-height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.video-wrapper{min-height:192px}}@media only screen and (min-width: 425px)and (max-width: 767px){.video-wrapper{min-height:262px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.video-wrapper{min-height:230px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.video-wrapper{min-height:190px}}.video-wrapper iframe{position:relative;top:0;left:0;width:100%;height:300px}@media only screen and (max-width: 319px){.video-wrapper iframe{height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.video-wrapper iframe{height:192px}}@media only screen and (min-width: 425px)and (max-width: 767px){.video-wrapper iframe{height:262px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.video-wrapper iframe{height:230px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.video-wrapper iframe{height:190px}}.fullscreen .video-wrapper{width:1050px !important;height:700px !important}@media only screen and (max-width: 319px){.fullscreen .video-wrapper{width:525px !important;height:350px !important}}@media only screen and (min-width: 320px)and (max-width: 424px){.fullscreen .video-wrapper{width:525px !important;height:350px !important}}@media only screen and (min-width: 425px)and (max-width: 767px){.fullscreen .video-wrapper{width:525px !important;height:350px !important}}@media only screen and (min-width: 768px)and (max-width: 1023px){.fullscreen .video-wrapper{width:525px !important;height:350px !important}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.fullscreen .video-wrapper{width:750px !important;height:500px !important}}.fullscreen .video-wrapper iframe{width:1050px !important;height:700px !important}@media only screen and (max-width: 319px){.fullscreen .video-wrapper iframe{width:525px !important;height:350px !important}}@media only screen and (min-width: 320px)and (max-width: 424px){.fullscreen .video-wrapper iframe{width:525px !important;height:350px !important}}@media only screen and (min-width: 425px)and (max-width: 767px){.fullscreen .video-wrapper iframe{width:525px !important;height:350px !important}}@media only screen and (min-width: 768px)and (max-width: 1023px){.fullscreen .video-wrapper iframe{width:525px !important;height:350px !important}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.fullscreen .video-wrapper iframe{width:750px !important;height:500px !important}}.fullscreen .image-gallery-slide-wrapper{width:100%;max-width:100%}.fullscreen .image-gallery-thumbnail.active{text-decoration-style:none;text-decoration-line:none;border-color:#009cf8}.fullscreen .image-gallery-thumbnails{background-color:#000;padding-left:30% !important;padding-right:30% !important}@media only screen and (max-width: 319px){.fullscreen .image-gallery-thumbnails{padding-left:10% !important;padding-right:10% !important}}@media only screen and (min-width: 320px)and (max-width: 424px){.fullscreen .image-gallery-thumbnails{padding-left:10% !important;padding-right:10% !important}}@media only screen and (min-width: 425px)and (max-width: 767px){.fullscreen .image-gallery-thumbnails{padding-left:10% !important;padding-right:10% !important}}@media only screen and (min-width: 768px)and (max-width: 1023px){.fullscreen .image-gallery-thumbnails{padding-left:25% !important;padding-right:25% !important}}.fullscreen .image-gallery-file{width:1050px !important;height:700px !important}@media only screen and (max-width: 319px){.fullscreen .image-gallery-file{width:525px !important;height:350px !important}}@media only screen and (min-width: 320px)and (max-width: 424px){.fullscreen .image-gallery-file{width:525px !important;height:350px !important}}@media only screen and (min-width: 425px)and (max-width: 767px){.fullscreen .image-gallery-file{width:525px !important;height:350px !important}}@media only screen and (min-width: 768px)and (max-width: 1023px){.fullscreen .image-gallery-file{width:525px !important;height:350px !important}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.fullscreen .image-gallery-file{width:750px !important;height:500px !important}}.fullscreen .image-gallery-file div{font-size:24px;margin:0;padding:15px 0}@media only screen and (max-width: 319px){.fullscreen .image-gallery-file div{padding:10px 0;font-size:16px}}@media only screen and (min-width: 320px)and (max-width: 424px){.fullscreen .image-gallery-file div{padding:10px 0;font-size:16px}}@media only screen and (min-width: 425px)and (max-width: 767px){.fullscreen .image-gallery-file div{padding:10px 0;font-size:16px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.fullscreen .image-gallery-file div{padding:10px 0;font-size:16px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.fullscreen .image-gallery-file div{padding:10px 0;font-size:16px}}.fullscreen .image-gallery-file i{font-size:350px;color:#009cf8}@media only screen and (max-width: 319px){.fullscreen .image-gallery-file i{font-size:250px}}@media only screen and (min-width: 320px)and (max-width: 424px){.fullscreen .image-gallery-file i{font-size:250px}}@media only screen and (min-width: 425px)and (max-width: 767px){.fullscreen .image-gallery-file i{font-size:250px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.fullscreen .image-gallery-file i{font-size:300px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.fullscreen .image-gallery-file i{font-size:300px}}.fullscreen .image-gallery-swipe{width:100%}.fullscreen .image-gallery-image{height:700px !important}.fullscreen .image-gallery-image img{height:100%;background:url("https://cdn.talokuntoon.fi/static/image_loader.gif") 50% no-repeat}@media only screen and (max-width: 319px){.fullscreen .image-gallery-image{height:350px !important}}@media only screen and (min-width: 320px)and (max-width: 424px){.fullscreen .image-gallery-image{height:350px !important}}@media only screen and (min-width: 425px)and (max-width: 767px){.fullscreen .image-gallery-image{height:350px !important}}@media only screen and (min-width: 768px)and (max-width: 1023px){.fullscreen .image-gallery-image{height:350px !important}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.fullscreen .image-gallery-image{height:500px !important}}.fullscreen .image-gallery-slide{width:100%;min-width:100%;max-width:100%}.fullscreen .image-gallery-swipe{width:100%;min-width:100%;max-width:100%}.fullscreen .image-gallery-slides{width:100%;min-width:100%;max-width:100%}.image-gallery{width:100%;height:100%;padding:0;transition:all 1s ease}.image-gallery-content.fullscreen{height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;background:#000}.image-gallery.fullscreen-modal{background:hsla(0,0%,100%,.5)}.image-gallery-thumbnail.active{text-decoration-style:none;text-decoration-line:none;border-color:#009cf8}.image-gallery-thumbnails{width:100%;margin:0 auto;padding-bottom:0 !important;padding-top:.5rem}.image-gallery-thumbnails-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.image-gallery-thumbnails-container a{width:24%;margin-top:auto}.image-gallery-thumbnails img{width:100%}.image-gallery-image{width:auto;min-height:300px;text-align:center;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}@media only screen and (max-width: 319px){.image-gallery-image{min-height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.image-gallery-image{min-height:192px}}@media only screen and (min-width: 425px)and (max-width: 767px){.image-gallery-image{min-height:262px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.image-gallery-image{min-height:230px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.image-gallery-image{min-height:190px}}.image-gallery-image img{width:auto !important;height:300px;margin:0 auto}@media only screen and (max-width: 319px){.image-gallery-image img{height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.image-gallery-image img{height:192px}}@media only screen and (min-width: 425px)and (max-width: 767px){.image-gallery-image img{height:262px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.image-gallery-image img{height:230px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.image-gallery-image img{height:190px}}.image-gallery-swipe{min-width:450px;max-width:450px;min-height:300px}@media only screen and (max-width: 319px){.image-gallery-swipe{min-width:100%;min-height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.image-gallery-swipe{min-width:100%;min-height:178px}}@media only screen and (min-width: 425px)and (max-width: 767px){.image-gallery-swipe{min-width:100%;min-height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.image-gallery-swipe{min-width:288px;max-width:288px;min-height:192px}}@media only screen and (min-width: 425px)and (max-width: 767px){.image-gallery-swipe{min-width:393px;max-width:393px;min-height:262px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.image-gallery-swipe{min-width:345px;max-width:345px;min-height:230px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.image-gallery-swipe{min-width:285px;max-width:285px;min-height:190px}}.image-gallery-slides{min-width:450px;max-width:450px;min-height:300px}@media only screen and (max-width: 319px){.image-gallery-slides{min-width:100%;min-height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.image-gallery-slides{min-width:100%;min-height:178px}}@media only screen and (min-width: 425px)and (max-width: 767px){.image-gallery-slides{min-width:100%;min-height:178px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.image-gallery-slides{min-width:345px;max-width:345px;min-height:230px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.image-gallery-slides{min-width:285px;max-width:285px;min-height:190px}}.image-gallery-slide{min-width:450px;max-width:450px;min-height:300px}@media only screen and (max-width: 319px){.image-gallery-slide{min-width:100%;min-height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.image-gallery-slide{min-width:100%;min-height:178px}}@media only screen and (min-width: 425px)and (max-width: 767px){.image-gallery-slide{min-width:100%;min-height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.image-gallery-slide{min-width:288px;max-width:288px;min-height:192px}}@media only screen and (min-width: 425px)and (max-width: 767px){.image-gallery-slide{min-width:393px;max-width:393px;min-height:262px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.image-gallery-slide{min-width:345px;max-width:345px;min-height:230px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.image-gallery-slide{min-width:285px;max-width:285px;min-height:190px}}.image-gallery-slide-wrapper{min-width:450px;max-width:450px;min-height:300px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}@media only screen and (max-width: 319px){.image-gallery-slide-wrapper{min-width:100%;min-height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.image-gallery-slide-wrapper{min-width:100%;min-height:178px}}@media only screen and (min-width: 425px)and (max-width: 767px){.image-gallery-slide-wrapper{min-width:100%;min-height:178px}}@media only screen and (min-width: 320px)and (max-width: 424px){.image-gallery-slide-wrapper{min-width:288px;max-width:288px;min-height:192px}}@media only screen and (min-width: 425px)and (max-width: 767px){.image-gallery-slide-wrapper{min-width:393px;max-width:393px;min-height:262px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.image-gallery-slide-wrapper{min-width:345px;max-width:345px;min-height:230px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.image-gallery-slide-wrapper{min-width:285px;max-width:285px;min-height:190px}}.image-gallery-file{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:100%;min-height:300px;text-align:center;background-color:#fff}@media only screen and (max-width: 319px){.image-gallery-file{min-height:auto}}@media only screen and (min-width: 320px)and (max-width: 424px){.image-gallery-file{min-height:192px}}@media only screen and (min-width: 425px)and (max-width: 767px){.image-gallery-file{min-height:262px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.image-gallery-file{min-height:230px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.image-gallery-file{min-height:190px}}.image-gallery-file div{margin:0;padding:1rem 0}.image-gallery-file i{font-size:125px;color:#009cf8}.image-gallery-fullscreen-button{z-index:4}.image-gallery-fullscreen-button:before{font-size:2rem;text-shadow:1px 1px 3px #000 !important}.image-gallery-fullscreen-button.active{top:0;bottom:auto}.image-gallery-fullscreen-button.active:before{padding:.5rem 1.5rem;font-family:"FontAwesome";font-size:2.5rem;content:""}.extended-image-gallery__video-thumbnail{width:100%}.extended-image-gallery__video-thumbnail-play{position:relative;left:-75%;width:50% !important;height:auto;opacity:.85}.extended-image-gallery__file-thumbnail{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;height:67px;line-height:1;font-size:.8rem;color:#009cf8;text-decoration-style:none;text-decoration-line:none}@media only screen and (min-width: 1024px)and (max-width: 1279px){.extended-image-gallery__file-thumbnail{height:40px;font-size:.6rem}}@media only screen and (max-width: 319px){.extended-image-gallery__file-thumbnail{height:50px;font-size:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.extended-image-gallery__file-thumbnail{height:50px;font-size:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.extended-image-gallery__file-thumbnail{height:50px;font-size:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.extended-image-gallery__file-thumbnail{height:50px;font-size:.5rem}}.extended-image-gallery__file-thumbnail i{margin-bottom:.5rem}@media only screen and (min-width: 1024px)and (max-width: 1279px){.extended-image-gallery__file-thumbnail i{margin-bottom:.25rem}}@media only screen and (max-width: 319px){.extended-image-gallery__file-thumbnail i{margin-bottom:.35rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.extended-image-gallery__file-thumbnail i{margin-bottom:.35rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.extended-image-gallery__file-thumbnail i{margin-bottom:.35rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.extended-image-gallery__file-thumbnail i{margin-bottom:.35rem}}.extended-image-gallery__file-thumbnail i:before{font-size:2rem}@media only screen and (min-width: 1024px)and (max-width: 1279px){.extended-image-gallery__file-thumbnail i:before{font-size:1.25rem}}@media only screen and (max-width: 319px){.extended-image-gallery__file-thumbnail i:before{font-size:1.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.extended-image-gallery__file-thumbnail i:before{font-size:1.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.extended-image-gallery__file-thumbnail i:before{font-size:1.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.extended-image-gallery__file-thumbnail i:before{font-size:1.5rem}}.user-icon__wrap{height:100%;padding:0 .75rem;display:grid;align-items:center;justify-items:center;background-color:rgba(0,0,0,0);cursor:pointer}.user-icon__wrap:hover{background-color:rgb(0,123.9193548387,197)}.user-icon__wrap--inverted:hover{background-color:rgba(0,0,0,0)}.user-icon__container{width:2rem;height:2rem;background-color:rgba(0,0,0,0);box-shadow:0 0 0 .125rem #fff;border-radius:1.25rem;display:grid;align-items:center;justify-items:center;line-height:1;font-size:1rem;font-weight:400}.user-icon__container span,.user-icon__container i{user-select:none}.user-icon__container i{font-size:1.25rem}.user-icon__container--inverted{color:#009cf8;background-color:rgba(0,0,0,0);box-shadow:0 0 0 .125rem #009cf8}.user-icon__container--inverted:hover{color:#fff;background-color:#009cf8}.user-icon__caret{margin-left:.25rem;-webkit-backface-visibility:hidden;-webkit-transition:200ms ease-in-out;-moz-transition:200ms ease-in-out;-ms-transition:200ms ease-in-out;-o-transition:200ms ease-in-out;transition:200ms ease-in-out}.user-icon__caret--open{transform:rotateZ(180deg)}.top-nav{position:fixed;top:0;left:0;width:100%;z-index:100;margin:0 auto;width:100%;height:71px;background-color:#009cf8;color:#fff;font-size:1rem;font-weight:300;text-align:center;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.3);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.3);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.3);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.3);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.3);box-shadow:0 0 7px 0 rgba(0,0,0,.3)}.top-nav__wrap{height:100%;width:100%}.top-nav__container{height:100%;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch}@media only screen and (max-width: 319px){.top-nav__container{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-nav__container{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-nav__container{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-nav__container{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.top-nav__container{width:992px}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.top-nav__container{width:1248px}}@media only screen and (min-width: 1440px){.top-nav__container{width:1408px}}.top-nav__container a{display:block;height:100%}.top-nav__container a:hover{background-color:rgb(0,123.9193548387,197);text-decoration:none}.top-nav__container a:focus{text-decoration:none}.top-nav__container a:visited{text-decoration:none}.top-nav__container a.active-page{background-color:rgb(0,123.9193548387,197)}.top-nav__container a.spacer{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media only screen and (max-width: 319px){.top-nav__container a.spacer{-webkit-box-flex:2;-webkit-flex-grow:2;-moz-flex-grow:2;-ms-flex-positive:2;flex-grow:2}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-nav__container a.spacer{-webkit-box-flex:2;-webkit-flex-grow:2;-moz-flex-grow:2;-ms-flex-positive:2;flex-grow:2}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-nav__container a.spacer{-webkit-box-flex:2;-webkit-flex-grow:2;-moz-flex-grow:2;-ms-flex-positive:2;flex-grow:2}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-nav__container a.spacer{-webkit-box-flex:2;-webkit-flex-grow:2;-moz-flex-grow:2;-ms-flex-positive:2;flex-grow:2}}.top-nav__container a.spacer:hover{background:none;cursor:default}.top-nav__container--service-provider-app{margin:0 1.5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-content:stretch;-moz-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.top-nav__logo-wrap{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box !important;display:-webkit-flex !important;display:-moz-flex !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:235px}@media only screen and (max-width: 319px){.top-nav__logo-wrap{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;margin:0 .5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-nav__logo-wrap{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;margin:0 .5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-nav__logo-wrap{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;margin:0 .5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-nav__logo-wrap{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;margin:0 .5rem}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.top-nav__logo-wrap{margin-right:1.5rem}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.top-nav__logo-wrap{margin-right:1.5rem}}@media only screen and (min-width: 1440px){.top-nav__logo-wrap{margin-right:1.5rem}}.top-nav__logo-wrap,.top-nav__logo-wrap:hover,.top-nav__logo-wrap:visited,.top-nav__logo-wrap:active,.top-nav__logo-wrap:focus{background-color:rgba(0,0,0,0) !important}.top-nav__logo-wrap--service-provider img{width:auto;height:71px;padding:.75rem 0}.top-nav__logo-wrap--cooperation img{width:auto;height:71px;padding:.75rem 0}.top-nav__logo-container{width:100%;height:42.6px;margin:.5rem 0;background:url("https://cdn.talokuntoon.fi/static/tkfi_logo_slog_white_4x.png") no-repeat left center;background-size:contain}@media only screen and (max-width: 319px){.top-nav__logo-container{height:35.5px}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-nav__logo-container{height:35.5px}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-nav__logo-container{height:35.5px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-nav__logo-container{height:35.5px}}.top-nav__logo-container--cooperation #cooperation-text{position:relative;top:.25rem;font-size:12.8px}.top-nav__logo{width:192px;max-height:40px}.top-nav__search-wrap{display:none !important;min-width:150px;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.top-nav__search-container{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.top-nav__search-container #search_input{width:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;color:#000;border:none}.top-nav__search-container #search_button{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:32px;height:32px;padding:.3rem;color:#fff;background-color:#000;border:none}.top-nav__menu-wrap{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;-moz-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;height:100%;margin:0;padding:0;overflow:hidden;list-style-type:none}@media only screen and (max-width: 319px){.top-nav__menu-wrap{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-nav__menu-wrap{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-nav__menu-wrap{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-nav__menu-wrap{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}.top-nav__menu-button-wrap--open{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-align-content:center;-moz-align-content:center;-ms-flex-line-pack:center;align-content:center;background:#fff;color:#009cf8;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.top-nav__menu-button-wrap--open{display:none}}.top-nav__menu-button-wrap--closed{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-align-content:center;-moz-align-content:center;-ms-flex-line-pack:center;align-content:center;background:none;color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.top-nav__menu-button-wrap--closed{display:none}}.top-nav__menu-button{display:none;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin:auto 0;padding:0 17.75px;font-size:35.5px}@media only screen and (max-width: 319px){.top-nav__menu-button{display:block}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-nav__menu-button{display:block}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-nav__menu-button{display:block}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-nav__menu-button{display:block}}.top-nav__button-box{height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-align-content:stretch;-moz-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;color:#fff;font-weight:500 !important;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.top-nav__button-box{padding:1.25rem}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.top-nav__button-box{padding:1.25rem}}@media only screen and (min-width: 1440px){.top-nav__button-box{padding:1.25rem}}.top-nav__button-box--right{text-align:right}.top-nav__button-box--open{background-color:rgb(0,123.9193548387,197)}.top-nav__button-box:hover{background-color:rgb(0,123.9193548387,197)}.top-nav__button{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;font-weight:500}@media only screen and (max-width: 319px){.top-nav__button{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-nav__button{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-nav__button{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-nav__button{display:none}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.top-nav__button{display:block}}.top-nav__button:hover{background-color:rgb(0,123.9193548387,197)}.top-nav__button--active-page{background-color:rgb(0,123.9193548387,197)}.top-nav__button--login{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;min-width:3.5rem;padding:0;font-weight:500}@media only screen and (max-width: 319px){.top-nav__button--login{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;padding:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-nav__button--login{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;padding:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-nav__button--login{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;padding:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-nav__button--login{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;padding:0}}.top-nav__button--login .inline-icon{margin-left:.25rem}@media only screen and (max-width: 319px){.top-nav__button--login .inline-icon{margin-left:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-nav__button--login .inline-icon{margin-left:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-nav__button--login .inline-icon{margin-left:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-nav__button--login .inline-icon{margin-left:0}}.top-nav__button--login .inline-icon img{width:26.625px;height:auto}@media only screen and (max-width: 319px){.top-nav__button--login .inline-icon img{margin-top:0 !important;width:35.5px}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-nav__button--login .inline-icon img{margin-top:0 !important;width:35.5px}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-nav__button--login .inline-icon img{margin-top:0 !important;width:35.5px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-nav__button--login .inline-icon img{margin-top:0 !important;width:35.5px}}.side-menu{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;z-index:10;display:block;position:fixed;top:71px;left:0;bottom:0;right:0;width:250px;height:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;-webkit-transition:200ms ease-in-out;-moz-transition:200ms ease-in-out;-ms-transition:200ms ease-in-out;-o-transition:200ms ease-in-out;transition:200ms ease-in-out}@media only screen and (max-width: 319px){.side-menu{height:calc(100% - 71px)}}@media only screen and (min-width: 320px)and (max-width: 424px){.side-menu{height:calc(100% - 71px)}}@media only screen and (min-width: 425px)and (max-width: 767px){.side-menu{height:calc(100% - 71px)}}@media only screen and (min-width: 768px)and (max-width: 1023px){.side-menu{height:calc(100% - 71px)}}.side-menu--open{-webkit-transform:translate3d(0, 0px, 0px);-khtml-transform:translate3d(0, 0px, 0px);-moz-transform:translate3d(0, 0px, 0px);-ms-transform:translate3d(0, 0px, 0px);-o-transform:translate3d(0, 0px, 0px);transform:translate3d(0, 0px, 0px);overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;background-color:#fff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}@media only screen and (max-width: 319px){.side-menu--open{width:250px}}@media only screen and (min-width: 320px)and (max-width: 424px){.side-menu--open{width:250px}}@media only screen and (min-width: 425px)and (max-width: 767px){.side-menu--open{width:250px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.side-menu--open{width:250px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.side-menu--open{position:inherit;width:250px}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.side-menu--open{position:inherit;width:250px}}@media only screen and (min-width: 1440px){.side-menu--open{position:inherit;width:250px}}.side-menu--closed{-webkit-transform:translate3d(-100%, 0px, 0px);-khtml-transform:translate3d(-100%, 0px, 0px);-moz-transform:translate3d(-100%, 0px, 0px);-ms-transform:translate3d(-100%, 0px, 0px);-o-transform:translate3d(-100%, 0px, 0px);transform:translate3d(-100%, 0px, 0px);background-color:#fff;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;-ms-box-shadow:none;-o-box-shadow:none;box-shadow:none}@media only screen and (max-width: 319px){.side-menu--closed{width:250px}}@media only screen and (min-width: 320px)and (max-width: 424px){.side-menu--closed{width:250px}}@media only screen and (min-width: 425px)and (max-width: 767px){.side-menu--closed{width:250px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.side-menu--closed{width:250px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.side-menu--closed{position:inherit;width:250px;-webkit-transform:translate3d(0, 0px, 0px);-khtml-transform:translate3d(0, 0px, 0px);-moz-transform:translate3d(0, 0px, 0px);-ms-transform:translate3d(0, 0px, 0px);-o-transform:translate3d(0, 0px, 0px);transform:translate3d(0, 0px, 0px);-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.side-menu--closed{position:inherit;width:250px;-webkit-transform:translate3d(0, 0px, 0px);-khtml-transform:translate3d(0, 0px, 0px);-moz-transform:translate3d(0, 0px, 0px);-ms-transform:translate3d(0, 0px, 0px);-o-transform:translate3d(0, 0px, 0px);transform:translate3d(0, 0px, 0px);-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}}@media only screen and (min-width: 1440px){.side-menu--closed{position:inherit;width:250px;-webkit-transform:translate3d(0, 0px, 0px);-khtml-transform:translate3d(0, 0px, 0px);-moz-transform:translate3d(0, 0px, 0px);-ms-transform:translate3d(0, 0px, 0px);-o-transform:translate3d(0, 0px, 0px);transform:translate3d(0, 0px, 0px);-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}}.side-menu__mobile-link{display:block;height:auto;margin:0;padding:1rem 1rem 1rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background-color:#009cf8;border-bottom:1px solid #fff}@media only screen and (min-width: 1024px)and (max-width: 1279px){.side-menu__mobile-link{display:none}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.side-menu__mobile-link{display:none}}@media only screen and (min-width: 1440px){.side-menu__mobile-link{display:none}}.side-menu__mobile-link:visited,.side-menu__mobile-link:active,.side-menu__mobile-link:focus,.side-menu__mobile-link:hover{color:#fff}.side-menu__login-wrap{margin:0;padding:1.5rem 1rem 1.5rem 2.5rem;font-size:1rem;font-weight:500;color:#fff;background-color:#009cf8;border-bottom:1px solid #fff}.side-menu__login-wrap i{float:right}.side-menu__search-wrap{display:none !important;padding:14px;background-color:#009cf8}.side-menu .Collapsible{border-bottom:1px solid #dcedfc}.side-menu .Collapsible a{color:#0079bf;text-decoration:none}.side-menu .Collapsible .Collapsible__trigger{padding:.65rem 1rem;cursor:pointer;display:block;position:relative;color:#0079bf;font-size:14px;font-weight:500}.side-menu .Collapsible .Collapsible__trigger:after{font-family:"FontAwesome";font-size:24px;content:"";position:absolute;right:1rem;top:.75rem;display:block;transition:transform 300ms}.side-menu .Collapsible .Collapsible__trigger.is-open:after{transform:rotateZ(180deg);right:1rem}.side-menu__title{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:100%;height:auto;margin:0;padding:.5rem .75rem .5rem 2rem;font-size:1rem;font-weight:500;color:#fff;background-color:#009cf8;border-bottom:1px solid #fff}@media only screen and (max-width: 319px){.side-menu__title{padding:.75rem .1rem .75rem 2rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.side-menu__title{padding:.75rem .1rem .75rem 2rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.side-menu__title{padding:.75rem .1rem .75rem 2rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.side-menu__title{padding:.75rem .1rem .75rem 2rem}}.side-menu__collapsible-trigger-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.side-menu__sub-menu-icon{width:32px}.side-menu__sub-menu-name{margin-left:1rem}.side-menu__sub-sub-menu{padding:0 2rem;list-style-type:none}.side-menu__sub-sub-menu-title{margin-left:.625rem;padding-left:0;padding-bottom:.375rem;font-size:.875rem;color:rgb(139.5,139.5,139.5);line-height:1.5rem;font-weight:300;font-style:normal}.side-menu__sub-sub-menu-item{width:100%}.side-menu__sub-sub-menu-item a{display:inline-block;width:100%;padding:.25rem .625rem;font-size:.875rem;font-weight:300;line-height:1.5rem;color:#0079bf;cursor:pointer}.side-menu__sub-sub-menu-item--selected a{color:#fff !important;background:#009cf8}.side-menu__sub-sub-menu-item--selected a:visited,.side-menu__sub-sub-menu-item--selected a:active,.side-menu__sub-sub-menu-item--selected a:hover{color:#fff}.selector-feedback{z-index:9;position:fixed;background-color:red;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;width:280px;top:71px;right:0;-webkit-backface-visibility:hidden;-webkit-transition:top 200ms ease-in-out;-moz-transition:top 200ms ease-in-out;-ms-transition:top 200ms ease-in-out;-o-transition:top 200ms ease-in-out;transition:top 200ms ease-in-out;background-color:#fff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15);color:#0079bf;padding:.5rem;padding-left:1.5rem;font-size:.8rem}@media only screen and (min-width: 1024px)and (max-width: 1279px){.selector-feedback{right:calc(50% - 512px + 1rem)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.selector-feedback{right:calc(50% - 640px + 1rem)}}@media only screen and (min-width: 1440px){.selector-feedback{right:calc(50% - 720px + 1rem)}}.selector-feedback--empty{display:none}.selector-feedback p{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin-bottom:0;padding:.5rem 0;border-bottom:1px solid #eee}.selector-feedback p:first-of-type{padding-top:0;color:#a5a5a5;text-transform:uppercase}.selector-feedback p:first-of-type,.selector-feedback p:last-of-type{padding-bottom:0;border:none}.selector-feedback i{cursor:pointer}.selector-feedback__link{height:auto;margin:0;padding:1rem 1rem 1rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background-color:#009cf8;border-bottom:1px solid #fff;cursor:pointer}.selector-feedback__link:hover{background-color:rgb(0,123.9193548387,197)}.selector-feedback a:hover,.selector-feedback a:active,.selector-feedback a:focus,.selector-feedback a:visited{text-decoration:none}.user-menu{z-index:10;position:fixed;background-color:red;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;width:280px;right:0;-webkit-backface-visibility:hidden;-webkit-transition:top 200ms ease-in-out;-moz-transition:top 200ms ease-in-out;-ms-transition:top 200ms ease-in-out;-o-transition:top 200ms ease-in-out;transition:top 200ms ease-in-out;background-color:#fff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}@media only screen and (min-width: 1024px)and (max-width: 1279px){.user-menu{right:calc(50% - 512px + 1rem)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.user-menu{right:calc(50% - 640px + 1rem)}}@media only screen and (min-width: 1440px){.user-menu{right:calc(50% - 720px + 1rem)}}.user-menu__info{color:#0079bf;padding:.5rem;padding-left:1.5rem;font-size:.8rem}.user-menu__info p{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin-bottom:0;padding:.5rem 0;border-bottom:1px solid #eee}.user-menu__info p:first-of-type{padding-top:0;color:#a5a5a5;text-transform:uppercase}.user-menu__info p:first-of-type,.user-menu__info p:last-of-type{padding-bottom:0;border:none}.user-menu__link{height:auto;margin:0;padding:1rem 1rem 1rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background-color:#009cf8;border-bottom:1px solid #fff;cursor:pointer}.user-menu__link:hover{background-color:rgb(0,123.9193548387,197)}.user-menu a:hover,.user-menu a:active,.user-menu a:focus,.user-menu a:visited{text-decoration:none}.destroy-us-all{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;position:fixed;bottom:3rem;left:50%;min-width:26px;padding:.25rem;background-color:#009cf8;-webkit-backface-visibility:hidden;-webkit-transition:all 200ms ease-in-out 0ms;-moz-transition:all 200ms ease-in-out 0ms;-ms-transition:all 200ms ease-in-out 0ms;-o-transition:all 200ms ease-in-out 0ms;transition:all 200ms ease-in-out 0ms}.destroy-us-all--hidden{bottom:-3rem}.destroy-us-all input{width:1.5rem;height:1rem;margin-left:.5rem;padding:.125rem;font-size:.625rem}.destroy-us-all__switch{background-color:#2f4f4f;border:1px solid #2f4f4f;-webkit-backface-visibility:hidden;-webkit-transition:all 200ms ease-in-out 0ms;-moz-transition:all 200ms ease-in-out 0ms;-ms-transition:all 200ms ease-in-out 0ms;-o-transition:all 200ms ease-in-out 0ms;transition:all 200ms ease-in-out 0ms}.destroy-us-all__switch--on{padding-left:.5rem}.destroy-us-all__switch--off{padding-right:.5rem}.destroy-us-all__switch-knob{width:.5rem;height:.5rem;content:"";padding:0;-webkit-backface-visibility:hidden;-webkit-transition:all 200ms ease-in-out 0ms;-moz-transition:all 200ms ease-in-out 0ms;-ms-transition:all 200ms ease-in-out 0ms;-o-transition:all 200ms ease-in-out 0ms;transition:all 200ms ease-in-out 0ms}.destroy-us-all__switch-knob--on{background-color:rgb(255,143.95625,10.5)}.destroy-us-all__switch-knob--off{background-color:#a5a5a5}.footer__wrap{height:200px;margin-top:-200px;padding-top:.25rem;clear:both;background-color:#f5f5f5;font-size:.85rem;line-height:1.3175rem;color:#333;border-top:1rem solid #009cf8}.footer__wrap a{color:#333;text-decoration:none}.footer__wrap a:active,.footer__wrap a:focus,.footer__wrap a:visited,.footer__wrap a:hover{color:#333}.footer__wrap ul{list-style-type:none;margin:0}.footer__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin:0 auto;padding:1rem 0 0 1rem;background-color:#f5f5f5}@media only screen and (max-width: 319px){.footer__container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:100%;padding:1rem 0}}@media only screen and (min-width: 320px)and (max-width: 424px){.footer__container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:100%;padding:1rem 0}}@media only screen and (min-width: 425px)and (max-width: 767px){.footer__container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:100%;padding:1rem 0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.footer__container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:100%;padding:1rem 0}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.footer__container{width:992px}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.footer__container{width:1248px}}@media only screen and (min-width: 1440px){.footer__container{width:1408px}}.footer__link-list-wrap{margin-right:1rem}.footer__contacts-wrap p{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.footer__big-icon{font-size:1.5rem;color:#009cf8;min-width:1.5rem;margin-right:.5rem}.footer__link-list-heading{width:100%;margin-bottom:1rem}@media only screen and (max-width: 319px){.footer__link-list-heading{text-align:center}}@media only screen and (min-width: 320px)and (max-width: 424px){.footer__link-list-heading{text-align:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.footer__link-list-heading{text-align:center}}.footer__link-list-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}@media only screen and (max-width: 319px){.footer__link-list-container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around}}@media only screen and (min-width: 320px)and (max-width: 424px){.footer__link-list-container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around}}@media only screen and (min-width: 425px)and (max-width: 767px){.footer__link-list-container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around}}.footer__logos{height:auto !important;margin-right:1.5rem;padding-top:2rem;-webkit-align-self:stretch;-moz-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;-webkit-align-content:center;-moz-align-content:center;-ms-flex-line-pack:center;align-content:center}@media only screen and (max-width: 319px){.footer__logos{margin-left:1rem;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.footer__logos{margin-left:1rem;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.footer__logos{margin-left:1rem;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 768px)and (max-width: 1023px){.footer__logos{margin-left:1rem;-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer__logos div{width:125px;margin-left:1rem}.footer__logos div img{margin:1rem auto}.footer__copyright{width:100%;font-size:.75rem;margin-top:1.5rem;padding-bottom:.5rem;text-align:center}.products-header{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin-left:3rem;margin-right:1rem;margin-bottom:.5rem}@media only screen and (max-width: 319px){.products-header{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-header{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-header{display:none}}.products-header .name{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:40%}.products-header .price-per-unit{float:right;width:10%;margin-left:1rem}.products-header .ordered{float:right;width:10%;margin-left:1rem;text-align:center}.products-header .ordered--report{float:right;width:10%;margin-left:1rem}.products-header .comment-button{float:right;width:10%;margin-left:1rem}.products-header .delivered{float:right;width:10%;margin-left:1rem;text-align:center}.products-header .done{float:right;width:10%;margin-left:1rem;text-align:right}.product-collapsible-header__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media only screen and (max-width: 319px){.product-collapsible-header__container{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start}}.product-collapsible-header__container .form-group{margin:.25rem 0}.product-collapsible-header__container .label{display:none}@media only screen and (max-width: 319px){.product-collapsible-header__container .label{font-size:.9rem;display:block}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container .label{font-size:.9rem;display:block}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container .label{font-size:.9rem;display:block}}.product-collapsible-header__container .plus{display:none}@media only screen and (max-width: 319px){.product-collapsible-header__container .plus{display:block;padding:.5rem .75rem;cursor:pointer}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container .plus{display:block;padding:.5rem .75rem;cursor:pointer}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container .plus{display:block;padding:.5rem .75rem;cursor:pointer}}.product-collapsible-header__container .minus{display:none}@media only screen and (max-width: 319px){.product-collapsible-header__container .minus{display:block;padding:.5rem .75rem;cursor:pointer}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container .minus{display:block;padding:.5rem .75rem;cursor:pointer}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container .minus{display:block;padding:.5rem .75rem;cursor:pointer}}.product-collapsible-header__container .name{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:40%}@media only screen and (max-width: 319px){.product-collapsible-header__container .name{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin-top:.5rem;padding-right:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container .name{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin-top:.5rem;padding-right:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container .name{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin-top:.5rem;padding-right:.5rem}}.product-collapsible-header__container .price-per-unit{float:right;width:10%;margin-right:1rem}@media only screen and (max-width: 319px){.product-collapsible-header__container .price-per-unit{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container .price-per-unit{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container .price-per-unit{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:.5rem}}.product-collapsible-header__container .ordered{float:right;width:10%;margin-left:1rem;margin-right:.25rem}@media only screen and (max-width: 319px){.product-collapsible-header__container .ordered{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container .ordered{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container .ordered{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:.5rem}}.product-collapsible-header__container .ordered .content{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.product-collapsible-header__container .comment-button{float:right;width:10%;margin-left:1rem}@media only screen and (max-width: 319px){.product-collapsible-header__container .comment-button{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container .comment-button{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container .comment-button{display:none}}.product-collapsible-header__container .delivered{float:right;width:10%;margin-left:1rem}@media only screen and (max-width: 319px){.product-collapsible-header__container .delivered{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-moz-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:0rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container .delivered{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-moz-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:0rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container .delivered{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-align-content:center;-moz-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:0rem}}.product-collapsible-header__container .delivered .content{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.product-collapsible-header__container .delivered .content--done{padding-right:.5rem}.product-collapsible-header__container .done{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;float:right;width:10%;margin-left:1rem}@media only screen and (max-width: 319px){.product-collapsible-header__container .done{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:.5rem;-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container .done{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:.5rem;-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container .done{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin:1rem 0 0;padding-right:.5rem;-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (max-width: 319px){.product-collapsible-header__container .done .content{margin-right:-1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.product-collapsible-header__container .done .content{margin-right:-1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.product-collapsible-header__container .done .content{margin-right:-1rem}}.product-collapsible-header__reschedule-checkbox-wrap input[type=checkbox]{display:none;visibility:hidden}.product-collapsible-header__reschedule-checkbox-wrap label{margin-bottom:0;height:100%;font-size:1.25rem;cursor:pointer}.product-collapsible-header__reschedule-checkbox-wrap input[type=checkbox]+label{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.product-collapsible-header__reschedule-checkbox-wrap input[type=checkbox]+label .custom-checkbox{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:2rem;height:2rem;border:1px solid #fff}.product-collapsible-header__reschedule-checkbox-wrap input[type=checkbox]:checked+label .custom-checkbox{color:#fff;background-color:rgb(255,143.95625,10.5);border:none}.service-intro__heading{width:100%}.service-intro__description-container,.service-intro__parameter-form-wrap{width:calc(100% - 450px - 1rem)}.service-intro__description-container--no-gallery,.service-intro__parameter-form-wrap--no-gallery{width:100%}@media only screen and (min-width: 1024px)and (max-width: 1279px){.service-intro__description-container,.service-intro__parameter-form-wrap{width:calc(100% - 285px - 1rem)}}@media only screen and (max-width: 319px){.service-intro__description-container,.service-intro__parameter-form-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.service-intro__description-container,.service-intro__parameter-form-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.service-intro__description-container,.service-intro__parameter-form-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.service-intro__description-container,.service-intro__parameter-form-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;width:100%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.service-intro__parameter-form-wrap{padding-right:1rem}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.service-intro__parameter-form-wrap{padding-right:1rem}}@media only screen and (min-width: 1440px){.service-intro__parameter-form-wrap{padding-right:1rem}}.service-intro__gallery-wrap{width:450px;margin-left:1rem}@media only screen and (max-width: 319px){.service-intro__gallery-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.service-intro__gallery-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.service-intro__gallery-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.service-intro__gallery-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:1rem}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.service-intro__gallery-wrap{width:285px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.service-intro__gallery-wrap{width:345px}}@media only screen and (min-width: 425px)and (max-width: 767px){.service-intro__gallery-wrap{width:393px}}@media only screen and (min-width: 320px)and (max-width: 424px){.service-intro__gallery-wrap{width:288px}}@media only screen and (max-width: 319px){.service-intro__gallery-wrap{width:288px}}.service-intro__reviews-wrap{width:450px}@media only screen and (max-width: 319px){.service-intro__reviews-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.service-intro__reviews-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.service-intro__reviews-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.service-intro__reviews-wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-bottom:1rem}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.service-intro__reviews-wrap{width:285px;margin-left:1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.service-intro__reviews-wrap{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.service-intro__reviews-wrap{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.service-intro__reviews-wrap{width:100%}}@media only screen and (max-width: 319px){.service-intro__reviews-wrap{width:100%}}.last-minute-discount__wrap{margin:0 auto;display:table}.last-minute-discount__container{padding:1rem 1rem;background-color:#faebd7;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}@media only screen and (max-width: 319px){.last-minute-discount__container{font-size:.9rem;line-height:1.25rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.last-minute-discount__container{font-size:.9rem;line-height:1.25rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.last-minute-discount__container{font-size:.9rem;line-height:1.25rem}}.last-minute-discount__discount-percent{font-size:2rem;font-weight:900;color:#f08300}@media only screen and (max-width: 319px){.last-minute-discount__discount-percent{font-size:1.75rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.last-minute-discount__discount-percent{font-size:1.75rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.last-minute-discount__discount-percent{font-size:1.75rem}}.last-minute-discount__disclaimer{font-size:.8rem}@media only screen and (max-width: 319px){.last-minute-discount__disclaimer{font-size:.75rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.last-minute-discount__disclaimer{font-size:.75rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.last-minute-discount__disclaimer{font-size:.75rem}}.phone-closer{position:relative;min-width:10rem;max-width:20rem;margin-bottom:1rem}.phone-closer--center{max-width:21rem;margin:0 auto 1rem auto}.phone-closer__user-info-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowarp;-moz-flex-wrap:nowarp;-ms-flex-wrap:nowarp;flex-wrap:nowarp;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end}.phone-closer__call-to-action{font-weight:bold}.phone-closer__user{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-right:1rem}.phone-closer__user-image{width:6rem;height:6rem;border-radius:3rem;background-size:cover;background-repeat:no-repeat;background-position:center center;margin-bottom:.5rem}.phone-closer__user-name{min-width:7rem;text-align:center}.breadcrumbs__title--active,.breadcrumbs__title--inactive,.breadcrumbs__spacer{font-size:16px}@media only screen and (min-width: 320px)and (max-width: 424px){.breadcrumbs__title--active,.breadcrumbs__title--inactive,.breadcrumbs__spacer{font-size:12px}}.price-calculator__extra-service-checkbox-wrap{text-align:center}.price-calculator__extra-service-checkbox-wrap input{margin:15px auto}.price-calculator__extra-service-wrap{font-weight:400;width:100%}.products-collapsible-header__contentInner{padding:16px}.products-collapsible-header__contentInner img{margin:0 auto}.products-collapsible-header__contentOuter{border:solid 1px #009cf8}.products-collapsible-header__trigger{display:block;margin-bottom:0 !important;color:#fff;padding:.75rem 0 .75rem .75rem;background:#009cf8;cursor:pointer}.products-collapsible-header__trigger:before{font-family:"FontAwesome";font-size:24px;content:"";margin-right:16px;float:left;display:block;transition:transform 300ms}.products-collapsible-header__trigger.is-open:before{transform:rotateZ(180deg)}.products-collapsible-header__trigger a{text-decoration:none}.products-collapsible-header--deselected__contentInner{padding:16px}.products-collapsible-header--deselected__contentInner img{margin:0 auto}.products-collapsible-header--deselected__contentOuter{border:solid 1px #ddd}.products-collapsible-header--deselected__trigger{display:block;margin-bottom:0 !important;color:#333;padding:.75rem 0 .75rem .75rem;background:#ddd;cursor:pointer}.products-collapsible-header--deselected__trigger:before{font-family:"FontAwesome";font-size:24px;content:"";margin-right:16px;float:left;display:block;transition:transform 300ms}.products-collapsible-header--deselected__trigger.is-open:before{transform:rotateZ(180deg)}.products-collapsible-header--deselected__trigger a{text-decoration:none}.products-collapsible-header--control-panel-product{margin-bottom:.5rem;font-weight:700}.products-collapsible-header--control-panel-product #name{width:45%;margin-left:.5rem;text-align:left}@media only screen and (max-width: 319px){.products-collapsible-header--control-panel-product #name{width:75%}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--control-panel-product #name{width:75%}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--control-panel-product #name{width:75%}}.products-collapsible-header--control-panel-product #sub-target{width:10%}@media only screen and (max-width: 319px){.products-collapsible-header--control-panel-product #sub-target{width:25%}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--control-panel-product #sub-target{width:25%}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--control-panel-product #sub-target{width:25%}}.products-collapsible-header--control-panel-product #price-per-unit{width:10%;margin-left:.5rem}@media only screen and (max-width: 319px){.products-collapsible-header--control-panel-product #price-per-unit{width:25%}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--control-panel-product #price-per-unit{width:25%}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--control-panel-product #price-per-unit{width:25%}}.products-collapsible-header--control-panel-product #price{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-left:.5rem}.products-collapsible-header--control-panel-product #ordered{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:124px;margin-left:.75rem}@media only screen and (max-width: 319px){.products-collapsible-header--control-panel-product #ordered .details-field__unit{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--control-panel-product #ordered .details-field__unit{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--control-panel-product #ordered .details-field__unit{display:none}}.products-collapsible-header--control-panel-product #ordered--report{width:10%;margin-left:.5rem}@media only screen and (max-width: 319px){.products-collapsible-header--control-panel-product #ordered--report{width:25%}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--control-panel-product #ordered--report{width:25%}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--control-panel-product #ordered--report{width:25%}}.products-collapsible-header--control-panel-product #delivered{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:124px;margin-left:.75rem}@media only screen and (max-width: 319px){.products-collapsible-header--control-panel-product #delivered .details-field__unit{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--control-panel-product #delivered .details-field__unit{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--control-panel-product #delivered .details-field__unit{display:none}}.products-collapsible-header--control-panel-product #comment-button{cursor:pointer;width:3rem;margin-right:.5rem;padding:.5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;font-size:1.25rem;color:#fff;background-color:#009cf8;display:none}.products-collapsible-header--control-panel-product__trigger{padding:.35rem !important}.products-collapsible-header--control-panel-product__trigger:before{margin:.35rem 1rem 0 .75rem}.products-collapsible-header--control-panel-product__contentInner{padding:16px}.products-collapsible-header--control-panel-product__contentInner img{margin:0 auto}.products-collapsible-header--control-panel-product__contentOuter{border:solid 1px #009cf8}.products-collapsible-header--control-panel-product__trigger{display:block;margin-bottom:0 !important;color:#fff;padding:.75rem 0 .75rem .75rem;background:#009cf8;cursor:pointer}.products-collapsible-header--control-panel-product__trigger:before{font-family:"FontAwesome";font-size:24px;content:"";margin-right:16px;float:left;display:block;transition:transform 300ms}.products-collapsible-header--control-panel-product__trigger.is-open:before{transform:rotateZ(180deg)}.products-collapsible-header--control-panel-product__trigger a{text-decoration:none}.products-collapsible-header--deselected-control-panel-product{margin-bottom:.5rem;font-weight:700}.products-collapsible-header--deselected-control-panel-product #name{width:45%;margin-left:.5rem;text-align:left}@media only screen and (max-width: 319px){.products-collapsible-header--deselected-control-panel-product #name{width:75%}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--deselected-control-panel-product #name{width:75%}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--deselected-control-panel-product #name{width:75%}}.products-collapsible-header--deselected-control-panel-product #sub-target{width:10%}@media only screen and (max-width: 319px){.products-collapsible-header--deselected-control-panel-product #sub-target{width:25%}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--deselected-control-panel-product #sub-target{width:25%}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--deselected-control-panel-product #sub-target{width:25%}}.products-collapsible-header--deselected-control-panel-product #price-per-unit{width:10%;margin-left:.5rem}@media only screen and (max-width: 319px){.products-collapsible-header--deselected-control-panel-product #price-per-unit{width:25%}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--deselected-control-panel-product #price-per-unit{width:25%}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--deselected-control-panel-product #price-per-unit{width:25%}}.products-collapsible-header--deselected-control-panel-product #price{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin-left:.5rem}.products-collapsible-header--deselected-control-panel-product #ordered{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:124px;margin-left:.75rem}@media only screen and (max-width: 319px){.products-collapsible-header--deselected-control-panel-product #ordered .details-field__unit{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--deselected-control-panel-product #ordered .details-field__unit{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--deselected-control-panel-product #ordered .details-field__unit{display:none}}.products-collapsible-header--deselected-control-panel-product #ordered--report{width:10%;margin-left:.5rem}@media only screen and (max-width: 319px){.products-collapsible-header--deselected-control-panel-product #ordered--report{width:25%}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--deselected-control-panel-product #ordered--report{width:25%}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--deselected-control-panel-product #ordered--report{width:25%}}.products-collapsible-header--deselected-control-panel-product #delivered{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:124px;margin-left:.75rem}@media only screen and (max-width: 319px){.products-collapsible-header--deselected-control-panel-product #delivered .details-field__unit{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header--deselected-control-panel-product #delivered .details-field__unit{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header--deselected-control-panel-product #delivered .details-field__unit{display:none}}.products-collapsible-header--deselected-control-panel-product #comment-button{cursor:pointer;width:3rem;margin-right:.5rem;padding:.5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;font-size:1.25rem;color:#fff;background-color:#009cf8;display:none}.products-collapsible-header--deselected-control-panel-product__trigger{padding:.35rem !important}.products-collapsible-header--deselected-control-panel-product__trigger:before{margin:.35rem 1rem 0 .75rem}.products-collapsible-header--deselected-control-panel-product__contentInner{padding:16px}.products-collapsible-header--deselected-control-panel-product__contentInner img{margin:0 auto}.products-collapsible-header--deselected-control-panel-product__contentOuter{border:solid 1px #ddd}.products-collapsible-header--deselected-control-panel-product__trigger{display:block;margin-bottom:0 !important;color:#333;padding:.75rem 0 .75rem .75rem;background:#ddd;cursor:pointer}.products-collapsible-header--deselected-control-panel-product__trigger:before{font-family:"FontAwesome";font-size:24px;content:"";margin-right:16px;float:left;display:block;transition:transform 300ms}.products-collapsible-header--deselected-control-panel-product__trigger.is-open:before{transform:rotateZ(180deg)}.products-collapsible-header--deselected-control-panel-product__trigger a{text-decoration:none}.products-collapsible-header__container{width:100%;padding:.5rem 0}@media only screen and (max-width: 319px){.products-collapsible-header__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.products-collapsible-header__title{padding:.5rem 0;font-weight:700}.products-collapsible-header__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:80%}.products-collapsible-header__price{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-right:.75rem;margin-left:16px;white-space:nowrap;text-align:right;font-weight:700}@media only screen and (max-width: 319px){.products-collapsible-header__price{margin-right:.5rem;padding:.5rem 0}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header__price{margin-right:.5rem;padding:.5rem 0}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header__price{margin-right:.5rem;padding:.5rem 0}}.products-collapsible-header__discount{-webkit-align-self:stretch;-moz-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;padding:.5rem;color:#fff;background-color:rgb(255,143.95625,10.5);font-weight:700}@media only screen and (max-width: 319px){.products-collapsible-header__discount{min-width:3.5rem;margin-left:auto}}@media only screen and (min-width: 320px)and (max-width: 424px){.products-collapsible-header__discount{min-width:3.5rem;margin-left:auto}}@media only screen and (min-width: 425px)and (max-width: 767px){.products-collapsible-header__discount{min-width:3.5rem;margin-left:auto}}.products-collapsible-header__discount-description{width:100%;font-size:.8rem;font-weight:500;text-align:right;color:rgb(255,143.95625,10.5)}.products-loader__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;height:300px}.products__extra-service-product-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;margin-bottom:.5rem}.products__service-product-container{margin-bottom:.5rem}.products__service-product-container label{width:100%;margin:0}.products__static-header--discount{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:100%;margin-left:2rem;padding:.75rem .75rem .75rem 2.75rem;background-color:rgb(255,143.95625,10.5);color:#fff;font-weight:700}.products__static-header--discount #title{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;word-break:break-all}.products__static-header--discount #price{margin-left:16px;white-space:nowrap;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.products__extra-service-product-container{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0%;-moz-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.products__extra-service-product-container label{width:100%;margin:0}.is-closed+.products-collapsible-header--service-product__contentOuter,.is-closed+.products-collapsible-header--extra-service-product__contentOuter{border:none !important}.order-preview-product__container--sub-total,.order-preview-product__container--head,.order-preview-product__container{width:100%;margin:5px auto;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.order-preview-product__container--sub-total .title,.order-preview-product__container--head .title,.order-preview-product__container .title{width:70%}.order-preview-product__container--sub-total .quantity,.order-preview-product__container--head .quantity,.order-preview-product__container .quantity,.order-preview-product__container--sub-total .net-price,.order-preview-product__container--head .net-price,.order-preview-product__container .net-price,.order-preview-product__container--sub-total .price,.order-preview-product__container--head .price,.order-preview-product__container .price,.order-preview-product__container--sub-total .price--discount,.order-preview-product__container--head .price--discount,.order-preview-product__container .price--discount{margin-left:.5rem;text-align:right;width:10%}@media only screen and (max-width: 319px){.order-preview-product__container--sub-total .quantity,.order-preview-product__container--head .quantity,.order-preview-product__container .quantity,.order-preview-product__container--sub-total .net-price,.order-preview-product__container--head .net-price,.order-preview-product__container .net-price,.order-preview-product__container--sub-total .price,.order-preview-product__container--head .price,.order-preview-product__container .price,.order-preview-product__container--sub-total .price--discount,.order-preview-product__container--head .price--discount,.order-preview-product__container .price--discount{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.order-preview-product__container--sub-total .quantity,.order-preview-product__container--head .quantity,.order-preview-product__container .quantity,.order-preview-product__container--sub-total .net-price,.order-preview-product__container--head .net-price,.order-preview-product__container .net-price,.order-preview-product__container--sub-total .price,.order-preview-product__container--head .price,.order-preview-product__container .price,.order-preview-product__container--sub-total .price--discount,.order-preview-product__container--head .price--discount,.order-preview-product__container .price--discount{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.order-preview-product__container--sub-total .quantity,.order-preview-product__container--head .quantity,.order-preview-product__container .quantity,.order-preview-product__container--sub-total .net-price,.order-preview-product__container--head .net-price,.order-preview-product__container .net-price,.order-preview-product__container--sub-total .price,.order-preview-product__container--head .price,.order-preview-product__container .price,.order-preview-product__container--sub-total .price--discount,.order-preview-product__container--head .price--discount,.order-preview-product__container .price--discount{display:none}}@media only screen and (max-width: 319px){.order-preview-product__container--sub-total .quantity,.order-preview-product__container--head .quantity,.order-preview-product__container .quantity,.order-preview-product__container--sub-total .price--discount,.order-preview-product__container--head .price--discount,.order-preview-product__container .price--discount{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:auto;min-width:10%;display:block}}@media only screen and (min-width: 320px)and (max-width: 424px){.order-preview-product__container--sub-total .quantity,.order-preview-product__container--head .quantity,.order-preview-product__container .quantity,.order-preview-product__container--sub-total .price--discount,.order-preview-product__container--head .price--discount,.order-preview-product__container .price--discount{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:auto;min-width:10%;display:block}}@media only screen and (min-width: 425px)and (max-width: 767px){.order-preview-product__container--sub-total .quantity,.order-preview-product__container--head .quantity,.order-preview-product__container .quantity,.order-preview-product__container--sub-total .price--discount,.order-preview-product__container--head .price--discount,.order-preview-product__container .price--discount{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:auto;min-width:10%;display:block}}.order-preview-product__wrap{margin:5px auto}.order-preview-product__service-wrap{margin:5px 0}@media only screen and (max-width: 319px){.order-preview-product__container{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.order-preview-product__container{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.order-preview-product__container{display:none}}.order-preview-product__container--mobile{display:none;width:100%;margin:5px auto;border-bottom:1px solid #a5a5a5;padding-bottom:.5rem;margin-bottom:.5rem}@media only screen and (max-width: 319px){.order-preview-product__container--mobile{display:block}}@media only screen and (min-width: 320px)and (max-width: 424px){.order-preview-product__container--mobile{display:block}}@media only screen and (min-width: 425px)and (max-width: 767px){.order-preview-product__container--mobile{display:block}}.order-preview-product__container--mobile .title,.order-preview-product__container--mobile .quantity,.order-preview-product__container--mobile .net-price,.order-preview-product__container--mobile .price{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.order-preview-product__container--mobile .title .mobile-col-head,.order-preview-product__container--mobile .quantity .mobile-col-head,.order-preview-product__container--mobile .net-price .mobile-col-head,.order-preview-product__container--mobile .price .mobile-col-head{min-width:100px;font-weight:700}.order-preview-product__container--mobile .title .mobile-col-text,.order-preview-product__container--mobile .quantity .mobile-col-text,.order-preview-product__container--mobile .net-price .mobile-col-text,.order-preview-product__container--mobile .price .mobile-col-text{text-align:right}.order-preview-product__container--head{font-weight:700;border-bottom:solid 1px #607d8b}@media only screen and (max-width: 319px){.order-preview-product__container--head{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.order-preview-product__container--head{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.order-preview-product__container--head{display:none}}.order-preview-product__container--sub-total{font-weight:700;border-top:solid 1px #607d8b}.service-product__included-physical-products-info-wrap{width:100%}.service-product__included-physical-products-warp{margin-bottom:15px;font-weight:700}.service-product__included-physical-products-warp p{margin:0}.service-product__included-physical-products-warp .service-product__included-physical-products-container{list-style:none}.service-product__included-physical-products-warp .service-product__included-physical-products-container .physical-product{font-weight:300;padding:0;margin:0}.building-type__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;margin-bottom:1rem;max-width:618.4px}@media only screen and (max-width: 319px){.building-type__container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;max-width:293.2px}}@media only screen and (min-width: 320px)and (max-width: 424px){.building-type__container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;max-width:293.2px}}@media only screen and (min-width: 425px)and (max-width: 767px){.building-type__container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;max-width:293.2px}}.building-type-button__wrap{text-align:center;width:138.6px;margin-right:1rem;margin-bottom:.5rem}@media only screen and (max-width: 319px){.building-type-button__wrap{width:50%;max-width:138.6px;margin-right:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.building-type-button__wrap{width:50%;max-width:138.6px;margin-right:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.building-type-button__wrap{width:50%;max-width:138.6px;margin-right:0}}.building-type-button__wrap input{display:none;visibility:hidden}.building-type-button__wrap input+.building-type-button__label{border:1px solid rgb(219.5,219.5,219.5)}.building-type-button__wrap input:active+.building-type-button__label{opacity:.9}.building-type-button__wrap input:disabled+.building-type-button__label{opacity:.9;-webkit-filter:brightness(1.2) opacity(0.5);-moz-filter:brightness(1.2) opacity(0.5);-ms-filter:brightness(1.2) opacity(0.5);-o-filter:brightness(1.2) opacity(0.5);filter:brightness(1.2) opacity(0.5)}.building-type-button__wrap input:checked+.building-type-button__label{-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none;outline:none;border:1px solid #009cf8;-webkit-box-shadow:0 0 5px #009cf8;-khtml-box-shadow:0 0 5px #009cf8;-moz-box-shadow:0 0 5px #009cf8;-ms-box-shadow:0 0 5px #009cf8;-o-box-shadow:0 0 5px #009cf8;box-shadow:0 0 5px #009cf8}.building-type-button__img{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.building-type-button__img img{height:auto}.building-type-button__text{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;font-weight:500}.building-type-button__label{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;cursor:pointer;-webkit-backface-visibility:hidden;-webkit-transition:all 200ms ease-in;-moz-transition:all 200ms ease-in;-ms-transition:all 200ms ease-in;-o-transition:all 200ms ease-in;transition:all 200ms ease-in;-webkit-box-shadow:0 0 5px #aaa false;-khtml-box-shadow:0 0 5px #aaa false;-moz-box-shadow:0 0 5px #aaa false;-ms-box-shadow:0 0 5px #aaa false;-o-box-shadow:0 0 5px #aaa false;box-shadow:0 0 5px #aaa false}.building-type-button__label:hover{-webkit-box-shadow:0 0 5px #aaa false;-khtml-box-shadow:0 0 5px #aaa false;-moz-box-shadow:0 0 5px #aaa false;-ms-box-shadow:0 0 5px #aaa false;-o-box-shadow:0 0 5px #aaa false;box-shadow:0 0 5px #aaa false}.price-summary__price-after-deduction{font-size:1.8rem;font-weight:bold;color:#0079bf;border-bottom:2px solid rgba(0,121,191,0);-webkit-backface-visibility:hidden;-webkit-transition:all 300ms ease-in-out 1s;-moz-transition:all 300ms ease-in-out 1s;-ms-transition:all 300ms ease-in-out 1s;-o-transition:all 300ms ease-in-out 1s;transition:all 300ms ease-in-out 1s}.price-summary__price-after-deduction--highlighted{font-size:1.8rem;font-weight:bold;color:rgb(255,143.95625,10.5);border-bottom:2px solid rgb(255,143.95625,10.5);-webkit-backface-visibility:hidden;-webkit-transition:all 300ms ease-in-out 1s;-moz-transition:all 300ms ease-in-out 1s;-ms-transition:all 300ms ease-in-out 1s;-o-transition:all 300ms ease-in-out 1s;transition:all 300ms ease-in-out 1s}.price-summary__service-provider-price-preview-wrap{margin-bottom:1rem}.price-summary__service-provider-price-preview-prices-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;margin-bottom:1rem}.price-summary__service-provider-price-preview-prices-wrap>div{margin-left:2rem;font-size:1.75rem;font-weight:500;color:#0079bf}.price-summary__service-provider-price-preview-duration-container{font-weight:bold}.zip-code-field__form-group{margin:0 !important}.zip-code-field__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}@media only screen and (max-width: 319px){.zip-code-field__wrap .input-group{width:calc(100% - 2.5rem);max-width:250px}}@media only screen and (min-width: 320px)and (max-width: 424px){.zip-code-field__wrap .input-group{width:calc(100% - 2.5rem);max-width:250px}}@media only screen and (min-width: 425px)and (max-width: 767px){.zip-code-field__wrap .input-group{width:calc(100% - 2.5rem);max-width:250px}}.zip-code-field__submit{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-left:.5rem;max-width:2rem}.summary-parameters__amount{margin-left:.5rem;text-align:right}.price-calculator__description-wrap{margin:.5rem 0 .5rem 0}.price-calculator__description-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start}@media only screen and (max-width: 319px){.price-calculator__description-container{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__description-container{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.price-calculator__description-container{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.price-calculator__description-container--building-type{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}@media only screen and (max-width: 319px){.price-calculator__description-container--building-type{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__description-container--building-type{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.price-calculator__description-container--building-type{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.price-calculator__description-container--building-type #building-type-name{margin:0 .5rem;font-size:20px;font-weight:500;color:#333;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}@media only screen and (max-width: 319px){.price-calculator__description-container--building-type #building-type-name{margin:1rem .5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__description-container--building-type #building-type-name{margin:1rem .5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.price-calculator__description-container--building-type #building-type-name{margin:1rem .5rem}}.price-calculator__description-text{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}@media only screen and (min-width: 1024px)and (max-width: 1279px){.price-calculator__description-text{-webkit-flex-basis:0%;-moz-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.price-calculator__description-text{-webkit-flex-basis:0%;-moz-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%}}@media only screen and (min-width: 1440px){.price-calculator__description-text{-webkit-flex-basis:0%;-moz-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%}}.price-calculator__description-gallery-wrap{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.price-calculator__description-gallery-container{margin-left:2rem;min-width:450px;max-width:450px;float:right}@media only screen and (max-width: 319px){.price-calculator__description-gallery-container{min-width:100%;max-width:100%;margin:1rem 0}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__description-gallery-container{min-width:288px;max-width:288px;margin:1rem 0}}@media only screen and (min-width: 425px)and (max-width: 767px){.price-calculator__description-gallery-container{min-width:393px;max-width:393px;margin:1rem 0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.price-calculator__description-gallery-container{margin-right:1rem;min-width:345px;max-width:345px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.price-calculator__description-gallery-container{min-width:285px;max-width:285px}}.price-calculator__description-time{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:right}@media only screen and (max-width: 319px){.price-calculator__description-time{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__description-time{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.price-calculator__description-time{width:100%}}.price-calculator__field-info:before{margin-left:1rem;margin-top:4px;font-size:32px}.price-calculator__smart-field-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.price-calculator__smart-field{width:250px}@media only screen and (max-width: 319px){.price-calculator__smart-field{width:100%;max-width:250px}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__smart-field{width:100%;max-width:250px}}@media only screen and (min-width: 425px)and (max-width: 767px){.price-calculator__smart-field{width:100%;max-width:250px}}.price-calculator__smart-field .input-group{width:100%}.price-calculator__smart-field-label{margin-bottom:.25rem}.price-calculator__smart-field--wide{width:393px}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__smart-field--wide{width:100%}}@media only screen and (max-width: 319px){.price-calculator__smart-field--wide{width:100%}}.price-calculator__smart-field--wide .input-group{width:100%}.price-calculator__products-heading-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.price-calculator__products-heading-wrap .notice{font-size:.8rem;font-weight:500}@media only screen and (min-width: 1024px)and (max-width: 1279px){.price-calculator__products-heading-wrap{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.price-calculator__products-heading-wrap .notice{-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (max-width: 319px){.price-calculator__products-heading-wrap{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.price-calculator__products-heading-wrap .notice{-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__products-heading-wrap{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.price-calculator__products-heading-wrap .notice{-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}@media only screen and (min-width: 425px)and (max-width: 767px){.price-calculator__products-heading-wrap{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.price-calculator__products-heading-wrap .notice{-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}}.price-calculator__form-label{font-weight:500}.price-calculator__total-price-change{padding-top:.2rem;color:#0079bf;font-size:1.5rem;font-weight:500}.price-calculator__total-price-change--red{color:#b22222}.price-calculator__total-price__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}@media only screen and (max-width: 319px){.price-calculator__total-price__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__total-price__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.price-calculator__total-price__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.price-calculator__total-price__container .price-info-box{margin-left:2rem}@media only screen and (max-width: 319px){.price-calculator__total-price__container .price-info-box{margin-left:1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__total-price__container .price-info-box{margin-left:1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.price-calculator__total-price__container .price-info-box{margin-left:1rem}}.price-calculator__total-price__container #container{width:100%}.price-calculator__total-price__container #container--horizontal{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media only screen and (max-width: 319px){.price-calculator__total-price__container #container--horizontal{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__total-price__container #container--horizontal{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.price-calculator__total-price__container #installments{margin-left:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.price-calculator__total-price__container #installments div:nth-of-type(2){-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.price-calculator__total-price__heading{font-weight:700}.price-calculator__total-price__grand-total{color:#0079bf;font-size:2rem;font-weight:500}.price-calculator__total-price__grand-total--before-discount{color:#a5a5a5;font-size:1.25rem;font-weight:500;text-decoration:line-through}.price-calculator__total-price__monthly-price{padding-top:.2rem;color:#0079bf;font-size:1.5rem;font-weight:500}.price-calculator__total-price__after-deduction{color:#0079bf;font-size:1.5rem;font-weight:500}.price-calculator__propery-and-product-overview__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}@media only screen and (min-width: 320px)and (max-width: 424px){.price-calculator__propery-and-product-overview__container{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.price-calculator__propery-and-product-overview__col{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.price-calculator__offer-only-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end}.summary-parameters__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin-bottom:.5rem}.summary-parameters__given-params-container{margin-bottom:.5rem}.summary-parameters__name{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.summary-parameters__amount{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.order-wizard__call-to-action{margin-top:.5rem;font-weight:300;color:#333;font-size:1rem;font-style:italic;line-height:1.25}.order-wizard__description-building-type-icon{width:100px;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.order-wizard__return-to-frontpage{margin-top:1.5rem}.appointment{position:absolute;padding:.5rem;display:grid;column-gap:.5rem;row-gap:.25rem;align-items:center;justify-items:center;width:14.2857142857%;min-height:50px;background:#fff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}@media only screen and (min-width: 1024px)and (max-width: 1279px){.appointment{row-gap:.25rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.appointment{row-gap:.25rem}}@media only screen and (max-width: 319px){.appointment{position:static !important;width:100% !important;height:50px !important;margin-top:.325rem;border:1px solid #ccc;grid-template-columns:2fr 1fr}}@media only screen and (min-width: 320px)and (max-width: 424px){.appointment{position:static !important;width:100% !important;height:50px !important;margin-top:.325rem;border:1px solid #ccc;grid-template-columns:2fr 1fr}}@media only screen and (min-width: 425px)and (max-width: 767px){.appointment{position:static !important;width:100% !important;height:50px !important;margin-top:.325rem;border:1px solid #ccc;grid-template-columns:2fr 1fr}}@media only screen and (min-width: 320px)and (max-width: 424px){.appointment{grid-template-columns:1fr 1fr}}.appointment--left{border-right:1px solid #ccc}.appointment--right{border-left:1px solid #ccc}.appointment--booking,.appointment--info,.appointment--absence{color:#fff;justify-content:start}.appointment--booking{background-color:#a5a5a5}.appointment--info{background-color:#fabd03;font-size:.8rem;line-height:1.2}.appointment--absence{background-color:#c60000;font-size:.8rem;line-height:1.2}.appointment--current-time{color:#fff;background-color:rgb(95,195.6451612903,255)}@media only screen and (max-width: 319px){.appointment--current-time>div:nth-of-type(2){justify-self:end}}@media only screen and (min-width: 320px)and (max-width: 424px){.appointment--current-time>div:nth-of-type(2){justify-self:end}}@media only screen and (min-width: 425px)and (max-width: 767px){.appointment--current-time>div:nth-of-type(2){justify-self:end}}.appointment__description{justify-self:start;height:100%;overflow:hidden}.appointment__current-booking{line-height:1.2;display:grid;grid-template-columns:auto;justify-items:center;font-size:.9rem}@media only screen and (min-width: 1280px)and (max-width: 1439px){.appointment__current-booking{font-size:.85rem}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.appointment__current-booking{font-size:.625rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.appointment__current-booking{font-size:.625rem}}.appointment__current-booking>span:first-of-type{font-weight:bold;align-self:end}.appointment__current-booking>span:last-of-type{align-self:start;font-size:.85rem}@media only screen and (min-width: 1280px)and (max-width: 1439px){.appointment__current-booking>span:last-of-type{font-size:.75rem}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.appointment__current-booking>span:last-of-type{font-size:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.appointment__current-booking>span:last-of-type{font-size:.5rem}}.appointment__booking-zip-code{font-size:.75rem;line-height:1rem}@media only screen and (max-width: 319px){.appointment__booking-zip-code{align-self:center;justify-self:start}}@media only screen and (min-width: 320px)and (max-width: 424px){.appointment__booking-zip-code{align-self:center;justify-self:start}}@media only screen and (min-width: 425px)and (max-width: 767px){.appointment__booking-zip-code{align-self:center;justify-self:start}}.appointment__time{font-size:.9rem;align-self:end}@media only screen and (min-width: 1024px)and (max-width: 1279px){.appointment__time{font-size:.75rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.appointment__time{font-size:.8rem}}@media only screen and (max-width: 319px){.appointment__time{align-self:center;justify-self:start}}@media only screen and (min-width: 320px)and (max-width: 424px){.appointment__time{align-self:center;justify-self:start}}@media only screen and (min-width: 425px)and (max-width: 767px){.appointment__time{align-self:center;justify-self:start}}.appointment__button{font-weight:bold;color:#fff;background-color:#f08300;padding:.25rem .5rem;position:relative;cursor:pointer;user-select:none;align-self:start;font-size:.9rem;display:grid;grid-template-columns:1fr auto}.appointment__button:hover{background-color:rgb(224.7,122.64875,0)}.appointment__button:active{background-color:rgb(214.5,117.08125,0);-webkit-box-shadow:2px 2px 3px 0 rgba(0,0,0,.15) inset;-khtml-box-shadow:2px 2px 3px 0 rgba(0,0,0,.15) inset;-moz-box-shadow:2px 2px 3px 0 rgba(0,0,0,.15) inset;-ms-box-shadow:2px 2px 3px 0 rgba(0,0,0,.15) inset;-o-box-shadow:2px 2px 3px 0 rgba(0,0,0,.15) inset;box-shadow:2px 2px 3px 0 rgba(0,0,0,.15) inset}@media only screen and (min-width: 1024px)and (max-width: 1279px){.appointment__button{font-size:.625rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.appointment__button{font-size:.75em}}@media only screen and (max-width: 319px){.appointment__button{align-self:center;justify-self:end}}@media only screen and (min-width: 320px)and (max-width: 424px){.appointment__button{align-self:center;justify-self:end}}@media only screen and (min-width: 425px)and (max-width: 767px){.appointment__button{align-self:center;justify-self:end}}.appointment__button--compact{align-self:center}.appointment__button--disabled{cursor:not-allowed;background-color:#c2c2c2}@media only screen and (min-width: 1280px)and (max-width: 1439px){.appointment__button-text-time--green-time{display:none}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.appointment__button-text-time--green-time{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.appointment__button-text-time--green-time{display:none}}.appointment__button-discount{margin-left:.5rem;margin-right:-0.25rem;background-color:#fff;color:#ff9009;font-weight:bold;font-size:.8rem;padding:0 .25rem;text-align:center}@media only screen and (min-width: 1024px)and (max-width: 1279px){.appointment__button-discount{font-size:.7rem}}@media only screen and (max-width: 319px){.appointment__button-discount{font-size:.8rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.appointment__button-discount{font-size:.8rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.appointment__button-discount{font-size:.8rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.appointment__button-discount{font-size:.8rem}}.appointment__hover-tooltip{font-weight:initial;color:initial;position:absolute;transition:opacity 100ms ease-in-out;padding:0;text-align:center;background-color:#fff;border:.125rem solid #f08300;bottom:2.5rem;left:calc(50% - 3.5rem);width:7rem}.appointment__hover-tooltip:after{position:absolute;content:"";height:0;top:1.5rem;left:3rem;border:.5rem solid rgba(0,0,0,0);border-top:.5rem solid #f08300}.appointment__tooltip{width:15rem !important;font-weight:initial;color:initial;position:absolute;transition:opacity 100ms ease-in-out;padding:.5rem;background-color:#fff;border:.125rem solid #f08300;top:0rem;left:0rem;cursor:initial}@media only screen and (max-width: 319px){.appointment__tooltip{left:unset;right:0rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.appointment__tooltip{left:unset;right:0rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.appointment__tooltip{left:unset;right:0rem}}.appointment__tooltip-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;justify-items:center}.appointment__tooltip-header>.appointment__button{grid-column:3}.appointment__assignees{margin-left:1rem}.appointment__time-line{display:grid;grid-template-columns:2fr 1fr 2fr}.appointment__time-line-work-time{font-size:.7rem}.appointment__time-line-work-time--start{margin-right:-1rem}.appointment__time-line-work-time--end{text-align:right;margin-left:-1rem}.appointment__time-line-work{display:grid;align-items:center;justify-content:center;padding:.25rem 1.25rem;color:#fff;background-color:#009cf8}.appointment__time-line-drive{font-size:.75rem;display:grid;align-items:center;justify-content:center;padding:.25rem;color:#fff;background-color:#f08300}.appointment__starts-earlier,.appointment__ends-later{text-align:center;justify-self:stretch;font-size:.65rem;font-weight:bold;color:#aaa}.appointment__starts-earlier{align-self:start}.appointment__ends-later{align-self:end}.scheduler__appointment-wrap{position:absolute;z-index:6;width:14.2857142857%;min-height:50px;background:#fff;border-top:1px solid #ccc;border-bottom:1px solid #ccc}@media only screen and (max-width: 319px){.scheduler__appointment-wrap{display:block;position:static;width:100%;height:50px !important;margin-top:.325rem;border:1px solid #ccc}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__appointment-wrap{display:block;position:static;width:100%;height:50px !important;margin-top:.325rem;border:1px solid #ccc}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__appointment-wrap{display:block;position:static;width:100%;height:50px !important;margin-top:.325rem;border:1px solid #ccc}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__appointment-wrap{display:block;position:static;width:100%;height:50px !important;margin-top:.325rem;border:1px solid #ccc}}.scheduler__appointment-wrap--left-offset{border-left:1px solid #ccc}@media only screen and (min-width: 1024px)and (max-width: 1279px){.scheduler__appointment-wrap--left-offset{width:80%;left:20%}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.scheduler__appointment-wrap--left-offset{width:80%;left:20%}}@media only screen and (min-width: 1440px){.scheduler__appointment-wrap--left-offset{width:80%;left:20%}}.scheduler__appointment-wrap--right-offset{border-right:1px solid #ccc}@media only screen and (min-width: 1024px)and (max-width: 1279px){.scheduler__appointment-wrap--right-offset{width:80%;right:20%}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.scheduler__appointment-wrap--right-offset{width:80%;right:20%}}@media only screen and (min-width: 1440px){.scheduler__appointment-wrap--right-offset{width:80%;right:20%}}.scheduler__appointment-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;height:100%;padding:0 .5rem;font-size:.75rem;text-align:center}@media only screen and (min-width: 1024px)and (max-width: 1279px){.scheduler__appointment-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.scheduler__appointment-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width: 1440px){.scheduler__appointment-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 319px){.scheduler__appointment-container{padding:0;padding-left:.75rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__appointment-container{padding:0;padding-left:.75rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__appointment-container{padding:0;padding-left:.75rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__appointment-container{padding:0;padding-left:.75rem}}.scheduler__appointment-container--selected{color:#fff;background-color:rgb(255,143.95625,10.5)}.scheduler__appointment-container--unsaved{color:#fff;background:repeating-linear-gradient(45deg, #F08300, #F08300 10px, rgb(214.5, 117.08125, 0) 10px, rgb(214.5, 117.08125, 0) 20px)}.scheduler__appointment-container div{margin-top:.4rem}.scheduler__appointment-container div:last-of-type{margin-top:0}@media only screen and (max-width: 319px){.scheduler__appointment-container div{margin-top:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__appointment-container div{margin-top:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__appointment-container div{margin-top:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__appointment-container div{margin-top:0}}.scheduler__appointment-container .short-appointment-desc{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;text-align:center}@media only screen and (max-width: 319px){.scheduler__appointment-container .short-appointment-desc{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;font-size:1rem;line-height:1rem}.scheduler__appointment-container .short-appointment-desc span:first-of-type{margin-right:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__appointment-container .short-appointment-desc{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;font-size:1rem;line-height:1rem}.scheduler__appointment-container .short-appointment-desc span:first-of-type{margin-right:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__appointment-container .short-appointment-desc{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;font-size:1rem;line-height:1rem}.scheduler__appointment-container .short-appointment-desc span:first-of-type{margin-right:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__appointment-container .short-appointment-desc{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start;font-size:1rem;line-height:1rem}.scheduler__appointment-container .short-appointment-desc span:first-of-type{margin-right:.5rem}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.scheduler__appointment-container .short-appointment-desc{font-size:.6rem;line-height:.8rem}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.scheduler__appointment-container .short-appointment-desc--short-appointment{display:none}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.scheduler__appointment-container .short-appointment-desc--short-appointment{display:none}}@media only screen and (min-width: 1440px){.scheduler__appointment-container .short-appointment-desc--short-appointment{display:none}}.scheduler__appointment-container .short-appointment-desc span:nth-of-type(2){font-style:italic}.scheduler__appointment-container .handhelds-only{padding:0 5px;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;font-size:16px}.scheduler__appointment-button-wrap{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}@media only screen and (max-width: 319px){.scheduler__appointment-button-wrap{margin-right:.5rem;width:auto;-webkit-box-pack:right;-ms-flex-pack:right;-webkit-justify-content:right;-moz-justify-content:right;justify-content:right;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__appointment-button-wrap{margin-right:.5rem;width:auto;-webkit-box-pack:right;-ms-flex-pack:right;-webkit-justify-content:right;-moz-justify-content:right;justify-content:right;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__appointment-button-wrap{margin-right:.5rem;width:auto;-webkit-box-pack:right;-ms-flex-pack:right;-webkit-justify-content:right;-moz-justify-content:right;justify-content:right;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__appointment-button-wrap{margin-right:.5rem;width:auto;-webkit-box-pack:right;-ms-flex-pack:right;-webkit-justify-content:right;-moz-justify-content:right;justify-content:right;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}}.modify-appointment__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin-bottom:1rem}.modify-appointment__container>div:first-of-type{margin-right:2rem}@media only screen and (max-width: 319px){.modify-appointment__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.modify-appointment__container>div{width:100%;margin-bottom:1rem}.modify-appointment__container>div:first-of-type{margin-right:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.modify-appointment__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.modify-appointment__container>div{width:100%;margin-bottom:1rem}.modify-appointment__container>div:first-of-type{margin-right:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.modify-appointment__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.modify-appointment__container>div{width:100%;margin-bottom:1rem}.modify-appointment__container>div:first-of-type{margin-right:0}}.modify-appointment__time-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;min-height:2rem}.modify-appointment__time-container>div:first-of-type{margin-right:1rem}.modify-appointment__time-container .static-time{padding:.25rem;font-size:.875rem}@media only screen and (max-width: 319px){.modify-appointment__time-container .static-time{font-size:1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.modify-appointment__time-container .static-time{font-size:1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.modify-appointment__time-container .static-time{font-size:1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.modify-appointment__time-container .static-time{font-size:1rem}}.modify-appointment__error{max-width:480px}.scheduler__container{position:relative}@media only screen and (min-width: 1024px)and (max-width: 1279px){.scheduler__container{min-height:300px}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.scheduler__container{min-height:300px}}@media only screen and (min-width: 1440px){.scheduler__container{min-height:300px}}.scheduler__day-number{font-size:1.5rem;font-weight:500;color:#009cf8}@media only screen and (min-width: 1024px)and (max-width: 1279px){.scheduler__day-number{font-size:1.125rem}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.scheduler__day-number{font-size:1.25rem}}.scheduler__day-number--holiday{color:#d22929}.scheduler__day-text{line-height:2.5rem;margin-left:.5rem;font-size:.8em}@media only screen and (max-width: 319px){.scheduler__day-text{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__day-text{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__day-text{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__day-text{display:none}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.scheduler__day-text{display:none}}.scheduler__day-text--short{display:none}@media only screen and (min-width: 1024px)and (max-width: 1279px){.scheduler__day-text--short{display:inline-block}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__day-text--short{display:inline-block}}.scheduler__mobile-day-head{font-size:1.75rem;font-weight:500;color:#009cf8}.scheduler__mobile-day-head--date{margin-right:.5rem}.scheduler__mobile-day-head--day{font-size:1.25rem;font-weight:300;color:#333}.scheduler__mobile-day-head-container{margin-top:0}@media only screen and (max-width: 319px){.scheduler__mobile-day-head-container{margin-top:1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__mobile-day-head-container{margin-top:1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__mobile-day-head-container{margin-top:1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__mobile-day-head-container{margin-top:1rem}}.scheduler__calendar .loader,.scheduler__calendar-overlay-container .loader{z-index:80;position:absolute;top:2.5rem;left:40px;width:calc(100% - 40px);height:calc(100% - 2.5rem);line-height:1.2;background-color:hsla(0,0%,100%,.75);display:grid}.scheduler__calendar .loader .uil-spin-css,.scheduler__calendar-overlay-container .loader .uil-spin-css{display:block;position:initial;align-self:end}.scheduler__calendar .loader .loader__content,.scheduler__calendar-overlay-container .loader .loader__content{display:block;position:initial;align-self:start}@media only screen and (max-width: 319px){.scheduler__calendar .loader,.scheduler__calendar-overlay-container .loader{position:relative;width:auto;height:auto;top:0;left:0;text-align:center}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__calendar .loader,.scheduler__calendar-overlay-container .loader{position:relative;width:auto;height:auto;top:0;left:0;text-align:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__calendar .loader,.scheduler__calendar-overlay-container .loader{position:relative;width:auto;height:auto;top:0;left:0;text-align:center}}.scheduler__calendar,.scheduler__calendar-overlay-container{position:relative;display:grid;grid-template-columns:40px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;justify-items:stretch;align-items:stretch;width:100%;min-height:500px;margin-bottom:1rem}@media only screen and (max-width: 319px){.scheduler__calendar,.scheduler__calendar-overlay-container{display:block;min-height:100px;border:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__calendar,.scheduler__calendar-overlay-container{display:block;min-height:100px;border:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__calendar,.scheduler__calendar-overlay-container{display:block;min-height:100px;border:none}}.scheduler__info{grid-column:1/span 3;background-color:#dcedfc;color:rgb(0,139.9596774194,222.5);padding:.5rem 1rem}@media only screen and (max-width: 319px){.scheduler__info{grid-column:1/span 2}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__info{grid-column:1/span 2}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__info{grid-column:1/span 2}}.scheduler__calendar-overlay-container{z-index:5;position:absolute}.scheduler__calendar-overlay-container{z-index:5}.scheduler__calendar-cell{user-select:none;height:50px;background-color:#e6e6e6;border-right:1px solid #ccc;border-bottom:1px solid #ccc}@media only screen and (max-width: 319px){.scheduler__calendar-cell{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__calendar-cell{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__calendar-cell{display:none}}.scheduler__calendar-cell--time{width:40px;margin-top:-0.75rem;padding-right:5px;text-align:right;font-size:12px;font-weight:300;border:none;background-color:#fff}.scheduler__calendar-cell--first{border-left:1px solid #ccc}.scheduler__calendar-cell--header{display:grid;align-items:center;justify-content:center;grid-template-columns:auto auto auto;width:100%;background:#fff}@media only screen and (max-width: 319px){.scheduler__calendar-cell--header{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__calendar-cell--header{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__calendar-cell--header{display:none}}.scheduler__calendar-cell--today{background-color:#dcedfc}.scheduler__calendar-cell--past .scheduler__day-number{color:#aaa}.scheduler__calendar-month-header{grid-column:2/span 7;padding:.75rem;text-align:center;font-size:1.5rem;font-weight:500;background-color:#009cf8;color:#fff}@media only screen and (max-width: 319px){.scheduler__calendar-month-header{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__calendar-month-header{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__calendar-month-header{display:none}}.scheduler__calendar-month-header:before{display:block}.scheduler__calendar-time-col-wrap{width:41px;border-right:1px solid #ccc}.scheduler__calendar-columns-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:calc(100% - 41px)}@media only screen and (max-width: 319px){.scheduler__calendar-columns-wrap{display:block;width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__calendar-columns-wrap{display:block;width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__calendar-columns-wrap{display:block;width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__calendar-columns-wrap{display:block;width:100%}}.scheduler__calendar-col-wrap{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;min-width:calc(14.2857142857% - 5.8571428571px)}@media only screen and (max-width: 319px){.scheduler__calendar-col-wrap{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__calendar-col-wrap{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__calendar-col-wrap{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__calendar-col-wrap{width:100%}}.scheduler__calendar-col-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;-moz-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:14.2857142857%;height:100%;background:#e6e6e6;border-right:1px solid #ccc}@media only screen and (max-width: 319px){.scheduler__calendar-col-container{display:block;background:none;border:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__calendar-col-container{display:block;background:none;border:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__calendar-col-container{display:block;background:none;border:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__calendar-col-container{display:block;background:none;border:none}}.scheduler__privileged-controls{margin-left:41px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;margin-bottom:.5rem}@media only screen and (max-width: 319px){.scheduler__privileged-controls{margin-left:0;grid-template-columns:1fr}.scheduler__privileged-controls>div:first-of-type{grid-column:1}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__privileged-controls{margin-left:0;grid-template-columns:1fr}.scheduler__privileged-controls>div:first-of-type{grid-column:1}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__privileged-controls{margin-left:0;grid-template-columns:1fr}.scheduler__privileged-controls>div:first-of-type{grid-column:1}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__privileged-controls{grid-template-columns:1fr 1fr}.scheduler__privileged-controls>div:first-of-type{grid-column:1/span 2}}.scheduler__manual-scheduler{margin-left:41px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem;align-items:center;margin-bottom:.5rem}@media only screen and (max-width: 319px){.scheduler__manual-scheduler{margin-left:0;grid-template-columns:1fr 1fr}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__manual-scheduler{margin-left:0;grid-template-columns:1fr 1fr}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__manual-scheduler{margin-left:0;grid-template-columns:1fr 1fr}}.scheduler__manual-scheduler-heading{grid-column:1/span 3;font-weight:bold;border-bottom:1px solid #dcedfc}@media only screen and (max-width: 319px){.scheduler__manual-scheduler-heading{grid-column:1/span 2}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__manual-scheduler-heading{grid-column:1/span 2}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__manual-scheduler-heading{grid-column:1/span 2}}.scheduler__booking-controls{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.5rem}@media only screen and (max-width: 319px){.scheduler__booking-controls{grid-column:1/span 2}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__booking-controls{grid-column:1/span 2}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__booking-controls{grid-column:1/span 2}}.scheduler__date-time-picker-wrap{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.5rem}.scheduler__date-time-picker-wrap>.react-datepicker-wrapper,.scheduler__date-time-picker-wrap>.react-datepicker-wrapper>.react-datepicker__input-container{display:block !important}.scheduler__date-time-picker-input{display:block !important;width:100% !important}.scheduler__mobile-day-heading{margin-top:1rem;margin-bottom:.5rem}.scheduler__mobile-day-heading-date{font-size:1.75rem;font-weight:500;color:#009cf8}.scheduler__date-navigation{grid-column:2/span 7;display:grid;grid-template-columns:auto 1fr auto;margin-bottom:.5rem}.scheduler__date-display{font-size:.8rem;font-weight:500;display:grid;align-items:center;justify-items:center;border:1px solid #009cf8}.scheduler__week-change-button{display:grid;grid-template-columns:auto;grid-template-rows:auto;align-items:center;justify-content:center;cursor:pointer}.scheduler__week-change-button>i{margin:0}.scheduler__week-change-button--disabled{background-color:#ccc;color:#999;cursor:initial}.scheduler__week-change-button--disabled:hover{background-color:#ccc;color:#999}.scheduler__notice-wrap{z-index:50;position:absolute;top:calc(8.5rem + 1px);left:40px;width:calc(100% - 40px);height:calc(100% - 8.5rem);line-height:1.2;background-color:hsla(0,0%,100%,.5);display:grid;grid-template-columns:auto;grid-template-rows:auto;justify-items:center;align-items:center;gap:1rem}@media only screen and (max-width: 319px){.scheduler__notice-wrap{position:relative;width:auto;height:auto;top:0;left:0;text-align:center}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__notice-wrap{position:relative;width:auto;height:auto;top:0;left:0;text-align:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__notice-wrap{position:relative;width:auto;height:auto;top:0;left:0;text-align:center}}.scheduler__notice-container{display:grid;grid-template-columns:auto;justify-items:center;gap:.5rem;padding:1rem 1.5rem;margin:1rem;font-size:2rem;font-weight:500;color:#009cf8}.scheduler__no-appointments-overlay{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:100%;height:100%;padding:0;background-color:hsla(0,0%,100%,.5);z-index:50}@media only screen and (min-width: 1024px)and (max-width: 1279px){.scheduler__no-appointments-overlay{position:absolute;height:calc(100% - 100px);margin-left:40px;top:100px}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.scheduler__no-appointments-overlay{position:absolute;height:calc(100% - 100px);margin-left:40px;top:100px}}@media only screen and (min-width: 1440px){.scheduler__no-appointments-overlay{position:absolute;height:calc(100% - 100px);margin-left:40px;top:100px}}@media only screen and (max-width: 319px){.scheduler__no-appointments-overlay{margin-bottom:5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__no-appointments-overlay{margin-bottom:5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__no-appointments-overlay{margin-bottom:5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__no-appointments-overlay{margin-bottom:5rem}}.scheduler__no-appointments-overlay--hack{top:50px;height:calc(100% - 50px)}.scheduler__no-appointments-overlay span{padding:0 3rem;font-size:2rem;line-height:1;font-weight:500;color:#a5a5a5}@media only screen and (max-width: 319px){.scheduler__no-appointments-overlay span{font-size:1.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__no-appointments-overlay span{font-size:1.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__no-appointments-overlay span{font-size:1.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.scheduler__no-appointments-overlay span{font-size:1.5rem}}.scheduler__blocker-shade{position:absolute;background:repeating-linear-gradient(45deg, rgba(125, 125, 125, 0.5), rgba(125, 125, 125, 0.5) 10px, rgba(175, 175, 175, 0.5) 10px, rgba(175, 175, 175, 0.5) 20px)}@media only screen and (max-width: 319px){.scheduler__blocker-shade{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.scheduler__blocker-shade{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.scheduler__blocker-shade{display:none}}.top-slider__wrap{margin:71px auto -4.5rem auto}@media only screen and (max-width: 319px){.top-slider__wrap{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-slider__wrap{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-slider__wrap{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-slider__wrap{width:100%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.top-slider__wrap{width:992px}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.top-slider__wrap{width:1248px}}@media only screen and (min-width: 1440px){.top-slider__wrap{width:1408px}}.top-slider__container{height:450px}@media only screen and (max-width: 319px){.top-slider__container{height:280px}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-slider__container{height:280px}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-slider__container{height:280px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.top-slider__container{height:320px}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.top-slider__container{height:350px}}.top-slider__branding{width:7.5rem;height:7.5rem;position:relative;top:.75rem;left:.75rem}@media only screen and (max-width: 319px){.top-slider__branding{width:6rem;height:6rem;top:.325rem;left:.325rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-slider__branding{width:6rem;height:6rem;top:.325rem;left:.325rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-slider__branding{width:6rem;height:6rem;top:.325rem;left:.325rem}}.top-slider__slide{height:100%;margin-top:-7.5rem;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;-webkit-background-repeat:no-repeat;-moz-background-repeat:no-repeat;-ms-background-repeat:no-repeat;-o-background-repeat:no-repeat;background-repeat:no-repeat;-webkit-background-position:center;-moz-background-position:center;-ms-background-position:center;-o-background-position:center;background-position:center;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;background-color:#fcfcfc}.top-slider__slide--spring{background-image:url("https://cdn.talokuntoon.fi/static/front_page_sliders/spring.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.top-slider__slide--spring{background-image:url("https://cdn.talokuntoon.fi/static/front_page_sliders/spring_retina.jpg")}}.top-slider__slide--summer{background-image:url("https://cdn.talokuntoon.fi/static/front_page_sliders/summer.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.top-slider__slide--summer{background-image:url("https://cdn.talokuntoon.fi/static/front_page_sliders/summer_retina.jpg")}}.top-slider__slide--late-summer{background-image:url("https://cdn.talokuntoon.fi/static/front_page_sliders/late_summer.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.top-slider__slide--late-summer{background-image:url("https://cdn.talokuntoon.fi/static/front_page_sliders/late_summer_retina.jpg")}}.top-slider__slide--autumn{background-image:url("https://cdn.talokuntoon.fi/static/front_page_sliders/autumn.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.top-slider__slide--autumn{background-image:url("https://cdn.talokuntoon.fi/static/front_page_sliders/autumn_retina.jpg")}}.top-slider__slide--winter{background-image:url("https://cdn.talokuntoon.fi/static/front_page_sliders/winter.jpg")}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.top-slider__slide--winter{background-image:url("https://cdn.talokuntoon.fi/static/front_page_sliders/winter_retina.jpg")}}.top-slider__description{width:525px;padding:1.5rem;color:#fff;cursor:pointer;text-align:right}.top-slider__description .h1-like{font-size:32px;margin:0;color:#fff;font-weight:500;text-shadow:1px 1px 2px #000}@media only screen and (max-width: 319px){.top-slider__description .h1-like{font-size:20px}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-slider__description .h1-like{font-size:20px}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-slider__description .h1-like{font-size:28px}}.top-slider__description p{margin:0;font-size:16px;line-height:125%;font-weight:300;text-shadow:1px 1px 2px #000}@media only screen and (max-width: 319px){.top-slider__description p{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.top-slider__description p{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.top-slider__description p{display:none}}.front-page__smart-field-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:200px;margin:0 auto}.front-page__smart-field{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.front-page__smart-field--spacer{width:1rem}.front-page__smart-field .input-group{width:100%}.front-page__smart-field .input-group .input-group-addon{font-weight:700}.front-page__smart-field .dropdown button{width:100%}.front-page__smart-field .dropdown button:after{content:" ";display:block;position:absolute;top:0;right:0;background-image:url("https://cdn.talokuntoon.fi/static/arrow_down_white.png");background-repeat:no-repeat;background-size:55%;background-position:center;background-color:#009cf8;border-left:1px solid #ccc;height:32px;width:32px;margin:auto}.front-page__smart-field .dropdown button:hover:after{background-color:rgb(0,123.9193548387,197)}.front-page__smart-field .dropdown button:active:after{background-color:rgb(0,91.8387096774,146)}.front-page__smart-field .dropdown button .caret{border:none}.front-page__form-label{width:100%;font-size:.9rem;font-weight:500;text-align:center}.front-page__button-next-wrap{text-align:right}.front-page__button-next-wrap__button-next{width:100%}.maintenance-services__loader-container{width:100%;min-height:150px;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}.maintenance-services-parameters__wrap{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.maintenance-services-parameters__container{width:49.225%;margin:.5rem 0;padding:1rem 1rem 0 1rem;background-color:#f7f7f7}@media only screen and (max-width: 319px){.maintenance-services-parameters__container{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.maintenance-services-parameters__container{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-parameters__container{width:100%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.maintenance-services-parameters__container{width:48.85%}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.maintenance-services-parameters__container{width:23.75%}}@media only screen and (min-width: 1440px){.maintenance-services-parameters__container{width:23.95%}}.maintenance-services-featured-service-product__wrap{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.maintenance-services-featured-service-product__container{cursor:pointer;width:32%;margin:.5rem 0;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}@media only screen and (max-width: 319px){.maintenance-services-featured-service-product__container{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.maintenance-services-featured-service-product__container{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container{width:48.85%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container{width:32%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.maintenance-services-featured-service-product__container{width:48.85%}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.maintenance-services-featured-service-product__container{width:32%}}.maintenance-services-featured-service-product__container img{margin:0 auto;width:100%;height:auto}.maintenance-services-featured-service-product__container #title{padding:.25rem .5rem;font-size:16px;font-weight:500;border-bottom:1px solid #c2c2c2}.maintenance-services-featured-service-product__container #desc-price-wrap{padding:.5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start}.maintenance-services-featured-service-product__container #desc-price-wrap #desc{font-size:13px}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #desc{word-break:break-all}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #desc{word-break:break-all}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap{margin-left:.5rem;color:#fff;width:100px;min-width:100px}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap{width:80px;min-width:80px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap{width:80px;min-width:80px}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap--calculate{zoom:85%;float:right;margin-left:.5rem;color:#fff;width:120px;min-width:120px}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap--calculate{width:80px;min-width:80px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap--calculate{width:80px;min-width:80px}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap--calculate #price-container{background-color:#009cf8}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap--calculate #price-container #offer-text{padding:8px 0;text-align:center;font-size:16px;font-weight:500;border-bottom:1px solid #fff}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap--calculate #price-container #offer-text{font-size:12.8px;padding:4px 0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap--calculate #price-container #offer-text{font-size:12.8px;padding:4px 0}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap--calculate #price-container #offer-sub-text{text-align:center;font-weight:500;font-size:13.6px;padding:4px 0}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap--calculate #price-container #rating-container{padding:1rem .5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;text-align:center;background-color:#fff;color:rgb(171.5,224.0241935484,255);font-size:14px}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container{background-color:#009cf8}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container .context-loader{height:46.4px}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container .context-loader{height:37.12px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container .context-loader{height:37.12px}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #offer-text{padding:4px;text-align:center;font-size:16px;font-weight:500;border-bottom:1px solid #fff}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #offer-text{font-size:12.8px;padding:3.2px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #offer-text{font-size:12.8px;padding:3.2px}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #price{padding:.75rem 8px;text-align:center;font-size:28.8px;font-weight:900}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #price{font-size:23.04px;padding:.6rem 6.4px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #price{font-size:23.04px;padding:.6rem 6.4px}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #rating-container{padding:.25rem .5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;text-align:center;background-color:#fff;color:#009cf8;font-size:14px}.diy__season-name{margin-right:.25rem}.diy__season-wrap{font-size:.75rem;font-weight:500;line-height:.75rem;color:#009cf8;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end}.diy__season-icon{max-width:2rem}.diy-desc-and-button__wrap{font-size:14px;width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.diy-desc-and-button__wrap .diy-desc{padding:.75rem;line-height:22px;font-size:1rem;font-weight:300}.diy-desc-and-button__wrap .diy-button__wrap{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:.75rem .75rem 0 0}.diy-elements-container__wrap{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin-bottom:1rem}.diy-title-and-logo__wrap{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:.5rem;border-bottom:1px solid #c2c2c2}.diy-title-and-logo__wrap .title{margin-left:.25rem;margin-right:.5rem}.diy-title-and-logo__wrap .title h4{margin:0}.diy-title-and-logo__wrap .diy-logo__wrap{font-size:.75rem;font-weight:500;line-height:.75rem;color:#009cf8;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end}.diy-title-and-logo__wrap .diy-logo__wrap .diy-logo-container{max-width:15%}.diy-title-and-logo img{margin:0 auto;width:100%;height:auto}.do-it-yourself-tinyfont{margin-top:1rem;font-size:14px;line-height:1rem}.diy-time{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;padding:.25rem;background-color:#fff;color:#009cf8}.diy-time .diy-recurring-time{font-weight:500;font-size:1.75rem;margin-right:.25rem}.diy-time .months{font-size:.75rem;line-height:.875rem;margin-bottom:.125rem}.diy-time .years{font-size:.75rem;line-height:.875rem;margin-bottom:.125rem}.diy-time--order-wizard{position:relative;margin-top:-1rem;margin-bottom:-1rem;top:16.5rem;left:23.25rem;z-index:2}@media only screen and (min-width: 1024px)and (max-width: 1279px){.diy-time--order-wizard{top:9.75rem;left:13rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.diy-time--order-wizard{top:12.25rem;left:16.75rem}}@media only screen and (max-width: 319px){.diy-time--order-wizard{top:11.25rem;left:19.75rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-time--order-wizard{top:11.25rem;left:19.75rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-time--order-wizard{top:11.25rem;left:19.75rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-time--order-wizard{top:9.75rem;left:13rem}}.diy-numbered-line-height{padding-top:.5rem}.login__form-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;width:100%}.login-form__input{width:33%}@media only screen and (min-width: 768px)and (max-width: 1023px){.login-form__input{width:50%}}@media only screen and (max-width: 319px){.login-form__input{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.login-form__input{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.login-form__input{width:100%}}.login-form__button{width:33%}@media only screen and (min-width: 768px)and (max-width: 1023px){.login-form__button{width:50%}}@media only screen and (max-width: 319px){.login-form__button{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.login-form__button{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.login-form__button{width:100%}}.professional-badge{text-align:center;margin-bottom:2rem;margin-right:2rem}@media only screen and (max-width: 319px){.professional-badge{margin:2rem 0 2rem 2rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.professional-badge{margin:2rem 0 2rem 2rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.professional-badge{margin:2rem 0 2rem 2rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.professional-badge{margin:2rem 0 2rem 2rem}}.professional-badge__image-circle{width:7.5rem;height:7.5rem;background-color:#009cf8;-webkit-border-radius:3.75rem;border-radius:3.75rem;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15);overflow:hidden}.professional-badge__image-circle img{-webkit-border-radius:80px;border-radius:80px;margin:0 auto}.professional-badge__image-circle i{padding-top:1.9rem;font-size:6rem;color:#fff}.professional-badge__image-circle--cobranded{width:9rem;height:9rem;-webkit-border-radius:4.5rem;border-radius:4.5rem}.professional-badge__image-circle--cobranded i{padding-top:2.5rem;font-size:7rem}.professional-badge__easter-egg{position:relative;bottom:8rem;left:3.5rem;padding:.25rem .75rem;background-color:#fff;-webkit-border-radius:1rem;border-radius:1rem;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}.professional-badge__name{margin-top:.5rem;font-weight:400}.professional-badge__name--cobranded{font-size:1.25rem}.organizatoion-badge{text-align:center;width:2rem}.organizatoion-badge--primary{width:100%}.organizatoion-badge__icon{width:1.75rem;height:1.75rem;padding:.125rem;background-color:#fff;-webkit-border-radius:1rem;border-radius:1rem;-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.35);-khtml-box-shadow:0 0 2px 0 rgba(0,0,0,.35);-moz-box-shadow:0 0 2px 0 rgba(0,0,0,.35);-ms-box-shadow:0 0 2px 0 rgba(0,0,0,.35);-o-box-shadow:0 0 2px 0 rgba(0,0,0,.35);box-shadow:0 0 2px 0 rgba(0,0,0,.35)}.organizatoion-badge__icon img{margin-top:-1px;width:1.25rem;height:1.25rem;-webkit-border-radius:.75rem;border-radius:.75rem}.organizatoion-badge__name{font-size:.5rem}@media only screen and (max-width: 319px){.professionals__badge-container{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-2rem 0 0 -1rem;width:calc(100% + 2rem);-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 320px)and (max-width: 424px){.professionals__badge-container{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-2rem 0 0 -1rem;width:calc(100% + 2rem);-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 425px)and (max-width: 767px){.professionals__badge-container{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-2rem 0 0 -1rem;width:calc(100% + 2rem);-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 768px)and (max-width: 1023px){.professionals__badge-container{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-2rem 0 0 -1rem;width:calc(100% + 2rem);-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 320px)and (max-width: 424px){.professionals__badge-container{-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around}}@media only screen and (max-width: 319px){.professionals__badge-container{-ms-flex-pack:distribute;-webkit-justify-content:space-around;-moz-justify-content:space-around;justify-content:space-around}}.professionals__image-trio-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}@media only screen and (max-width: 319px){.professionals__image-trio-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}}@media only screen and (min-width: 320px)and (max-width: 424px){.professionals__image-trio-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.professionals__image-trio-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}}.professionals__image-trio{height:15rem;width:auto;margin-bottom:1rem}@media only screen and (min-width: 1024px)and (max-width: 1279px){.professionals__image-trio{height:12rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.professionals__image-trio{height:12rem}}@media only screen and (max-width: 319px){.professionals__image-trio{max-width:calc(100% - 2rem);height:auto;max-height:14rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.professionals__image-trio{max-width:calc(100% - 2rem);height:auto;max-height:14rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.professionals__image-trio{max-width:calc(100% - 2rem);height:auto;max-height:14rem}}.professionals__segment-heading img{display:inline-block;width:2rem;height:2rem;margin-left:1rem}.professional-elements-container__wrap{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.professional-element__container{cursor:pointer;width:48.85%;margin:.5rem 0;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}@media only screen and (max-width: 319px){.professional-element__container{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.professional-element__container{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.professional-element__container{width:48.85%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.professional-element__container{width:48.85%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.professional-element__container{width:48.85%}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.professional-element__container{width:48.85%}}.professional-element__container img{margin:0 auto;width:100%;height:auto}.professional-element__container #title{padding:.25rem .5rem;font-size:16px;font-weight:500;border-bottom:1px solid #c2c2c2}.professional-element__container #desc-wrap{padding:.5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start}.professional-element__container #desc-wrap #desc{font-size:13px}@media only screen and (min-width: 425px)and (max-width: 767px){.professional-element__container #desc-wrap #desc{word-break:break-all}}@media only screen and (min-width: 768px)and (max-width: 1023px){.professional-element__container #desc-wrap #desc{word-break:break-all}}.professional-element__container #area-rating-wrap{padding:.5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.professional-element__container #area-rating-wrap #area-container{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.professional-element__container #area-rating-wrap #rating-container{width:100px;min-width:100px;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;color:#009cf8;padding:.25rem .5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;text-align:center;font-size:14px}@media only screen and (min-width: 425px)and (max-width: 767px){.professional-element__container #area-rating-wrap #rating-container{width:80px;min-width:80px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.professional-element__container #area-rating-wrap #rating-container{width:80px;min-width:80px}}.maintenance-services-parameters__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.maintenance-services-parameters__container{width:49.225%;margin:.5rem 0;padding:1rem 1rem 0 1rem;background-color:#f7f7f7}@media only screen and (max-width: 319px){.maintenance-services-parameters__container{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.maintenance-services-parameters__container{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-parameters__container{width:100%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.maintenance-services-parameters__container{width:48.85%}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.maintenance-services-parameters__container{width:23.75%}}@media only screen and (min-width: 1440px){.maintenance-services-parameters__container{width:23.95%}}.maintenance-services-featured-service-product__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.maintenance-services-featured-service-product__container{cursor:pointer;width:32%;margin:.5rem 0;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}@media only screen and (max-width: 319px){.maintenance-services-featured-service-product__container{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.maintenance-services-featured-service-product__container{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container{width:48.85%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container{width:32%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.maintenance-services-featured-service-product__container{width:48.85%}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.maintenance-services-featured-service-product__container{width:32%}}.maintenance-services-featured-service-product__container img{margin:0 auto;width:100%;height:auto}.maintenance-services-featured-service-product__container #title{padding:.25rem .5rem;font-size:16px;font-weight:500;border-bottom:1px solid #c2c2c2}.maintenance-services-featured-service-product__container #desc-price-wrap{padding:.5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;justify-content:flex-start}.maintenance-services-featured-service-product__container #desc-price-wrap #desc{font-size:13px}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #desc{word-break:break-all}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #desc{word-break:break-all}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap{margin-left:.5rem;color:#fff;width:100px;min-width:100px}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap{width:80px;min-width:80px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap{width:80px;min-width:80px}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container{background-color:#009cf8}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container .context-loader{height:46.4px}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container .context-loader{height:37.12px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container .context-loader{height:37.12px}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #offer-text{padding:4px;text-align:center;font-size:16px;font-weight:500;border-bottom:1px solid #fff}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #offer-text{font-size:12.8px;padding:3.2px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #offer-text{font-size:12.8px;padding:3.2px}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #price{padding:.75rem 8px;text-align:center;font-size:28.8px;font-weight:900}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #price{font-size:23.04px;padding:.6rem 6.4px}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #price{font-size:23.04px;padding:.6rem 6.4px}}.maintenance-services-featured-service-product__container #desc-price-wrap #price-wrap #price-container #rating{text-align:center;color:#009cf8;font-size:14px}.diy-project__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;margin-bottom:1rem}@media only screen and (max-width: 319px){.diy-project__wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-project__wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-project__wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.diy-project__image{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:25%;max-width:40%}@media only screen and (max-width: 319px){.diy-project__image{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-project__image{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-project__image{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-project__image{max-width:100%;width:382.5px}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-project__image{max-width:100%;width:288px}}.diy-project__content{width:70%;margin-right:1rem}@media only screen and (max-width: 319px){.diy-project__content{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-project__content{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-project__content{width:100%}}.diy-project__text-block{padding-bottom:.9rem}.diy-project-task__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;margin-bottom:1rem}@media only screen and (max-width: 319px){.diy-project-task__wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-project-task__wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-project-task__wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.diy-project-task__image{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:25%;max-width:30%}@media only screen and (max-width: 319px){.diy-project-task__image{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-project-task__image{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-project-task__image{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (max-width: 319px){.diy-project-task__image{max-width:100%;width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-project-task__image{max-width:100%;width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-project-task__image{max-width:100%;width:100%}}.diy-project-task__content{width:70%;margin-right:1rem}@media only screen and (max-width: 319px){.diy-project-task__content{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-project-task__content{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-project-task__content{width:100%}}.do-it-yourself-project-tinyfont{margin-top:2rem;font-size:14px;line-height:1rem}.temp-extra-do-it-yourself-project-tinyfont{margin-top:.5rem;font-size:14px;line-height:1rem}.diy-project-collapsible-title-container{padding:.5rem}.diy-project-collapsible-container{padding:1.5rem}.kevathuolto-section{padding-bottom:2rem}.kevathuolto-section .directional-link__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;-moz-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;margin:auto;width:100%}.kevathuolto-section .directional-link__wrap .navigation-link{width:100%;min-height:2.5rem}.kevathuolto-section .directional-link__wrap .element{margin-top:.43rem;height:100%}.kevathuolto-section .step-links__wrap{padding-bottom:1rem}.maintenance__wrap{width:100%}.maintenance__type-selector-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;height:2rem;margin:1rem 0 .5rem 0}.maintenance__type-selector-wrap div{border:1px solid #009cf8;border-right:none}.maintenance__type-selector-wrap div:last-of-type{border-right:1px solid #009cf8}.maintenance__type-selector-button{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;padding:.125rem 1rem;text-align:center}.order-info{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.order-info__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin:2rem}.order-collapsible__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding-right:1rem}.order-info-description__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;margin:2rem;margin-bottom:3rem}.order-info-description__image{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:25%;max-width:40%}.order-info-description__content{width:70%;margin-right:1rem}.report-link__wrap{background-color:#f5f5f5;overflow:auto;padding-left:2rem;padding-top:1rem}.home-done-order-collapsible-info__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:2rem;margin-bottom:3rem}.home-done-order-collapsible-info__wrapper .home-done__description{margin-top:1rem}.home-done-order-collapsible-info__wrapper .maintenance-book-home-done-buttons__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding-top:1.5rem}.home-done-order-collapsible-info__wrapper .maintenance-book-home-done-buttons__wrap .home-done-button{color:#fff;background-color:#4e4e4e;height:3rem;width:8rem;font-weight:700}.home-done-order-collapsible-info__wrapper .maintenance-book-home-done-buttons__wrap .home-done-button:hover{background-color:#000}.home-done-buttons__wrap{margin-top:1rem}.home-done-order-collapsible__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding-right:1rem}.maintenance-book-add-more-collapsible__test{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.maintenance-add-new-form{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:column;font-weight:400;margin-left:2rem;margin-right:2rem;margin-top:1rem}.maintenance-add-new-form__button-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin-bottom:1.5rem}.maintenance-add-new-form__button-wrapper .add-new-button{color:#fff;background-color:#4e4e4e;height:3rem;width:8rem;font-weight:700}.maintenance-add-new-form__input{width:15rem;margin-bottom:1.5rem}.maintenance-add-new-form__large-input{width:30rem;margin-bottom:1.5rem}.house-information-form{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:column;font-weight:400}.house-information-form--long{width:25rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;background-color:#fff}.customer-information__wrap{padding:2rem}.customer-information-form{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:column;font-weight:400}.customer-information-form__name-element{flex-direction:row}.customer-information-form__input{width:15rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;background-color:#fff}.customer-information-form__input--short{width:10rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;background-color:#fff}.customer-information-form__input--long{width:25rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;background-color:#fff}.customer-information-form__submit-button{font-weight:700;width:10rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;color:#fff !important;background-color:#f08300}.customer-information-form__submit-button--inactive{font-weight:700;width:10rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;color:#fff !important;background-color:#666}.customer-information-form__postal-information{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:row}.customer-information-form__text-checkbox{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:row}.customer-information-form__submit-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.house-information__wrap{padding:2rem}.house-information-form{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:column;font-weight:400}.house-information-form__name-element{flex-direction:row}.house-information-form__input{width:15rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;background-color:#fff}.house-information-form__input--short{width:10rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;background-color:#fff}.house-information-form__input--long{width:25rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;background-color:#fff}.house-information-form__submit-button{font-weight:700;width:10rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;color:#fff !important;background-color:#f08300}.house-information-form__submit-button--inactive{font-weight:700;width:10rem;margin-right:.75rem;margin-bottom:1rem;font-size:16px;height:2.5rem;color:#fff !important;background-color:#666}.house-information-form .floor-number-wrap{max-width:10rem}.house-information-form .floor-type-wrap{max-width:20rem}.house-information-form__postal-information{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:row}.house-information-form__text-checkbox{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:row}.house-information-form__submit-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.Billing-main__wrap{padding:2rem}.order-collapsible-datesum__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.order-collapsible-datesum__wrap .order-collapsible-sum{padding-right:4rem}.billing-collapsible-top-line__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.billing-collapsible-top-line__sum-and-duedate{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.billing-collapsible-top-line__name{font-weight:400;padding-left:3rem}.billing-collapsible-top-line__sum{font-weight:400;padding-right:5rem}.billing-collapsible-top-line__duedate{font-weight:400;padding-right:1rem}.tracking__overall-progress-wrap{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:10.5rem;max-width:20.5rem;padding:.25rem;background-color:#009cf8}@media only screen and (min-width: 1024px)and (max-width: 1279px){.tracking__overall-progress-wrap{max-width:12.5rem}}@media only screen and (max-width: 319px){.tracking__overall-progress-wrap{margin-top:.5rem;padding:.25rem;min-width:100%;max-width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.tracking__overall-progress-wrap{margin-top:.5rem;padding:.25rem;min-width:100%;max-width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.tracking__overall-progress-wrap{margin-top:.5rem;padding:.25rem;min-width:100%;max-width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.tracking__overall-progress-wrap{margin-top:.5rem;padding:.25rem;min-width:100%;max-width:100%}}.tracking__collapsible-title{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-right:1rem}@media only screen and (max-width: 319px){.tracking__collapsible-title{margin:.25rem .5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.tracking__collapsible-title{margin:.25rem .5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.tracking__collapsible-title{margin:.25rem .5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.tracking__collapsible-title{margin:.25rem .5rem}}.tracking__collapsible-progress{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:10rem;max-width:20rem;height:1.5rem;margin:0 .25rem 0 auto}@media only screen and (min-width: 1024px)and (max-width: 1279px){.tracking__collapsible-progress{max-width:12rem}}@media only screen and (max-width: 319px){.tracking__collapsible-progress{max-width:calc(100% - 1rem);min-width:calc(100% - 1rem);margin:0 .5rem .5rem .5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.tracking__collapsible-progress{max-width:calc(100% - 1rem);min-width:calc(100% - 1rem);margin:0 .5rem .5rem .5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.tracking__collapsible-progress{max-width:calc(100% - 1rem);min-width:calc(100% - 1rem);margin:0 .5rem .5rem .5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.tracking__collapsible-progress{max-width:calc(100% - 1rem);min-width:calc(100% - 1rem);margin:0 .5rem .5rem .5rem}}@media only screen and (max-width: 319px){.tracking__collapsible-progress--full-width{max-width:100%;min-width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.tracking__collapsible-progress--full-width{max-width:100%;min-width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.tracking__collapsible-progress--full-width{max-width:100%;min-width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.tracking__collapsible-progress--full-width{max-width:100%;min-width:100%}}.tracking__collapsible-icon{width:1.5rem;height:1.5rem;margin:.25rem .5rem .25rem 0rem;padding:.25rem;text-align:center;background-color:#fff}.tracking__message{padding:.5rem;background-color:#dcedfc}.tracking__info-box{font-size:.9rem;background-color:#fff0af;padding:.5rem 1rem}.tracking__info-box i.fa{color:rgb(175,142.1875,0)}.tracking__percent{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:.25rem 0;margin-right:.5rem;width:3rem;text-align:right}.maintenance-book-posts__wrap{padding:2rem;margin:2rem}.reporting-main-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;padding:3rem}.reporting-work-contract__paragraph{font-weight:700}.reporting-work-contract__block-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.reporting-work-contract__block{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:2rem}.reporting-work-contract-comments-block{padding-top:2rem;padding-bottom:2rem}.reporting-work-contract-messages__block-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding-top:.3rem;padding-bottom:.3rem}.reporting-work-contract-messages__block{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-right:1rem;padding-left:1rem;font-weight:700}.reporting-acquire-pdf-button{padding:.2rem;padding-left:.6rem;padding-right:.6rem;background-color:#009cf8}.reporting-acquire-pdf-button a{color:#fff}.reporting-viewing-dropdown-wrap{padding-top:1rem;width:15rem}.reporting__apartment-block-name-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding-top:2rem;padding-bottom:.5rem}.reporting__apartment-block-name-wrap--finished-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.reporting__buttons-wrap{padding-top:1rem;padding-left:.5rem;width:17rem}.reporting__collapsible-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;padding-right:1rem;padding-left:1rem}.reporting__task-wrap--even{background-color:#fff;padding-bottom:.3rem;padding-top:.7rem;padding-right:1rem;padding-left:1rem}.reporting__task-wrap--odd{background-color:#f2f2f2;padding-bottom:.3rem;padding-top:.7rem;padding-right:1rem;padding-left:1rem}.reporting__task-line{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.reporting__task-line--emboldened{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;font-weight:700;font-style:italic;padding-left:.5rem;padding-right:.5rem}.reporting__progress-bar{width:100%;background-color:#d3d3d3;font-weight:700;position:relative}.reporting__progress-bar-done-percentage{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;color:#fff;position:relative;height:100%;width:100%}.maintenance-book__wrapper .navigation-bar__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;-moz-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;margin:auto;width:100%;border:1px solid #009cf8}.maintenance-book__wrapper .navigation-bar__wrapper a{border-right:1px solid #009cf8}.maintenance-book__wrapper .navigation-bar__wrapper a:last-of-type{border:none}.maintenance-book__wrapper .navigation-bar__wrapper .navigation-link{width:100%;min-height:2.5rem}.maintenance-book__wrapper .navigation-bar__wrapper .element{margin-top:.43rem;height:100%;text-align:center}.discolouring-box-for-contact-info{background-color:#f5f5f5;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:4rem;padding-right:1rem;padding-left:1rem;width:100%}.maintenance-book-contact-info__wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;background-color:#fff;color:blue;padding:3rem;padding-right:6rem;padding-left:6rem;width:100%}@media only screen and (min-width: 320px)and (max-width: 424px){.maintenance-book-contact-info__wrapper{padding-right:.25rem;padding-left:.25rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.maintenance-book-contact-info__wrapper{padding-right:.5rem;padding-left:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.maintenance-book-contact-info__wrapper{padding-right:3rem;padding-left:3rem}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.maintenance-book-contact-info__wrapper{padding-right:6rem;padding-left:6rem}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.maintenance-book-contact-info__wrapper{padding-right:6rem;padding-left:6rem}}.current-active-link{background-color:#009cf8;color:#fff !important}.syyshuolto-section{padding-bottom:2rem}.syyshuolto-section .directional-link__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;-webkit-align-content:stretch;-moz-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;margin:auto;width:100%}.syyshuolto-section .directional-link__wrap .navigation-link{width:100%;min-height:2.5rem}.syyshuolto-section .directional-link__wrap .element{margin-top:.43rem;height:100%}.syyshuolto-section .step-links__wrap{padding-bottom:1rem}.do-it-yourself-path-links__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.do-it-yourself-path-links__wrap .path-choice-button{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;height:3rem;min-width:10rem;max-width:15rem;font-weight:700;padding:.5rem 1rem;border:none;font-size:1rem;font-weight:700;color:#fff;background-color:#009cf8}@media only screen and (min-width: 320px)and (max-width: 424px){.do-it-yourself-path-links__wrap .path-choice-button{min-width:5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.do-it-yourself-path-links__wrap .path-choice-button{min-width:6rem}}.do-it-yourself-path-links__wrap .path-choice-button--middle{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;height:3rem;min-width:10rem;max-width:15rem;font-weight:700;padding:.5rem 1rem;padding-top:.75rem;border:none;font-size:1rem;font-weight:700;color:#fff;background-color:#009cf8}.do-it-yourself-path-links__wrap .path-choice-button:hover{background-color:rgb(44,176.7258064516,255)}.do-it-yourself-navigation-link{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;-webkit-justify-content:left;-moz-justify-content:left;justify-content:left;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;padding:.5rem 1rem;border:none;font-size:1rem;font-weight:700;color:#fff;background-color:#009cf8}.do-it-yourself-navigation-link:hover{background-color:rgb(44,176.7258064516,255)}.review__disclaimer{margin-left:.25rem;margin-top:-1rem;margin-bottom:2rem;font-size:80%}.review__disclaimer i{margin-right:.25rem}.review__star-rating-container{margin-bottom:.5rem}.review__star-rating-container i{margin-right:.5rem}.review__star-rating-container i:last-of-type{margin-right:0}.review__star-rating-star{font-size:3rem;color:#009cf8;cursor:pointer}.review__would-recommend-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;cursor:pointer}.review__thumbs-box{margin-right:.5rem;padding:.25rem .4rem;font-size:1.25rem;color:#c2c2c2;border:1px solid #c2c2c2}.review__thumbs-box--checked{color:#009cf8;border:1px solid #f08300}.timer__analog-hour-clock{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:16rem;height:16rem;display:block;border-radius:50%;background-color:#009cf8;border:.25rem solid #009cf8;float:left;margin:3rem 1rem}.timer__clock-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;height:auto;width:100%;margin-bottom:1rem;color:#009cf8;font-size:7rem;line-height:1;font-weight:500}.timer__controls-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin:3rem 0}#wrapper{width:100%;max-width:639px}@media only screen and (min-width: 320px)and (max-width: 424px){#wrapper{zoom:80%}}#lainalaskuri{width:100%;background:#e7e8e9;position:relative}#lainalaskuri #sliderit{position:relative;width:68%;padding:16px 34px;z-index:5}#lainalaskuri .dragdealer{width:100%;height:70px;position:relative}#lainalaskuri .dragdealer .groove{width:100%;margin:0;height:9px;background-color:#bcbdc0;box-shadow:inset 3px 3px 5px rgba(0,0,0,.3);position:absolute;left:0;top:29px;z-index:0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}#lainalaskuri .handle{width:27px;height:27px;margin:4px 0;background-color:#ee702d;cursor:pointer;position:absolute;left:0;top:17px;z-index:5;box-shadow:3px 3px 4px rgba(0,0,0,.5);-moz-box-shadow:3px 3px 4px rgba(0,0,0,.5);-webkit-box-shadow:3px 3px 4px rgba(0,0,0,.5);box-sizing:border-box;transition:width 100ms,height 100ms,margin 100ms;-moz-transition:width 100ms,height 100ms,margin 100ms;-webkit-transition:width 100ms,height 100ms,margin 100ms;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}#lainalaskuri .handle:hover{width:29px;height:29px;margin:3px 0}#lainalaskuri p.laskuriotsikko{font-family:"Source Sans Pro",sans-serif;font-style:normal;font-weight:400;font-size:29px;text-align:left;color:#fff;padding:28px 0 0 34px;line-height:36px;cursor:default;white-space:nowrap;margin:0;width:60%}#lainalaskuri p.laskuriotsikko img{max-width:100%}#lainalaskuri #sliderit>label{font-family:"Source Sans Pro",sans-serif;font-weight:200;font-size:16px;text-transform:uppercase;line-height:16px;color:#a6a7a7;margin:-74px 0 0;cursor:default;position:absolute}#lainalaskuri #arvot{padding-right:37px;position:absolute;right:0;top:17px;width:80px;z-index:4;text-align:right}#lainalaskuri input{font-family:"Source Sans Pro",sans-serif;font-weight:200;font-size:16px;height:23px;border:none;background-color:rgba(0,0,0,0);color:#ededed;text-align:right;line-height:23px}#lainalaskuri input#amount{width:60px;color:#000}#lainalaskuri input#time{width:35px;color:#000}#lainalaskuri #arvot label{display:inline-block;font-family:"Source Sans Pro",sans-serif;font-weight:200;font-size:16px;line-height:23px;color:#ee702d;margin:0;cursor:default;text-align:right;right:0;white-space:nowrap}#lainalaskuri #arvot label#lainasumma{color:#000}#lainalaskuri #arvot label#maksuaika{top:35px;position:relative;color:#000}#lainalaskuri #maksuera{background-color:#6d6e71;padding:11px 0 10px;position:absolute;right:27px;text-align:center;top:163px;width:123px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}#lainalaskuri #maksuera p{font-family:"Source Sans Pro",sans-serif;font-weight:400;font-size:19px;line-height:19px;color:#fff;margin:0}#lainalaskuri #maksuera p.heading{line-height:32px;color:#949494;margin-top:7px}#lainalaskuri span#payment{display:block;float:left;font-size:19px;font-weight:400;border:none;color:#fff;line-height:19px;background-color:#ee702d;line-height:40px;margin:-11px 0;text-align:center;width:60%;border-radius:6px 0 0 6px;-moz-border-radius:6px 0 0 6px;-webkit-border-radius:6px 0 0 6px}#lainalaskuri #nappi{background:#ee702d url("https://cdn.talokuntoon.fi/static/loan-calculator/hakunappi.png") no-repeat center center;cursor:pointer;height:123px;position:absolute;right:24px;top:25px;width:123px;z-index:5;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;transition:width 100ms,height 100ms,top 100ms,right 100ms;-moz-transition:width 100ms,height 100ms,top 100ms,right 100ms;-webkit-transition:width 100ms,height 100ms,top 100ms,right 100ms}#lainalaskuri #nappi p{font-family:"Source Sans Pro",sans-serif;font-weight:700;font-size:41px;letter-spacing:2px;line-height:79px;text-align:center;margin:0;cursor:pointer;color:#fff}#lainalaskuri #nappi:hover{height:125px;right:23px;top:24px;width:125px}#lainalaskuri #nappi a,#lainalaskuri #nappi a:active,#lainalaskuri #nappi a:hover{text-decoration:none;outline:none;display:block;position:absolute;left:0;top:0;width:100%;height:100%}#lainalaskuri #nappi:hover p{color:#fff}#lainalaskuri #info{position:absolute;width:100%;height:100%;left:0;top:0;z-index:1}#lainalaskuri #info #infoboksi{position:relative;width:100%;height:100%;padding:18px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#fff;border:27px solid #e7e8e9;cursor:pointer;display:none;z-index:9;overflow:auto}#lainalaskuri #info #infonappi{background:url("https://cdn.talokuntoon.fi/static/loan-calculator/infonappi.png") no-repeat 0 0 rgba(0,0,0,0);width:27px;height:25px;cursor:pointer;position:absolute;right:26.5%;top:27px;z-index:8}#lainalaskuri #info #suljenappi{font-family:"Source Sans Pro",sans-serif;background:#e7e8e9 none repeat scroll 0 0;bottom:0;color:#ee702d;font-size:11px;line-height:25px;font-weight:700;left:0;position:absolute;text-align:center;cursor:pointer;width:100%;display:none;z-index:10}#lainalaskuri .palsta{float:none;clear:both;font-size:13px;margin-left:0;margin-top:0;width:100%}#lainalaskuri .palsta p{font-family:"Source Sans Pro",sans-serif;font-weight:700;margin:0}#lainalaskuri .palsta span{font-family:"Source Sans Pro",sans-serif;margin:0}#lainalaskuri #palsta1{font-size:12px;font-weight:bold;line-height:1.35;width:45%;margin-right:5%;float:left;clear:left}#lainalaskuri #palsta2{font-size:12px;font-weight:bold;line-height:1.35;width:45%;float:left;clear:none}#lainalaskuri #palsta1 p,#lainalaskuri #palsta2 p{margin-top:0;color:#000}#lainalaskuri .palsta ul{width:100%;margin-top:10px;padding-left:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#lainalaskuri .palsta ul li{line-height:1.35;color:#ee702d;list-style-type:initial}#lainalaskuri .palsta ul li span{font-size:12px;font-weight:400;color:#4f4f4f}#lainalaskuri #info .alaviite{color:#666;font-size:10px;line-height:1.2;font-weight:400;margin-left:0px}#lainalaskuri .noselect,#lainalaskuri #info #infoboksi p,#lainalaskuri #info #infoboksi ul li{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.clearfix:after{content:"";display:table;clear:both}@media(max-width: 600px){#lainalaskuri p.laskuriotsikko{font-size:28px;width:50%}#lainalaskuri #sliderit{width:65%}}@media(max-width: 520px){#lainalaskuri p.laskuriotsikko{font-size:24px;width:50%;padding-left:25px}#lainalaskuri #sliderit{width:50%}#lainalaskuri #info #infonappi{right:30%}#lainalaskuri #info #infoboksi{padding:10px}#lainalaskuri #maksuera{width:123px}#lainalaskuri #nappi{height:100px;width:100px}#lainalaskuri #nappi:hover{height:102px;width:102px}}@media(max-width: 470px){#lainalaskuri p.laskuriotsikko{font-size:22px;line-height:1;white-space:normal;width:40%}#lainalaskuri #maksuera{width:123px}#lainalaskuri #sliderit{width:65%}#lainalaskuri #info #infonappi{right:35%}#lainalaskuri #info #infoboksi{padding:10px;border-left-width:0;border-right-width:0;border-top-width:0}#lainalaskuri input#amount{height:30px;width:70px}#lainalaskuri input#time{height:30px}}@media(max-width: 350px){#lainalaskuri .palsta{font-size:12px;line-height:1}#lainalaskuri #maksuera{width:123px;right:15px}#lainalaskuri .palsta ul li span{font-size:11px}#lainalaskuri input#amount{height:30px;width:70px}#lainalaskuri input#time{height:30px}}.funding .funding-text-block{margin-top:1rem}.funding .funding-text-block--bold{font-weight:700;margin-top:2rem}.funding .funding-text-block--short{min-width:2rem}.funding .funding-loan-calculator-wrap{margin-top:1rem}.funding .funding-text-block-container{margin-top:1rem}.funding .funding-text-block-container--grey{padding:2rem;margin-top:2rem;background:#f5f5f5}.funding .funding-tinyfont{margin-top:1rem}.funding .funding-tinyfont--textblock{font-size:14px;line-height:1rem}.funding .funding-block-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:1rem}.funding .funding-block-wrap .funding-block-line{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.funding .funding-image__wrap{min-width:25%;max-width:60%;padding-top:1rem}@media only screen and (max-width: 319px){.funding .funding-image__wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 320px)and (max-width: 424px){.funding .funding-image__wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.funding .funding-image__wrap{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.funding .funding-image__wrap{max-width:70%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.funding .funding-image__wrap{max-width:60%}}@media only screen and (min-width: 425px)and (max-width: 767px){.funding .funding-image__wrap{max-width:100%;width:382.5px}}@media only screen and (min-width: 320px)and (max-width: 424px){.funding .funding-image__wrap{max-width:100%}}.ilmanvaihtohuolto-section .step-links__wrap{padding-bottom:1rem}.ilmanvaihtohuolto-section .menu-link-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;padding-bottom:2rem;padding-top:1rem}.ilmanvaihtohuolto-section .menu-link-wrap .menu-links{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;height:3rem;min-width:10rem;max-width:15rem;font-weight:700;padding:.5rem 1rem;padding-top:.75rem;border:none;font-size:1rem;font-weight:700;color:#fff;background-color:#009cf8}.ilmanvaihtohuoltoblock{padding-top:1rem}.diy-ilmanvaihtohuolto-task__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;margin-bottom:1rem}@media only screen and (max-width: 319px){.diy-ilmanvaihtohuolto-task__wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-ilmanvaihtohuolto-task__wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-ilmanvaihtohuolto-task__wrap{-webkit-box-direction:reverse;-webkit-box-orient:vertical;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.diy-ilmanvaihtohuolto-task__image{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:15%;max-width:20%}@media only screen and (max-width: 319px){.diy-ilmanvaihtohuolto-task__image{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-ilmanvaihtohuolto-task__image{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-ilmanvaihtohuolto-task__image{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (max-width: 319px){.diy-ilmanvaihtohuolto-task__image{max-width:100%;width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-ilmanvaihtohuolto-task__image{max-width:100%;width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-ilmanvaihtohuolto-task__image{max-width:100%;width:100%}}.diy-ilmanvaihtohuolto-task__image-large{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;min-width:25%;max-width:30%}@media only screen and (max-width: 319px){.diy-ilmanvaihtohuolto-task__image-large{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-ilmanvaihtohuolto-task__image-large{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-ilmanvaihtohuolto-task__image-large{-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-ilmanvaihtohuolto-task__image-large{max-width:100%;width:382.5px}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-ilmanvaihtohuolto-task__image-large{max-width:100%;width:288px}}.diy-ilmanvaihtohuolto-task__content{width:70%;margin-right:1rem}@media only screen and (max-width: 319px){.diy-ilmanvaihtohuolto-task__content{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.diy-ilmanvaihtohuolto-task__content{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.diy-ilmanvaihtohuolto-task__content{width:100%}}.contact__info-block{margin-right:1rem}.payment__payment-info,.payment__select-bank-heading{padding:0 calc(50% - 15rem);margin-bottom:1.5rem}@media only screen and (max-width: 319px){.payment__payment-info,.payment__select-bank-heading{padding:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.payment__payment-info,.payment__select-bank-heading{padding:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.payment__payment-info,.payment__select-bank-heading{padding:0}}.payment__payment-info h3{margin-top:1rem;margin-bottom:2rem}.payment__payment-info p{padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.payment__payment-info p:last-of-type{border-bottom:none}.payment__select-bank-heading{margin-top:2rem;font-weight:400}.payment__payment-info-title{font-weight:bold}.payment__payment-info-value{float:right}.payment__bank-list{margin:0 calc(50% - 15rem);overflow:hidden;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}@media only screen and (max-width: 319px){.payment__bank-list{margin:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.payment__bank-list{margin:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.payment__bank-list{margin:0}}.payment__bank-list ul{-webkit-backface-visibility:hidden;-webkit-transition:height .3s ease-out;-moz-transition:height .3s ease-out;-ms-transition:height .3s ease-out;-o-transition:height .3s ease-out;transition:height .3s ease-out;margin:0;list-style-type:none}.payment__bank-list li{border-bottom:1px solid #e0e0e0}.payment__bank-list li:last-of-type{border-bottom:none}.payment__bank-button{user-select:none;display:grid;height:4rem;grid-template-columns:5rem 1fr 1rem;gap:1.5rem;align-items:center;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;padding:.75rem 1.25rem;cursor:pointer;font-weight:bold}@media only screen and (min-width: 320px)and (max-width: 424px){.payment__bank-button{height:auto;min-height:4rem}}@media only screen and (max-width: 319px){.payment__bank-button{height:auto;min-height:4rem;word-break:break-all}}.payment__bank-button--disabled{cursor:not-allowed;background-color:#f0f0f0;color:#b0b0b0}.payment__bank-button--disabled:hover,.payment__bank-button--disabled:active,.payment__bank-button--disabled:visited,.payment__bank-button--disabled:focus{color:#b0b0b0;background-color:#f0f0f0;text-decoration:none}.payment__bank-button>span{display:block}.payment__bank-button>span:first-of-type{text-align:center}.payment__bank-button>span>i{-webkit-backface-visibility:hidden;-webkit-transition:transform .3s ease-out;-moz-transition:transform .3s ease-out;-ms-transition:transform .3s ease-out;-o-transition:transform .3s ease-out;transition:transform .3s ease-out}.payment__bank-button>span>img{width:auto;min-width:2rem;max-width:5rem;height:auto;min-height:1rem;max-height:2.5rem}.payment__bank-button:hover,.payment__bank-button:active,.payment__bank-button:visited,.payment__bank-button:focus{background-color:#dcedfc;text-decoration:none}.payment__bank-button-chevron{float:right}.payment-success__review-block{width:700px;margin:2rem 0;text-align:center}@media only screen and (max-width: 319px){.payment-success__review-block{width:auto}}@media only screen and (min-width: 320px)and (max-width: 424px){.payment-success__review-block{width:auto}}@media only screen and (min-width: 425px)and (max-width: 767px){.payment-success__review-block{width:auto}}@media only screen and (min-width: 768px)and (max-width: 1023px){.payment-success__review-block{width:auto}}.star-rating__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:100%;height:100%}.star-rating__star{font-size:1rem;color:#009cf8}.star-rating__star--disabled{font-size:1rem;color:rgb(146,214.564516129,255)}.star-rating__star--service-review{color:#009cf8;font-size:1.5rem;padding-left:.1rem}.star-rating__star--service-review-summary{color:#009cf8;font-size:1.5rem;padding-left:.1rem}.generic-featured-block-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch}.generic-featured-block-container>div{margin-bottom:1.5rem}.featured-block__wrap{-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15);margin-bottom:1.25rem}.featured-block__wrap img{width:100%;height:auto;margin:0 auto}.featured-block__wrap .mediaTest{width:100%;height:auto;margin:0 auto}.featured-block__wrap--full{width:100%}.featured-block__wrap--half{width:48.85%}@media only screen and (max-width: 319px){.featured-block__wrap--half{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.featured-block__wrap--half{width:100%}}.featured-block__wrap--third{width:32%}@media only screen and (max-width: 319px){.featured-block__wrap--third{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.featured-block__wrap--third{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.featured-block__wrap--third{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.featured-block__wrap--third{width:48.85%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.featured-block__wrap--third{width:48.85%}}.featured-block__title-wrap,.featured-block__description-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}.featured-block__title-wrap{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;padding:.25rem .5rem;border-top:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2}.featured-block__title-container{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:1rem;font-weight:500}.featured-block__title-addon-container,.featured-block__description-addon-container{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:.5rem}.featured-block__description-wrap{padding:.5rem}.featured-block__description-container{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;font-size:1rem;font-weight:300}.featured-service-product__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;width:32%;cursor:pointer}@media only screen and (max-width: 319px){.featured-service-product__wrap{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.featured-service-product__wrap{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.featured-service-product__wrap{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.featured-service-product__wrap{width:48.85%}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.featured-service-product__wrap{width:48.85%}}.featured-service-product__wrap--inactive{cursor:default}.featured-service-product__calculate-button{min-width:100px;max-width:100px}@media only screen and (min-width: 1280px)and (max-width: 1439px){.featured-service-product__calculate-button{zoom:.85}}.featured-service-product__calculate-button--inactive{background-color:#c2c2c2}.featured-service-product__calculate-button-text{text-align:center;padding:6.4px 0;font-size:13.6px;font-weight:500;border-bottom:1px solid #fff}.featured-service-product__calculate-button-text-wrap{color:#fff;background-color:#009cf8;margin-bottom:.25rem}.featured-service-product__calculate-button-sub-text{text-align:center;font-size:11.52px;padding:4px 0}.price-tag-rating__wrap{min-width:100px;max-width:100px}@media only screen and (min-width: 1280px)and (max-width: 1439px){.price-tag-rating__wrap{zoom:.85}}.price-tag-rating__title{text-align:center;font-size:16px;font-weight:500;color:#fff;background-color:#009cf8;border-bottom:1px solid #fff}.price-tag-rating__price{height:48px;padding:.75rem 8px;text-align:center;font-size:28.8px;font-weight:900;color:#fff;background-color:#009cf8}.price-tag-rating__price--loading{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;padding:0}.price-tag-rating__rating{margin-top:.25rem}.service-product__sppp-price{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;padding:.5rem}.service-product__sppp-price--first{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:right}.service-product__sppp-price--slash{padding:.5rem 0}.service-product__trigger-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:100%}@media only screen and (max-width: 319px){.service-product__trigger-wrap{padding-left:.75rem;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.service-product__trigger-wrap{padding-left:.75rem;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.service-product__trigger-wrap{padding-left:.75rem;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 768px)and (max-width: 1023px){.service-product__trigger-wrap{padding-left:.75rem;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.service-product__image{max-width:300px;margin:0 auto}@media only screen and (max-width: 319px){.service-product__image{margin-bottom:1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.service-product__image{margin-bottom:1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.service-product__image{margin-bottom:1rem}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.service-product__image--mobile{display:none}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.service-product__image--mobile{display:none}}@media only screen and (min-width: 1440px){.service-product__image--mobile{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.service-product__image--mobile{display:none}}@media only screen and (max-width: 319px){.service-product__image--non-mobile{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.service-product__image--non-mobile{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.service-product__image--non-mobile{display:none}}.service-product__description-container{width:100%}.service-product__description-bottom-wrap{margin-top:1rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}.service-product__description-bottom-container{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-right:1rem;max-width:calc(100% - 300px)}@media only screen and (max-width: 319px){.service-product__description-bottom-container{padding:0;max-width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.service-product__description-bottom-container{padding:0;max-width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.service-product__description-bottom-container{padding:0;max-width:100%}}.service-product__description-bottom-image{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.service-product__smart-field-container{max-width:250px}.service-product__amount-calculation-text{font-size:.8rem;line-height:1.1rem}.service-product__additional-details{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.service-product__product-amount{width:10rem}.service-product__recurring-time-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;position:relative;margin:.3rem .3rem .3rem auto;padding:.25rem .3rem;color:#009cf8;background-color:#fff}.service-product__recurring-time-number{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;min-width:2.3rem;max-width:3.2rem;margin-right:.3rem;text-align:right;font-size:2rem;font-weight:600}.service-product__recurring-time-number--start-year{margin-left:.5rem;padding-left:.5rem;border-left:#009cf8 solid 1px;max-width:5.5rem}.service-product__recurring-time-text{font-weight:600;font-size:.8rem;line-height:.95rem}.service-product__recurring-time-text--recurring{width:3rem}.service-product__recurring-time-text--next-work{width:4rem}.service-product__recurring-time-caret{padding:.3rem}.service-product__recurring-time-popover-wrap{z-index:100;position:absolute;top:2.6rem;left:0;min-width:100%;max-width:100%;min-height:0;max-height:0;padding:0 1rem;overflow:hidden;background-color:#fff;box-shadow:none;-webkit-backface-visibility:hidden;-webkit-transition:max-height 300ms ease-in,box-shadow 300ms ease-in,padding 300ms ease-in;-moz-transition:max-height 300ms ease-in,box-shadow 300ms ease-in,padding 300ms ease-in;-ms-transition:max-height 300ms ease-in,box-shadow 300ms ease-in,padding 300ms ease-in;-o-transition:max-height 300ms ease-in,box-shadow 300ms ease-in,padding 300ms ease-in;transition:max-height 300ms ease-in,box-shadow 300ms ease-in,padding 300ms ease-in}.service-product__recurring-time-wrap:hover .service-product__recurring-time-popover-wrap{min-height:1rem;max-height:500px;padding:.5rem 1rem;overflow:hidden;box-shadow:0 .25rem .2rem 0rem rgba(0,0,0,.2);-webkit-backface-visibility:hidden;-webkit-transition:max-height 300ms ease-out,box-shadow 300ms ease-out,padding 300ms ease-out;-moz-transition:max-height 300ms ease-out,box-shadow 300ms ease-out,padding 300ms ease-out;-ms-transition:max-height 300ms ease-out,box-shadow 300ms ease-out,padding 300ms ease-out;-o-transition:max-height 300ms ease-out,box-shadow 300ms ease-out,padding 300ms ease-out;transition:max-height 300ms ease-out,box-shadow 300ms ease-out,padding 300ms ease-out}.price-summary{text-align:right;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media only screen and (max-width: 319px){.price-summary{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}@media only screen and (min-width: 320px)and (max-width: 424px){.price-summary{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}@media only screen and (min-width: 425px)and (max-width: 767px){.price-summary{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}.add-product__container{padding:1rem}@media only screen and (max-width: 319px){.add-product__container{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.add-product__container{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.add-product__container{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.add-product__container{padding:.5rem}}.add-product__radio-wrap{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media only screen and (max-width: 319px){.add-product__radio-wrap{grid-template-columns:1fr}}@media only screen and (min-width: 320px)and (max-width: 424px){.add-product__radio-wrap{grid-template-columns:1fr}}@media only screen and (min-width: 425px)and (max-width: 767px){.add-product__radio-wrap{grid-template-columns:1fr}}@media only screen and (min-width: 768px)and (max-width: 1023px){.add-product__radio-wrap{grid-template-columns:1fr}}.add-product__radio-container .radio-container{width:100%;margin-bottom:1rem}.add-product__other-radio-container{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;margin-bottom:1rem}.add-product__other-radio-container .radio-container{margin:0 !important}.add-product__other-products{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:100%}.add-product__other-products .form-group{margin-right:1rem;width:auto}.add-product__option{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}.order-information__product-header-content{margin:0 0 .5rem 2rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;font-weight:400}.order-information__product-header-content #name{width:45%;padding-left:3.5rem;text-align:left}@media only screen and (max-width: 319px){.order-information__product-header-content #name{width:75%}}@media only screen and (min-width: 320px)and (max-width: 424px){.order-information__product-header-content #name{width:75%}}@media only screen and (min-width: 425px)and (max-width: 767px){.order-information__product-header-content #name{width:75%}}.order-information__product-header-content #sub-target{width:10%;padding-left:1rem}@media only screen and (max-width: 319px){.order-information__product-header-content #sub-target{width:25%}}@media only screen and (min-width: 320px)and (max-width: 424px){.order-information__product-header-content #sub-target{width:25%}}@media only screen and (min-width: 425px)and (max-width: 767px){.order-information__product-header-content #sub-target{width:25%}}.order-information__product-header-content #price-per-unit{width:10%;padding-left:.5rem}@media only screen and (max-width: 319px){.order-information__product-header-content #price-per-unit{width:25%}}@media only screen and (min-width: 320px)and (max-width: 424px){.order-information__product-header-content #price-per-unit{width:25%}}@media only screen and (min-width: 425px)and (max-width: 767px){.order-information__product-header-content #price-per-unit{width:25%}}.order-information__product-header-content #price{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.order-information__product-header-content #ordered{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:130px}.order-information__product-header-content #ordered--report{width:10%;margin-left:.5rem}@media only screen and (max-width: 319px){.order-information__product-header-content #ordered--report{width:25%}}@media only screen and (min-width: 320px)and (max-width: 424px){.order-information__product-header-content #ordered--report{width:25%}}@media only screen and (min-width: 425px)and (max-width: 767px){.order-information__product-header-content #ordered--report{width:25%}}.order-information__product-header-content #delivered{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:130px}@media only screen and (max-width: 319px){.order-information__product-header-content{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.order-information__product-header-content{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.order-information__product-header-content{display:none}}.order-information__add-product-button{width:100%;margin-bottom:1rem;padding:.5rem;color:hsl(0,0%,30%);background-color:rgb(171.5,224.0241935484,255);text-align:center;cursor:pointer}.order-information__add-product-button:hover{background-color:rgb(197,233.4838709677,255)}.order-information__add-product-button:active{color:#009cf8;background-color:rgb(197,233.4838709677,255)}.order-information__legend-wrap{margin-top:1rem}.order-information__legend--remove{color:#b22222}.order-information__legend--new{color:#20b2aa}.order-information__legend--modified{color:#4682b4}.subtarget-parameters__wrap{margin-bottom:1rem;border-bottom:1px solid #c2c2c2}.project-browser-search__search-bar-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:100%;margin-bottom:.5rem}.project-browser-search__filter-button{margin-left:.5rem;padding:.45rem;border:1px solid #ccc;cursor:pointer}.project-browser-search__filter-button--open{color:#0079bf;background-color:#f4f4f4}.project-browser-search__filter-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;width:100%;padding:1rem;border:1px solid #ccc;background-color:#f4f4f4}.project-service-product__container,.project-service-product__header{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:100%;padding:.25rem 0}@media only screen and (max-width: 319px){.project-service-product__container,.project-service-product__header{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;padding-top:0;padding-bottom:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-service-product__container,.project-service-product__header{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;padding-top:0;padding-bottom:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-service-product__container,.project-service-product__header{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;padding-top:0;padding-bottom:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-service-product__container,.project-service-product__header{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;padding-top:0;padding-bottom:.5rem}}.project-service-product__header{padding-left:3rem}@media only screen and (max-width: 319px){.project-service-product__header{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-service-product__header{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-service-product__header{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-service-product__header{display:none}}.project-service-product__label{font-weight:700;margin-right:1rem}@media only screen and (min-width: 1024px)and (max-width: 1279px){.project-service-product__label{display:none}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.project-service-product__label{display:none}}@media only screen and (min-width: 1440px){.project-service-product__label{display:none}}.project-service-product__content{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;text-align:right;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media only screen and (max-width: 319px){.project-service-product__content{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-service-product__content{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-service-product__content{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-service-product__content{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}.project-service-product__content--product{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;width:100%}@media only screen and (max-width: 319px){.project-service-product__content--product{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-service-product__content--product{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-service-product__content--product{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-service-product__content--product{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end}}.project-service-product__content--note{font-size:.75rem;line-height:.825rem}.project-service-product__content .form-group{max-width:3.75rem;margin:0}@media only screen and (max-width: 319px){.project-service-product__content .form-group{max-width:3.75rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-service-product__content .form-group{max-width:3.75rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-service-product__content .form-group{max-width:3.75rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-service-product__content .form-group{max-width:3.75rem}}.project-service-product__content .smart-field{margin:0}.project-service-product__comment{margin-bottom:.5rem;padding:.5rem;background-color:rgb(222.5,242.9435483871,255)}.project-service-product__comment-timestamp{font-size:.625rem;color:#999}.project-service-product__comment div{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;font-size:.825rem}.project-service-product__comment div b{margin-right:.5rem}.project-service-product__comment div i{font-size:.825rem}.project-service-product__plus:before,.project-service-product__minus:before{padding:.5rem .625rem;background-color:#666}.project-service-product__data-wrap{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-right:.5rem;text-align:center}@media only screen and (max-width: 319px){.project-service-product__data-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;min-height:2.5rem;margin:0;padding:.5rem .5rem 0rem .5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-service-product__data-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;min-height:2.5rem;margin:0;padding:.5rem .5rem 0rem .5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-service-product__data-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;min-height:2.5rem;margin:0;padding:.5rem .5rem 0rem .5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-service-product__data-wrap{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;min-height:2.5rem;margin:0;padding:.5rem .5rem 0rem .5rem}}.project-service-product__data-wrap--name{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}@media only screen and (max-width: 319px){.project-service-product__data-wrap--name{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-service-product__data-wrap--name{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-service-product__data-wrap--name{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-service-product__data-wrap--name{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0}}.project-service-product__data-wrap--unit-price,.project-service-product__data-wrap--ordered,.project-service-product__data-wrap--ordered-report,.project-service-product__data-wrap--delivered{min-width:8rem;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}@media only screen and (max-width: 319px){.project-service-product__data-wrap--unit-price,.project-service-product__data-wrap--ordered,.project-service-product__data-wrap--ordered-report,.project-service-product__data-wrap--delivered{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-service-product__data-wrap--unit-price,.project-service-product__data-wrap--ordered,.project-service-product__data-wrap--ordered-report,.project-service-product__data-wrap--delivered{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-service-product__data-wrap--unit-price,.project-service-product__data-wrap--ordered,.project-service-product__data-wrap--ordered-report,.project-service-product__data-wrap--delivered{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-service-product__data-wrap--unit-price,.project-service-product__data-wrap--ordered,.project-service-product__data-wrap--ordered-report,.project-service-product__data-wrap--delivered{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.project-service-product__data-wrap--ordered-report{padding:.25rem 0}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.project-service-product__data-wrap--ordered-report{padding:.25rem 0}}@media only screen and (min-width: 1440px){.project-service-product__data-wrap--ordered-report{padding:.25rem 0}}.project-service-product__data-wrap--comment{min-width:5rem;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center}@media only screen and (max-width: 319px){.project-service-product__data-wrap--comment{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-service-product__data-wrap--comment{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-service-product__data-wrap--comment{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-service-product__data-wrap--comment{display:none}}.project-service-product__data-wrap--done{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;min-width:4rem;margin-right:0}@media only screen and (max-width: 319px){.project-service-product__data-wrap--done{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-service-product__data-wrap--done{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-service-product__data-wrap--done{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-service-product__data-wrap--done{display:none}}.project-service-product__data-wrap--done .smart-checkbox label{width:auto;height:auto}.project-service-product__data-wrap--done .smart-checkbox__box{width:2rem;height:2rem;margin:0;border:none;-webkit-box-shadow:.05rem .05rem .1rem .01rem #666 inset;-khtml-box-shadow:.05rem .05rem .1rem .01rem #666 inset;-moz-box-shadow:.05rem .05rem .1rem .01rem #666 inset;-ms-box-shadow:.05rem .05rem .1rem .01rem #666 inset;-o-box-shadow:.05rem .05rem .1rem .01rem #666 inset;box-shadow:.05rem .05rem .1rem .01rem #666 inset}.project-service-product__data-wrap--done .smart-checkbox__mark--checked:after{color:rgb(255,143.95625,10.5);font-size:1.75rem;top:.25rem;left:0}.project-service-product__data-wrap--done-mobile .project-service-product__content{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media only screen and (min-width: 1024px)and (max-width: 1279px){.project-service-product__data-wrap--done-mobile{display:none}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.project-service-product__data-wrap--done-mobile{display:none}}@media only screen and (min-width: 1440px){.project-service-product__data-wrap--done-mobile{display:none}}.project-service-product__data-wrap--done-mobile .form-group{max-width:100%}.report__container{margin-bottom:1.5rem;border-bottom:1px solid #ddd}.report__container:last-of-type{border-bottom:none}.report__report-title{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;font-size:1.125rem;color:#0079bf;margin-bottom:.5rem}.report__report-title input{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.report__report-title a{margin-left:.5rem}.report__chapter{border-bottom:1px solid #ddd;margin-bottom:1rem}.report__chapter--last{border-bottom:none}.report__chapter-title{font-size:1rem;font-weight:bold;border-bottom:1px solid #ddd;margin-bottom:.5rem;padding-bottom:.5rem}.report__chapter-title--no-border{border-bottom:none}.report__field-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:.5rem;font-size:.9rem}.report__field-container:last-of-type{margin-bottom:0}.report__field-container label{font-weight:300}.report__field-container label input[type=text]{margin-left:.5rem;padding:.125rem .25rem;line-height:1rem}.report__field-container input[type=checkbox],.report__field-container input[type=radio]{display:inline-grid !important;margin-right:.5rem}.report__field-container textarea{width:100%;min-width:100%;max-width:100%;min-height:15.5rem}.report__field-name{margin-right:1rem}.report__field-option{margin-right:1rem}.report__radio{width:100%;margin-bottom:1rem}.report__additional-radio-label{display:grid;grid-template-columns:1fr auto;font-weight:300 !important}.report__additional-radio-label--other{grid-template-columns:auto 1fr;align-items:center;gap:1rem}.subvisit-status__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;width:375px;margin-bottom:.5rem}@media only screen and (max-width: 319px){.subvisit-status__wrap{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.subvisit-status__wrap{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.subvisit-status__wrap{width:100%}}.subvisit-status__track-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.subvisit-status__track-bar{height:.25rem;min-width:3rem;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;background-color:#009cf8}.subvisit-status__track-bar--empty{background-color:rgba(0,0,0,0)}.subvisit-status__track-marker{width:1rem;height:1rem;background-color:#fff;border:.25rem solid #009cf8;-webkit-border-radius:.5rem;border-radius:.5rem}.subvisit-status__status-description{text-align:center;font-weight:bold;color:#0079bf}.project-browser__table{margin-bottom:1rem}.project-browser__head-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:100%}.project-browser__breadcrumbs-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:reverse;-webkit-box-orient:horizontal;-webkit-flex-direction:row-reverse;-moz-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}@media only screen and (max-width: 319px){.project-browser__breadcrumbs-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-browser__breadcrumbs-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-browser__breadcrumbs-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-browser__breadcrumbs-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.project-browser__projects-table-wrap .collapsible-container__trigger{background-color:#fff}.project-browser__projects-table-wrap .collapsible-container__trigger:before{color:rgb(63.5,184.8167539267,255)}.project-browser__projects-table-wrap .collapsible-container__contentOuter{background-color:#fff;border:none}.project-browser__projects-table-wrap .collapsible-container--inactive__trigger{background-color:#f4f4f4}.project-browser__projects-table-wrap .collapsible-container--inactive__trigger:before{color:rgb(63.5,184.8167539267,255)}.project-browser__projects-table-wrap .collapsible-container--inactive__contentOuter{background-color:#f4f4f4;border:none}.project-browser__project-collapsible-head{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;padding:.5rem 0}.project-browser__projects-table-row{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;width:100%}.project-browser__projects-table-row .col1,.project-browser__projects-table-row .col2,.project-browser__projects-table-row .col3,.project-browser__projects-table-row .col4,.project-browser__projects-table-row .col5{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.project-browser__projects-table-row .col1{width:5%}.project-browser__projects-table-row .col2{width:35%}.project-browser__projects-table-row .col3{width:30%}.project-browser__projects-table-row .col4{min-width:calc(30% - 3rem)}.project-browser__projects-table-row .col5{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:3rem}.project-browser__project-brief{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;width:100%;margin-bottom:1rem}.project-browser__project-brief div{margin-right:1rem}.project-browser__subtarget-table-head,.project-browser__subtarget-table-row{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch}.project-browser__subtarget-table-head .col1,.project-browser__subtarget-table-head .col2,.project-browser__subtarget-table-head .col3,.project-browser__subtarget-table-head .col4,.project-browser__subtarget-table-head .col5,.project-browser__subtarget-table-row .col1,.project-browser__subtarget-table-row .col2,.project-browser__subtarget-table-row .col3,.project-browser__subtarget-table-row .col4,.project-browser__subtarget-table-row .col5{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;padding:.25rem .5rem}.project-browser__subtarget-table-head .col1,.project-browser__subtarget-table-row .col1{width:15%}.project-browser__subtarget-table-head .col1 div,.project-browser__subtarget-table-row .col1 div{width:auto}.project-browser__subtarget-table-head .col2,.project-browser__subtarget-table-row .col2{width:45%}.project-browser__subtarget-table-head .col2 div,.project-browser__subtarget-table-row .col2 div{width:auto}.project-browser__subtarget-table-head .col3,.project-browser__subtarget-table-row .col3{width:20%}.project-browser__subtarget-table-head .col3 div,.project-browser__subtarget-table-row .col3 div{width:auto}.project-browser__subtarget-table-head .col4,.project-browser__subtarget-table-row .col4{min-width:calc(20% - 3rem)}.project-browser__subtarget-table-head .col4 div,.project-browser__subtarget-table-row .col4 div{width:auto}.project-browser__subtarget-table-head .col5,.project-browser__subtarget-table-row .col5{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;width:3rem;padding:0}.project-browser__subtarget-table-head .col5 i,.project-browser__subtarget-table-row .col5 i{padding:0}.project-browser__subtarget-table-head{font-weight:700}.project-browser__subtarget-table-head .col1,.project-browser__subtarget-table-head .col2,.project-browser__subtarget-table-head .col3,.project-browser__subtarget-table-head .col4,.project-browser__subtarget-table-head .col5{padding:.5rem}.project-browser__subtarget-table-row .col1,.project-browser__subtarget-table-row .col2,.project-browser__subtarget-table-row .col3,.project-browser__subtarget-table-row .col4,.project-browser__subtarget-table-row .col5{background-color:#fff;border:.25rem #f4f4f4 solid}.project-browser__subtarget-table-row--odd div .col1,.project-browser__subtarget-table-row--odd div .col2,.project-browser__subtarget-table-row--odd div .col3,.project-browser__subtarget-table-row--odd div .col4,.project-browser__subtarget-table-row--odd div .col5{background-color:#f4f4f4;border:.25rem #fff solid}.project-browser__options-button{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;cursor:pointer}.project-browser__options-button i{font-size:2rem;color:rgb(63.5,184.8167539267,255)}.project-browser__options-button .dropdown-toggle{background:none;border:none}.project-browser__scheduler-options-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin-bottom:.5rem}@media only screen and (max-width: 319px){.project-browser__scheduler-options-container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-browser__scheduler-options-container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-browser__scheduler-options-container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-browser__scheduler-options-container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.project-browser__scheduler-offer-options-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:.5rem}.project-browser__reschedule-popup-description,.project-browser__reschedule-popup-product-wrap{margin-bottom:1rem}.project-browser__reschedule-popup-product{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin-bottom:.25rem}@media only screen and (max-width: 319px){.project-browser__reschedule-popup-product{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:.5rem;border-bottom:1px solid #666}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-browser__reschedule-popup-product{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:.5rem;border-bottom:1px solid #666}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-browser__reschedule-popup-product{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:.5rem;border-bottom:1px solid #666}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-browser__reschedule-popup-product{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-bottom:.5rem;border-bottom:1px solid #666}}.project-browser__reschedule-popup-product-detail{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:.5rem;font-weight:500}@media only screen and (max-width: 319px){.project-browser__reschedule-popup-product-detail{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-browser__reschedule-popup-product-detail{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-browser__reschedule-popup-product-detail{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-browser__reschedule-popup-product-detail{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}@media only screen and (max-width: 319px){.project-browser__reschedule-popup-product-detail--container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-browser__reschedule-popup-product-detail--container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-browser__reschedule-popup-product-detail--container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-browser__reschedule-popup-product-detail--container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (max-width: 319px){.project-browser__reschedule-popup-product-detail--content{text-align:right}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-browser__reschedule-popup-product-detail--content{text-align:right}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-browser__reschedule-popup-product-detail--content{text-align:right}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-browser__reschedule-popup-product-detail--content{text-align:right}}.project-browser__reschedule-popup-product-detail--title{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.project-browser__reschedule-popup-product-detail--price{min-width:5rem;text-align:right}.project-browser__reschedule-popup-product-detail--amount{min-width:3rem;text-align:right}.project-browser__reschedule-popup-product-detail--label{display:none}@media only screen and (max-width: 319px){.project-browser__reschedule-popup-product-detail--label{display:block;font-weight:700}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-browser__reschedule-popup-product-detail--label{display:block;font-weight:700}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-browser__reschedule-popup-product-detail--label{display:block;font-weight:700}}@media only screen and (min-width: 768px)and (max-width: 1023px){.project-browser__reschedule-popup-product-detail--label{display:block;font-weight:700}}.project-browser__report-controls-wrap{width:100%;margin-bottom:.5rem;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}.project-browser__report-controls-wrap>.form-group{min-width:35%;max-width:50%}@media only screen and (max-width: 319px){.project-browser__report-controls-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.project-browser__report-controls-wrap>.form-group{min-width:100%;max-width:100%}.project-browser__report-controls-wrap>.button{margin-left:auto}}@media only screen and (min-width: 320px)and (max-width: 424px){.project-browser__report-controls-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.project-browser__report-controls-wrap>.form-group{min-width:100%;max-width:100%}.project-browser__report-controls-wrap>.button{margin-left:auto}}@media only screen and (min-width: 425px)and (max-width: 767px){.project-browser__report-controls-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.project-browser__report-controls-wrap>.form-group{min-width:100%;max-width:100%}.project-browser__report-controls-wrap>.button{margin-left:auto}}@keyframes bounce-up{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-0.325rem)}60%{transform:translateY(-0.25rem)}}@keyframes bounce-left{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateX(-0.325rem)}60%{transform:translateX(-0.25rem)}}@media only screen and (max-width: 319px){.report-success__wrap{padding-top:7rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.report-success__wrap{padding-top:7rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.report-success__wrap{padding-top:7rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.report-success__wrap{padding-top:7rem}}.report-success__wrap ol{padding-left:1rem;list-style:none;counter-reset:report-success-counter}.report-success__wrap ol li{counter-increment:report-success-counter;margin-bottom:.5rem;padding-left:1rem;border-bottom:1px solid #ccc}.report-success__wrap ol li:last-of-type{border-bottom:none}.report-success__wrap ol li:before{content:counter(report-success-counter) ". ";color:#009cf8;font-weight:bold;margin-left:-1rem}.report-success__wrap ol li div{text-align:right}.report-success__menu-pointer{display:inline-block;color:#f08300;animation:bounce-left 1500ms infinite}@media only screen and (max-width: 319px){.report-success__menu-pointer{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.report-success__menu-pointer{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.report-success__menu-pointer{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.report-success__menu-pointer{display:none}}.report-success__menu-pointer-mobile{display:none;color:#f08300;font-size:1.25rem;position:fixed;top:calc(71px + 1rem);left:1.5rem;animation:bounce-up 1500ms infinite}@media only screen and (max-width: 319px){.report-success__menu-pointer-mobile{display:block}}@media only screen and (min-width: 320px)and (max-width: 424px){.report-success__menu-pointer-mobile{display:block}}@media only screen and (min-width: 425px)and (max-width: 767px){.report-success__menu-pointer-mobile{display:block}}@media only screen and (min-width: 768px)and (max-width: 1023px){.report-success__menu-pointer-mobile{display:block}}.subvisit-row__container{margin-bottom:.5rem;padding:.5rem}.subvisit-row__container--odd{background-color:#fff}.subvisit-row__container--even{background-color:#dcedfc}.subvisit-row__info-container{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.subvisit-row__name{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0 1rem}.subvisit-row__status{font-weight:bold}.subvisit-row__button{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-left:1rem;padding:.5rem .625rem}@media only screen and (max-width: 319px){.subvisit-row__button{width:100%;margin-top:.5rem;margin-left:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.subvisit-row__button{width:100%;margin-top:.5rem;margin-left:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.subvisit-row__button{width:100%;margin-top:.5rem;margin-left:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.subvisit-row__button{width:100%;margin-top:.5rem;margin-left:0}}.subvisit-row__button button{font-size:1.25rem;line-height:1;min-width:2.5rem !important}.subvisit-row__updated-at{-webkit-align-self:flex-end;-moz-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;font-size:.8rem;line-height:1rem}.contract-browser__contracts-container{position:relative;margin-bottom:.5rem;min-height:20rem;border:1px solid #eee}.contract-browser__not-found{padding:1rem;font-size:1.25rem;color:#0079bf}.contract-browser__filters-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:.5rem}.contract-browser__filter-wrap{width:calc(33.33% - 2rem);margin-right:1rem;margin-bottom:.5rem}@media only screen and (max-width: 319px){.contract-browser__filter-wrap{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__filter-wrap{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__filter-wrap{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__filter-wrap{width:100%}}.contract-browser__filter-wrap--third{margin-right:0}.contract-browser__filter-container{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.contract-browser__filter-container>div{margin-right:.5rem}.contract-browser__filter-container>div:last-of-type{margin-right:0}.contract-browser__filter-title{font-size:.8rem;font-weight:500}.contract-browser__sorting-head{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin:.5rem;margin-left:6.75rem;margin-right:4.25rem}@media only screen and (max-width: 319px){.contract-browser__sorting-head{margin:.5rem 0;padding:0 1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__sorting-head{margin:.5rem 0;padding:0 1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__sorting-head{margin:.5rem 0;padding:0 1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__sorting-head{margin:.5rem 0;padding:0 1rem}}.contract-browser__sorting-head>div:first-of-type{margin-right:9.25rem}@media only screen and (max-width: 319px){.contract-browser__sorting-head>div:first-of-type{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__sorting-head>div:first-of-type{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__sorting-head>div:first-of-type{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__sorting-head>div:first-of-type{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;margin:0}}.contract-browser__sorting-head>div i{cursor:pointer}.contract-browser__sorting-head>div i:first-of-type{margin-right:.5rem}.contract-browser__address-sorting-head{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}@media only screen and (max-width: 319px){.contract-browser__address-sorting-head{-webkit-box-flex:2;-webkit-flex-grow:2;-moz-flex-grow:2;-ms-flex-positive:2;flex-grow:2;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__address-sorting-head{-webkit-box-flex:2;-webkit-flex-grow:2;-moz-flex-grow:2;-ms-flex-positive:2;flex-grow:2;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__address-sorting-head{-webkit-box-flex:2;-webkit-flex-grow:2;-moz-flex-grow:2;-ms-flex-positive:2;flex-grow:2;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__address-sorting-head{-webkit-box-flex:2;-webkit-flex-grow:2;-moz-flex-grow:2;-ms-flex-positive:2;flex-grow:2;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}.contract-browser__address-sorting-head>div{margin-right:1rem;width:20%}@media only screen and (max-width: 319px){.contract-browser__address-sorting-head>div{width:auto}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__address-sorting-head>div{width:auto}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__address-sorting-head>div{width:auto}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__address-sorting-head>div{width:auto}}.contract-browser__address-sorting-head>div:first-of-type{width:41%}@media only screen and (max-width: 319px){.contract-browser__address-sorting-head>div:first-of-type{width:auto}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__address-sorting-head>div:first-of-type{width:auto}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__address-sorting-head>div:first-of-type{width:auto}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__address-sorting-head>div:first-of-type{width:auto}}.contract-browser__address-sorting-head>div:nth-of-type(2){width:10%}@media only screen and (max-width: 319px){.contract-browser__address-sorting-head>div:nth-of-type(2){width:auto}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__address-sorting-head>div:nth-of-type(2){width:auto}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__address-sorting-head>div:nth-of-type(2){width:auto}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__address-sorting-head>div:nth-of-type(2){width:auto}}.contract-browser__address-sorting-head>div:last-of-type{margin-right:0rem}.contract-browser__address-sorting-head>div i{cursor:pointer}.contract-browser__address-sorting-head>div i:first-of-type{margin-right:.5rem}.contract-browser__contract-title{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;min-height:4rem;padding-right:.5rem}.contract-browser__contract-title img{margin-right:1rem}@media only screen and (max-width: 319px){.contract-browser__contract-title img:last-of-type{margin-right:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__contract-title img:last-of-type{margin-right:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__contract-title img:last-of-type{margin-right:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__contract-title img:last-of-type{margin-right:0}}@media only screen and (max-width: 319px){.contract-browser__contract-title{display:block;padding:.5rem .5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__contract-title{display:block;padding:.5rem .5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__contract-title{display:block;padding:.5rem .5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__contract-title{display:block;padding:.5rem .5rem}}@media only screen and (max-width: 319px){.contract-browser__contract_comment{margin-left:auto}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__contract_comment{margin-left:auto}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__contract_comment{margin-left:auto}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__contract_comment{margin-left:auto}}.contract-browser__contract_button{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;margin-left:1.5rem;padding-left:.25rem}.contract-browser__contract_button--even{border-left:1px solid #dcedfc}.contract-browser__contract_button--even:hover{border-left:1px solid #009cf8}.contract-browser__contract_button--odd{border-left:1px solid #fff}@media only screen and (max-width: 319px){.contract-browser__contract_button{margin-left:calc(50% - 1.825rem);border:none}.contract-browser__contract_button:hover{border:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__contract_button{margin-left:calc(50% - 1.825rem);border:none}.contract-browser__contract_button:hover{border:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__contract_button{margin-left:calc(50% - 1.825rem);border:none}.contract-browser__contract_button:hover{border:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__contract_button{margin-left:calc(50% - 1.825rem);border:none}.contract-browser__contract_button:hover{border:none}}.contract-browser__contract_button button{font-size:1.25rem;line-height:1;min-width:2.5rem !important}.contract-browser__contract-title-mobile-heading{display:none}@media only screen and (max-width: 319px){.contract-browser__contract-title-mobile-heading{display:initial;margin-left:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__contract-title-mobile-heading{display:initial;margin-left:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__contract-title-mobile-heading{display:initial;margin-left:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__contract-title-mobile-heading{display:initial;margin-left:0}}.contract-browser__contract-title-info-warp{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}@media only screen and (max-width: 319px){.contract-browser__contract-title-info-warp{display:block}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__contract-title-info-warp{display:block}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__contract-title-info-warp{display:block}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__contract-title-info-warp{display:block}}.contract-browser__contract-title-address,.contract-browser__contract-title-customer{width:20%;margin-right:1rem;padding-top:.25rem;padding-bottom:.25rem;font-weight:bold}@media only screen and (min-width: 1024px)and (max-width: 1279px){.contract-browser__contract-title-address,.contract-browser__contract-title-customer{font-size:80%}}@media only screen and (max-width: 319px){.contract-browser__contract-title-address,.contract-browser__contract-title-customer{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin-right:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__contract-title-address,.contract-browser__contract-title-customer{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin-right:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__contract-title-address,.contract-browser__contract-title-customer{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin-right:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__contract-title-address,.contract-browser__contract-title-customer{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;width:100%;margin-right:0}}.contract-browser__contract-title-address--street-address,.contract-browser__contract-title-customer--street-address{width:40%}@media only screen and (max-width: 319px){.contract-browser__contract-title-address--street-address,.contract-browser__contract-title-customer--street-address{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__contract-title-address--street-address,.contract-browser__contract-title-customer--street-address{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__contract-title-address--street-address,.contract-browser__contract-title-customer--street-address{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__contract-title-address--street-address,.contract-browser__contract-title-customer--street-address{width:100%}}.contract-browser__contract-title-address--zip-code,.contract-browser__contract-title-customer--zip-code{width:10%}@media only screen and (max-width: 319px){.contract-browser__contract-title-address--zip-code,.contract-browser__contract-title-customer--zip-code{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__contract-title-address--zip-code,.contract-browser__contract-title-customer--zip-code{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__contract-title-address--zip-code,.contract-browser__contract-title-customer--zip-code{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__contract-title-address--zip-code,.contract-browser__contract-title-customer--zip-code{width:100%}}.contract-browser__contract-title-customer{flex-wrap:wrap;font-weight:300}@media only screen and (max-width: 319px){.contract-browser__contract-title-customer span{flex-shrink:0;flex-grow:2;min-width:50%;margin-left:auto;text-align:right}}@media only screen and (min-width: 320px)and (max-width: 424px){.contract-browser__contract-title-customer span{flex-shrink:0;flex-grow:2;min-width:50%;margin-left:auto;text-align:right}}@media only screen and (min-width: 425px)and (max-width: 767px){.contract-browser__contract-title-customer span{flex-shrink:0;flex-grow:2;min-width:50%;margin-left:auto;text-align:right}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contract-browser__contract-title-customer span{flex-shrink:0;flex-grow:2;min-width:50%;margin-left:auto;text-align:right}}.contract-browser__contract-title-customer span:first-of-type,.contract-browser__contract-title-customer span:nth-of-type(3){flex-shrink:1;flex-grow:1;min-width:25%;text-align:left;margin-left:0}.contract-browser__contract-title-number{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding-right:1rem}.contract-browser__contract-title-actions{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:1rem}.contract-browser__subvisits-table--even{background-color:#fff}.contract-browser__subvisits-table--odd{background-color:#dcedfc}.contract-browser__subvisits-table-head{width:100%;margin-bottom:.5rem}.contract-browser__subvisits-table-head{font-weight:bold}.contract-browser__subvisits-table-head span:last-of-type{background-color:rgba(0,0,0,0)}.contract-browser__search-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;margin-bottom:.5rem}.contract-browser__search-button,.contract-browser__filter-button{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;width:2rem;height:2rem;border:1px solid #ccc;color:#0079bf}.contract-browser__search-button--open,.contract-browser__filter-button--open{color:#333;background-color:#dcedfc;border:none}.contract-browser__search-button{border-right:none}.contract-browser__search-bar{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.contract-browser__search-bar .smart-field{margin-right:0}.contract-browser__filter-button{margin-left:.5rem}.contract-browser__comments-wrap{position:relative;margin-bottom:1rem}.reminder__comments-wrap{margin-bottom:.5rem;padding:.5rem 0}.reminder__comments-wrap--odd{border-top:1px solid #fff;border-bottom:1px solid #fff}.reminder__comments-wrap--even{border-top:1px solid #dcedfc;border-bottom:1px solid #dcedfc}.reminder__comment{position:relative;margin-bottom:.5rem;padding:.5rem;background-color:#fff8dc}.reminder__comment--has-reminder{background-color:#ffcd72}.reminder__comment--passed{background-color:salmon}.reminder__comment--done{background-color:#98fb98}.reminder__comment--child{margin-top:1rem}.reminder__comment-author{font-weight:bold}.reminder__comment-time{text-align:right;font-size:.75rem}.reminder__comment-text{margin:.5rem 0}.reminder__label{padding:.125rem .5rem;font-size:.75rem}.reminder__label--reminder-passed{color:#fff;background-color:red}.reminder__label--done{color:#fff;background-color:#228b22}.reminder__label-wrap .button{margin-bottom:0}@media only screen and (min-width: 320px)and (max-width: 424px){.reminder__label-wrap{margin-bottom:1.5rem}}@media only screen and (max-width: 319px){.reminder__label-wrap{margin-bottom:1.5rem}}.reminder__label-container{position:absolute;bottom:0;right:0;max-width:initial !important}.reminder__files{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:start;-moz-align-items:start;align-items:start}.reminder__file{display:grid;grid-template-columns:auto;grid-template-rows:auto auto;justify-items:center;max-width:10rem;margin-right:1rem}.reminder__file:last-of-type{margin-right:0}.reminder__file-preview{align-self:end}.reminder__file-preview>*{height:2rem;width:auto;font-size:2rem}.reminder__file-name{align-self:start;font-size:.9rem;text-align:center}.reminder__chain-button{width:calc(100% + 1rem);margin-left:-0.5rem;margin-bottom:-0.5rem}.phone-book__table{width:100%}.phone-book__info-wrap{border-bottom:1px solid #c2c2c2}.phone-book__info-wrap td{padding:.5rem}@media only screen and (min-width: 1024px)and (max-width: 1279px){.phone-book__info-wrap{border-bottom:none}}@media only screen and (max-width: 319px){.phone-book__info-wrap{border-bottom:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.phone-book__info-wrap{border-bottom:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.phone-book__info-wrap{border-bottom:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.phone-book__info-wrap{border-bottom:none}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.phone-book__buttons-wrap{display:none}}@media only screen and (max-width: 319px){.phone-book__buttons-wrap{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.phone-book__buttons-wrap{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.phone-book__buttons-wrap{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.phone-book__buttons-wrap{display:none}}.phone-book__mobile-absence-wrap{display:none}@media only screen and (min-width: 1024px)and (max-width: 1279px){.phone-book__mobile-absence-wrap{display:table-row}}@media only screen and (max-width: 319px){.phone-book__mobile-absence-wrap{display:table-row}}@media only screen and (min-width: 320px)and (max-width: 424px){.phone-book__mobile-absence-wrap{display:table-row}}@media only screen and (min-width: 425px)and (max-width: 767px){.phone-book__mobile-absence-wrap{display:table-row}}@media only screen and (min-width: 768px)and (max-width: 1023px){.phone-book__mobile-absence-wrap{display:table-row}}.phone-book__mobile-buttons-wrap{display:none;border-bottom:1px solid #c2c2c2}@media only screen and (min-width: 1024px)and (max-width: 1279px){.phone-book__mobile-buttons-wrap{display:table-row}}@media only screen and (max-width: 319px){.phone-book__mobile-buttons-wrap{display:table-row}}@media only screen and (min-width: 320px)and (max-width: 424px){.phone-book__mobile-buttons-wrap{display:table-row}}@media only screen and (min-width: 425px)and (max-width: 767px){.phone-book__mobile-buttons-wrap{display:table-row}}@media only screen and (min-width: 768px)and (max-width: 1023px){.phone-book__mobile-buttons-wrap{display:table-row}}.work-order-card{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;border-bottom:.125rem solid #eee}.work-order-card--open{border-bottom:none}.work-order-card__time-container{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:relative;display:grid;grid-template-columns:auto;grid-template-rows:auto 1fr;line-height:1.125rem;border-right:.125rem solid #eee;min-width:5rem;max-width:5rem}.work-order-card__time-feedback{color:#fff;background-color:red;padding:0 .5rem;font-size:.75rem;font-weight:600;letter-spacing:.03325rem;text-align:center}.work-order-card__time-list{align-self:center}.work-order-card__time{display:grid;grid-template-columns:auto;grid-template-rows:1fr 1fr;text-align:center;margin-top:1.5rem;margin-bottom:.5rem}.work-order-card__time>div{align-self:bottom}.work-order-card__time>div:last-of-type{font-size:.75rem}.work-order-card__info-container{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:.75rem 1rem;cursor:pointer}.work-order-card__caret{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;padding:0 1rem;font-size:2rem;line-height:1;-webkit-backface-visibility:hidden;-webkit-transition:200ms ease-in-out;-moz-transition:200ms ease-in-out;-ms-transition:200ms ease-in-out;-o-transition:200ms ease-in-out;transition:200ms ease-in-out}.work-order-card__caret--open{-webkit-transform:rotate(90deg);-khtml-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.work-order-card__work-order-name{font-size:.9rem;color:#666}@media only screen and (max-width: 319px){.work-order-card__contact-buttons{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 320px)and (max-width: 424px){.work-order-card__contact-buttons{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}@media only screen and (min-width: 425px)and (max-width: 767px){.work-order-card__contact-buttons{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between}}.work-order-card__messaging-container{-webkit-backface-visibility:hidden;-webkit-transition:max-height 200ms ease-in-out;-moz-transition:max-height 200ms ease-in-out;-ms-transition:max-height 200ms ease-in-out;-o-transition:max-height 200ms ease-in-out;transition:max-height 200ms ease-in-out;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;min-height:0;max-height:0;overflow:hidden;border-bottom:none}.work-order-card__messaging-container--open{height:auto;min-height:3rem;max-height:100%;overflow:initial;border-bottom:.125rem solid #eee}.work-order-card__messaging-container--fully-open{height:auto;min-height:3rem;max-height:100%;overflow:initial;border-bottom:none}.work-order-card__messaging-container>p{margin-left:5.5rem}.work-order-card__messaging-container>p:first-of-type{margin-top:1rem}.work-order-card__messaging-container>p:last-of-type{margin-bottom:1rem}.work-order-card__messaging-container textarea{width:50%;min-height:7.5rem}@media only screen and (max-width: 319px){.work-order-card__messaging-container textarea{width:100%;min-height:10rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.work-order-card__messaging-container textarea{width:100%;min-height:10rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.work-order-card__messaging-container textarea{width:100%;min-height:10rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.work-order-card__messaging-container textarea{width:100%;min-height:10rem}}.work-order-card__more-information-container{-webkit-backface-visibility:hidden;-webkit-transition:max-height 200ms ease-in-out;-moz-transition:max-height 200ms ease-in-out;-ms-transition:max-height 200ms ease-in-out;-o-transition:max-height 200ms ease-in-out;transition:max-height 200ms ease-in-out;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;min-height:0;max-height:0;overflow:hidden;border-bottom:none}.work-order-card__more-information-container--open{height:auto;min-height:3rem;max-height:100%;overflow:initial;border-bottom:.125rem solid #eee}.work-order-card__more-information-container>p{margin-left:5.5rem}.work-order-card__more-information-container>p:first-of-type{margin-top:1rem}.work-order-card__more-information-container>p:last-of-type{margin-bottom:1rem}.work-order-card__more-information-products-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap}@media only screen and (min-width: 1024px)and (max-width: 1279px){.work-order-card__more-information-products-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 319px){.work-order-card__more-information-products-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.work-order-card__more-information-products-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.work-order-card__more-information-products-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 768px)and (max-width: 1023px){.work-order-card__more-information-products-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.work-order-card__more-information-text-container{width:50%;margin-right:1rem}@media only screen and (min-width: 1024px)and (max-width: 1279px){.work-order-card__more-information-text-container{margin-right:0;width:100%}}@media only screen and (max-width: 319px){.work-order-card__more-information-text-container{margin-right:0;width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.work-order-card__more-information-text-container{margin-right:0;width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.work-order-card__more-information-text-container{margin-right:0;width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.work-order-card__more-information-text-container{margin-right:0;width:100%}}.work-order-card__more-information-products-container{width:calc(50% - 1rem)}@media only screen and (min-width: 1024px)and (max-width: 1279px){.work-order-card__more-information-products-container{width:100%;margin-bottom:1rem}}@media only screen and (max-width: 319px){.work-order-card__more-information-products-container{width:100%;margin-bottom:1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.work-order-card__more-information-products-container{width:100%;margin-bottom:1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.work-order-card__more-information-products-container{width:100%;margin-bottom:1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.work-order-card__more-information-products-container{width:100%;margin-bottom:1rem}}.work-order-card__more-information-text{padding:0 1rem;width:100%}.work-order-card__links-contianer{margin-bottom:1rem;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:1rem}.work-order-card__talovent-link{font-size:.9rem;grid-column:1/span 4}@media only screen and (max-width: 319px){.work-order-card__talovent-link{grid-row:2;grid-column:1}}@media only screen and (min-width: 320px)and (max-width: 424px){.work-order-card__talovent-link{grid-row:2;grid-column:1}}@media only screen and (min-width: 425px)and (max-width: 767px){.work-order-card__talovent-link{grid-row:2;grid-column:1}}.work-order-card__label{font-size:.85rem;padding:.2rem .45rem;background-color:#20b2aa;color:#fff;border-radius:.2rem;font-weight:bold}.user-monogram-icon{background-color:#9ba26a;border-radius:1rem;width:2rem;height:2rem;font-size:.9rem;font-weight:500;text-align:center;line-height:2.125rem;color:#fff}.event-card{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:1fr;vertical-align:middle;border-bottom:.125rem solid #eee}.event-card--editing{border:1px solid #009cf8;border-bottom:none}.event-card__time-container{align-self:stretch;display:grid;grid-template-columns:auto;grid-template-rows:auto auto;vertical-align:middle;text-align:center;padding:1rem;line-height:1.125rem;border-right:.125rem solid #eee}.event-card__time-container span:last-of-type{font-size:.8rem}.event-card__info-container{align-self:center;padding:.75rem 1rem}.event-card__event-name{font-size:.9rem}.event-card__edit-button{align-self:center;border-left:.125rem solid #eee}.event-card__edit-button>a{display:block;padding:1rem}.unfinished-works__button{width:100%}.unfinished-works__collapsible{border-left:.5rem solid red;border-bottom:.5rem solid red;border-right:.5rem solid red}.unfinished-works__work-order{display:grid;grid-template-columns:1fr auto;padding:.75rem 1.5rem;border-bottom:1px solid #ccc;cursor:pointer}.unfinished-works__work-order:hover{text-decoration:none;font-style:none;background-color:#fcc}.unfinished-works__work-order:last-of-type{border-bottom:none}.unfinished-works__work-order>span{color:#333}.my-day__heading{margin-bottom:1rem}@media only screen and (max-width: 319px){.my-day__heading{margin:0 1rem;margin-bottom:.75rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.my-day__heading{margin:0 1rem;margin-bottom:.75rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.my-day__heading{margin:0 1rem;margin-bottom:.75rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.my-day__heading{margin:0 1rem;margin-bottom:.75rem}}.my-day__no-events{text-align:center;padding:3rem 0;color:#999}.my-day__new-event-form{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;padding:1rem;border:1px solid #009cf8}@media only screen and (max-width: 319px){.my-day__new-event-form{border:none;border-top:1px solid #009cf8}}@media only screen and (min-width: 320px)and (max-width: 424px){.my-day__new-event-form{border:none;border-top:1px solid #009cf8}}@media only screen and (min-width: 425px)and (max-width: 767px){.my-day__new-event-form{border:none;border-top:1px solid #009cf8}}@media only screen and (min-width: 768px)and (max-width: 1023px){.my-day__new-event-form{border:none;border-top:1px solid #009cf8}}.my-day__new-event-form>div{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;min-width:30%;max-width:100%}@media only screen and (max-width: 319px){.my-day__new-event-form>div{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.my-day__new-event-form>div{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.my-day__new-event-form>div{width:100%}}.my-day__new-event-form>div:nth-of-type(2){margin:0 1rem}@media only screen and (max-width: 319px){.my-day__new-event-form>div:nth-of-type(2){margin:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.my-day__new-event-form>div:nth-of-type(2){margin:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.my-day__new-event-form>div:nth-of-type(2){margin:0}}.my-day__work-shift-heading{padding:.25rem .5rem;background-color:#dcedfc;font-size:.85rem;font-style:italic}.my-day__work-shift-heading>i{color:#009cf8;margin-right:.25rem}.my-day__date-heading,.my-day__product-heading{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;color:#fff;background-color:#009cf8;font-weight:bold}.my-day__date-heading__datepicker-button,.my-day__product-heading__datepicker-button{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.my-day__date-heading>i,.my-day__product-heading>i{padding:.75rem 1rem;cursor:pointer}.my-day__date-heading>i:hover,.my-day__date-heading>i:focus,.my-day__product-heading>i:hover,.my-day__product-heading>i:focus{background-color:rgb(0,139.9596774194,222.5)}.my-day__date-heading>i:active,.my-day__product-heading>i:active{background-color:rgb(0,123.9193548387,197)}.my-day__date-heading--loading>i,.my-day__date-heading--loading .button,.my-day__product-heading--loading>i,.my-day__product-heading--loading .button{color:hsla(0,0%,100%,.325) !important}.my-day__date-heading>span,.my-day__product-heading>span{padding:.5rem;margin:0 1rem}.my-day__product-heading{text-align:center;padding:.5rem 0}.my-day__product-heading>i{padding:0}.my-day__product-card{padding:.25rem .5rem;font-size:.9rem}.my-day__product-card i{width:1rem;text-align:center;color:#009cf8}.my-day__product-card span:last-of-type{font-weight:bold}.my-day__calendar-date{border-radius:1rem}.my-day__calendar-date.react-datepicker__day--selected{color:inherit;background-color:#fff;border:1px solid #009cf8}.my-day__calendar-date.react-datepicker__day--selected.react-datepicker__day--today{color:#009cf8}.my-day__calendar-date:hover{border-radius:1rem}.my-day__calendar-date--limegreen{color:#fff;background-color:#32cd32}.my-day__calendar-date--limegreen:hover{background-color:green}.my-day__calendar-date--limegreen.react-datepicker__day--selected{color:inherit;background-color:#fff;border:1px solid #32cd32}.my-day__calendar-date--limegreen.react-datepicker__day--selected.react-datepicker__day--today{color:#32cd32}.my-day__calendar-date--red{color:#fff;background-color:red}.my-day__calendar-date--red:hover{background-color:#b22222}.my-day__calendar-date--red.react-datepicker__day--selected{color:inherit;background-color:#fff;border:1px solid red}.my-day__calendar-date--red.react-datepicker__day--selected.react-datepicker__day--today{color:red}.my-day__calendar-date--gray{background-color:#d3d3d3}.my-day__calendar-date--gray:hover{color:#fff;background-color:gray}.my-day__calendar-date--gray.react-datepicker__day--selected{color:inherit;background-color:#fff;border:1px solid #d3d3d3}.my-day__calendar-date--gray.react-datepicker__day--selected.react-datepicker__day--today{color:#d3d3d3}.my-day__user-select{min-width:12rem}@media only screen and (max-width: 319px){.my-day__user-select{margin:0 1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.my-day__user-select{margin:0 1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.my-day__user-select{margin:0 1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.my-day__user-select{margin:0 1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.my-day__user-select{margin:.5rem 0}}.work-order-brief{margin-bottom:.5rem;padding:.5rem;border-bottom:1px solid #ddd}.my-sales-panel__quarter-total,.my-sales-panel__salary-period-total{text-align:center;font-weight:bold}.my-sales-panel__quarter-total a,.my-sales-panel__salary-period-total a{font-size:.8rem}.my-sales-panel__salary-period-total{font-size:2rem;color:#009cf8}.my-sales-panel__quarter-total{font-size:2rem;color:#f08300;margin:0 1rem;min-width:7.5rem}.my-sales-panel__subtitle{font-size:.85rem;color:#333;font-weight:300}.my-sales-panel__show-more{display:block;font-size:.8rem;font-weight:300;text-align:center}.my-sales-panel__work-order-rows{border:1px solid #009cf8;padding:.5rem .5rem 0}.my-sales-panel__page-indicator{border-color:#fff;border-width:0 1px 0 1px;border-style:solid;font-size:.8rem;background-color:#009cf8;color:#fff;text-align:center;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-self:stretch;-moz-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.my-sales-panel__quarter-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.my-sales-panel__quarter-grid i{padding:.5rem;font-size:1.5rem;color:#f08300;cursor:pointer}.my-sales-panel__quarter-grid i:first-of-type{text-align:right;margin-left:auto}.my-sales-panel__quarter-grid i:last-of-type{margin-right:auto}.my-sales-panel .button,.my-sales-panel .button i{margin:0 !important}.my-sales-row{margin-bottom:.25rem;padding-bottom:.25rem;border-bottom:1px solid #ddd}.my-sales-row__info,.my-sales-row__share{font-size:.8rem}.unconfirmed-work-orders__list{display:grid;grid-template-columns:1fr;grid-row-gap:.5rem;margin-bottom:1rem}.unconfirmed-work-orders__work-order-warning{margin-top:.5rem;grid-column:1/span 3;font-size:.8rem}.unconfirmed-work-orders__work-order{display:grid;grid-template-columns:2fr 2fr auto 3fr;grid-column-gap:1rem;align-items:center;padding-top:.5rem;border-top:1px solid #ddd}.field-work-log{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 2fr 1fr 1fr auto;grid-gap:.5rem}@media only screen and (max-width: 319px){.field-work-log{font-size:.9rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.field-work-log{font-size:.9rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.field-work-log{font-size:.9rem}}.field-work-log>div>input{padding:.25rem;width:3.5rem !important}@media only screen and (max-width: 319px){.field-work-log>div>input{width:3rem !important;font-size:.9rem !important}}@media only screen and (min-width: 320px)and (max-width: 424px){.field-work-log>div>input{width:3rem !important;font-size:.9rem !important}}@media only screen and (min-width: 425px)and (max-width: 767px){.field-work-log>div>input{width:3rem !important;font-size:.9rem !important}}.field-work-log>div>textarea{width:100%;min-width:100%;max-width:100%;min-height:4.75rem}.field-work-log__controls{grid-column:1/span 8}.field-work-log__controls>.button{margin-left:auto}@media only screen and (max-width: 319px){.field-work-log__controls>.button{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.field-work-log__controls>.button{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.field-work-log__controls>.button{width:100%}}.field-work-log__head{font-weight:bold}@media only screen and (min-width: 1280px)and (max-width: 1439px){.field-work-log__head{text-orientation:mixed;-webkit-text-orientation:mixed;writing-mode:vertical-rl;-webkit-writing-mode:vertical-rl;transform:rotate(230deg);-webkit-transform:rotate(230deg);width:min-content;height:max-content;text-align:left;align-self:baseline}.field-work-log__head:nth-of-type(2){margin-left:1.5rem}.field-work-log__head:nth-of-type(3){margin-left:1.75rem}.field-work-log__head:nth-of-type(4){margin-left:1.875rem}.field-work-log__head:nth-of-type(5){margin-left:.25rem}.field-work-log__head:nth-of-type(6){margin-left:.75rem}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.field-work-log__head{text-orientation:mixed;-webkit-text-orientation:mixed;writing-mode:vertical-rl;-webkit-writing-mode:vertical-rl;transform:rotate(220deg);-webkit-transform:rotate(220deg);width:min-content;height:max-content;text-align:left;align-self:baseline}.field-work-log__head:nth-of-type(2){margin-left:1.25rem}.field-work-log__head:nth-of-type(3){margin-left:1.25rem}.field-work-log__head:nth-of-type(4){margin-left:1.5rem}.field-work-log__head:nth-of-type(6){margin-left:.25rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.field-work-log__head{text-orientation:mixed;-webkit-text-orientation:mixed;writing-mode:vertical-rl;-webkit-writing-mode:vertical-rl;transform:rotate(220deg);-webkit-transform:rotate(220deg);width:min-content;height:max-content;text-align:left;align-self:baseline}.field-work-log__head:nth-of-type(2){margin-left:1rem}.field-work-log__head:nth-of-type(3){margin-left:1.25rem}.field-work-log__head:nth-of-type(4){margin-left:1.375rem}.field-work-log__head:nth-of-type(6){margin-left:.25rem}}@media only screen and (max-width: 319px){.field-work-log__head{text-orientation:mixed;-webkit-text-orientation:mixed;writing-mode:vertical-rl;-webkit-writing-mode:vertical-rl;transform:rotate(180deg);-webkit-transform:rotate(180deg);width:min-content;height:max-content;text-align:left;align-self:baseline}}@media only screen and (min-width: 320px)and (max-width: 424px){.field-work-log__head{text-orientation:mixed;-webkit-text-orientation:mixed;writing-mode:vertical-rl;-webkit-writing-mode:vertical-rl;transform:rotate(180deg);-webkit-transform:rotate(180deg);width:min-content;height:max-content;text-align:left;align-self:baseline}}@media only screen and (min-width: 425px)and (max-width: 767px){.field-work-log__head{text-orientation:mixed;-webkit-text-orientation:mixed;writing-mode:vertical-rl;-webkit-writing-mode:vertical-rl;transform:rotate(180deg);-webkit-transform:rotate(180deg);width:min-content;height:max-content;text-align:left;align-self:baseline}}.field-work-log__datepicker-wrap{width:3rem}.field-work-log__datepicker-wrap input{width:3rem;padding:.25rem}.reclaim-card{font-size:.9rem;margin-bottom:1rem;padding:.5rem;background-color:#f0f8ff}.reclaim-card__header{border-bottom:1px solid #dcedfc;padding-bottom:.5rem}.reclaim-card__footer{font-size:.8rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;border-top:1px solid #dcedfc;padding-top:.5rem}.reclaim-card__footer>span:last-of-type{text-align:right}.user-settings__input{width:50%;margin-bottom:.5rem}@media only screen and (max-width: 319px){.user-settings__input{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.user-settings__input{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.user-settings__input{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.user-settings__input{width:100%}}.project-header__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}.project-header__add-button{cursor:pointer}.project-header__add-button:hover{color:rgb(44,176.7258064516,255)}.project-header__add-button:active{color:rgb(0,75.7983870968,120.5)}.control-panel__selector{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;-moz-align-items:stretch;align-items:stretch;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:.5rem}.control-panel__selector-button{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:start;-moz-justify-content:start;justify-content:start;width:calc(33.33% - .33rem);margin-bottom:.5rem;padding:1rem 1.5rem;font-weight:500;text-align:center;color:#fff;background-color:#009cf8;cursor:pointer}@media only screen and (max-width: 319px){.control-panel__selector-button{width:100%;padding:.75rem 1rem}.control-panel__selector-button i{margin-right:.75rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.control-panel__selector-button{width:100%;padding:.75rem 1rem}.control-panel__selector-button i{margin-right:.75rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.control-panel__selector-button{width:100%;padding:.75rem 1rem}.control-panel__selector-button i{margin-right:.75rem}}.control-panel__selector-button:visited,.control-panel__selector-button:hover,.control-panel__selector-button:focus,.control-panel__selector-button:active{color:#fff;text-decoration:none}.control-panel__selector-button--orange{background-color:#f08300}.control-panel__selector-button--disabled{background-color:#c2c2c2;cursor:default}.control-panel__selector-button--empty{background-color:rgba(0,0,0,0)}@media only screen and (max-width: 319px){.control-panel__selector-button--empty{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.control-panel__selector-button--empty{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.control-panel__selector-button--empty{display:none}}.control-panel__tip-container,.control-panel__reminder-wrap{width:calc(50% - .25rem);margin-bottom:.75rem}@media only screen and (max-width: 319px){.control-panel__tip-container,.control-panel__reminder-wrap{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.control-panel__tip-container,.control-panel__reminder-wrap{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.control-panel__tip-container,.control-panel__reminder-wrap{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.control-panel__tip-container,.control-panel__reminder-wrap{width:100%}}.control-panel__tip-container--blue,.control-panel__reminder-wrap--blue{border:1px solid #009cf8}.control-panel__tip-container,.control-panel__reminder-container{position:relative;min-height:7.5rem;margin-bottom:1rem}.control-panel__tip{display:inline-block;width:100%;padding:.5rem 1rem;background-color:#dcedfc}.control-panel__collapsible-trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin:0;padding:1rem 1.5rem;font-weight:500;color:#fff;background-color:#009cf8}.control-panel__collapsible-trigger--loader{background-color:#d3d3d3}.media-video-wrap{position:relative}.media-video-wrap:before{display:block;content:"";width:100%;padding-top:56.25%}.media-video-wrap>.content{position:absolute;top:0;left:0;right:0;bottom:0}.media-video-wrap .content div{height:100%}.media-video-wrap>span,.media-video-wrap iframe{width:100%;height:100%}.parameter-form{max-width:293.2px;margin-bottom:.5rem}@media only screen and (min-width: 320px)and (max-width: 424px){.parameter-form{max-width:393px}}@media only screen and (max-width: 319px){.parameter-form{max-width:100%}}.add-more-collapsible-test__read-more-button{color:#009cf8;text-align:left;font-weight:500;cursor:pointer}.add-more-collapsible{width:100%}.add-more-collapsible__create-new-task,.add-more-collapsible__title{color:#009cf8;text-align:center;font-weight:500;cursor:pointer;width:100%;background-color:rgb(197,233.4838709677,255);padding-top:.3rem;padding-bottom:.3rem}.add-more-collapsible__wrap{margin-bottom:1rem}.add-more-collapsible__container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start;flex-direction:column;border-style:solid;border-width:1px;border-color:rgb(197,233.4838709677,255)}.add-more-collapsible__content-outer--open{overflow:visible !important}.add-more-collapsible--inactive{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.add-more-collapsible--inactive__content-outer{border:solid 1px #c2c2c2}.add-more-collapsible--inactive__content-outer--closed{border:none}.add-more-collapsible--inactive__content-outer--inactive{border-color:#c2c2c2}.add-more-collapsible--inactive__content-outer--remove{border-color:#b22222}.add-more-collapsible--inactive__content-outer--new{border-color:#20b2aa}.add-more-collapsible--inactive__content-outer--modified{border-color:#4682b4}.add-more-collapsible--inactive__content-outer--contract-browser-contract-odd,.add-more-collapsible--inactive__content-outer--contract-browser-contract-even{border:none}.add-more-collapsible--inactive__content-outer--closed{overflow:hidden !important}.add-more-collapsible--inactive__content-inner{padding:1rem}@media only screen and (max-width: 319px){.add-more-collapsible--inactive__content-inner{padding:.5rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.add-more-collapsible--inactive__content-inner{padding:.5rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.add-more-collapsible--inactive__content-inner{padding:.5rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.add-more-collapsible--inactive__content-inner{padding:.5rem}}.add-more-collapsible--inactive__content-inner--contract-browser-contract-odd{background-color:#dcedfc}.add-more-collapsible--inactive__trigger{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;margin-bottom:0 !important;color:#333;min-height:2rem;background-color:#c2c2c2;cursor:pointer}@media only screen and (min-width: 1024px)and (max-width: 1279px){.add-more-collapsible--inactive__trigger:hover{background-color:rgb(168.5,168.5,168.5)}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.add-more-collapsible--inactive__trigger:hover{background-color:rgb(168.5,168.5,168.5)}}@media only screen and (min-width: 1440px){.add-more-collapsible--inactive__trigger:hover{background-color:rgb(168.5,168.5,168.5)}}.add-more-collapsible--inactive__trigger:before{display:block;float:left;margin-left:1rem;margin-right:.75rem;content:"";font-family:"FontAwesome";font-size:24px;font-weight:700;text-decoration:none;transition:transform 300ms}@media only screen and (max-width: 319px){.add-more-collapsible--inactive__trigger:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.add-more-collapsible--inactive__trigger:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.add-more-collapsible--inactive__trigger:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.add-more-collapsible--inactive__trigger:before{display:none}}.add-more-collapsible--inactive__trigger.is-open:before{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;transform:rotateZ(180deg)}@media only screen and (max-width: 319px){.add-more-collapsible--inactive__trigger.is-open:before{display:none}}@media only screen and (min-width: 320px)and (max-width: 424px){.add-more-collapsible--inactive__trigger.is-open:before{display:none}}@media only screen and (min-width: 425px)and (max-width: 767px){.add-more-collapsible--inactive__trigger.is-open:before{display:none}}@media only screen and (min-width: 768px)and (max-width: 1023px){.add-more-collapsible--inactive__trigger.is-open:before{display:none}}.add-more-collapsible--inactive__trigger.is-disabled:before{content:"" !important;margin:0 !important;margin-left:1rem !important;padding:0 !important}.add-more-collapsible--inactive__trigger a{text-decoration:none}.progress-bar__wrap{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background-color:#fcfcfc;font-weight:700;position:relative}.progress-bar__bar{background-color:#228b22;height:100%;position:absolute}.progress-bar__done-percentage{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;color:#333;position:relative;height:100%;width:100%}.progress-bar__done-percentage--incomplete{-webkit-font-smoothing:antialiased}.progress-bar__done-percentage--filled{color:#fff}.pagination__wrap{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;margin-bottom:.5rem}.pagination__button{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;padding:.25rem .75rem;font-size:.8rem;color:#0079bf;cursor:pointer}.pagination__button:hover,.pagination__button:active,.pagination__button:focus{text-decoration:underline}.pagination__button--selected{color:#fff;background-color:#009cf8;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-khtml-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 7px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 7px 0 rgba(0,0,0,.15);box-shadow:0 0 7px 0 rgba(0,0,0,.15)}.pagination__button--disabled{color:#ccc;text-decoration:none;cursor:initial}.pagination__button--disabled:hover,.pagination__button--disabled:active,.pagination__button--disabled:focus{text-decoration:none;cursor:initial}.modal-backdrop{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3);margin-top:4rem;z-index:101}.modal-imaging{background-color:#fff;border-radius:5;margin:"auto";max-width:91%;max-height:10%}.review__container{width:100%;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #ddd}.review__work-order-heading{font-size:.9rem}.review__heading{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;margin-bottom:.5rem}.review__heading b{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;font-style:italic;font-size:1.2rem;font-weight:400}.review__thumb{font-size:1.5rem;margin-left:.5rem}.review__rating-and-recommend{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.review__text{font-size:.9rem}.review__date{text-align:right;font-size:.7rem}.review__reply{font-style:italic;margin-left:1.5rem;font-size:.9rem}.review__reply-author{margin-left:1.5rem;font-size:.8rem;color:#009cf8}.review-summary-block{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;flex-direction:row;padding-bottom:.75rem}.review-summary-block .review-average-number{font-weight:400;padding-right:.3rem;font-size:1.4rem;margin-top:.2rem}.review-summary-block .review-average-stars{padding-right:.3rem}.review-summary-block .review-recommendations{font-weight:250}.review-summary-block .review-summary-recommendations{margin-top:.2rem}.product-card{font-size:.85rem;padding:.25rem .5rem;color:#fff;background-color:#009cf8}.product-card__lvi-code{font-size:.75rem}.calling-card__container{width:100%;padding-left:.5rem;margin-bottom:.5rem;background-color:#009cf8;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;-moz-align-items:flex-end;align-items:flex-end}@media only screen and (max-width: 319px){.calling-card__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.calling-card__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.calling-card__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 768px)and (max-width: 1023px){.calling-card__container{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.calling-card__user-info{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;padding:.5rem 0}.calling-card__user-icon{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:inline-block;width:3rem;height:3rem;margin-right:1rem;padding-top:.75rem;text-align:center;background-color:rgba(0,0,0,0);background-size:auto 100%;background-repeat:no-repeat;background-position:center;box-shadow:0 0 0 .125rem #fff;border-radius:1.5rem;font-size:1.5rem;font-weight:400;user-select:none}.calling-card__user-text{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-align-self:center;-moz-align-self:center;-ms-flex-item-align:center;align-self:center;padding-right:.5rem}@media only screen and (max-width: 319px){.calling-card__user-text{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}@media only screen and (min-width: 320px)and (max-width: 424px){.calling-card__user-text{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}@media only screen and (min-width: 425px)and (max-width: 767px){.calling-card__user-text{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}@media only screen and (min-width: 768px)and (max-width: 1023px){.calling-card__user-text{-webkit-flex-shrink:1;-moz-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}@media only screen and (max-width: 319px){.calling-card__organizations{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 320px)and (max-width: 424px){.calling-card__organizations{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 425px)and (max-width: 767px){.calling-card__organizations{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 768px)and (max-width: 1023px){.calling-card__organizations{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.calling-card__button-container{-webkit-box-flex:0;-webkit-flex-grow:0;-moz-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;justify-content:flex-end}@media only screen and (max-width: 319px){.calling-card__button-container{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.calling-card__button-container{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.calling-card__button-container{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.calling-card__button-container{width:100%}}.sticky-note__fold-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.sticky-note__fold{-webkit-box-shadow:-1px 1px .5px 0 rgba(0,0,0,.1);-khtml-box-shadow:-1px 1px .5px 0 rgba(0,0,0,.1);-moz-box-shadow:-1px 1px .5px 0 rgba(0,0,0,.1);-ms-box-shadow:-1px 1px .5px 0 rgba(0,0,0,.1);-o-box-shadow:-1px 1px .5px 0 rgba(0,0,0,.1);box-shadow:-1px 1px .5px 0 rgba(0,0,0,.1);width:0;height:0;border:0;border-right:1rem solid rgba(0,0,0,0);border-top:1rem solid rgba(0,0,0,0);border-left:1rem solid #fff8dc;border-bottom:1rem solid #fff8dc;z-index:10}.sticky-note__fold-filler{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.sticky-note__title-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;font-size:1rem;font-weight:500}.sticky-note__title,.sticky-note__content,.sticky-note__content-divider,.sticky-note__content-field,.sticky-note__fold-filler{background-color:#fff8dc}.sticky-note__title{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:.5rem .75rem}.sticky-note__content{font-size:.9rem;min-height:2rem;padding:.5rem .75rem;padding-right:2.25rem}.sticky-note__content-field{width:100%;min-height:10rem;font-size:.9rem !important}.sticky-note__edit-button{position:relative;margin-top:-1.75rem;margin-bottom:1.25rem;text-align:right;padding-right:.5rem;font-size:1.25rem}.sticky-note__edit-button>i{color:#8b4513;width:1.5;height:1.5;cursor:pointer}.customer-migration-search__search-result{font-size:.75rem;margin-bottom:.5rem;background-color:#009cf8;color:#fff;display:grid;grid-template-columns:auto 1fr 1fr auto;cursor:pointer}@media only screen and (max-width: 319px){.customer-migration-search__search-result{grid-template-columns:auto 1fr;align-items:center}}@media only screen and (min-width: 320px)and (max-width: 424px){.customer-migration-search__search-result{grid-template-columns:auto 1fr;align-items:center}}@media only screen and (min-width: 425px)and (max-width: 767px){.customer-migration-search__search-result{grid-template-columns:auto 1fr;align-items:center}}@media only screen and (min-width: 768px)and (max-width: 1023px){.customer-migration-search__search-result{grid-template-columns:auto 1fr;align-items:center}}.customer-migration-search__search-result>span{margin:.25rem .5rem}.customer-migration-search__search-result-extra-row{grid-column:1/span 3;padding:1rem;background-color:#fff;color:#333;border:1px solid #009cf8}@media only screen and (max-width: 319px){.customer-migration-search__search-result-extra-row{grid-column:1/span 2}}@media only screen and (min-width: 320px)and (max-width: 424px){.customer-migration-search__search-result-extra-row{grid-column:1/span 2}}@media only screen and (min-width: 425px)and (max-width: 767px){.customer-migration-search__search-result-extra-row{grid-column:1/span 2}}@media only screen and (min-width: 768px)and (max-width: 1023px){.customer-migration-search__search-result-extra-row{grid-column:1/span 2}}@media only screen and (max-width: 319px){.customer-migration-search__select-result-button{grid-column:1/span 2}}@media only screen and (min-width: 320px)and (max-width: 424px){.customer-migration-search__select-result-button{grid-column:1/span 2}}@media only screen and (min-width: 425px)and (max-width: 767px){.customer-migration-search__select-result-button{grid-column:1/span 2}}@media only screen and (min-width: 768px)and (max-width: 1023px){.customer-migration-search__select-result-button{grid-column:1/span 2}}.open-chevron{margin:.625rem .5rem;transition:transform 150ms}@media only screen and (max-width: 319px){.open-chevron{grid-row:1/span 2}}@media only screen and (min-width: 320px)and (max-width: 424px){.open-chevron{grid-row:1/span 2}}@media only screen and (min-width: 425px)and (max-width: 767px){.open-chevron{grid-row:1/span 2}}@media only screen and (min-width: 768px)and (max-width: 1023px){.open-chevron{grid-row:1/span 2}}.contact-form__form{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:1rem;grid-column-gap:1.5rem;width:50%}@media only screen and (max-width: 319px){.contact-form__form{width:100%}}@media only screen and (min-width: 320px)and (max-width: 424px){.contact-form__form{width:100%}}@media only screen and (min-width: 425px)and (max-width: 767px){.contact-form__form{width:100%}}@media only screen and (min-width: 768px)and (max-width: 1023px){.contact-form__form{width:100%}}.contact-form__notice,.contact-form__button-group{grid-column:1/span 2}.contact-form__notice ul,.contact-form__button-group ul{margin-left:1rem}.contact-form__input{grid-column:1/span 2}.contact-form__input>p{margin-bottom:.5rem}.contact-form__input>input[type=text],.contact-form__input>textarea{width:100%}.contact-form__input>input[type=checkbox]+label{font-weight:300;line-height:1;margin-bottom:0 !important}.contact-form__input--half-width{grid-column:auto}.contact-form__input--checkbox{display:grid;grid-template-columns:auto 1fr;grid-column-gap:.5rem}.cookie-popup__background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9999;display:grid;grid-template-rows:1fr auto 1fr;grid-template-columns:minmax(1rem, 100%) minmax(25rem, 30rem) minmax(1rem, 100%);overflow-y:auto}@media only screen and (min-width: 320px)and (max-width: 424px){.cookie-popup__background{grid-template-columns:1rem 1fr 1rem}}@media only screen and (max-width: 319px){.cookie-popup__background{grid-template-columns:1rem 1fr 1rem}}.cookie-popup__container{grid-row:2;grid-column:2;margin:1.5rem 1rem;background-color:#fff}.cookie-popup__logo-heading{background-color:#009cf8;padding:.5rem 1rem;display:grid;grid-template-columns:auto minmax(1rem, 100%) auto;align-items:center}.cookie-popup__logo--main{min-width:10rem;max-width:12rem}.cookie-popup__logo--badge{grid-column:3;min-width:3rem;max-width:5rem}.cookie-popup__content{padding:1rem}.cookie-popup__content--button{padding:0 1rem}.cookie-popup__content--center{text-align:center}.cookie-popup__change-preferences-link{display:inline-block;white-space:nowrap}.cookie-popup__topic{display:grid;grid-template-columns:1fr auto}.cookie-popup__topic>div:last-of-type{grid-column:1/span 2}.toggle-switch__switch{position:relative;display:inline-block;width:2.5rem;height:1.5rem;background-color:#ababab;border-radius:.75rem;margin-bottom:0;cursor:pointer}.toggle-switch__switch::after{content:"";position:absolute;width:1.25rem;height:1.25rem;border-radius:50%;background-color:#fff;top:.125rem;left:.125rem;transition:all .3s}.toggle-switch__input:checked+.toggle-switch__switch::after{left:1.125rem}.toggle-switch__input:checked+.toggle-switch__switch{background-color:#009cf8}.toggle-switch__input:disabled+.toggle-switch__switch{background-color:#ddd;cursor:not-allowed}.toggle-switch__input{display:none !important}.nesenta-button-wrapper{position:fixed;bottom:-9rem;width:12rem;background-color:#fff;height:12rem;-webkit-box-shadow:0 0 .25rem rgba(50,50,50,.5);-khtml-box-shadow:0 0 .25rem rgba(50,50,50,.5);-moz-box-shadow:0 0 .25rem rgba(50,50,50,.5);-ms-box-shadow:0 0 .25rem rgba(50,50,50,.5);-o-box-shadow:0 0 .25rem rgba(50,50,50,.5);box-shadow:0 0 .25rem rgba(50,50,50,.5);-webkit-backface-visibility:hidden;-webkit-transition:bottom 200ms ease-in-out;-moz-transition:bottom 200ms ease-in-out;-ms-transition:bottom 200ms ease-in-out;-o-transition:bottom 200ms ease-in-out;transition:bottom 200ms ease-in-out;right:calc((100vw - 1440px + 2rem)/2)}@media only screen and (min-width: 1280px)and (max-width: 1439px){.nesenta-button-wrapper{right:calc((100vw - 1280px + 2rem)/2)}}@media only screen and (min-width: 1024px)and (max-width: 1279px){.nesenta-button-wrapper{right:calc((100vw - 1024px + 2rem)/2)}}@media only screen and (max-width: 319px){.nesenta-button-wrapper{right:1rem}}@media only screen and (min-width: 320px)and (max-width: 424px){.nesenta-button-wrapper{right:1rem}}@media only screen and (min-width: 425px)and (max-width: 767px){.nesenta-button-wrapper{right:1rem}}@media only screen and (min-width: 768px)and (max-width: 1023px){.nesenta-button-wrapper{right:1rem}}.nesenta-button-wrapper--open{bottom:0rem}.nesenta-button-wrapper--hidden{display:none}.nesenta-button-wrapper .cx-nesaspa-chat-button,.nesenta-button-wrapper .cx-nesaspa-chat-button.cx-nesaspa-mobile{display:block;position:initial;width:auto;padding:.25rem 1rem .25rem 2.5rem !important;margin:0 auto 1rem auto}.nesenta-button-wrapper .cx-nesaspa-chat-button--hidden,.nesenta-button-wrapper .cx-nesaspa-chat-button.cx-nesaspa-mobile--hidden{display:none}.nesenta-button-wrapper__message{margin:1rem 0 1.5rem 0;padding:0 1rem;font-size:.85rem;line-height:1.25}.nesenta-button-wrapper__heading{cursor:pointer;background-color:#009cf8;color:#fff;padding:.5rem .75rem;display:grid;grid-template-columns:auto 1fr;grid-column-gap:.5rem;align-items:center;font-weight:bold;font-size:1rem;width:12rem}.nesenta-button-wrapper__heading>img{width:2rem;height:2rem}.nesenta-button-wrapper__heading>span{text-align:center}.fa:before{text-rendering:optimizeLegibility}.toastify{top:79px !important}@media only screen and (min-width: 1024px)and (max-width: 1279px){.toastify{width:50% !important;margin-left:-25% !important}}@media only screen and (min-width: 1280px)and (max-width: 1439px){.toastify{width:50% !important;margin-left:-25% !important}}@media only screen and (min-width: 1440px){.toastify{width:50% !important;margin-left:-25% !important}}.toast{padding:1rem;font-size:1.25rem}.Select-control,.Select-placeholder,.Select-input{-webkit-border-radius:0 !important;border-radius:0 !important}.Select-menu{min-height:1rem;max-height:35rem !important}.Select-menu-outer{z-index:100 !important;min-height:1rem;max-height:35rem !important}.Select-option{padding:.25rem .5rem !important}.react-datepicker{border-radius:0}.react-datepicker-popper{z-index:500 !important}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{padding-left:0;padding-right:0}.environment-header{width:100%;height:100%;background:repeating-linear-gradient(45deg, gold, gold 10px, black 10px, black 20px);color:#fff;text-shadow:0 0 5px #000;text-align:center;font-size:1.5rem;font-weight:bold;padding:1.25rem 0}div.warning{color:#836127;background-color:#fff6c6;border-color:#ffe2a9;padding:.75rem 1rem}.fsp-drop-pane__icon{display:none}.fsp-drop-pane__container{border-width:1px !important;-webkit-border-radius:0 !important;border-radius:0 !important}.fsp-drop-pane__text{text-indent:-9999px;line-height:0}.fsp-drop-pane__text:after{content:"Lisää tiedosto, tai vedä tiedostoja täälle";text-indent:0;display:block;line-height:initial}.clearfix::after{content:"";clear:both;display:table}@media only screen and (max-width: 319px){.no-mobile-padding{padding:0}}@media only screen and (min-width: 320px)and (max-width: 424px){.no-mobile-padding{padding:0}}@media only screen and (min-width: 425px)and (max-width: 767px){.no-mobile-padding{padding:0}}@media only screen and (min-width: 768px)and (max-width: 1023px){.no-mobile-padding{padding:0}}.animated-icon{-webkit-backface-visibility:hidden;-webkit-transition:transform 200ms;-moz-transition:transform 200ms;-ms-transition:transform 200ms;-o-transition:transform 200ms;transition:transform 200ms}.animated-icon--rotate-180{-webkit-transform:rotate(180deg);-khtml-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.green-leaf-icon{font-size:.9rem;display:inline-block;background-color:#228b22;color:#fff;text-align:center;width:1.5rem;height:1.5rem;line-height:1.75;-webkit-border-radius:.75rem;border-radius:.75rem}@media only screen and (min-width: 1024px)and (max-width: 1279px){.green-leaf-icon{width:1.25rem;height:1.25rem;font-size:.8rem}}.kkfi-blue{color:#009cf8}
